simgear/Makefile.am

21 lines
326 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 \
SimGear.dsp \
SimGear.dsw
SUBDIRS = src-libs simgear
2002-05-10 21:31:44 +08:00
dist-hook:
2004-10-12 22:35:42 +08:00
(cd $(top_srcdir); $(HOME)/Projects/FlightGear-0.9/admin/am2dsp.pl)
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