pg9520/pg9520App/src/Makefile~
changeset 1 0ba93e52269a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pg9520/pg9520App/src/Makefile~	Wed May 22 12:18:16 2013 +0200
@@ -0,0 +1,42 @@
+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
+