29 lines
845 B
Makefile
29 lines
845 B
Makefile
#*************************************************************************
|
|
# Copyright (c) 2011 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
|
|
|
|
STDDIR=$(TOP)/src/std
|
|
|
|
LIBRARY_IOC += dbRecStd
|
|
dbRecStd_LIBS = dbCore ca Com
|
|
|
|
dbRecStd_RCS += dbRecStd.rc
|
|
|
|
include $(STDDIR)/rec/Makefile
|
|
include $(STDDIR)/dev/Makefile
|
|
include $(STDDIR)/filters/Makefile
|
|
include $(STDDIR)/softIoc/Makefile
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
include $(STDDIR)/softIoc/RULES
|
|
|