forked from epics_driver_modules/motorBase
10 lines
354 B
Makefile
10 lines
354 B
Makefile
#Makefile at top of application tree
|
|
# "#!" marks lines that can be uncommented.
|
|
TOP = .
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), configure)
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), motorApp)
|
|
#!DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
|
#!DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
|
include $(TOP)/configure/RULES_TOP
|