kwin/clients/keramik/Makefile.am
Nicolas Goutte 92949ab569 I18N: untranslatable strings
Add a central user message extraction for all KWin client.
(The config programs have already their own .pot files)
CCMAIL:kde-i18n-doc@kde.org

(Note: there is currently not much of a choice to add a new .pot file,
as KWin has already many of them and we are in message freeze.
But at least this new .pot file can be shared between all clients, which
share most of the user visible strings.)

svn path=/trunk/kdebase/kwin/; revision=332022
2004-07-23 13:09:13 +00:00

44 lines
1.6 KiB
Makefile

INCLUDES = -I$(srcdir)/../../lib $(all_includes)
SUBDIRS = . config
noinst_PROGRAMS = embedtool
noinst_HEADERS = tiles.h
embedtool_SOURCES = embedtool.cpp
embedtool_LDADD = $(LIB_QT)
embedtool_LDFLAGS = $(all_libraries) $(KDE_RPATH)
kde_module_LTLIBRARIES = kwin3_keramik.la
kwin3_keramik_la_SOURCES = keramik.cpp
kwin3_keramik_la_COMPILE_FIRST = tiles.h
kwin3_keramik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin3_keramik_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
#kwin3_keramik_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS)
METASOURCES = AUTO
noinst_headers = keramik.h tiles.h
lnkdir = $(kde_datadir)/kwin
lnk_DATA = keramik.desktop
EXTRA_DIST = $(lnk_DATA)
tiles.h: pics/caption-large-left.png pics/caption-small-right.png pics/titlebar-center.png \
pics/titlebutton-square.png pics/border-left.png pics/caption-large-right.png \
pics/grabbar-center.png pics/titlebar-left.png pics/border-right.png \
pics/caption-small-center.png pics/grabbar-left.png pics/titlebar-right.png \
pics/caption-large-center.png pics/caption-small-left.png pics/grabbar-right.png \
pics/titlebutton-round.png pics/bottom-left.png pics/bottom-right.png \
pics/bottom-center.png \
pics/titlebutton-square-large.png pics/titlebutton-square-huge.png \
pics/titlebutton-round-large.png pics/titlebutton-round-huge.png
tiles.h: embedtool
pics=`ls $(srcdir)/pics/*.png 2>/dev/null` ;\
./embedtool $$pics
keramik.lo: tiles.h