~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/imageplugins/texture/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
3
# @configure_input@
4
4
 
5
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
72
68
        imageeffect_texture.lo texture.lo
73
69
@KDE_USE_FINAL_FALSE@digikamimageplugin_texture_la_OBJECTS = $(digikamimageplugin_texture_la_nofinal_OBJECTS)
74
70
@KDE_USE_FINAL_TRUE@digikamimageplugin_texture_la_OBJECTS = $(digikamimageplugin_texture_la_final_OBJECTS)
75
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
71
#>- digikamimageplugin_texture_la_LINK = $(LIBTOOL) --tag=CXX \
 
72
#>-     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
73
#>-     $(AM_CXXFLAGS) $(CXXFLAGS) \
 
74
#>-     $(digikamimageplugin_texture_la_LDFLAGS) $(LDFLAGS) -o $@
 
75
#>+ 4
 
76
digikamimageplugin_texture_la_LINK = $(LIBTOOL) --tag=CXX \
 
77
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
78
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
 
79
        $(digikamimageplugin_texture_la_LDFLAGS) $(LDFLAGS) -o $@
 
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
81
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
77
82
am__depfiles_maybe = depfiles
78
83
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
85
#>+ 2
81
86
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82
87
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
83
 
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
84
 
#>-     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
85
 
#>-     $(AM_CXXFLAGS) $(CXXFLAGS)
 
88
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
89
#>-     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
90
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
86
91
#>+ 3
87
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
88
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
 
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
92
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
93
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
94
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
90
95
CXXLD = $(CXX)
91
 
#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
92
 
#>-     $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
93
 
#>+ 2
94
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
95
 
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
96
#>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
97
#>-     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
98
#>-     $(LDFLAGS) -o $@
 
99
#>+ 3
 
100
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
101
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \
 
102
        $(LDFLAGS) -o $@
96
103
SOURCES = $(digikamimageplugin_texture_la_SOURCES)
97
104
DIST_SOURCES = $(digikamimageplugin_texture_la_SOURCES)
98
105
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
99
106
#>-     html-recursive info-recursive install-data-recursive \
100
 
#>-     install-exec-recursive install-info-recursive \
101
 
#>-     install-recursive installcheck-recursive installdirs-recursive \
102
 
#>-     pdf-recursive ps-recursive uninstall-info-recursive \
103
 
#>-     uninstall-recursive
104
 
#>+ 6
 
107
#>-     install-dvi-recursive install-exec-recursive \
 
108
#>-     install-html-recursive install-info-recursive \
 
109
#>-     install-pdf-recursive install-ps-recursive install-recursive \
 
110
#>-     installcheck-recursive installdirs-recursive pdf-recursive \
 
111
#>-     ps-recursive uninstall-recursive
 
112
#>+ 7
105
113
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106
114
        html-recursive info-recursive install-data-recursive \
107
 
        install-exec-recursive install-info-recursive \
108
 
        install-recursive installcheck-recursive installdirs-recursive \
109
 
        pdf-recursive ps-recursive uninstall-info-recursive \
110
 
        uninstall-recursive nmcheck-recursive bcheck-recursive
 
115
        install-dvi-recursive install-exec-recursive \
 
116
        install-html-recursive install-info-recursive \
 
117
        install-pdf-recursive install-ps-recursive install-recursive \
 
118
        installcheck-recursive installdirs-recursive pdf-recursive \
 
119
        ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
111
120
kde_servicesDATA_INSTALL = $(INSTALL_DATA)
112
121
rcDATA_INSTALL = $(INSTALL_DATA)
113
122
DATA = $(kde_services_DATA) $(rc_DATA)
 
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
124
  distclean-recursive maintainer-clean-recursive
114
125
ETAGS = etags
115
126
CTAGS = ctags
116
127
DIST_SUBDIRS = $(SUBDIRS)
118
129
#>+ 1
119
130
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
120
131
ACLOCAL = @ACLOCAL@
121
 
