Skip to content
Snippets Groups Projects
Commit 78ab3deb authored by Johannes Blume's avatar Johannes Blume
Browse files

deleted Uniblitz

parent 7cae9bc3
Branches
Tags 1.59.0
No related merge requests found
...@@ -56,7 +56,7 @@ OUTPUT_TYPE = DEVICE ...@@ -56,7 +56,7 @@ OUTPUT_TYPE = DEVICE
# - $HOME/DeviceServers if OUTPUT_TYPE is DEVICE # - $HOME/DeviceServers if OUTPUT_TYPE is DEVICE
# - ../bin for others # - ../bin for others
# #
OUTPUT_DIR = ./bin/$(BIN_DIR) #OUTPUT_DIR = ./bin/$(BIN_DIR)
# #
...@@ -82,7 +82,7 @@ INC_DIR_USER= -I . -I$(GPIB_DIR) ...@@ -82,7 +82,7 @@ INC_DIR_USER= -I . -I$(GPIB_DIR)
# - for a device server, tango libraries directories are automatically appended # - for a device server, tango libraries directories are automatically appended
# - '-L ../lib' is automatically appended in all cases # - '-L ../lib' is automatically appended in all cases
# #
LIB_DIR_USER= LIB_DIR_USER= -L $(GPIB_DIR)/$(_libdir) -L $(TANGO_HOME)/$(_libdir)
#============================================================================= #=============================================================================
# LFLAGS_USR is the list of user link flags # LFLAGS_USR is the list of user link flags
...@@ -95,7 +95,7 @@ LIB_DIR_USER= ...@@ -95,7 +95,7 @@ LIB_DIR_USER=
# you must use '-lA -lB' in this order as link flags, otherwise you will get # you must use '-lA -lB' in this order as link flags, otherwise you will get
# 'undefined reference' errors # 'undefined reference' errors
# #
LFLAGS_USR+= $(GPIB_DIR)/bin/libGpibDeviceServer.a $(TANGO_HOME)/$(_libdir)/libgpib.a LFLAGS_USR+= -lGpibDeviceServer -lgpib
#============================================================================= #=============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment