]> git.mxchange.org Git - simgear.git/blob - Makefile.am
Fix various compiler warnings.
[simgear.git] / Makefile.am
1 EXTRA_DIST = \
2         acinclude.m4 \
3         autogen.sh \
4         DoxygenMain.cxx \
5         README.MSVC \
6         README.zlib \
7         projects \
8         SimGear.dsp \
9         SimGear.dsw
10
11 SUBDIRS = simgear
12
13 dist-hook:
14         (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
15         rm -rf `find $(distdir)/projects -name CVS`
16
17 #
18 # Rule to build RPM distribution package
19 #
20 rpm: dist
21         rpm -ta $(PACKAGE)-$(VERSION).tar.gz
22