16 lines
154 B
Makefile
16 lines
154 B
Makefile
if ENABLE_UNIX_SERIAL
|
|
SERIAL_DIRS = Serial
|
|
else
|
|
SERIAL_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
Bucket \
|
|
Debug \
|
|
Math \
|
|
Misc \
|
|
$(SERIAL_DIRS) \
|
|
XGL\
|
|
plib \
|
|
zlib
|