Files
motorBase/motorExApp/Makefile
T
2004-10-06 20:30:34 +00:00

11 lines
147 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
DIRS += NoMPF
ifdef ASYN
DIRS += WithMPF
#DIRS += ipServerApp
endif
include $(TOP)/configure/RULES_DIRS