add standalone stuff for 3.13 build
This commit is contained in:
@ -66,13 +66,7 @@ CPPFLAGS += -DDEBUGFILE=StreamDebug.log
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
ifeq ($(BASE_3_14), YES)
|
||||
clean:: myclean
|
||||
else
|
||||
clean: myclean
|
||||
endif
|
||||
|
||||
myclean:
|
||||
clean::
|
||||
$(RM) core* StreamDebug.log
|
||||
|
||||
endif
|
||||
|
@ -1,8 +1,5 @@
|
||||
TOP = ../../..
|
||||
TOP := ../../$(TOP)
|
||||
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
|
||||
DBDEXPAND = streamAppInclude-3-13.dbd
|
||||
DBDNAME = streamApp.dbd
|
||||
|
||||
include $(TOP)/config/RULES.Host
|
||||
include $(EPICS_BASE)/config/RULES.Host
|
||||
|
@ -1,19 +1,24 @@
|
||||
TOP = ../../..
|
||||
TOP := ../../$(TOP)
|
||||
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
|
||||
LIBNAME = streamApp
|
||||
|
||||
LDLIBS += $(COMPAT_BIN)/compatLib
|
||||
LDLIBS += $(ASYN_BIN)/asynLib
|
||||
LDLIBS += $(INSTALL_BIN)/streamLib
|
||||
LDLIBS += $(TOP)/bin/$(T_A)/streamLib
|
||||
LDLIBS += $(ASYN)/bin/$(T_A)/asynLib
|
||||
LDLIBS += $(COMPAT)/bin/$(T_A)/compatLib
|
||||
|
||||
include ../base-3-13LIBOBJS
|
||||
|
||||
# Write StreamDevice debug output to this file
|
||||
CPPFLAGS += -DDEBUGFILE=StreamDebug.log
|
||||
streamApp_DBD += base-3-13.dbd
|
||||
streamApp_DBD += stream.dbd
|
||||
DBDNAME = streamApp.dbd
|
||||
DBDEXPAND = streamAppInclude-3-13.dbd
|
||||
|
||||
include $(TOP)/config/RULES.Vx
|
||||
# Write StreamDevice debug output to this file
|
||||
#CPPFLAGS += -DDEBUGFILE=StreamDebug.log
|
||||
|
||||
include $(EPICS_BASE)/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.munch
|
||||
|
||||
# Rebuild when LIBOBJS change
|
||||
|
Reference in New Issue
Block a user