You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
420 B
Makefile
12 lines
420 B
Makefile
INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde -I/usr/include/sasl
|
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
|
|
bin_PROGRAMS = ulab_fpgaserver
|
|
|
|
ulab_fpgaserver_SOURCES = main.cpp fpga_conn.cpp bbb-gpmc-init.cpp
|
|
|
|
ulab_fpgaserver_METASOURCES = AUTO
|
|
ulab_fpgaserver_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdekrbsocket -ltqtrla
|
|
|
|
KDE_OPTIONS = nofinal
|