pg9520/pg9520App/src/Makefile~
author uhoppe
Mon, 10 Mar 2014 11:59:21 +0100
changeset 4 8a2328d953f0
parent 1 0ba93e52269a
permissions -rw-r--r--
Add Agilent TV 301SF Navigator pumping system.

TOP=../..

include $(TOP)/configure/CONFIG
#----------------------------------------
#  ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================

#=============================
# Build the IOC application

PROD_IOC = pg9520
# pg9520.dbd will be created and installed
DBD += pg9520.dbd

# pg9520.dbd will be made up from these files:
pg9520_DBD += base.dbd

# Include dbd files from all support applications:
#pg9520_DBD += xxx.dbd

# Add all the support libraries needed by this IOC
#pg9520_LIBS += xxx

# pg9520_registerRecordDeviceDriver.cpp derives from pg9520.dbd
pg9520_SRCS += pg9520_registerRecordDeviceDriver.cpp

# Build the main IOC entry point on workstation OSs.
pg9520_SRCS_DEFAULT += pg9520Main.cpp
pg9520_SRCS_vxWorks += -nil-

# Add support from base/src/vxWorks if needed
#pg9520_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary

# Finally link to the EPICS Base libraries
pg9520_LIBS += $(EPICS_BASE_IOC_LIBS)

#===========================

include $(TOP)/configure/RULES
#----------------------------------------
#  ADD RULES AFTER THIS LINE