]> git.mxchange.org Git - simgear.git/blobdiff - simgear/Makefile.am
Display a warning message for Irix users.
[simgear.git] / simgear / Makefile.am
index b36ab91ed6a82bda01a2aa528b786fe8fc4ef370..6cddb53032e2ab27ae2294360380dabe6cca4520 100644 (file)
@@ -4,24 +4,48 @@ else
 SERIAL_DIRS =
 endif
 
+# if HAVE_GDBM
+# GDBM_DIRS =
+# else
+# GDBM_DIRS = gdbm
+# endif
+
 if HAVE_ZLIB
 ZLIB_DIRS =
 else
 ZLIB_DIRS = zlib
 endif
 
-METAR_DIRS =
-# METAR_DIRS = metar
+if HAVE_THREADS
+SGTHREAD_DIR = threads
+else
+SGTHREAD_DIR = 
+endif
+
+# METAR_DIRS =
+METAR_DIRS = metar
+
+EXTRA_DIST = version.h.in
+
+include_HEADERS = \
+       compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
 
 SUBDIRS = \
-       include \
-       bucket \
+       $(ZLIB_DIRS) \
+       xml \
        debug \
+       misc \
+       bucket \
+       ephemeris \
+       io \
+       magvar \
        math \
        $(METAR_DIRS) \
-       misc \
+       route \
        screen \
        $(SERIAL_DIRS) \
-       xgl \
-       $(ZLIB_DIRS)
+       sky \
+       $(SGTHREAD_DIR) \
+       timing \
+       xgl