~ubuntu-branches/debian/squeeze/kdelibs/squeeze

« back to all changes in this revision

Viewing changes to .pc/98_buildprep.diff/kstyles/plastik/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-08-07 23:20:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100807232021-owvkgp5wpc076s33
Tags: 4:3.5.10.dfsg.1-5
* Change by email address to @debian.org.
* Drop common HTML docs from kdelibs-data package. Instead suggest
  kdelibs5-data which ships them (Closes: #591609). What's more, whoever
  wants to view docs, will have to install khelpcenter4 which pulls in
  kdelibs5-data anyway.
* Switch to dpkg-source format 3.0 (quilt):
  - drop simple-patchsys.mk from debian/rules;
  - add debian/patches/series file.
* Fix corruption of zip files caused by wrong encoding of umlauts in kzip
  (patch 67_kio_zip_file_encoding.diff). (Closes: #563942) Thanks to Bjoern
  Ricks for the patch.
* Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
  Thanks to Ben Burton for the patch.
* Do not recurse into .pc subdirectory with doxygen 
  (patch debian/patches/02_exclude_pc_from_dox.diff).
* Urgency=medium due to multiple RC bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
 
3
# @configure_input@
 
4
 
 
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
6
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
target_triplet = @target@
 
39
subdir = kstyles/plastik
 
40
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/config.h \
 
49
        $(top_builddir)/dcop/dcop-path.h \
 
50
        $(top_builddir)/kdecore/kdemacros.h \
 
51
        $(top_builddir)/kio/kssl/ksslconfig.h \
 
52
        $(top_builddir)/kjs/global.h
 
53
CONFIG_CLEAN_FILES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__installdirs = "$(DESTDIR)$(kde_styledir)" \
 
61
        "$(DESTDIR)$(stylercdir)"
 
62
kde_styleLTLIBRARIES_INSTALL = $(INSTALL)
 
63
LTLIBRARIES = $(kde_style_LTLIBRARIES)
 
64
plastik_la_DEPENDENCIES = ../../kdefx/libkdefx.la
 
65
am_plastik_la_OBJECTS = plastik.lo misc.lo
 
66
#>- plastik_la_OBJECTS = $(am_plastik_la_OBJECTS)
 
67
#>+ 4
 
68
plastik_la_final_OBJECTS = plastik_la.all_cpp.lo 
 
69
plastik_la_nofinal_OBJECTS = plastik.lo misc.lo
 
70
@KDE_USE_FINAL_FALSE@plastik_la_OBJECTS = $(plastik_la_nofinal_OBJECTS)
 
71
@KDE_USE_FINAL_TRUE@plastik_la_OBJECTS = $(plastik_la_final_OBJECTS)
 
72
#>- plastik_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
73
#>-     $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
74
#>-     $(CXXFLAGS) $(plastik_la_LDFLAGS) $(LDFLAGS) -o $@
 
75
#>+ 3
 
76
plastik_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
77
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
78
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(plastik_la_LDFLAGS) $(LDFLAGS) -o $@
 
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/dcop -I$(top_builddir)/kdecore -I$(top_builddir)/kio/kssl -I$(top_builddir)/kjs
 
80
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
 
81
am__depfiles_maybe = depfiles
 
82
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
83
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
84
#>+ 2
 
85
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
87
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
88
#>-     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
89
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
90
#>+ 3
 
91
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
92
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
93
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
94
CXXLD = $(CXX)
 
95
#>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
96
#>-     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
97
#>-     $(LDFLAGS) -o $@
 
98
#>+ 3
 
99
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
100
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \
 
101
        $(LDFLAGS) -o $@
 
102
SOURCES = $(plastik_la_SOURCES)
 
103
DIST_SOURCES = $(plastik_la_SOURCES)
 
104
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
105
#>-     html-recursive info-recursive install-data-recursive \
 
106
#>-     install-dvi-recursive install-exec-recursive \
 
107
#>-     install-html-recursive install-info-recursive \
 
108
#>-     install-pdf-recursive install-ps-recursive install-recursive \
 
109
#>-     installcheck-recursive installdirs-recursive pdf-recursive \
 
110
#>-     ps-recursive uninstall-recursive
 
111
#>+ 7
 
112
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
113
        html-recursive info-recursive install-data-recursive \
 
114
        install-dvi-recursive install-exec-recursive \
 
115
        install-html-recursive install-info-recursive \
 
116
        install-pdf-recursive install-ps-recursive install-recursive \
 
117
        installcheck-recursive installdirs-recursive pdf-recursive \
 
118
        ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
 
119
stylercDATA_INSTALL = $(INSTALL_DATA)
 
120
DATA = $(stylerc_DATA)
 
121
HEADERS = $(noinst_HEADERS)
 
122
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
123
  distclean-recursive maintainer-clean-recursive
 
124
ETAGS = etags
 
125
CTAGS = ctags
 
126
DIST_SUBDIRS = $(SUBDIRS)
 
127
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
128
#>+ 1
 
129
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
 
130
ACLOCAL = @ACLOCAL@
 
131
ACL_LIBS = @ACL_LIBS@
 
132
ALLOCA = @ALLOCA@
 
133
AMTAR = @AMTAR@
 
134
AR = @AR@
 
135
ARTSCCONFIG = @ARTSCCONFIG@
 
136
AUTOCONF = @AUTOCONF@
 
137
AUTODIRS = @AUTODIRS@
 
138
AUTOHEADER = @AUTOHEADER@
 
139
AUTOMAKE = @AUTOMAKE@
 
140
AWK = @AWK@
 
141
CC = @CC@
 
142
CCDEPMODE = @CCDEPMODE@
 
143
CFLAGS = @CFLAGS@
 
144
CONF_FILES = @CONF_FILES@
 
145
CPP = @CPP@
 
146
CPPFLAGS = @CPPFLAGS@
 
147
CXX = @CXX@
 
148
CXXCPP = @CXXCPP@
 
149
CXXDEPMODE = @CXXDEPMODE@
 
150
CXXFLAGS = @CXXFLAGS@
 
151
CYGPATH_W = @CYGPATH_W@
 
152
DCOPIDL = @DCOPIDL@
 
153
DCOPIDL2CPP = @DCOPIDL2CPP@
 
154
DCOPIDLNG = @DCOPIDLNG@
 
155
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
 
156
DEFS = @DEFS@
 
157
DEPDIR = @DEPDIR@
 
158
DOXYGEN = @DOXYGEN@
 
159
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
 
160
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
 
161
ECHO = @ECHO@
 
162
ECHO_C = @ECHO_C@
 
163
ECHO_N = @ECHO_N@
 
164
ECHO_T = @ECHO_T@
 
165
EGREP = @EGREP@
 
166
ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
 
167
EXEEXT = @EXEEXT@
 
168
EXR_FLAGS = @EXR_FLAGS@
 
169
EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
 
170
F77 = @F77@
 
171
FFLAGS = @FFLAGS@
 
172
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
173
GMSGFMT = @GMSGFMT@
 
174
GREP = @GREP@
 
175
GSSAPI_INCS = @GSSAPI_INCS@
 
176
GSSAPI_LIBS = @GSSAPI_LIBS@
 
177
GSSAPI_RPATH = @GSSAPI_RPATH@
 
178
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
179
HAVE_MITSHM = @HAVE_MITSHM@
 
180
HAVE_SENDFILE = @HAVE_SENDFILE@
 
181
HELP_SUBDIR = @HELP_SUBDIR@
 
182
ICE_RLIB = @ICE_RLIB@
 
183
ICE_SUBDIR = @ICE_SUBDIR@
 
184
INSTALL = @INSTALL@
 
185
INSTALL_DATA = @INSTALL_DATA@
 
186
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
187
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
188
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
189
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
 
190
KCONFIG_COMPILER = @KCONFIG_COMPILER@
 
191
KDEINIT_SETUID = @KDEINIT_SETUID@
 
192
KDEINIT_XFT_INCLUDES = @KDEINIT_XFT_INCLUDES@
 
193
KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@
 
194
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
 
195
KDE_FORCE_INLINE = @KDE_FORCE_INLINE@
 
196
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
 
197
KDE_HAVE_DOT = @KDE_HAVE_DOT@
 
198
KDE_INCLUDES = @KDE_INCLUDES@
 
199
KDE_LDFLAGS = @KDE_LDFLAGS@
 
200
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
 
201
KDE_MT_LIBS = @KDE_MT_LIBS@
 
202
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
 
203
KDE_PLUGIN = @KDE_PLUGIN@
 
204
KDE_RPATH = @KDE_RPATH@
 
205
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
 
206
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
 
207
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
 
208
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
 
209
KDE_USE_FPIE = @KDE_USE_FPIE@
 
210
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
 
211
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
 
212
KDE_USE_PIE = @KDE_USE_PIE@
 
213
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
 
214
KJAVA_POLICYPATH = @KJAVA_POLICYPATH@
 
215
LDFLAGS = @LDFLAGS@
 
216
LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
 
217
LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
 
218
LIBADD_DL = @LIBADD_DL@
 
219
LIBART_CFLAGS = @LIBART_CFLAGS@
 
220
LIBART_LIBS = @LIBART_LIBS@
 
221
LIBART_RPATH = @LIBART_RPATH@
 
222
LIBASOUND = @LIBASOUND@
 
223
LIBBZ2 = @LIBBZ2@
 
224
LIBCOMPAT = @LIBCOMPAT@
 
225
LIBCRYPT = @LIBCRYPT@
 
226
LIBDL = @LIBDL@
 
227
LIBFAM = @LIBFAM@
 
228
LIBICE = @LIBICE@
 
229
LIBJPEG = @LIBJPEG@
 
230
LIBOBJS = @LIBOBJS@
 
231
LIBPCRE = @LIBPCRE@
 
232
LIBPNG = @LIBPNG@
 
233
LIBPTHREAD = @LIBPTHREAD@
 
234
LIBRESOLV = @LIBRESOLV@
 
235
LIBS = @LIBS@
 
236
LIBSM = @LIBSM@
 
237
LIBSOCKET = @LIBSOCKET@
 
238
LIBSSL = @LIBSSL@
 
239
LIBTHAI = @LIBTHAI@
 
240
LIBTIFF = @LIBTIFF@
 
241
LIBTOOL = @LIBTOOL@
 
242
LIBUCB = @LIBUCB@
 
243
LIBUTEMPTER = @LIBUTEMPTER@
 
244
LIBUTIL = @LIBUTIL@
 
245
LIBVOLMGT = @LIBVOLMGT@
 
246
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
247
LIBXML_LIBS = @LIBXML_LIBS@
 
248
LIBXML_RPATH = @LIBXML_RPATH@
 
249
LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
 
250
LIBXSLT_LIBS = @LIBXSLT_LIBS@
 
251
LIBXSLT_RPATH = @LIBXSLT_RPATH@
 
252
LIBZ = @LIBZ@
 
253
LIB_CUPS = @LIB_CUPS@
 
254
LIB_DNSSD = @LIB_DNSSD@
 
255
LIB_EXR = @LIB_EXR@
 
256
LIB_IDN = @LIB_IDN@
 
257
LIB_JASPER = @LIB_JASPER@
 
258
LIB_KAB = @LIB_KAB@
 
259
LIB_KABC = @LIB_KABC@
 
260
LIB_KDECORE = @LIB_KDECORE@
 
261
LIB_KDED = @LIB_KDED@
 
262
LIB_KDEPIM = @LIB_KDEPIM@
 
263
LIB_KDEPRINT = @LIB_KDEPRINT@
 
264
LIB_KDEUI = @LIB_KDEUI@
 
265
LIB_KDNSSD = @LIB_KDNSSD@
 
266
LIB_KFILE = @LIB_KFILE@
 
267
LIB_KFM = @LIB_KFM@
 
268
LIB_KHTML = @LIB_KHTML@
 
269
LIB_KIMGIO = @LIB_KIMGIO@
 
270
LIB_KIMPROXY = @LIB_KIMPROXY@
 
271
LIB_KIO = @LIB_KIO@
 
272
LIB_KJS = @LIB_KJS@
 
273
LIB_KNEWSTUFF = @LIB_KNEWSTUFF@
 
274
LIB_KPARTS = @LIB_KPARTS@
 
275
LIB_KSPELL = @LIB_KSPELL@
 
276
LIB_KSYCOCA = @LIB_KSYCOCA@
 
277
LIB_KUNITTEST = @LIB_KUNITTEST@
 
278
LIB_KUTILS = @LIB_KUTILS@
 
279
LIB_POLL = @LIB_POLL@
 
280
LIB_QPE = @LIB_QPE@
 
281
LIB_QT = @LIB_QT@
 
282
LIB_SMB = @LIB_SMB@
 
283
LIB_X11 = @LIB_X11@
 
284
LIB_XEXT = @LIB_XEXT@
 
285
LIB_XRENDER = @LIB_XRENDER@
 
286
LN_S = @LN_S@
 
287
LTLIBOBJS = @LTLIBOBJS@
 
288
LUA = @LUA@
 
289
LUA_INCLUDES = @LUA_INCLUDES@
 
290
LUA_LIBS = @LUA_LIBS@
 
291
MAKEINFO = @MAKEINFO@
 
292
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
293
MCOPIDL = @MCOPIDL@
 
294
MD5SUM = @MD5SUM@
 
295
MEINPROC = @MEINPROC@
 
296
MEINPROC_DEP = @MEINPROC_DEP@
 
297
MKDIR_P = @MKDIR_P@
 
298
MOC = @MOC@
 
299
MSGFMT = @MSGFMT@
 
300
NOOPT_CFLAGS = @NOOPT_CFLAGS@
 
301
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
 
302
OBJEXT = @OBJEXT@
 
303
PACKAGE = @PACKAGE@
 
304
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
305
PACKAGE_NAME = @PACKAGE_NAME@
 
306
PACKAGE_STRING = @PACKAGE_STRING@
 
307
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
308
PACKAGE_VERSION = @PACKAGE_VERSION@
 
309
PATH_SEPARATOR = @PATH_SEPARATOR@
 
310
PCRECFLAGS = @PCRECFLAGS@
 
311
PERL = @PERL@
 
312
PKG_CONFIG = @PKG_CONFIG@
 
313
QNAMESPACE_H = @QNAMESPACE_H@
 
314
QTDOCDIR = @QTDOCDIR@
 
315
QTE_NORTTI = @QTE_NORTTI@
 
316
QT_INCLUDES = @QT_INCLUDES@
 
317
QT_LDFLAGS = @QT_LDFLAGS@
 
318
RANLIB = @RANLIB@
 
319
SET_MAKE = @SET_MAKE@
 
320
SHELL = @SHELL@
 
321
SSL_INCLUDES = @SSL_INCLUDES@
 
322
SSL_LDFLAGS = @SSL_LDFLAGS@
 
323
STRIP = @STRIP@
 
324
TOPSUBDIRS = @TOPSUBDIRS@
 
325
UIC = @UIC@
 
326
UIC_TR = @UIC_TR@
 
327
USER_INCLUDES = @USER_INCLUDES@
 
328
USER_LDFLAGS = @USER_LDFLAGS@
 
329
USE_EXCEPTIONS = @USE_EXCEPTIONS@
 
330
USE_RTTI = @USE_RTTI@
 
331
USE_THREADS = @USE_THREADS@
 
332
VERSION = @VERSION@
 
333
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
334
XGETTEXT = @XGETTEXT@
 
335
XMKMF = @XMKMF@
 
336
XMLLINT = @XMLLINT@
 
337
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
338
X_INCLUDES = @X_INCLUDES@
 
339
X_LDFLAGS = @X_LDFLAGS@
 
340
X_PRE_LIBS = @X_PRE_LIBS@
 
341
X_RPATH = @X_RPATH@
 
342
abs_builddir = @abs_builddir@
 
343
abs_srcdir = @abs_srcdir@
 
344
abs_top_builddir = @abs_top_builddir@
 
345
abs_top_srcdir = @abs_top_srcdir@
 
346
ac_ct_CC = @ac_ct_CC@
 
347
ac_ct_CXX = @ac_ct_CXX@
 
348
ac_ct_F77 = @ac_ct_F77@
 
349
all_includes = @all_includes@
 
350
all_libraries = @all_libraries@
 
351
am__include = @am__include@
 
352
am__leading_dot = @am__leading_dot@
 
353
am__quote = @am__quote@
 
354
am__tar = @am__tar@
 
355
am__untar = @am__untar@
 
356
bindir = @bindir@
 
357
build = @build@
 
358
build_alias = @build_alias@
 
359
build_cpu = @build_cpu@
 
360
build_os = @build_os@
 
361
build_vendor = @build_vendor@
 
362
builddir = @builddir@
 
363
cups_modeldir = @cups_modeldir@
 
364
datadir = @datadir@
 
365
datarootdir = @datarootdir@
 
366
docdir = @docdir@
 
367
dvidir = @dvidir@
 
368
exec_prefix = @exec_prefix@
 
369
host = @host@
 
370
host_alias = @host_alias@
 
371
host_cpu = @host_cpu@
 
372
host_os = @host_os@
 
373
host_vendor = @host_vendor@
 
374
htmldir = @htmldir@
 
375
includedir = @includedir@
 
376
infodir = @infodir@
 
377
install_sh = @install_sh@
 
378
kde_appsdir = @kde_appsdir@
 
379
kde_bindir = @kde_bindir@
 
380
kde_confdir = @kde_confdir@
 
381
kde_cups_config = @kde_cups_config@
 
382
kde_datadir = @kde_datadir@
 
383
kde_htmldir = @kde_htmldir@
 
384
kde_icondir = @kde_icondir@
 
385
kde_includes = @kde_includes@
 
386
kde_kcfgdir = @kde_kcfgdir@
 
387
kde_libraries = @kde_libraries@
 
388
kde_libs_htmldir = @kde_libs_htmldir@
 
389
kde_libs_prefix = @kde_libs_prefix@
 
390
kde_locale = @kde_locale@
 
391
kde_mimedir = @kde_mimedir@
 
392
kde_moduledir = @kde_moduledir@
 
393
kde_qtver = @kde_qtver@
 
394
kde_servicesdir = @kde_servicesdir@
 
395
kde_servicetypesdir = @kde_servicetypesdir@
 
396
kde_sounddir = @kde_sounddir@
 
397
kde_styledir = @kde_styledir@
 
398
kde_templatesdir = @kde_templatesdir@
 
399
kde_wallpaperdir = @kde_wallpaperdir@
 
400
kde_widgetdir = @kde_widgetdir@
 
401
kdeinitdir = @kdeinitdir@
 
402
libdir = @libdir@
 
403
libexecdir = @libexecdir@
 
404
localedir = @localedir@
 
405
localstatedir = @localstatedir@
 
406
mandir = @mandir@
 
407
mkdir_p = @mkdir_p@
 
408
oldincludedir = @oldincludedir@
 
409
path_su = @path_su@
 
410
path_sudo = @path_sudo@
 
411
pdfdir = @pdfdir@
 
412
prefix = @prefix@
 
413
program_transform_name = @program_transform_name@
 
414
psdir = @psdir@
 
415
qt_includes = @qt_includes@
 
416
qt_libraries = @qt_libraries@
 
417
sbindir = @sbindir@
 
418
sharedstatedir = @sharedstatedir@
 
419
srcdir = @srcdir@
 
420
sysconfdir = @sysconfdir@
 
421
target = @target@
 
422
target_alias = @target_alias@
 
423
target_cpu = @target_cpu@
 
424
target_os = @target_os@
 
425
target_vendor = @target_vendor@
 
426
top_builddir = @top_builddir@
 
427
top_srcdir = @top_srcdir@
 
428
x_includes = @x_includes@
 
429
x_libraries = @x_libraries@
 
430
xdg_appsdir = @xdg_appsdir@
 
431
xdg_directorydir = @xdg_directorydir@
 
432
xdg_menudir = @xdg_menudir@
 
433
AUTOMAKE_OPTIONS = foreign
 
434
SUBDIRS = config
 
435
KDE_CXXFLAGS = -DQT_PLUGIN
 
436
INCLUDES = $(all_includes)
 
437
stylercdir = $(kde_datadir)/kstyle/themes
 
438
stylerc_DATA = plastik.themerc
 
439
EXTRA_DIST = $(stylerc_DATA)
 
440
noinst_HEADERS = plastik.h misc.h
 
441
kde_style_LTLIBRARIES = plastik.la
 
442
plastik_la_SOURCES = plastik.cpp misc.cpp
 
443
plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
 
444
plastik_la_LIBADD = ../../kdefx/libkdefx.la
 
445
#>- plastik_la_METASOURCES = AUTO
 
446
DISTCLEANFILES = $(plastik_la_METASOURCES)
 
447
#>- all: all-recursive
 
448
#>+ 1
 
449
all: docs-am  all-recursive
 
450
 
 
451
.SUFFIXES:
 
452
.SUFFIXES: .cpp .lo .o .obj
 
453
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
454
#>-     @for dep in $?; do \
 
455
#>-       case '$(am__configure_deps)' in \
 
456
#>-         *$$dep*) \
 
457
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
458
#>-             && exit 0; \
 
459
#>-           exit 1;; \
 
460
#>-       esac; \
 
461
#>-     done; \
 
462
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kstyles/plastik/Makefile'; \
 
463
#>-     cd $(top_srcdir) && \
 
464
#>-       $(AUTOMAKE) --foreign  kstyles/plastik/Makefile
 
465
#>+ 12
 
466
        @for dep in $?; do \
 
467
          case '$(am__configure_deps)' in \
 
468
            *$$dep*) \
 
469
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
470
                && exit 0; \
 
471
              exit 1;; \
 
472
          esac; \
 
473
        done; \
 
474
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kstyles/plastik/Makefile'; \
 
475
        cd $(top_srcdir) && \
 
476
          $(AUTOMAKE) --foreign  kstyles/plastik/Makefile
 
477
        cd $(top_srcdir) && perl admin/am_edit kstyles/plastik/Makefile.in
 
478
.PRECIOUS: Makefile
 
479
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
480
        @case '$?' in \
 
481
          *config.status*) \
 
482
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
483
          *) \
 
484
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
485
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
486
        esac;
 
487
 
 
488
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
489
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
490
 
 
491
$(top_srcdir)/configure:  $(am__configure_deps)
 
492
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
493
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
494
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
495
install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
 
496
        @$(NORMAL_INSTALL)
 
497
        test -z "$(kde_styledir)" || $(MKDIR_P) "$(DESTDIR)$(kde_styledir)"
 
498
        @list='$(kde_style_LTLIBRARIES)'; for p in $$list; do \
 
499
          if test -f $$p; then \
 
500
            f=$(am__strip_dir) \
 
501
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_styleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_styledir)/$$f'"; \
 
502
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_styleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_styledir)/$$f"; \
 
503
          else :; fi; \
 
504
        done
 
505
 
 
506
uninstall-kde_styleLTLIBRARIES:
 
507
        @$(NORMAL_UNINSTALL)
 
508
        @list='$(kde_style_LTLIBRARIES)'; for p in $$list; do \
 
509
          p=$(am__strip_dir) \
 
510
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(kde_styledir)/$$p'"; \
 
511
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(kde_styledir)/$$p"; \
 
512
        done
 
513
 
 
514
clean-kde_styleLTLIBRARIES:
 
515
        -test -z "$(kde_style_LTLIBRARIES)" || rm -f $(kde_style_LTLIBRARIES)
 
