~ubuntu-branches/ubuntu/gutsy/kdeaddons/gutsy

« back to all changes in this revision

Viewing changes to kate/modeline/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-10-15 11:54:28 UTC
  • Revision ID: james.westby@ubuntu.com-20071015115428-pgtjbhkwiti9wh5v
Tags: 4:3.5.8-0ubuntu2
Added kubuntu_06_dirfilter_plugin_fix.diff, fixed kbuildsyscoca
output reguarding to dirfilterplugin.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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, 2006  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005  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@
19
21
VPATH = @srcdir@
20
22
pkgdatadir = $(datadir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ../..
23
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
24
28
install_sh_DATA = $(install_sh) -c -m 644
25
29
install_sh_PROGRAM = $(install_sh) -c
26
30
install_sh_SCRIPT = $(install_sh) -c
60
64
#>- katemodelineplugin_la_OBJECTS = $(am_katemodelineplugin_la_OBJECTS)
61
65
#>+ 1
62
66
katemodelineplugin_la_OBJECTS = ModelinePlugin.lo
63
 
#>- katemodelineplugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
64
 
#>-     $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
65
 
#>-     $(CXXFLAGS) $(katemodelineplugin_la_LDFLAGS) $(LDFLAGS) -o $@
66
 
#>+ 3
67
 
katemodelineplugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
68
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
69
 
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(katemodelineplugin_la_LDFLAGS) $(LDFLAGS) -o $@
70
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
67
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
71
68
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
72
69
am__depfiles_maybe = depfiles
73
70
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
72
#>+ 2
76
73
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
78
 
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
 
#>-     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
 
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
75
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
76
#>-     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
77
#>-     $(AM_CXXFLAGS) $(CXXFLAGS)
81
78
#>+ 3
82
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
79
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
85
82
CXXLD = $(CXX)
86
 
#>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87
 
#>-     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
88
 
#>-     $(LDFLAGS) -o $@
89
 
#>+ 3
90
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \
92
 
        $(LDFLAGS) -o $@
 
83
#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
84
#>-     $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
#>+ 2
 
86
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
87
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
93
88
SOURCES = $(katemodelineplugin_la_SOURCES)
94
89
DIST_SOURCES = $(katemodelineplugin_la_SOURCES)
95
90
kde_servicesDATA_INSTALL = $(INSTALL_DATA)
101
96
#>+ 1
102
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
103
98
ACLOCAL = @ACLOCAL@
 
99
AMDEP_FALSE = @AMDEP_FALSE@
 
100
AMDEP_TRUE = @AMDEP_TRUE@
104
101
AMTAR = @AMTAR@
105
102
AR = @AR@
106
103
ARTSCCONFIG = @ARTSCCONFIG@
140
137
GMSGFMT = @GMSGFMT@
141
138
GREP = @GREP@
142
139
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
143
 
INSTALL = @INSTALL@
144
140
INSTALL_DATA = @INSTALL_DATA@
145
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
216
212
LN_S = @LN_S@
217
213
LTLIBOBJS = @LTLIBOBJS@
218
214
MAINT = @MAINT@
 
215
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
216
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
219
217
MAKEINFO = @MAKEINFO@
220
218
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
221
219
MCOPIDL = @MCOPIDL@
222
220
MEINPROC = @MEINPROC@
223
 
MKDIR_P = @MKDIR_P@
224
221
MOC = @MOC@
225
222
MSGFMT = @MSGFMT@
226
223
NOOPT_CFLAGS = @NOOPT_CFLAGS@
266
263
X_LDFLAGS = @X_LDFLAGS@
267
264
X_PRE_LIBS = @X_PRE_LIBS@
268
265
X_RPATH = @X_RPATH@
269
 
abs_builddir = @abs_builddir@
270
 
abs_srcdir = @abs_srcdir@
271
 
abs_top_builddir = @abs_top_builddir@
272
 
abs_top_srcdir = @abs_top_srcdir@
273
266
ac_ct_CC = @ac_ct_CC@
274
267
ac_ct_CXX = @ac_ct_CXX@
275
268
ac_ct_F77 = @ac_ct_F77@
276
269
all_includes = @all_includes@
277
270
all_libraries = @all_libraries@
 
271
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
272
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
273
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
274
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
278
275
am__include = @am__include@
279
276
am__leading_dot = @am__leading_dot@
280
277
am__quote = @am__quote@
281
278
am__tar = @am__tar@
282
279
am__untar = @am__untar@
 
280
atlantikdesigner_SUBDIR_included_FALSE = @atlantikdesigner_SUBDIR_included_FALSE@
 
281
atlantikdesigner_SUBDIR_included_TRUE = @atlantikdesigner_SUBDIR_included_TRUE@
283
282
bindir = @bindir@
284
283
build = @build@
285
284
build_alias = @build_alias@
286
285
build_cpu = @build_cpu@
287
286
build_os = @build_os@
288
287
build_vendor = @build_vendor@
289
 
builddir = @builddir@
290
288
datadir = @datadir@
291
289
datarootdir = @datarootdir@
 
290
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
291
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
292
292
docdir = @docdir@
293
293
dvidir = @dvidir@
294
294
exec_prefix = @exec_prefix@
298
298
host_os = @host_os@
299
299
host_vendor = @host_vendor@
300
300
htmldir = @htmldir@
 
301
include_ARTS_FALSE = @include_ARTS_FALSE@
 
302
include_ARTS_TRUE = @include_ARTS_TRUE@
 
303
include_BERKELEY_DB_FALSE = @include_BERKELEY_DB_FALSE@
 
304
include_BERKELEY_DB_TRUE = @include_BERKELEY_DB_TRUE@
 
305
include_SDL_FALSE = @include_SDL_FALSE@
 
306
include_SDL_TRUE = @include_SDL_TRUE@
 
307
include_kfileplugin_cert_SUBDIR_FALSE = @include_kfileplugin_cert_SUBDIR_FALSE@
 
308
include_kfileplugin_cert_SUBDIR_TRUE = @include_kfileplugin_cert_SUBDIR_TRUE@
 
309
include_noatunplugin_FALSE = @include_noatunplugin_FALSE@
 
310
include_noatunplugin_TRUE = @include_noatunplugin_TRUE@
 
311
include_x11_FALSE = @include_x11_FALSE@
 
312
include_x11_TRUE = @include_x11_TRUE@
301
313
includedir = @includedir@
302
314
infodir = @infodir@
303
315
install_sh = @install_sh@
 
316
kaddressbook_plugins_SUBDIR_included_FALSE = @kaddressbook_plugins_SUBDIR_included_FALSE@
 
317
kaddressbook_plugins_SUBDIR_included_TRUE = @kaddressbook_plugins_SUBDIR_included_TRUE@
 
318
kate_SUBDIR_included_FALSE = @kate_SUBDIR_included_FALSE@
 
319
kate_SUBDIR_included_TRUE = @kate_SUBDIR_included_TRUE@
304
320
kde_appsdir = @kde_appsdir@
305
321
kde_bindir = @kde_bindir@
306
322
kde_confdir = @kde_confdir@
324
340
kde_wallpaperdir = @kde_wallpaperdir@
325
341
kde_widgetdir = @kde_widgetdir@
326
342
kdeinitdir = @kdeinitdir@
 
343
kfile_plugins_SUBDIR_included_FALSE = @kfile_plugins_SUBDIR_included_FALSE@
 
344
kfile_plugins_SUBDIR_included_TRUE = @kfile_plugins_SUBDIR_included_TRUE@
 
345
kicker_applets_SUBDIR_included_FALSE = @kicker_applets_SUBDIR_included_FALSE@
 
346
kicker_applets_SUBDIR_included_TRUE = @kicker_applets_SUBDIR_included_TRUE@
 
347
knewsticker_scripts_SUBDIR_included_FALSE = @knewsticker_scripts_SUBDIR_included_FALSE@
 
348
knewsticker_scripts_SUBDIR_included_TRUE = @knewsticker_scripts_SUBDIR_included_TRUE@
 
349
konq_plugins_SUBDIR_included_FALSE = @konq_plugins_SUBDIR_included_FALSE@
 
350
konq_plugins_SUBDIR_included_TRUE = @konq_plugins_SUBDIR_included_TRUE@
 
351
ksig_SUBDIR_included_FALSE = @ksig_SUBDIR_included_FALSE@
 
352
ksig_SUBDIR_included_TRUE = @ksig_SUBDIR_included_TRUE@
327
353
libdir = @libdir@
328
354
libexecdir = @libexecdir@
329
355
localedir = @localedir@
330
356
localstatedir = @localstatedir@
331
357
mandir = @mandir@
332
358
mkdir_p = @mkdir_p@
 
359
noatun_plugins_SUBDIR_included_FALSE = @noatun_plugins_SUBDIR_included_FALSE@
 
360
noatun_plugins_SUBDIR_included_TRUE = @noatun_plugins_SUBDIR_included_TRUE@
333
361
oldincludedir = @oldincludedir@
334
362
pdfdir = @pdfdir@
335
363
prefix = @prefix@
337
365
psdir = @psdir@
338
366
qt_includes = @qt_includes@
339
367
qt_libraries = @qt_libraries@
 
368
renamedlgplugins_SUBDIR_included_FALSE = @renamedlgplugins_SUBDIR_included_FALSE@
 
369
renamedlgplugins_SUBDIR_included_TRUE = @renamedlgplugins_SUBDIR_included_TRUE@
340
370
sbindir = @sbindir@
341
371
sharedstatedir = @sharedstatedir@
342
 
srcdir = @srcdir@
343
372
sysconfdir = @sysconfdir@
344
373
target = @target@
345
374
target_alias = @target_alias@
346
375
target_cpu = @target_cpu@
347
376
target_os = @target_os@
348
377
target_vendor = @target_vendor@
349
 
top_builddir = @top_builddir@
350
 
top_srcdir = @top_srcdir@
 
378
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
 
379
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
351
380
x_includes = @x_includes@
352
381
x_libraries = @x_libraries@
353
382
xdg_appsdir = @xdg_appsdir@
420
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
450
install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
422
451
        @$(NORMAL_INSTALL)
423
 
        test -z "$(kde_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(kde_moduledir)"
 
452
        test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
424
453
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
425
454
          if test -f $$p; then \
426
455
            f=$(am__strip_dir) \
431
460
 
432
461
uninstall-kde_moduleLTLIBRARIES:
433
462
        @$(NORMAL_UNINSTALL)
434
 
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
 
463
        @set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
435
464
          p=$(am__strip_dir) \
436
465
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
437
466
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
445
474
          echo "rm -f \"$${dir}/so_locations\""; \
446
475
          rm -f "$${dir}/so_locations"; \
447
476
        done
448
 
katemodelineplugin.la: $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_DEPENDENCIES) 
449
 
        $(katemodelineplugin_la_LINK) -rpath $(kde_moduledir) $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_LIBADD) $(LIBS)
 
