From 6b5e5fa15c32c397d64c07e1ed232413d8b4262e Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 16 Jun 2003 15:26:55 +0000 Subject: [PATCH] - Updated to R3.14.x - Comment everything out until two cpu config worked out. --- motorExApp/ipServerApp/Makefile | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/motorExApp/ipServerApp/Makefile b/motorExApp/ipServerApp/Makefile index 0380f4bf..d2a7bbdc 100644 --- a/motorExApp/ipServerApp/Makefile +++ b/motorExApp/ipServerApp/Makefile @@ -1,3 +1,17 @@ -TOP=../.. -include $(TOP)/config/CONFIG_APP -include $(TOP)/config/RULES_ARCHS +# Makefile +TOP = ../.. +include $(TOP)/configure/CONFIG +#---------------------------------------- +# ADD MACRO DEFINITIONS AFTER THIS LINE +#=========================== + +#BIN_INSTALLS += $(MPF_BIN)/mpfLib +#BIN_INSTALLS += $(MPF_BIN)/ipLib +#BIN_INSTALLS += $(MPF_BIN)/mpfserialserverLib +#BIN_INSTALLS += $(MPF_GPIB_BIN)/mpfgpibserverLib + +#=========================== +include $(TOP)/configure/RULES +#---------------------------------------- +# ADD RULES AFTER THIS LINE +