12
Makefile
12
Makefile
@ -4,17 +4,11 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
# Directories to build, any order
|
||||
DIRS += configure
|
||||
DIRS += pdbApp
|
||||
ifeq ($(BUILD_P2P),YES)
|
||||
DIRS += p2pApp
|
||||
endif
|
||||
DIRS += iocBoot
|
||||
|
||||
p2pApp_DEPEND_DIRS += configure
|
||||
pdbApp_DEPEND_DIRS += configure
|
||||
DIRS += $(wildcard *App)
|
||||
DIRS += $(wildcard iocBoot)
|
||||
|
||||
# iocBoot depends on all *App dirs
|
||||
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
||||
|
||||
testApp_DEPEND_DIRS += p2pApp pdbApp
|
||||
|
||||
# Add any additional dependency rules here:
|
||||
|
Reference in New Issue
Block a user