From 229aa9b1f8bf48e37f748c2864ed27c838c6cfcc Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 30 Mar 2005 21:32:07 +0000 Subject: [PATCH] Removed ipServerApp. --- motorExApp/Makefile | 1 - motorExApp/ipServerApp/Makefile | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 motorExApp/ipServerApp/Makefile diff --git a/motorExApp/Makefile b/motorExApp/Makefile index 50d0cf85..1dae8f9a 100644 --- a/motorExApp/Makefile +++ b/motorExApp/Makefile @@ -4,7 +4,6 @@ include $(TOP)/configure/CONFIG DIRS += NoMPF ifdef ASYN DIRS += WithMPF -#DIRS += ipServerApp endif include $(TOP)/configure/RULES_DIRS diff --git a/motorExApp/ipServerApp/Makefile b/motorExApp/ipServerApp/Makefile deleted file mode 100644 index d2a7bbdc..00000000 --- a/motorExApp/ipServerApp/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -