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.
21 lines
835 B
21 lines
835 B
13 years ago
|
INCLUDES = -I$(top_builddir)/libtdepim/komposer/core $(all_includes)
|
||
15 years ago
|
|
||
|
check_PROGRAMS = testfactory testmanager testkomposer
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
testfactory_SOURCES = main.cpp managertest.cpp
|
||
13 years ago
|
testfactory_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||
15 years ago
|
testfactory_LDADD = ../libkomposer.la
|
||
|
|
||
|
testmanager_SOURCES = testmanager.cpp
|
||
13 years ago
|
testmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||
15 years ago
|
testmanager_LDADD = ../libkomposer.la
|
||
|
|
||
|
testkomposer_SOURCES = testkomposer.cpp
|
||
13 years ago
|
testkomposer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
||
15 years ago
|
testkomposer_LDADD = ../libkomposer.la
|
||
|
|
||
|
check: testfactory
|
||
|
@./testfactory 2>&1 | grep "tests:"
|