9b4fe7d92d
explicitely refused our request to distribute source code for this library with Flight Gear.
24 lines
246 B
Makefile
24 lines
246 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 \
|
|
Math \
|
|
Misc \
|
|
PUI \
|
|
$(SERIAL_DIRS) \
|
|
XGL\
|
|
zlib
|