forked from epics_driver_modules/motorBase
12 lines
158 B
Makefile
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
|