summaryrefslogtreecommitdiffstats
path: root/tqt3integration/libtqtkde/Makefile.am
blob: 8f239fe8a71b9992882bdc52e59c504182438d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tqtkdelib_LTLIBRARIES = libtqtkde.la

libtqtkde_la_SOURCES = tqtkde.cpp
libtqtkde_la_LIBADD = -lDCOP
libtqtkde_la_LDFLAGS = $(all_libraries) -module -no-undefined -avoid-version

CLEANFILES = tqtkde_functions.cpp

INCLUDES = $(all_includes)
METASOURCES = AUTO

tqtkde.lo : tqtkde_functions.cpp

tqtkde_functions.cpp : ../utils/tqtkde_functions.cpp
	cp -f ../utils/tqtkde_functions.cpp . || exit 1