477
#>- katemodelineplugin.la: $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_DEPENDENCIES) 
 
478
#>+ 2
 
479
@KDE_USE_CLOSURE_TRUE@katemodelineplugin.la: katemodelineplugin.la.closure $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_DEPENDENCIES) 
 
480
@KDE_USE_CLOSURE_FALSE@katemodelineplugin.la: $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_DEPENDENCIES) 
 
481
        $(CXXLINK) -rpath $(kde_moduledir) $(katemodelineplugin_la_LDFLAGS) $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_LIBADD) $(LIBS)
450
482
 
451
483
mostlyclean-compile:
452
484
        -rm -f *.$(OBJEXT)
457
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ModelinePlugin.Plo@am__quote@
458
490
 
459
491
.cpp.o:
460
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
492
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
493
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
462
494
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463
495
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
496
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
465
497
 
466
498
.cpp.obj:
467
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
499
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
500
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
469
501
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470
502
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
503
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472
504
 
473
505
.cpp.lo:
474
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
506
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
507
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
476
508
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
477
509
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
510
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
482
514
 
483
515
clean-libtool:
484
516
        -rm -rf .libs _libs
 
517
 
 
518
distclean-libtool:
 
519
        -rm -f libtool
 
520
uninstall-info-am:
485
521
install-kde_servicesDATA: $(kde_services_DATA)
486
522
        @$(NORMAL_INSTALL)
