forked from epics_driver_modules/motorBase
12 lines
160 B
Makefile
12 lines
160 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
#DIRS += Db
|
|
#DIRS += NoMPF
|
|
ifdef MPF
|
|
#DIRS += WithMPF
|
|
#DIRS += ipServerApp
|
|
endif
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|