]> git.mxchange.org Git - simgear.git/blobdiff - Makefile.am
#453: Using = as Nasal function argument crashes FG
[simgear.git] / Makefile.am
index 6311c94653f5fd0e16685b0555553f93442b4648..24cddecf1a3cc9d10adca6939caa94cc469b23c1 100644 (file)
@@ -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