30 lines
1.0 KiB
Makefile
30 lines
1.0 KiB
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.
|
|
#*************************************************************************
|
|
|
|
# This is a Makefile fragment, see src/ioc/Makefile.
|
|
|
|
SRC_DIRS += $(IOCDIR)/registry
|
|
|
|
INC += registryRecordType.h
|
|
INC += registryDeviceSupport.h
|
|
INC += registryDriverSupport.h
|
|
INC += registryJLinks.h
|
|
INC += registryFunction.h
|
|
INC += registryCommon.h
|
|
INC += registryIocRegister.h
|
|
|
|
dbCore_SRCS += registryRecordType.c
|
|
dbCore_SRCS += registryDeviceSupport.c
|
|
dbCore_SRCS += registryDriverSupport.c
|
|
dbCore_SRCS += registryJLinks.c
|
|
dbCore_SRCS += registryFunction.c
|
|
dbCore_SRCS += registryCommon.c
|
|
dbCore_SRCS += registryIocRegister.c
|
|
|