don't link to PCRE here, that has been done in stream library already.

This commit is contained in:
zimoch
2011-05-06 12:17:02 +00:00
parent 774e88241a
commit 0846c1dd5b

View File

@ -25,21 +25,10 @@ PROD_SRCS_vxWorks = -nil-
PROD_LIBS = stream PROD_LIBS = stream
ifdef PCRE
# With local PCRE package
PROD_LIBS += pcre
else
ifneq ($(words $(PCRE_LIB) $(PCRE_INCLUDE)),0)
# With system wide PCRE installation
PROD_SYS_LIBS += pcre
PROD_DEPLIB_DIRS += $(PCRE_LIB)
endif
endif
ifdef ASYN ifdef ASYN
# Which types of asyn busses do you have? # Which types of asyn busses do you have?
ifneq ($(OS_CLASS), WIN32) ifneq ($(OS_CLASS), WIN32)
# asynDriver up to version 4-8 does not support serial port for Windows! # asynDriver up to version 4-16 does not support serial port for Windows!
streamApp_DBD += drvAsynSerialPort.dbd streamApp_DBD += drvAsynSerialPort.dbd
endif endif
streamApp_DBD += drvAsynIPPort.dbd streamApp_DBD += drvAsynIPPort.dbd
@ -69,7 +58,7 @@ include $(TOP)/configure/RULES
clean:: myclean clean:: myclean
myclean: myclean:
rm -f core* StreamDebug.log $(RM) core* StreamDebug.log
endif endif