Restructuring subdirectories.

This commit is contained in:
curt
2000-02-14 17:37:54 +00:00
parent 49d6f93d8b
commit 0d8ae0cabe
10 changed files with 66 additions and 92 deletions

View File

@@ -1,32 +1,6 @@
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
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)
tar cf - src/metar | (cd $(distdir); tar xvf -)
SUBDIRS = src