You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
954 B
22 lines
954 B
12 years ago
|
SUBDIRS = example
|
||
|
INCLUDES = $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
lib_LTLIBRARIES = libtdeunittestgui.la
|
||
|
libtdeunittestgui_la_SOURCES = testerwidget.ui runnergui.cpp dcopinterface.skel
|
||
|
libtdeunittestgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdeunittest
|
||
|
libtdeunittestgui_la_LIBADD = -ltdeunittest $(LIB_TDECORE)
|
||
|
|
||
|
runnergui.lo : testerwidget.h
|
||
|
|
||
|
bin_PROGRAMS = tdeunittestguimodrunner
|
||
|
tdeunittestguimodrunner_SOURCES = guimodrunner.cpp
|
||
|
tdeunittestguimodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdeunittest
|
||
|
tdeunittestguimodrunner_LDADD = libtdeunittestgui.la $(LIB_TDECORE) $(LIB_KIO)
|
||
|
|
||
|
noinst_HEADERS = dcopinterface.h
|
||
|
libtdeunittestinclude_HEADERS = runnergui.h
|
||
|
libtdeunittestincludedir = $(includedir)/tdeunittest
|
||
|
|
||
|
bin_SCRIPTS = tdeunittest tdeunittestmod tdeunittest_debughelper
|