AMDEP_FALSE = @AMDEP_FALSE@
122
 
AMDEP_TRUE = @AMDEP_TRUE@
123
132
AMTAR = @AMTAR@
124
133
AR = @AR@
125
134
ARTSCCONFIG = @ARTSCCONFIG@
164
173
GPHOTO_PORT_CONFIG = @GPHOTO_PORT_CONFIG@
165
174
GREP = @GREP@
166
175
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
176
INSTALL = @INSTALL@
167
177
INSTALL_DATA = @INSTALL_DATA@
168
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
169
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
255
265
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
256
266
MCOPIDL = @MCOPIDL@
257
267
MEINPROC = @MEINPROC@
 
268
MKDIR_P = @MKDIR_P@
258
269
MOC = @MOC@
259
270
MSGFMT = @MSGFMT@
260
271
NOOPT_CFLAGS = @NOOPT_CFLAGS@
298
309
X_LDFLAGS = @X_LDFLAGS@
299
310
X_PRE_LIBS = @X_PRE_LIBS@
300
311
X_RPATH = @X_RPATH@
 
312
abs_builddir = @abs_builddir@
 
313
abs_srcdir = @abs_srcdir@
 
314
abs_top_builddir = @abs_top_builddir@
 
315
abs_top_srcdir = @abs_top_srcdir@
301
316
ac_ct_CC = @ac_ct_CC@
302
317
ac_ct_CXX = @ac_ct_CXX@
303
318
ac_ct_F77 = @ac_ct_F77@
304
319
all_includes = @all_includes@
305
320
all_libraries = @all_libraries@
306
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
307
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
308
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
309
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
310
321
am__include = @am__include@
311
322
am__leading_dot = @am__leading_dot@
312
323
am__quote = @am__quote@
318
329
build_cpu = @build_cpu@
319
330
build_os = @build_os@
320
331
build_vendor = @build_vendor@
 
332
builddir = @builddir@
321
333
datadir = @datadir@
322
334
datarootdir = @datarootdir@
323
 
digikam_SUBDIR_included_FALSE = @digikam_SUBDIR_included_FALSE@
324
 
digikam_SUBDIR_included_TRUE = @digikam_SUBDIR_included_TRUE@
325
335
digikamhelper_dir = @digikamhelper_dir@
326
 
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
327
 
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
328
336
docdir = @docdir@
329
337
dvidir = @dvidir@
330
338
exec_prefix = @exec_prefix@
334
342
host_os = @host_os@
335
343
host_vendor = @host_vendor@
336
344
htmldir = @htmldir@
337
 
include_ARTS_FALSE = @include_ARTS_FALSE@
338
 
include_ARTS_TRUE = @include_ARTS_TRUE@
339
 
include_x11_FALSE = @include_x11_FALSE@
340
 
include_x11_TRUE = @include_x11_TRUE@
341
345
includedir = @includedir@
342
346
infodir = @infodir@
343
347
install_sh = @install_sh@
372
376
mkdir_p = @mkdir_p@
373
377
oldincludedir = @oldincludedir@
374
378
pdfdir = @pdfdir@
375
 
po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
376
 
po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
377
379
prefix = @prefix@
378
380
program_transform_name = @program_transform_name@
379
381
psdir = @psdir@
381
383
qt_libraries = @qt_libraries@
382
384
sbindir = @sbindir@
383
385
sharedstatedir = @sharedstatedir@
 
386
srcdir = @srcdir@
384
387
sysconfdir = @sysconfdir@
385
388
target = @target@
386
389
target_alias = @target_alias@
387
390
target_cpu = @target_cpu@
388
391
target_os = @target_os@
389
392
target_vendor = @target_vendor@
390
 
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
391
 
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
 
393
top_build_prefix = @top_build_prefix@
 
394
top_builddir = @top_builddir@
 
395
top_srcdir = @top_srcdir@
392
396
x_includes = @x_includes@
393
397
x_libraries = @x_libraries@
394
398
xdg_appsdir = @xdg_appsdir@
474
478
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
479
install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
476
480
        @$(NORMAL_INSTALL)
477
 
        test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
 
481
        test -z "$(kde_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(kde_moduledir)"
478
482
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
479
483
          if test -f $$p; then \
480
484
            f=$(am__strip_dir) \
481
 
            echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
482
 
            $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
 
485
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
 
486
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
483
487
          else :; fi; \
484
488
        done
485
489
 
486
490
uninstall-kde_moduleLTLIBRARIES:
487
491
        @$(NORMAL_UNINSTALL)
488
 
        @set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
 
492
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
489
493
          p=$(am__strip_dir) \
490
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
491
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
 
494
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
 
495
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
492
496
        done
493
497
 
494
498
clean-kde_moduleLTLIBRARIES:
499
503
          echo "rm -f \"$${dir}/so_locations\""; \
500
504
          rm -f "$${dir}/so_locations"; \
501
505
        done
502
 
#>- digikamimageplugin_texture.la: $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_DEPENDENCIES) 
503
 
#>+ 2
504
 
@KDE_USE_CLOSURE_TRUE@digikamimageplugin_texture.la: digikamimageplugin_texture.la.closure $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_DEPENDENCIES) 
505
 
@KDE_USE_CLOSURE_FALSE@digikamimageplugin_texture.la: $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_DEPENDENCIES) 
506
 
        $(CXXLINK) -rpath $(kde_moduledir) $(digikamimageplugin_texture_la_LDFLAGS) $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_LIBADD) $(LIBS)
 
506
digikamimageplugin_texture.la: $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_DEPENDENCIES) 
 
507
        $(digikamimageplugin_texture_la_LINK) -rpath $(kde_moduledir) $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_LIBADD) $(LIBS)
507
508
 
508
509
mostlyclean-compile:
509
510
        -rm -f *.$(OBJEXT)
516
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Plo@am__quote@
517
518
 
518
519
.cpp.o:
519
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
520
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
520
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
521
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521
522
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522
523
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
524
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
524
525
 
525
526
.cpp.obj:
526
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
527
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
527
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
528
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
528
529
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
529
530
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530
531
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
531
532
 
532
533
.cpp.lo:
533
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
534
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
534
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
535
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
535
536
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
536
537
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
538
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
541
542
 
542
543
clean-libtool:
543
544
        -rm -rf .libs _libs
544
 
 
545
 
distclean-libtool:
546
 
        -rm -f libtool
547
 
uninstall-info-am:
548
545
install-kde_servicesDATA: $(kde_services_DATA)
549
546
        @$(NORMAL_INSTALL)
550
 
        test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
 
547
        test -z "$(kde_servicesdir)" || $(MKDIR_P) "$(DESTDIR)$(kde_servicesdir)"
551
548
        @list='$(kde_services_DATA)'; for p in $$list; do \
552
549
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
553
550
          f=$(am__strip_dir) \
564
561
        done
565
562
install-rcDATA: $(rc_DATA)
566
563
        @$(NORMAL_INSTALL)
567
 
        test -z "$(rcdir)" || $(mkdir_p) "$(DESTDIR)$(rcdir)"
 
564
        test -z "$(rcdir)" || $(MKDIR_P) "$(DESTDIR)$(rcdir)"
568
565
        @list='$(rc_DATA)'; for p in $$list; do \
569
566
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
570
567
          f=$(am__strip_dir) \
611
608
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
612
609
        fi; test -z "$$fail"
613
610
 
614
 
mostlyclean-recursive clean-recursive distclean-recursive \
615
 
maintainer-clean-recursive:
 
611
$(RECURSIVE_CLEAN_TARGETS):
616
612
        @failcom='exit 1'; \
617
613
        for f in x $$MAKEFLAGS; do \
618
614
          case $$f in \