516
        @list='$(kde_style_LTLIBRARIES)'; for p in $$list; do \
 
517
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
518
          test "$$dir" != "$$p" || dir=.; \
 
519
          echo "rm -f \"$${dir}/so_locations\""; \
 
520
          rm -f "$${dir}/so_locations"; \
 
521
        done
 
522
plastik.la: $(plastik_la_OBJECTS) $(plastik_la_DEPENDENCIES) 
 
523
        $(plastik_la_LINK) -rpath $(kde_styledir) $(plastik_la_OBJECTS) $(plastik_la_LIBADD) $(LIBS)
 
524
 
 
525
mostlyclean-compile:
 
526
        -rm -f *.$(OBJEXT)
 
527
 
 
528
distclean-compile:
 
529
        -rm -f *.tab.c
 
530
 
 
531
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
 
532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plastik.Plo@am__quote@
 
533
 
 
534
.cpp.o:
 
535
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
536
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
537
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
538
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
539
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
540
 
 
541
.cpp.obj:
 
542
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
543
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
544
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
545
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
546
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
547
 
 
548
.cpp.lo:
 
549
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
550
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
551
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
553
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
554
 
 
555
mostlyclean-libtool:
 
556
        -rm -f *.lo
 
557
 
 
558
clean-libtool:
 
