Files
motorBase/motorExApp/Makefile
T
2004-04-20 22:05:01 +00:00

12 lines
158 B
Makefile

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