]> git.mxchange.org Git - simgear.git/blob - Makefile.am
Project files for MSVC 7.1 aka .NET 2003
[simgear.git] / Makefile.am
1 EXTRA_DIST = \
2         acinclude.m4 \
3         autogen.sh \
4         DoxygenMain.cxx \
5         project/VC8 \
6         README.MSVC \
7         README.zlib \
8         projects \
9         SimGear.dsp \
10         SimGear.dsw
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