blob: 622920e60883ce8cc29588ecea6f5031c12c082e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
INCLUDES = $(all_includes)
LDADD = $(LIB_KFILE)
bin_PROGRAMS = kcharselect
kcharselect_SOURCES = kcharselectdia.cc main.cc
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kcharselect_METASOURCES = kcharselectdia.moc
updatedir = $(kde_datadir)/kconf_update
update_DATA = kcharselect.upd
KDE_ICON = kcharselect
xdg_apps_DATA = KCharSelect.desktop
rcdir = $(kde_datadir)/kcharselect
rc_DATA = kcharselectui.rc
messages: rc.cpp
$(XGETTEXT) *.cc *.cpp -o $(podir)/kcharselect.pot
|