559
        -rm -rf .libs _libs
 
560
install-stylercDATA: $(stylerc_DATA)
 
561
        @$(NORMAL_INSTALL)
 
562
        test -z "$(stylercdir)" || $(MKDIR_P) "$(DESTDIR)$(stylercdir)"
 
563
        @list='$(stylerc_DATA)'; for p in $$list; do \
 
564
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
565
          f=$(am__strip_dir) \
 
566
          echo " $(stylercDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(stylercdir)/$$f'"; \
 
567
          $(stylercDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(stylercdir)/$$f"; \
 
568
        done
 
569
 
 
570
uninstall-stylercDATA:
 
571
        @$(NORMAL_UNINSTALL)
 
572
        @list='$(stylerc_DATA)'; for p in $$list; do \
 
573
          f=$(am__strip_dir) \
 
574
          echo " rm -f '$(DESTDIR)$(stylercdir)/$$f'"; \
 
575
          rm -f "$(DESTDIR)$(stylercdir)/$$f"; \
 
576
        done
 
577
 
 
578
# This directory's subdirectories are mostly independent; you can cd
 
579
# into them and run `make' without going through this Makefile.
 
580
# To change the values of `make' variables: instead of editing Makefiles,
 
581
# (1) if the variable is set in `config.status', edit `config.status'
 
582
#     (which will cause the Makefiles to be regenerated when you run `make');
 
583
# (2) otherwise, pass the desired values on the `make' command line.
 
584
$(RECURSIVE_TARGETS):
 
585
        @failcom='exit 1'; \
 
586
        for f in x $$MAKEFLAGS; do \
 
587
          case $$f in \
 
588
            *=* | --[!k]*);; \
 
