]> git.mxchange.org Git - simgear.git/blob - Makefile.am
Use std::back_inserter instead of my local hack
[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         SimGear.dsp \
12         SimGear.dsw
13
14 SUBDIRS = simgear
15
16 dist-hook:
17         (cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
18         rm -rf `find $(distdir)/projects -name CVS`
19
20 #
21 # Rule to build RPM distribution package
22 #
23 rpm: dist
24         rpm -ta $(PACKAGE)-$(VERSION).tar.gz
25