X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=24cddecf1a3cc9d10adca6939caa94cc469b23c1;hb=10217a3b19f690624e42b224a6fb08b6673c3edd;hp=6311c94653f5fd0e16685b0555553f93442b4648;hpb=5173d709e090b953eaf800cbcd1bf897de332a12;p=simgear.git diff --git a/Makefile.am b/Makefile.am index 6311c946..24cddecf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,32 +1,18 @@ -if ENABLE_UNIX_SERIAL -SERIAL_DIRS = serial -else -SERIAL_DIRS = -endif +EXTRA_DIST = \ + acinclude.m4 \ + autogen.sh \ + DoxygenMain.cxx \ + README.zlib \ + README.plib \ + README.OpenAL \ + README.OSG \ + projects -if HAVE_ZLIB -ZLIB_DIRS = -else -ZLIB_DIRS = zlib -endif +SUBDIRS = simgear -METAR_DIRS = -# METAR_DIRS = metar - -EXTRA_DIST = mksymlinks.sh - -dist-hook: - tar cf - metar | (cd $(distdir); tar xvf -) - -SUBDIRS = \ - include \ - bucket \ - debug \ - math \ - $(METAR_DIRS) \ - misc \ - screen \ - $(SERIAL_DIRS) \ - xgl \ - $(ZLIB_DIRS) +# +# Rule to build RPM distribution package +# +rpm: dist + rpm -ta $(PACKAGE)-$(VERSION).tar.gz