Fix incorrect Debian init scripts and a wrong binary namemaster
parent
e21781df2e
commit
b4426c06a4
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_adminsysctlserver
|
bin_PROGRAMS = ulab_adminsysctlserver
|
||||||
|
|
||||||
remotefpga_adminsysctlserver_SOURCES = main.cpp admin_sys_ctl.cpp
|
ulab_adminsysctlserver_SOURCES = main.cpp admin_sys_ctl.cpp
|
||||||
|
|
||||||
remotefpga_adminsysctlserver_METASOURCES = AUTO
|
ulab_adminsysctlserver_METASOURCES = AUTO
|
||||||
remotefpga_adminsysctlserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_adminsysctlserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_adminsysctlserver
|
bin_PROGRAMS = ulab_adminusermgmtserver
|
||||||
|
|
||||||
remotefpga_adminsysctlserver_SOURCES = main.cpp admin_user_mgmt.cpp
|
ulab_adminusermgmtserver_SOURCES = main.cpp admin_user_mgmt.cpp
|
||||||
|
|
||||||
remotefpga_adminsysctlserver_METASOURCES = AUTO
|
ulab_adminusermgmtserver_METASOURCES = AUTO
|
||||||
remotefpga_adminsysctlserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_adminusermgmtserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_authserver
|
bin_PROGRAMS = ulab_authserver
|
||||||
|
|
||||||
remotefpga_authserver_SOURCES = main.cpp auth_conn.cpp
|
ulab_authserver_SOURCES = main.cpp auth_conn.cpp
|
||||||
|
|
||||||
remotefpga_authserver_METASOURCES = AUTO
|
ulab_authserver_METASOURCES = AUTO
|
||||||
remotefpga_authserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_authserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_fpgaprogserver
|
bin_PROGRAMS = ulab_fpgaprogserver
|
||||||
|
|
||||||
remotefpga_fpgaprogserver_SOURCES = main.cpp fpga_conn.cpp
|
ulab_fpgaprogserver_SOURCES = main.cpp fpga_conn.cpp
|
||||||
|
|
||||||
remotefpga_fpgaprogserver_METASOURCES = AUTO
|
ulab_fpgaprogserver_METASOURCES = AUTO
|
||||||
remotefpga_fpgaprogserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_fpgaprogserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_fpgaserver
|
bin_PROGRAMS = ulab_fpgaserver
|
||||||
|
|
||||||
remotefpga_fpgaserver_SOURCES = main.cpp fpga_conn.cpp
|
ulab_fpgaserver_SOURCES = main.cpp fpga_conn.cpp
|
||||||
|
|
||||||
remotefpga_fpgaserver_METASOURCES = AUTO
|
ulab_fpgaserver_METASOURCES = AUTO
|
||||||
remotefpga_fpgaserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_fpgaserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_gpibserver
|
bin_PROGRAMS = ulab_gpibserver
|
||||||
|
|
||||||
remotefpga_gpibserver_SOURCES = commanalyzer_functions.cpp gpib_functions.cpp scope_functions.cpp signal_functions.cpp main.cpp gpib_conn.cpp
|
ulab_gpibserver_SOURCES = commanalyzer_functions.cpp gpib_functions.cpp scope_functions.cpp signal_functions.cpp main.cpp gpib_conn.cpp
|
||||||
|
|
||||||
remotefpga_gpibserver_METASOURCES = AUTO
|
ulab_gpibserver_METASOURCES = AUTO
|
||||||
remotefpga_gpibserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla -lgpib
|
ulab_gpibserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla -lgpib
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
||||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||||
|
|
||||||
bin_PROGRAMS = remotefpga_sensormonserver
|
bin_PROGRAMS = ulab_sensormonserver
|
||||||
|
|
||||||
remotefpga_sensormonserver_SOURCES = main.cpp sensor_conn.cpp
|
ulab_sensormonserver_SOURCES = main.cpp sensor_conn.cpp
|
||||||
|
|
||||||
remotefpga_sensormonserver_METASOURCES = AUTO
|
ulab_sensormonserver_METASOURCES = AUTO
|
||||||
remotefpga_sensormonserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
ulab_sensormonserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
||||||
|
|
||||||
KDE_OPTIONS = nofinal
|
KDE_OPTIONS = nofinal
|
||||||
|
Loading…
Reference in new issue