simgear/Makefile.am

23 lines
370 B
Makefile
Raw Normal View History

EXTRA_DIST = \
acinclude.m4 \
autogen.sh \
DoxygenMain.cxx \
README.MSVC \
2002-02-15 05:35:32 +08:00
README.zlib \
projects \
SimGear.dsp \
SimGear.dsw
SUBDIRS = simgear
2002-05-10 21:31:44 +08:00
dist-hook:
2005-11-06 03:30:52 +08:00
(cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
2006-03-28 02:48:36 +08:00
rm -rf `find $(distdir)/projects -name CVS`
2002-05-10 21:31:44 +08:00
#
# Rule to build RPM distribution package
#
rpm: dist
2001-11-13 02:20:32 +08:00
rpm -ta $(PACKAGE)-$(VERSION).tar.gz
2000-02-10 03:27:02 +08:00