Files
epics-base/src/include/Makefile.Host

38 lines
763 B
Makefile

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 += 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
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