--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lvC3mcc/mccApp/src/Makefile~ Wed Jun 19 15:34:43 2013 +0200
@@ -0,0 +1,42 @@
+TOP=../..
+
+include $(TOP)/configure/CONFIG
+#----------------------------------------
+# ADD MACRO DEFINITIONS AFTER THIS LINE
+#=============================
+
+#=============================
+# Build the IOC application
+
+PROD_IOC = mcc
+# mcc.dbd will be created and installed
+DBD += mcc.dbd
+
+# mcc.dbd will be made up from these files:
+mcc_DBD += base.dbd
+
+# Include dbd files from all support applications:
+#mcc_DBD += xxx.dbd
+
+# Add all the support libraries needed by this IOC
+#mcc_LIBS += xxx
+
+# mcc_registerRecordDeviceDriver.cpp derives from mcc.dbd
+mcc_SRCS += mcc_registerRecordDeviceDriver.cpp
+
+# Build the main IOC entry point on workstation OSs.
+mcc_SRCS_DEFAULT += mccMain.cpp
+mcc_SRCS_vxWorks += -nil-
+
+# Add support from base/src/vxWorks if needed
+#mcc_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
+
+# Finally link to the EPICS Base libraries
+mcc_LIBS += $(EPICS_BASE_IOC_LIBS)
+
+#===========================
+
+include $(TOP)/configure/RULES
+#----------------------------------------
+# ADD RULES AFTER THIS LINE
+