forked from epics_driver_modules/motorBase
10 lines
128 B
Makefile
10 lines
128 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
DIRS += NoAsyn
|
|
ifdef ASYN
|
|
DIRS += WithAsyn
|
|
endif
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|