656
652
        unique=`for i in $$list; do \
657
653
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658
654
          done | \
659
 
          $(AWK) '    { files[$$0] = 1; } \
660
 
               END { for (i in files) print i; }'`; \
 
655
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
656
              END { if (nonempty) { for (i in files) print i; }; }'`; \
661
657
        mkid -fID $$unique
662
658
tags: TAGS
663
659
 
682
678
        unique=`for i in $$list; do \
683
679
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
684
680
          done | \
685
 
          $(AWK) '    { files[$$0] = 1; } \
686
 
               END { for (i in files) print i; }'`; \
 
681
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
682
              END { if (nonempty) { for (i in files) print i; }; }'`; \
687
683
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
688
684
          test -n "$$unique" || unique=$$empty_fix; \
689
685
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
693
689
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
694
690
                $(TAGS_FILES) $(LISP)
695
691
        tags=; \
696
 
        here=`pwd`; \
697
692
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
698
693
        unique=`for i in $$list; do \
699
694
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700
695
          done | \
701
 
          $(AWK) '    { files[$$0] = 1; } \
702
 
               END { for (i in files) print i; }'`; \
 
696
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
697
              END { if (nonempty) { for (i in files) print i; }; }'`; \
703
698
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
704
699
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
705
700
             $$tags $$unique
713
708
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
714
709
 
715
710
distdir: $(DISTFILES)
716
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
717
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
718
 
        list='$(DISTFILES)'; for file in $$list; do \
719
 
          case $$file in \
720
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
721
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
722
 
          esac; \
 
711
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
712
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
713
        list='$(DISTFILES)'; \
 
714
          dist_files=`for file in $$list; do echo $$file; done | \
 
715
          sed -e "s|^$$srcdirstrip/||;t" \
 
716
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
717
        case $$dist_files in \
 
718
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
719
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
720
                           sort -u` ;; \
 
721
        esac; \
 
722
        for file in $$dist_files; do \
723
723
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
724
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
725
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
726
 
            dir="/$$dir"; \
727
 
            $(mkdir_p) "$(distdir)$$dir"; \
728
 
          else \
729
 
            dir=''; \
730
 
          fi; \
731
724
          if test -d $$d/$$file; then \
 
725
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
732
726
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
733
727
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
734
728
            fi; \
742
736
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
743
737
          if test "$$subdir" = .; then :; else \
744
738
            test -d "$(distdir)/$$subdir" \
745
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
739
            || $(MKDIR_P) "$(distdir)/$$subdir" \
746
740
            || exit 1; \
747
741
            distdir=`$(am__cd) $(distdir) && pwd`; \
748
742
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
750
744
              $(MAKE) $(AM_MAKEFLAGS) \
751
745
                top_distdir="$$top_distdir" \
752
746
                distdir="$$distdir/$$subdir" \
 
747
                am__remove_distdir=: \
 
748
                am__skip_length_check=: \
753
749
                distdir) \
754
750
              || exit 1; \
755
751
          fi; \
760
756
installdirs: installdirs-recursive
761
757
installdirs-am:
762
758
        for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(rcdir)"; do \
763
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
759
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
764
760
        done
765
761
install: install-recursive
766
762
install-exec: install-exec-recursive
793
789
#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
794
790
#>-     mostlyclean-am
795
791
#>+ 2
796
 
clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
 
792
clean-am: clean-metasources clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
797
793
        mostlyclean-am
798
794
 
799
795
distclean: distclean-recursive
800
796
        -rm -rf ./$(DEPDIR)
801
797
        -rm -f Makefile
802
798
distclean-am: clean-am distclean-compile distclean-generic \
803
 
        distclean-libtool distclean-tags
 
799
        distclean-tags
804
800
 
805
801
dvi: dvi-recursive
806
802
 
818
814
install-data-am:   \
819
815
        install-kde_servicesDATA install-rcDATA
820
816
 
 
817
install-dvi: install-dvi-recursive
 
818
 