589
            *k*) failcom='fail=yes';; \
 
590
          esac; \
 
591
        done; \
 
592
        dot_seen=no; \
 
593
        target=`echo $@ | sed s/-recursive//`; \
 
594
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
595
          echo "Making $$target in $$subdir"; \
 
596
          if test "$$subdir" = "."; then \
 
597
            dot_seen=yes; \
 
598
            local_target="$$target-am"; \
 
599
          else \
 
600
            local_target="$$target"; \
 
601
          fi; \
 
602
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
603
          || eval $$failcom; \
 
604
        done; \
 
605
        if test "$$dot_seen" = "no"; then \
 
606
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
607
        fi; test -z "$$fail"
 
608
 
 
609
$(RECURSIVE_CLEAN_TARGETS):
 
610
        @failcom='exit 1'; \
 
611
        for f in x $$MAKEFLAGS; do \
 
612
          case $$f in \
 
613
            *=* | --[!k]*);; \
 
614
            *k*) failcom='fail=yes';; \
 
615
          esac; \
 
616
        done; \
 
617
        dot_seen=no; \
 
618
        case "$@" in \
 
619
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
620
          *) list='$(SUBDIRS)' ;; \
 
621
        esac; \
 
622
        rev=''; for subdir in $$list; do \
 
623
          if test "$$subdir" = "."; then :; else \
 
