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 -