d1ef7e8236
- Implemented a (hopefully) temporary solution to tooltip setting changes not being applied to the titlebar buttons while the style is in use. svn path=/trunk/kdebase/kwin/; revision=175167
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
INCLUDES = -I$(srcdir)/../.. $(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 = kwin_keramik.la
|
|
|
|
kwin_keramik_la_SOURCES = keramik.cpp
|
|
kwin_keramik_la_LIBADD = ../../kwin.la
|
|
kwin_keramik_la_COMPILE_FIRST = tiles.h
|
|
kwin_keramik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
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
|
|
|
|
tiles.h: embedtool
|
|
pics=`ls $(srcdir)/pics/*.png 2>/dev/null` ;\
|
|
./embedtool $$pics
|
|
|
|
keramik.lo: tiles.h
|
|
|