summaryrefslogtreecommitdiffstats
path: root/tdeioslave/system/Makefile.am
blob: 58d779a9bab00811ba235f835867d23d14c39470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SUBDIRS= . kdedmodule entries mimetypes

INCLUDES = $(all_includes)
METASOURCES = AUTO

kde_module_LTLIBRARIES = tdeio_system.la

tdeio_system_la_SOURCES = dummy.cpp
tdeio_system_la_LIBADD  = libtdeiosystem.la $(LIB_KIO)
tdeio_system_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined

dummy.cpp:
	echo > dummy.cpp

kde_services_DATA = system.protocol

noinst_LTLIBRARIES = libtdeiosystem.la
libtdeiosystem_la_SOURCES = tdeio_system.cpp systemimpl.cpp

check_PROGRAMS = testsystem
testsystem_SOURCES = testsystem.cpp
testsystem_LDADD = libtdeiosystem.la $(LIB_KIO)
testsystem_LDFLAGS = $(all_libraries)

## TODO in unsermake: TESTS = testsystem
check: testsystem
	./testsystem

messages:
	$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_system.pot