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