624
            rev="$$subdir $$rev"; \
 
625
          fi; \
 
626
        done; \
 
627
        rev="$$rev ."; \
 
628
        target=`echo $@ | sed s/-recursive//`; \
 
629
        for subdir in $$rev; do \
 
630
          echo "Making $$target in $$subdir"; \
 
631
          if test "$$subdir" = "."; then \
 
632
            local_target="$$target-am"; \
 
633
          else \
 
634
            local_target="$$target"; \
 
635
          fi; \
 
636
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
637
          || eval $$failcom; \
 
638
        done && test -z "$$fail"
 
639
tags-recursive:
 
640
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
641
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
642
        done
 
643
ctags-recursive:
 
644
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
645
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
646
        done
 
647
 
 
648
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
649
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
650
        unique=`for i in $$list; do \
 
651
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
652
          done | \
 
653
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
654
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
655
        mkid -fID $$unique
 
656
tags: TAGS
 
657
 
 
658
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
659
                $(TAGS_FILES) $(LISP)
 
660
        tags=; \
 
661
        here=`pwd`; \
 
662
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
663
          include_option=--etags-include; \
 
664
          empty_fix=.; \
 
665
        else \
 
666
          include_option=--include; \
 
667
          empty_fix=; \
 
668
        fi; \
 
669
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
670
          if test "$$subdir" = .; then :; else \
 
671
            test ! -f $$subdir/TAGS || \
 
672
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
673
          fi; \
 
674
        done; \
 
675
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
676
        unique=`for i in $$list; do \
 
677
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
678
          done | \
 
679
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
680
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
681
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
682
          test -n "$$unique" || unique=$$empty_fix; \
 
683
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
684
            $$tags $$unique; \
 
685
        fi
 
686
ctags: CTAGS
 
687
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
688
                $(TAGS_FILES) $(LISP)
 
689
        tags=; \
 
