forked from epics_driver_modules/motorBase
R3.14.x conversion.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#Makefile at top of application tree
|
||||
TOP = .
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
DIRS += config
|
||||
DIRS += $(wildcard *App)
|
||||
DIRS += $(wildcard *app)
|
||||
DIRS += $(wildcard iocBoot)
|
||||
DIRS += $(wildcard iocboot)
|
||||
include $(TOP)/config/RULES_TOP
|
||||
include $(TOP)/configure/CONFIG
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), configure)
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *app))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocboot))
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
Reference in New Issue
Block a user