487
 
        test -z "$(kde_servicesdir)" || $(MKDIR_P) "$(DESTDIR)$(kde_servicesdir)"
 
523
        test -z "$(kde_servicesdir)" || $(mkdir_p) "$(DESTDIR)$(kde_servicesdir)"
488
524
        @list='$(kde_services_DATA)'; for p in $$list; do \
489
525
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490
526
          f=$(am__strip_dir) \
501
537
        done
502
538
install-pluginsDATA: $(plugins_DATA)
503
539
        @$(NORMAL_INSTALL)
504
 
        test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)"
 
540
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
505
541
        @list='$(plugins_DATA)'; for p in $$list; do \
506
542
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
507
543
          f=$(am__strip_dir) \
566
602
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
603
 
568
604
distdir: $(DISTFILES)
569
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571
 
        list='$(DISTFILES)'; \
572
 
          dist_files=`for file in $$list; do echo $$file; done | \
573
 
          sed -e "s|^$$srcdirstrip/||;t" \
574
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575
 
        case $$dist_files in \
576
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
577
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578
 
                           sort -u` ;; \
579
 
        esac; \
580
 
        for file in $$dist_files; do \
 
605
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
606
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
607
        list='$(DISTFILES)'; for file in $$list; do \
 
608
          case $$file in \
 
609
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
610
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
611
          esac; \
581
612
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
613
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
614
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
615
            dir="/$$dir"; \
 
616
            $(mkdir_p) "$(distdir)$$dir"; \
 
617
          else \
 
618
            dir=''; \
 
619
          fi; \
582
620
          if test -d $$d/$$file; then \
583
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584
621
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585
622
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
586
623
            fi; \
