12
Makefile
12
Makefile
@ -4,17 +4,11 @@ include $(TOP)/configure/CONFIG
|
|||||||
|
|
||||||
# Directories to build, any order
|
# Directories to build, any order
|
||||||
DIRS += configure
|
DIRS += configure
|
||||||
DIRS += pdbApp
|
DIRS += $(wildcard *App)
|
||||||
ifeq ($(BUILD_P2P),YES)
|
DIRS += $(wildcard iocBoot)
|
||||||
DIRS += p2pApp
|
|
||||||
endif
|
|
||||||
DIRS += iocBoot
|
|
||||||
|
|
||||||
p2pApp_DEPEND_DIRS += configure
|
|
||||||
pdbApp_DEPEND_DIRS += configure
|
|
||||||
|
|
||||||
|
# iocBoot depends on all *App dirs
|
||||||
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
||||||
|
|
||||||
testApp_DEPEND_DIRS += p2pApp pdbApp
|
testApp_DEPEND_DIRS += p2pApp pdbApp
|
||||||
|
|
||||||
# Add any additional dependency rules here:
|
# Add any additional dependency rules here:
|
||||||
|
@ -38,8 +38,5 @@ CHECK_RELEASE = YES
|
|||||||
# we don't actually use 'rset' explicitly, but quiet some warnings
|
# we don't actually use 'rset' explicitly, but quiet some warnings
|
||||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||||
|
|
||||||
# Whether to build the (incomplete) PVA gateway
|
|
||||||
#BUILD_P2P = NO
|
|
||||||
|
|
||||||
-include $(TOP)/../CONFIG_SITE.local
|
-include $(TOP)/../CONFIG_SITE.local
|
||||||
-include $(TOP)/configure/CONFIG_SITE.local
|
-include $(TOP)/configure/CONFIG_SITE.local
|
||||||
|
Reference in New Issue
Block a user