Copyright information was gathered using `git log` with per-line history tracking, which allows following the history of a file through renames.
24 lines
545 B
Makefile
24 lines
545 B
Makefile
# SPDX-FileCopyrightText: 2003 Argonne National Laboratory
|
|
#
|
|
# SPDX-License-Identifier: EPICS
|
|
|
|
TOP=..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
#=============================
|
|
|
|
PROD_HOST += caExample
|
|
caExample_SRCS += caExample.c
|
|
caExample_LIBS += $(EPICS_BASE_HOST_LIBS)
|
|
|
|
PROD_HOST += caMonitor
|
|
caMonitor_SRCS += caMonitor.c
|
|
caMonitor_LIBS += $(EPICS_BASE_HOST_LIBS)
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|