simgear/Lib/Makefile.am
1998-11-16 13:56:45 +00:00

25 lines
253 B
Makefile

if ENABLE_AUDIO_SUPPORT
AUDIO_DIRS = Audio
else
AUDIO_DIRS =
endif
if ENABLE_UNIX_SERIAL
SERIAL_DIRS = Serial
else
SERIAL_DIRS =
endif
SUBDIRS = \
$(AUDIO_DIRS) \
Bucket \
Debug \
DEM \
gpc \
Math \
Misc \
PUI \
$(SERIAL_DIRS) \
XGL\
zlib