596
633
all-am: Makefile $(LTLIBRARIES) $(DATA)
597
634
installdirs:
598
635
        for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(kde_servicesdir)" "$(DESTDIR)$(pluginsdir)"; do \
599
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
636
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
600
637
        done
601
638
install: install-am
602
639
install-exec: install-exec-am
629
666
#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
630
667
#>-     mostlyclean-am
631
668
#>+ 2
632
 
clean-am: clean-metasources clean-bcheck  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
 
669
clean-am: clean-metasources clean-closures clean-bcheck  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
633
670
        mostlyclean-am
634
671
 
635
672
distclean: distclean-am
636
673
        -rm -rf ./$(DEPDIR)
637
674
        -rm -f Makefile
638
675
distclean-am: clean-am distclean-compile distclean-generic \
639
 
        distclean-tags
 
676
        distclean-libtool distclean-tags
640
677
 
641
678
dvi: dvi-am
642
679
 
654
691
install-data-am:   \
655
692
        install-kde_servicesDATA install-pluginsDATA
656
693
 
657
 
install-dvi: install-dvi-am
658
 
 
659
694
#>- install-exec-am:
660
695
#>+ 1
661
696
install-exec-am:  install-kde_moduleLTLIBRARIES
662
697
 
663
 
install-html: install-html-am
664
 
 
665
698
install-info: install-info-am
666
699
 
667
700
install-man:
668
701
 
669
 
install-pdf: install-pdf-am
670
 
 
671
 
install-ps: install-ps-am
672
 
 
673
702
installcheck-am:
674
703
 
675
704
maintainer-clean: maintainer-clean-am
690
719
 
691
720
ps-am:
692
721
 
693
 
uninstall-am: uninstall-kde_moduleLTLIBRARIES \
 
722
uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
694
723
        uninstall-kde_servicesDATA uninstall-pluginsDATA
695
724
 
696
 
.MAKE: install-am install-strip
697
 
 
698
725
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
699
726
        clean-kde_moduleLTLIBRARIES clean-libtool ctags distclean \
700
727
        distclean-compile distclean-generic distclean-libtool \
701
728
        distclean-tags distdir dvi dvi-am html html-am info info-am \
702
 
        install install-am install-data install-data-am install-dvi \
703
 
        install-dvi-am install-exec install-exec-am install-html \
704
 
        install-html-am install-info install-info-am \
 
729
        install install-am install-data install-data-am install-exec \
 
730
        install-exec-am install-info install-info-am \
705
731
        install-kde_moduleLTLIBRARIES install-kde_servicesDATA \
706
 
        install-man install-pdf install-pdf-am install-pluginsDATA \
707
 
        install-ps install-ps-am install-strip installcheck \
 
732
        install-man install-pluginsDATA install-strip installcheck \
708
733
        installcheck-am installdirs maintainer-clean \
709
734
        maintainer-clean-generic mostlyclean mostlyclean-compile \
710
735
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
711
 
        tags uninstall uninstall-am uninstall-kde_moduleLTLIBRARIES \
712
 
        uninstall-kde_servicesDATA uninstall-pluginsDATA
 
736
        tags uninstall uninstall-am uninstall-info-am \
 
737
        uninstall-kde_moduleLTLIBRARIES uninstall-kde_servicesDATA \
 
738
        uninstall-pluginsDATA
713
739
 
714
740
 
715
741
messages: rc.cpp
718
744
# Otherwise a system limit (for SysV at least) may be exceeded.
719
745
.NOEXPORT:
720
746
 
 
747
#>+ 8
 
748
katemodelineplugin.la.closure: $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_DEPENDENCIES)
 
749
        @echo "int main() {return 0;}" > katemodelineplugin_la_closure.cpp
 
750
        @$(LTCXXCOMPILE) -c katemodelineplugin_la_closure.cpp
 
751
        $(CXXLINK) katemodelineplugin_la_closure.lo $(katemodelineplugin_la_LDFLAGS) $(katemodelineplugin_la_OBJECTS) $(katemodelineplugin_la_LIBADD) $(LIBS)
 
752
        @rm -f katemodelineplugin_la_closure.* katemodelineplugin.la.closure
 
753
        @echo "timestamp" > katemodelineplugin.la.closure
 
754
 
 
755
 
721
756
#>+ 3
722
757
ModelinePlugin.moc: $(srcdir)/ModelinePlugin.h
723
758
        $(MOC) $(srcdir)/ModelinePlugin.h -o ModelinePlugin.moc
732
767
#>+ 2
733
768
KDE_DIST=Makefile.in ModelinePlugin.h katemodeline.desktop ui.rc Makefile.am 
734
769
 
 
770
#>+ 3
 
771
clean-closures:
 
772
        -rm -f  katemodelineplugin.la.closure
 
773
 
735
774
#>+ 2
736
775
docs-am:
737
776