Makefile changes so that rec and dev build on win32
This commit is contained in:
@@ -11,36 +11,36 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
SRCS += devAiSoft.c
|
||||
SRCS += devAiSoftRaw.c
|
||||
SRCS += devAoSoft.c
|
||||
SRCS += devAoSoftRaw.c
|
||||
SRCS += devBiSoft.c
|
||||
SRCS += devBiSoftRaw.c
|
||||
SRCS += devBoSoft.c
|
||||
SRCS += devBoSoftRaw.c
|
||||
SRCS += devEventSoft.c
|
||||
SRCS += devHistogramSoft.c
|
||||
SRCS += devLiSoft.c
|
||||
SRCS += devLoSoft.c
|
||||
SRCS += devMbbiDirectSoft.c
|
||||
SRCS += devMbbiDirectSoftRaw.c
|
||||
SRCS += devMbbiSoft.c
|
||||
SRCS += devMbbiSoftRaw.c
|
||||
SRCS += devMbboDirectSoft.c
|
||||
SRCS += devMbboDirectSoftRaw.c
|
||||
SRCS += devMbboSoft.c
|
||||
SRCS += devMbboSoftRaw.c
|
||||
SRCS += devSASoft.c
|
||||
SRCS += devSiSoft.c
|
||||
SRCS += devSoSoft.c
|
||||
SRCS += devWfSoft.c
|
||||
LIBSRCS += devAiSoft.c
|
||||
LIBSRCS += devAiSoftRaw.c
|
||||
LIBSRCS += devAoSoft.c
|
||||
LIBSRCS += devAoSoftRaw.c
|
||||
LIBSRCS += devBiSoft.c
|
||||
LIBSRCS += devBiSoftRaw.c
|
||||
LIBSRCS += devBoSoft.c
|
||||
LIBSRCS += devBoSoftRaw.c
|
||||
LIBSRCS += devEventSoft.c
|
||||
LIBSRCS += devHistogramSoft.c
|
||||
LIBSRCS += devLiSoft.c
|
||||
LIBSRCS += devLoSoft.c
|
||||
LIBSRCS += devMbbiDirectSoft.c
|
||||
LIBSRCS += devMbbiDirectSoftRaw.c
|
||||
LIBSRCS += devMbbiSoft.c
|
||||
LIBSRCS += devMbbiSoftRaw.c
|
||||
LIBSRCS += devMbboDirectSoft.c
|
||||
LIBSRCS += devMbboDirectSoftRaw.c
|
||||
LIBSRCS += devMbboSoft.c
|
||||
LIBSRCS += devMbboSoftRaw.c
|
||||
LIBSRCS += devSASoft.c
|
||||
LIBSRCS += devSiSoft.c
|
||||
LIBSRCS += devSoSoft.c
|
||||
LIBSRCS += devWfSoft.c
|
||||
|
||||
LIBRARY_IOC += softDevIoc
|
||||
softDevIoc_LIBS += dbIoc
|
||||
softDevIoc_LIBS += recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
|
||||
# For R3.13 compatability
|
||||
OBJS_vxWorks = $(SRCS:%.c=%)
|
||||
OBJS_vxWorks = $(LIBSRCS:%.c=%)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
|
||||
@@ -11,22 +11,22 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
SRCS += devAiTestAsyn.c
|
||||
SRCS += devAoTestAsyn.c
|
||||
SRCS += devBiTestAsyn.c
|
||||
SRCS += devBoTestAsyn.c
|
||||
SRCS += devEventTestIoEvent.c
|
||||
SRCS += devHistogramTestAsyn.c
|
||||
SRCS += devMbbiTestAsyn.c
|
||||
SRCS += devMbboTestAsyn.c
|
||||
SRCS += devSiTestAsyn.c
|
||||
SRCS += devSoTestAsyn.c
|
||||
SRCS += devWfTestAsyn.c
|
||||
LIBSRCS += devAiTestAsyn.c
|
||||
LIBSRCS += devAoTestAsyn.c
|
||||
LIBSRCS += devBiTestAsyn.c
|
||||
LIBSRCS += devBoTestAsyn.c
|
||||
LIBSRCS += devEventTestIoEvent.c
|
||||
LIBSRCS += devHistogramTestAsyn.c
|
||||
LIBSRCS += devMbbiTestAsyn.c
|
||||
LIBSRCS += devMbboTestAsyn.c
|
||||
LIBSRCS += devSiTestAsyn.c
|
||||
LIBSRCS += devSoTestAsyn.c
|
||||
LIBSRCS += devWfTestAsyn.c
|
||||
|
||||
LIBRARY_IOC = testDevIoc
|
||||
testDevIoc_LIBS += dbIoc
|
||||
testDevIoc_LIBS += recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
|
||||
# For R3.13 compatability
|
||||
OBJS_vxWorks = $(SRCS:%.c=%)
|
||||
OBJS_vxWorks = $(LIBSRCS:%.c=%)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
@@ -23,7 +23,7 @@ LIBSRCS += asSubRecordFunctions.c
|
||||
LIBRARY_IOC = miscIoc
|
||||
|
||||
miscIoc_RCS_WIN32 = miscIoc.rc
|
||||
miscIoc_LIBS = dbStaticIoc dbIoc asIoc rsrvIoc registryIoc Com
|
||||
miscIoc_LIBS = recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
|
||||
# For R3.13 compatibility only
|
||||
OBJLIB_vxWorks=miscIoc
|
||||
|
||||
@@ -82,7 +82,7 @@ LIBSRCS += waveformRecord.c
|
||||
|
||||
LIBRARY_IOC += recIoc
|
||||
|
||||
recIoc_LIBS = dbStaticIoc registryIoc asIoc dbIoc ca Com
|
||||
recIoc_LIBS = asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
|
||||
# For R3.13 compatability
|
||||
OBJS_vxWorks = $(LIBSRCS:%.c=%)
|
||||
|
||||
Reference in New Issue
Block a user