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)