49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
#*************************************************************************
|
|
# Copyright (c) 2002 The University of Chicago, 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 Versions 3.13.7
|
|
# and higher are distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
INC += drvTS.h
|
|
INC += fast_lock.h
|
|
INC += devSup.h
|
|
INC += drvSup.h
|
|
INC += caeventmask.h
|
|
INC += asLib.h
|
|
INC += cadef.h
|
|
INC += caerr.h
|
|
INC += asDbLib.h
|
|
INC += asTrapWrite.h
|
|
|
|
INC += dbDefs.h
|
|
INC += camacLib.h
|
|
INC += epicsTypes.h
|
|
INC += epicsVersion.h
|
|
INC += gsd_sync_defs.h
|
|
INC += module_types.h
|
|
INC += shareLib.h
|
|
#INC += createSoftLinks.sh
|
|
INC += task_params.h
|
|
INC += osiMutexNOOP.h
|
|
INC += unixFileName.h
|
|
|
|
OSINC += osiFileName.h
|
|
OSINC += osiSock.h
|
|
OSINC += epicsMath.h
|
|
|
|
include $(TOP)/config/RULES.Host
|
|
|
|
# This seems to be handled wrong by gnumake:
|
|
# epicsVersion.h is rebuild in any case,
|
|
# no matter what date ...CONFIG_BASE_VERSION has
|
|
epicsVersion.h: $(TOP)/config/CONFIG_BASE_VERSION
|
|
$(PERL) ../makeEpicsVersion.pl $(TOP)/config/CONFIG_BASE_VERSION
|
|
|
|
|