simgear/Makefile.am

15 lines
273 B
Makefile
Raw Normal View History

EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
SUBDIRS = simgear
#
# Rule to build RPM distribution package
#
rpm: dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/packages/SOURCES
rpm -ba @PACKAGE@.spec
2000-02-10 03:27:02 +08:00
dist-hook:
2000-03-18 06:20:32 +08:00
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
2000-02-10 03:27:02 +08:00