821
819
#>- install-exec-am:
822
820
#>+ 1
823
821
install-exec-am:  install-kde_moduleLTLIBRARIES
824
822
 
 
823
install-html: install-html-recursive
 
824
 
825
825
install-info: install-info-recursive
826
826
 
827
827
install-man:
828
828
 
 
829
install-pdf: install-pdf-recursive
 
830
 
 
831
install-ps: install-ps-recursive
 
832
 
829
833
installcheck-am:
830
834
 
831
835
maintainer-clean: maintainer-clean-recursive
846
850
 
847
851
ps-am:
848
852
 
849
 
uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
 
853
uninstall-am: uninstall-kde_moduleLTLIBRARIES \
850
854
        uninstall-kde_servicesDATA uninstall-rcDATA
851
855
 
852
 
uninstall-info: uninstall-info-recursive
 
856
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
857
        install-strip
853
858
 
854
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
855
 
        clean clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
856
 
        clean-recursive ctags ctags-recursive distclean \
857
 
        distclean-compile distclean-generic distclean-libtool \
858
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
859
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
860
        all all-am check check-am clean clean-generic \
 
861
        clean-kde_moduleLTLIBRARIES clean-libtool ctags \
 
862
        ctags-recursive distclean distclean-compile distclean-generic \
 
863
        distclean-libtool distclean-tags distdir dvi dvi-am html \
859
864
        html-am info info-am install install-am install-data \
860
 
        install-data-am install-exec install-exec-am install-info \
 
865
        install-data-am install-dvi install-dvi-am install-exec \
 
866
        install-exec-am install-html install-html-am install-info \
861
867
        install-info-am install-kde_moduleLTLIBRARIES \
862
 
        install-kde_servicesDATA install-man install-rcDATA \
 
868
        install-kde_servicesDATA install-man install-pdf \
 
869
        install-pdf-am install-ps install-ps-am install-rcDATA \
863
870
        install-strip installcheck installcheck-am installdirs \
864
871
        installdirs-am maintainer-clean maintainer-clean-generic \
865
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
866
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
867
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
868
 
        uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
 
872
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
873
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
874
        uninstall uninstall-am uninstall-kde_moduleLTLIBRARIES \
869
875
        uninstall-kde_servicesDATA uninstall-rcDATA
870
876
 
871
877
# Tell versions [3.59,3.63) of GNU make to not export all variables.
872
878
# Otherwise a system limit (for SysV at least) may be exceeded.
873
879
.NOEXPORT:
874
880
 
875
 
#>+ 8
876
 
digikamimageplugin_texture.la.closure: $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_DEPENDENCIES)
877
 
        @echo "int main() {return 0;}" > digikamimageplugin_texture_la_closure.cpp
878
 
        @$(LTCXXCOMPILE) -c digikamimageplugin_texture_la_closure.cpp
879
 
        $(CXXLINK) digikamimageplugin_texture_la_closure.lo $(digikamimageplugin_texture_la_LDFLAGS) $(digikamimageplugin_texture_la_OBJECTS) $(digikamimageplugin_texture_la_LIBADD) $(LIBS)
880
 
        @rm -f digikamimageplugin_texture_la_closure.* digikamimageplugin_texture.la.closure
881
 
        @echo "timestamp" > digikamimageplugin_texture.la.closure
882
 
 
883
 
 
884
881
#>+ 3
885
882
imageeffect_texture.moc: $(srcdir)/imageeffect_texture.h
886
883
        $(MOC) $(srcdir)/imageeffect_texture.h -o imageeffect_texture.moc
902
899
#>+ 2
903
900
KDE_DIST=Makefile.in imageeffect_texture.h imageplugin_texture.h texture.h digikamimageplugin_texture_ui.rc digikamimageplugin_texture.desktop Makefile.am 
904
901
 
905
 
#>+ 3
906
 
clean-closures:
907
 
        -rm -f  digikamimageplugin_texture.la.closure
908
 
 
909
902
#>+ 2
910
903
docs-am:
911
904