26cdcb3064
separately before fgfs can be built and installed.
14 lines
146 B
Makefile
14 lines
146 B
Makefile
if ENABLE_UNIX_SERIAL
|
|
SERIAL_DIRS = Serial
|
|
else
|
|
SERIAL_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
Bucket \
|
|
Debug \
|
|
Math \
|
|
Misc \
|
|
$(SERIAL_DIRS) \
|
|
XGL\
|
|
zlib
|