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.
tdebase/tqt3integration/libqtkde/Makefile.am

16 lines
385 B

qtkdelib_LTLIBRARIES = libqtkde.la
libqtkde_la_SOURCES = qtkde.cpp
libqtkde_la_LIBADD = -lDCOP
libqtkde_la_LDFLAGS = $(all_libraries) -module -no-undefined -avoid-version
CLEANFILES = qtkde_functions.cpp
INCLUDES = $(all_includes)
METASOURCES = AUTO
qtkde.lo : qtkde_functions.cpp
qtkde_functions.cpp : ../utils/qtkde_functions.cpp
cp -f ../utils/qtkde_functions.cpp . || exit 1