]> git.mxchange.org Git - simgear.git/commitdiff
Added ...
authorcurt <curt>
Tue, 15 Feb 2000 01:07:49 +0000 (01:07 +0000)
committercurt <curt>
Tue, 15 Feb 2000 01:07:49 +0000 (01:07 +0000)
simgear/Makefile.am [new file with mode: 0644]

diff --git a/simgear/Makefile.am b/simgear/Makefile.am
new file mode 100644 (file)
index 0000000..b36ab91
--- /dev/null
@@ -0,0 +1,27 @@
+if ENABLE_UNIX_SERIAL
+SERIAL_DIRS = serial
+else
+SERIAL_DIRS =
+endif
+
+if HAVE_ZLIB
+ZLIB_DIRS =
+else
+ZLIB_DIRS = zlib
+endif
+
+METAR_DIRS =
+# METAR_DIRS = metar
+
+SUBDIRS = \
+       include \
+       bucket \
+       debug \
+       math \
+       $(METAR_DIRS) \
+       misc \
+       screen \
+       $(SERIAL_DIRS) \
+       xgl \
+       $(ZLIB_DIRS)
+