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