690
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
691
        unique=`for i in $$list; do \
 
692
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
693
          done | \
 
694
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
695
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
696
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
697
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
698
             $$tags $$unique
 
699
 
 
700
GTAGS:
 
701
        here=`$(am__cd) $(top_builddir) && pwd` \
 
702
          && cd $(top_srcdir) \
 
703
          && gtags -i $(GTAGS_ARGS) $$here
 
704
 
 
705
distclean-tags:
 
706
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
707
 
 
708
distdir: $(DISTFILES)
 
709
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
710
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
711
        list='$(DISTFILES)'; \
 
712
          dist_files=`for file in $$list; do echo $$file; done | \
 
713
          sed -e "s|^$$srcdirstrip/||;t" \
 
714
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
715
        case $$dist_files in \
 
716
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
717
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
718
                           sort -u` ;; \
 
719
        esac; \
 
720
        for file in $$dist_files; do \
 
721
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
722
          if test -d $$d/$$file; then \
 
723
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
724
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
725
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
726
            fi; \
 
727
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
728
          else \
 
729
            test -f $(distdir)/$$file \
 
730
            || cp -p $$d/$$file $(distdir)/$$file \
 
731
            || exit 1; \
 
732
          fi; \
 
733
        done
 
734
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
735
          if test "$$subdir" = .; then :; else \
 
736
            test -d "$(distdir)/$$subdir" \
 
737
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
738
            || exit 1; \
 
739
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
740
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
741
            (cd $$subdir && \
 
742
              $(MAKE) $(AM_MAKEFLAGS) \
 
743
                top_distdir="$$top_distdir" \
 
744
                distdir="$$distdir/$$subdir" \
 
745
                am__remove_distdir=: \
 
746
                am__skip_length_check=: \
 
747
                distdir) \
 
748
              || exit 1; \
 
749
          fi; \
 
750
        done
 
751
check-am: all-am
 
752
check: check-recursive
 
753
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
 
754
installdirs: installdirs-recursive
 
755
installdirs-am:
 
756
        for dir in "$(DESTDIR)$(kde_styledir)" "$(DESTDIR)$(stylercdir)"; do \
 
757
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
758
        done
 
759
install: install-recursive
 
760
install-exec: install-exec-recursive
 
761
install-data: install-data-recursive
 
762
uninstall: uninstall-recursive
 
763
 
 
764
install-am: all-am
 
765
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
766
 
 
767
installcheck: installcheck-recursive
 
768
install-strip:
 
769
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
770
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
771
          `test -z '$(STRIP)' || \
 
772
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
773
mostlyclean-generic:
 
774
 
 
775
clean-generic:
 
776
 
 
777
distclean-generic:
 
778
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
779
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
780
 
 
781
maintainer-clean-generic:
 
782
        @echo "This command is intended for maintainers to use"
 
783
        @echo "it deletes files that may require special tools to rebuild."
 
784
#>- clean: clean-recursive
 
785
#>+ 1
 
786
clean: kde-rpo-clean  clean-recursive
 
787
 
 
788
#>- clean-am: clean-generic clean-kde_styleLTLIBRARIES clean-libtool \
 
789
#>-     mostlyclean-am
 
790
#>+ 2
 
791
clean-am: clean-metasources clean-bcheck clean-final  clean-generic clean-kde_styleLTLIBRARIES clean-libtool \
 
792
        mostlyclean-am
 
793
 
 
794
distclean: distclean-recursive
 
795
        -rm -rf ./$(DEPDIR)
 
796
        -rm -f Makefile
 
797
distclean-am: clean-am distclean-compile distclean-generic \
 
798
        distclean-tags
 
799
 
 
800
dvi: dvi-recursive
 
801
 
 
802
dvi-am:
 
803
 
 
804
html: html-recursive
 
805
 
 
806
info: info-recursive
 
807
 
 
808
info-am:
 
809
 
 
810
install-data-am: install-kde_styleLTLIBRARIES install-stylercDATA
 
811
 
 
812
install-dvi: install-dvi-recursive
 
813
 
 
814
install-exec-am:
 
815
 
 
816
install-html: install-html-recursive
 
817
 
 
818
install-info: install-info-recursive
 
819
 
 
820
install-man:
 
821
 
 
822
install-pdf: install-pdf-recursive
 
823
 
 
824
install-ps: install-ps-recursive
 
825
 
 
826
installcheck-am:
 
827
 
 
828
maintainer-clean: maintainer-clean-recursive
 
829
        -rm -rf ./$(DEPDIR)
 
830
        -rm -f Makefile
 
831
maintainer-clean-am: distclean-am maintainer-clean-generic
 
832
 
 
833
mostlyclean: mostlyclean-recursive
 
834
 
 
835
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
836
        mostlyclean-libtool
 
837
 
 
838
pdf: pdf-recursive
 
839
 
 
840
pdf-am:
 
841
 
 
842
ps: ps-recursive
 
843
 
 
844
ps-am:
 
845
 
 
846
uninstall-am: uninstall-kde_styleLTLIBRARIES uninstall-stylercDATA
 
