21 lines
674 B
Makefile
21 lines
674 B
Makefile
#*************************************************************************
|
|
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
|
|
# 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/libCom/Makefile.
|
|
|
|
SRC_DIRS += $(LIBCOM)/cxxTemplates
|
|
INC += resourceLib.h
|
|
INC += tsDLList.h
|
|
INC += tsSLList.h
|
|
INC += tsMinMax.h
|
|
INC += tsFreeList.h
|
|
INC += epicsSingleton.h
|
|
INC += epicsGuard.h
|
|
Com_SRCS += resourceLib.cpp
|
|
Com_SRCS += epicsSingletonMutex.cpp
|
|
|