dependency stuff added for 3.14.12
This commit is contained in:
3
Makefile
3
Makefile
@ -1,6 +1,7 @@
|
|||||||
TOP = ..
|
TOP = ..
|
||||||
|
|
||||||
DIRS = src
|
DIRS = src
|
||||||
|
streamApp_DEPEND_DIRS = src
|
||||||
|
|
||||||
# Look if we have EPICS R3.13 or R3.14
|
# Look if we have EPICS R3.13 or R3.14
|
||||||
ifeq ($(wildcard $(TOP)/configure),)
|
ifeq ($(wildcard $(TOP)/configure),)
|
||||||
@ -13,6 +14,8 @@ else
|
|||||||
ifneq ($(words $(CALC) $(SYNAPPS)), 0)
|
ifneq ($(words $(CALC) $(SYNAPPS)), 0)
|
||||||
# with synApps calc module (contains scalcout)
|
# with synApps calc module (contains scalcout)
|
||||||
DIRS += srcSynApps
|
DIRS += srcSynApps
|
||||||
|
srcSynApps_DEPEND_DIRS = src
|
||||||
|
streamApp_DEPEND_DIRS += srcSynApps
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user