847
 
 
848
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
849
        install-strip
 
850
 
 
851
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
852
        all all-am check check-am clean clean-generic \
 
853
        clean-kde_styleLTLIBRARIES clean-libtool ctags ctags-recursive \
 
854
        distclean distclean-compile distclean-generic \
 
855
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
856
        html-am info info-am install install-am install-data \
 
857
        install-data-am install-dvi install-dvi-am install-exec \
 
858
        install-exec-am install-html install-html-am install-info \
 
859
        install-info-am install-kde_styleLTLIBRARIES install-man \
 
860
        install-pdf install-pdf-am install-ps install-ps-am \
 
861
        install-strip install-stylercDATA installcheck installcheck-am \
 
862
        installdirs installdirs-am maintainer-clean \
 
863
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
864
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
865
        tags tags-recursive uninstall uninstall-am \
 
866
        uninstall-kde_styleLTLIBRARIES uninstall-stylercDATA
 
867
 
 
868
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
869
# Otherwise a system limit (for SysV at least) may be exceeded.
 
870
.NOEXPORT:
 
871
 
 
872
#>+ 3
 
873
plastik.moc: $(srcdir)/plastik.h
 
874
        $(MOC) $(srcdir)/plastik.h -o plastik.moc
 
875
 
 
876
#>+ 2
 
877
mocs: plastik.moc
 
878
 
 
879
#>+ 3
 
880
clean-metasources:
 
881
        -rm -f  plastik.moc
 
882
 
 
883
#>+ 2
 
884
KDE_DIST=Makefile.in plastik.themerc Makefile.am 
 
885
 
 
886
#>+ 2
 
887
docs-am:
 
888
 
 
889
#>+ 15
 
890
force-reedit:
 
891
                @for dep in $?; do \
 
892
          case '$(am__configure_deps)' in \
 
893
            *$$dep*) \
 
894
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
895
                && exit 0; \
 
896
              exit 1;; \
 
897
          esac; \
 
898
        done; \
 
899
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kstyles/plastik/Makefile'; \
 
900
        cd $(top_srcdir) && \
 
901
          $(AUTOMAKE) --foreign  kstyles/plastik/Makefile
 
902
        cd $(top_srcdir) && perl admin/am_edit kstyles/plastik/Makefile.in
 
903
 
 
904
 
 
905
#>+ 21
 
906
clean-bcheck: 
 
907
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
 
908
 
 
909
bcheck: bcheck-recursive
 
910
 
 
911
bcheck-am:
 
912
        @for i in ; do \
 
913
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
 
914
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
 
915
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
 
916
                echo "$$i"; \
 
917
                if ! $(CXXCOMPILE)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
918
                    rm -f $$i.bchecktest.cc; exit 1; \
 
919
                fi ; \
 
920
                echo "" >> $$i.bchecktest.cc.class; \
 
921
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
 
922
                rm -f a.out; \
 
923
            fi ; \
 
924
        done
 
925
 
 
926
 
 
927
#>+ 11
 
928
plastik_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/plastik.cpp $(srcdir)/misc.cpp  plastik.moc
 
929
        @echo 'creating plastik_la.all_cpp.cpp ...'; \
 
930
        rm -f plastik_la.all_cpp.files plastik_la.all_cpp.final; \
 
931
        echo "#define KDE_USE_FINAL 1" >> plastik_la.all_cpp.final; \
 
932
        for file in plastik.cpp misc.cpp ; do \
 
933
          echo "#include \"$$file\"" >> plastik_la.all_cpp.files; \
 
934
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> plastik_la.all_cpp.final; \
 
935
        done; \
 
936
        cat plastik_la.all_cpp.final plastik_la.all_cpp.files > plastik_la.all_cpp.cpp; \
 
937
        rm -f plastik_la.all_cpp.final plastik_la.all_cpp.files
 
938
 
 
939
#>+ 3
 
940
clean-final:
 
941
        -rm -f plastik_la.all_cpp.cpp
 
942
 
 
943
#>+ 3
 
944
final:
 
945
        $(MAKE) plastik_la_OBJECTS="$(plastik_la_final_OBJECTS)" all-am
 
946
 
 
947
#>+ 3
 
948
final-install:
 
949
        $(MAKE) plastik_la_OBJECTS="$(plastik_la_final_OBJECTS)" install-am
 
950
 
 
951
#>+ 3
 
952
no-final:
 
953
        $(MAKE) plastik_la_OBJECTS="$(plastik_la_nofinal_OBJECTS)" all-am
 
954
 
 
955
#>+ 3
 
956
no-final-install:
 
957
        $(MAKE) plastik_la_OBJECTS="$(plastik_la_nofinal_OBJECTS)" install-am
 
958
 
 
959
#>+ 3
 
960
kde-rpo-clean:
 
961
        -rm -f *.rpo
 
962
 
 
963
#>+ 5
 
964
nmcheck: 
 
965
plastik.lo: plastik.moc 
 
966
nmcheck-am: nmcheck
 
967
plastik.o: plastik.moc