From b4b85c1ebfae7f30daeb1b7fa12935dc99e4e0b7 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 16 Jul 2002 18:56:35 +0000 Subject: [PATCH] Replace ipServerLib with mpfserialserverLib and mpfgpibserverLib. --- motorExApp/ipServerApp/Makefile.Vx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/motorExApp/ipServerApp/Makefile.Vx b/motorExApp/ipServerApp/Makefile.Vx index e7dfc464..3da05236 100644 --- a/motorExApp/ipServerApp/Makefile.Vx +++ b/motorExApp/ipServerApp/Makefile.Vx @@ -4,20 +4,10 @@ include $(TOP)/config/CONFIG_APP #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE -LIBOBJS += $(MPF_BIN)/mpfLib -LIBOBJS += $(MPF_BIN)/ipLib - -LIBOBJS += $(MPF_SERIAL_BIN)/OctalUART.o -LIBOBJS += $(MPF_SERIAL_BIN)/SerialPort.o -LIBOBJS += $(MPF_SERIAL_BIN)/serialPortSniff.o -LIBOBJS += $(MPF_SERIAL_BIN)/serialServer.o - -LIBOBJS += $(MPF_GPIB_BIN)/Gpib.o -LIBOBJS += $(MPF_GPIB_BIN)/gpibSniff.o -LIBOBJS += $(MPF_GPIB_BIN)/GpibGsTi9914.o -LIBOBJS += $(MPF_GPIB_BIN)/gpibServer.o - -LIBNAME = ipServerLib +BIN_INSTALLS += $(MPF_BIN)/mpfLib +BIN_INSTALLS += $(MPF_BIN)/ipLib +BIN_INSTALLS += $(MPF_SERIAL_BIN)/mpfserialserverLib +BIN_INSTALLS += $(MPF_GPIB_BIN)/mpfgpibserverLib #Note that the command line that builds the #library $(LIBNAME) may be HUGE (>3kB)