Stage 1 reorganization
Directory moves. src/RTEMS/ => src/libCom/RTEMS/ src/as/ => src/ioc/as/ src/bpt/ => src/ioc/bpt/ src/ca/ => src/ca/client/ src/cap5/ => src/ca/client/perl/ src/cas/ => src/ca/legacy/pcas/ src/catools/ => src/ca/client/tools/ src/db/ => src/ioc/db/ src/dbStatic/ => src/ioc/dbStatic/ src/dbtools/ => src/ioc/dbtemplate/ src/dev/softDev/ => src/std/dev/ src/dev/testDev/ => src/std/test/ src/excas/ => src/ca/legacy/pcas/ex/ src/gdd/ => src/ca/legacy/gdd/ src/makeBaseApp/ => src/template/base/ src/makeBaseExt/ => src/template/ext/ src/misc/ => src/ioc/misc/ src/rec/ => src/std/rec/ src/registry/ => src/ioc/registry/ src/rsrv/ => src/ioc/rsrv/ src/softIoc/ => src/std/softIoc/ src/toolsComm/ => src/libCom/tools/
This commit is contained in:
committed by
Andrew Johnson
parent
4a18db9f99
commit
2a36a3906d
@@ -0,0 +1,61 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
DBD += devSoft.dbd
|
||||
|
||||
LIBSRCS += devAaiSoft.c
|
||||
LIBSRCS += devAaoSoft.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 += devCalcoutSoft.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
|
||||
LIBSRCS += devGeneralTime.c
|
||||
|
||||
LIBSRCS += devAoSoftCallback.c
|
||||
LIBSRCS += devBoSoftCallback.c
|
||||
LIBSRCS += devCalcoutSoftCallback.c
|
||||
LIBSRCS += devLoSoftCallback.c
|
||||
LIBSRCS += devMbboSoftCallback.c
|
||||
LIBSRCS += devMbboDirectSoftCallback.c
|
||||
LIBSRCS += devSoSoftCallback.c
|
||||
|
||||
LIBSRCS += devTimestamp.c
|
||||
LIBSRCS += devSoStdio.c
|
||||
|
||||
LIBRARY_IOC += softDevIoc
|
||||
softDevIoc_LIBS += miscIoc recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
softDevIoc_RCS = softDevIoc.rc
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user