~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to kwin/clients/keramik/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES                  = -I$(srcdir)/../../lib $(all_includes)
2
 
 
3
 
SUBDIRS                   = . config
4
 
 
5
 
noinst_PROGRAMS           = embedtool
6
 
 
7
 
noinst_HEADERS            = tiles.h
8
 
 
9
 
embedtool_SOURCES         = embedtool.cpp
10
 
embedtool_LDADD           = $(LIB_QT)
11
 
embedtool_LDFLAGS         = $(all_libraries) $(KDE_RPATH)
12
 
 
13
 
kde_module_LTLIBRARIES    = kwin3_keramik.la
14
 
 
15
 
kwin3_keramik_la_SOURCES   = keramik.cpp
16
 
kwin3_keramik_la_COMPILE_FIRST = tiles.h
17
 
kwin3_keramik_la_LDFLAGS   = $(all_libraries) $(KDE_PLUGIN) -module
18
 
kwin3_keramik_la_LIBADD    = $(LIB_KDEUI) ../../lib/libkdecorations.la
19
 
#kwin3_keramik_la_LDFLAGS   = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS)
20
 
 
21
 
METASOURCES               = AUTO
22
 
noinst_headers            = keramik.h tiles.h
23
 
 
24
 
lnkdir                    = $(kde_datadir)/kwin
25
 
lnk_DATA                  = keramik.desktop
26
 
 
27
 
EXTRA_DIST                = $(lnk_DATA)
28
 
 
29
 
tiles.h: pics/caption-large-left.png pics/caption-small-right.png pics/titlebar-center.png \
30
 
        pics/titlebutton-square.png pics/border-left.png pics/caption-large-right.png \
31
 
        pics/grabbar-center.png pics/titlebar-left.png pics/border-right.png \
32
 
        pics/caption-small-center.png pics/grabbar-left.png pics/titlebar-right.png \
33
 
        pics/caption-large-center.png  pics/caption-small-left.png pics/grabbar-right.png \
34
 
        pics/titlebutton-round.png pics/bottom-left.png pics/bottom-right.png \
35
 
        pics/bottom-center.png \
36
 
        pics/titlebutton-square-large.png pics/titlebutton-square-huge.png \
37
 
        pics/titlebutton-round-large.png pics/titlebutton-round-huge.png
38
 
 
39
 
tiles.h: embedtool
40
 
        pics=`ls $(srcdir)/pics/*.png 2>/dev/null` ;\
41
 
        ./embedtool $$pics
42
 
 
43
 
keramik.lo: tiles.h
44