simgear/Makefile.am

19 lines
249 B
Makefile
Raw Normal View History

EXTRA_DIST = \
acinclude.m4 \
autogen.sh \
DoxygenMain.cxx \
2002-02-15 05:35:32 +08:00
README.zlib \
README.plib \
README.OpenAL \
README.OSG \
2010-02-06 23:13:18 +08:00
projects
SUBDIRS = simgear
#
# 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