blob: 2256085173923a1507ce51bcf797ebb0ec63075d (
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
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libtdevtipofday.la
libtdevtipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevtipofday_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libtdevtipofday_la_SOURCES = tipofday_part.cpp
METASOURCES = AUTO
KDE_ICON = AUTO
servicedir = $(kde_servicesdir)
service_DATA = tdevtipofday.desktop
tip_DATA = tips
tipdir = $(kde_datadir)/tdevtipofday
rc_DATA = tdevpart_tipofday.rc
rcdir = $(kde_datadir)/tdevtipofday
messages: rc.cpp
$(PREPARETIPS) > tips.cc
$(XGETTEXT) *.cpp *.h tips.cc -o $(podir)/tdevtipofday.pot
rm -f tips.cc
|