58 lines
1.7 KiB
Makefile
58 lines
1.7 KiB
Makefile
#*************************************************************************
|
|
# Copyright (c) 2010 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
|
|
|
|
SRC = $(TOP)/src
|
|
LIBCOM = $(SRC)/libCom
|
|
|
|
include $(LIBCOM)/as/Makefile
|
|
include $(LIBCOM)/bucketLib/Makefile
|
|
include $(LIBCOM)/calc/Makefile
|
|
include $(LIBCOM)/cvtFast/Makefile
|
|
include $(LIBCOM)/cppStd/Makefile
|
|
include $(LIBCOM)/cxxTemplates/Makefile
|
|
include $(LIBCOM)/dbmf/Makefile
|
|
include $(LIBCOM)/ellLib/Makefile
|
|
include $(LIBCOM)/env/Makefile
|
|
include $(LIBCOM)/error/Makefile
|
|
include $(LIBCOM)/fdmgr/Makefile
|
|
include $(LIBCOM)/flex/Makefile
|
|
include $(LIBCOM)/freeList/Makefile
|
|
include $(LIBCOM)/gpHash/Makefile
|
|
include $(LIBCOM)/iocsh/Makefile
|
|
include $(LIBCOM)/log/Makefile
|
|
include $(LIBCOM)/macLib/Makefile
|
|
include $(LIBCOM)/misc/Makefile
|
|
include $(LIBCOM)/osi/Makefile
|
|
include $(LIBCOM)/pool/Makefile
|
|
include $(LIBCOM)/ring/Makefile
|
|
include $(LIBCOM)/taskwd/Makefile
|
|
include $(LIBCOM)/timer/Makefile
|
|
include $(LIBCOM)/yacc/Makefile
|
|
include $(LIBCOM)/yajl/Makefile
|
|
|
|
# Library to build:
|
|
LIBRARY=Com
|
|
|
|
Com_SYS_LIBS_WIN32 = ws2_32 advapi32 user32
|
|
|
|
Com_RCS = Com.rc
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
include $(LIBCOM)/as/RULES
|
|
include $(LIBCOM)/env/RULES
|
|
include $(LIBCOM)/error/RULES
|
|
include $(LIBCOM)/flex/RULES
|
|
include $(LIBCOM)/log/RULES
|
|
include $(LIBCOM)/misc/RULES
|
|
include $(LIBCOM)/osi/RULES
|
|
|