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

« back to all changes in this revision

Viewing changes to kicker-applets/math/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.
17
17
 
18
18
 
19
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
20
22
VPATH = @srcdir@
21
23
pkgdatadir = $(datadir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ../..
24
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
25
29
install_sh_DATA = $(install_sh) -c -m 644
26
30
install_sh_PROGRAM = $(install_sh) -c
27
31
install_sh_SCRIPT = $(install_sh) -c
66
70
math_panelapplet_la_nofinal_OBJECTS = mathapplet.lo parser.lo
67
71
@KDE_USE_FINAL_FALSE@math_panelapplet_la_OBJECTS = $(math_panelapplet_la_nofinal_OBJECTS)
68
72
@KDE_USE_FINAL_TRUE@math_panelapplet_la_OBJECTS = $(math_panelapplet_la_final_OBJECTS)
69
 
#>- math_panelapplet_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
70
 
#>-     $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
71
 
#>-     $(CXXFLAGS) $(math_panelapplet_la_LDFLAGS) $(LDFLAGS) -o $@
72
 
#>+ 3
73
 
math_panelapplet_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
74
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
75
 
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(math_panelapplet_la_LDFLAGS) $(LDFLAGS) -o $@
76
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
73
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
77
74
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
78
75
am__depfiles_maybe = depfiles
79
76
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
81
78
#>+ 2
82
79
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83
80
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
84
 
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
 
#>-     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86
 
#>-     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
81
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
82
#>-     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
83
#>-     $(AM_CXXFLAGS) $(CXXFLAGS)
87
84
#>+ 3
88
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
 
85
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
86
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
87
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
91
88
CXXLD = $(CXX)
92
 
#>- CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93
 
#>-     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
94
 
#>-     $(LDFLAGS) -o $@
95
 
#>+ 3
96
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) \
98
 
        $(LDFLAGS) -o $@
 
89
#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
90
#>-     $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
91
#>+ 2
 
92
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
93
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
99
94
SOURCES = $(math_panelapplet_la_SOURCES)
100
95
DIST_SOURCES = $(math_panelapplet_la_SOURCES)
101
96
lnkDATA_INSTALL = $(INSTALL_DATA)
107
102
#>+ 1
108
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
109
104
ACLOCAL = @ACLOCAL@
 
105
AMDEP_FALSE = @AMDEP_FALSE@
 
106
AMDEP_TRUE = @AMDEP_TRUE@
110
107
AMTAR = @AMTAR@
111
108
AR = @AR@
112
109
ARTSCCONFIG = @ARTSCCONFIG@
146
143
GMSGFMT = @GMSGFMT@
147
144
GREP = @GREP@
148
145
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
149
 
INSTALL = @INSTALL@
150
146
INSTALL_DATA = @INSTALL_DATA@
151
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
152
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
222
218
LN_S = @LN_S@
223
219
LTLIBOBJS = @LTLIBOBJS@
224
220
MAINT = @MAINT@
 
221
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
222
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
225
223
MAKEINFO = @MAKEINFO@
226
224
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
227
225
MCOPIDL = @MCOPIDL@
228
226
MEINPROC = @MEINPROC@
229
 
MKDIR_P = @MKDIR_P@
230
227
MOC = @MOC@
231
228
MSGFMT = @MSGFMT@
232
229
NOOPT_CFLAGS = @NOOPT_CFLAGS@
272
269
X_LDFLAGS = @X_LDFLAGS@
273
270
X_PRE_LIBS = @X_PRE_LIBS@
274
271
X_RPATH = @X_RPATH@
275
 
abs_builddir = @abs_builddir@
276
 
abs_srcdir = @abs_srcdir@
277
 
abs_top_builddir = @abs_top_builddir@
278
 
abs_top_srcdir = @abs_top_srcdir@
279
272
ac_ct_CC = @ac_ct_CC@
280
273
ac_ct_CXX = @ac_ct_CXX@
281
274
ac_ct_F77 = @ac_ct_F77@
282
275
all_includes = @all_includes@
283
276
all_libraries = @all_libraries@
 
277
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
278
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
279
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
280
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
284
281
am__include = @am__include@
285
282
am__leading_dot = @am__leading_dot@
286
283
am__quote = @am__quote@
287
284
am__tar = @am__tar@
288
285
am__untar = @am__untar@
 
286
atlantikdesigner_SUBDIR_included_FALSE = @atlantikdesigner_SUBDIR_included_FALSE@
 
287
atlantikdesigner_SUBDIR_included_TRUE = @atlantikdesigner_SUBDIR_included_TRUE@
289
288
bindir = @bindir@
290
289
build = @build@
291
290
build_alias = @build_alias@
292
291
build_cpu = @build_cpu@
293
292
build_os = @build_os@
294
293
build_vendor = @build_vendor@
295
 
builddir = @builddir@
296
294
datadir = @datadir@
297
295
datarootdir = @datarootdir@
 
296
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
297
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
298
298
docdir = @docdir@
299
299
dvidir = @dvidir@
300
300
exec_prefix = @exec_prefix@
304
304
host_os = @host_os@
305
305
host_vendor = @host_vendor@
306
306
htmldir = @htmldir@
 
307
include_ARTS_FALSE = @include_ARTS_FALSE@
 
308
include_ARTS_TRUE = @include_ARTS_TRUE@
 
309
include_BERKELEY_DB_FALSE = @include_BERKELEY_DB_FALSE@
 
310
include_BERKELEY_DB_TRUE = @include_BERKELEY_DB_TRUE@
 
311
include_SDL_FALSE = @include_SDL_FALSE@
 
312
include_SDL_TRUE = @include_SDL_TRUE@
 
313
include_kfileplugin_cert_SUBDIR_FALSE = @include_kfileplugin_cert_SUBDIR_FALSE@
 
314
include_kfileplugin_cert_SUBDIR_TRUE = @include_kfileplugin_cert_SUBDIR_TRUE@
 
315
include_noatunplugin_FALSE = @include_noatunplugin_FALSE@
 
316
include_noatunplugin_TRUE = @include_noatunplugin_TRUE@
 
317
include_x11_FALSE = @include_x11_FALSE@
 
318
include_x11_TRUE = @include_x11_TRUE@
307
319
includedir = @includedir@
308
320
infodir = @infodir@
309
321
install_sh = @install_sh@
 
322
kaddressbook_plugins_SUBDIR_included_FALSE = @kaddressbook_plugins_SUBDIR_included_FALSE@
 
323
kaddressbook_plugins_SUBDIR_included_TRUE = @kaddressbook_plugins_SUBDIR_included_TRUE@
 
324
kate_SUBDIR_included_FALSE = @kate_SUBDIR_included_FALSE@
 
325
kate_SUBDIR_included_TRUE = @kate_SUBDIR_included_TRUE@
310
326
kde_appsdir = @kde_appsdir@
311
327
kde_bindir = @kde_bindir@
312
328
kde_confdir = @kde_confdir@
330
346
kde_wallpaperdir = @kde_wallpaperdir@
331
347
kde_widgetdir = @kde_widgetdir@
332
348
kdeinitdir = @kdeinitdir@
 
349
kfile_plugins_SUBDIR_included_FALSE = @kfile_plugins_SUBDIR_included_FALSE@
 
350
kfile_plugins_SUBDIR_included_TRUE = @kfile_plugins_SUBDIR_included_TRUE@
 
351
kicker_applets_SUBDIR_included_FALSE = @kicker_applets_SUBDIR_included_FALSE@
 
352
kicker_applets_SUBDIR_included_TRUE = @kicker_applets_SUBDIR_included_TRUE@
 
353
knewsticker_scripts_SUBDIR_included_FALSE = @knewsticker_scripts_SUBDIR_included_FALSE@
 
354
knewsticker_scripts_SUBDIR_included_TRUE = @knewsticker_scripts_SUBDIR_included_TRUE@
 
355
konq_plugins_SUBDIR_included_FALSE = @konq_plugins_SUBDIR_included_FALSE@
 
356
konq_plugins_SUBDIR_included_TRUE = @konq_plugins_SUBDIR_included_TRUE@
 
357
ksig_SUBDIR_included_FALSE = @ksig_SUBDIR_included_FALSE@
 
358
ksig_SUBDIR_included_TRUE = @ksig_SUBDIR_included_TRUE@
333
359
libdir = @libdir@
334
360
libexecdir = @libexecdir@
335
361
localedir = @localedir@
336
362
localstatedir = @localstatedir@
337
363
mandir = @mandir@
338
364
mkdir_p = @mkdir_p@
 
365
noatun_plugins_SUBDIR_included_FALSE = @noatun_plugins_SUBDIR_included_FALSE@
 
366
noatun_plugins_SUBDIR_included_TRUE = @noatun_plugins_SUBDIR_included_TRUE@
339
367
oldincludedir = @oldincludedir@
340
368
pdfdir = @pdfdir@
341
369
prefix = @prefix@
343
371
psdir = @psdir@
344
372
qt_includes = @qt_includes@
345
373
qt_libraries = @qt_libraries@
 
374
renamedlgplugins_SUBDIR_included_FALSE = @renamedlgplugins_SUBDIR_included_FALSE@
 
375
renamedlgplugins_SUBDIR_included_TRUE = @renamedlgplugins_SUBDIR_included_TRUE@
346
376
sbindir = @sbindir@
347
377
sharedstatedir = @sharedstatedir@
348
 
srcdir = @srcdir@
349
378
sysconfdir = @sysconfdir@
350
379
target = @target@
351
380
target_alias = @target_alias@
352
381
target_cpu = @target_cpu@
353
382
target_os = @target_os@
354
383
target_vendor = @target_vendor@
355
 
top_builddir = @top_builddir@
356
 
top_srcdir = @top_srcdir@
 
384
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
 
385
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
357
386
x_includes = @x_includes@
358
387
x_libraries = @x_libraries@
359
388
xdg_appsdir = @xdg_appsdir@
419
448
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
449
install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
421
450
        @$(NORMAL_INSTALL)
422
 
        test -z "$(kde_moduledir)" || $(MKDIR_P) "$(DESTDIR)$(kde_moduledir)"
 
451
        test -z "$(kde_moduledir)" || $(mkdir_p) "$(DESTDIR)$(kde_moduledir)"
423
452
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
424
453
          if test -f $$p; then \
425
454
            f=$(am__strip_dir) \
430
459
 
431
460
uninstall-kde_moduleLTLIBRARIES:
432
461
        @$(NORMAL_UNINSTALL)
433
 
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
 
462
        @set -x; list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
434
463
          p=$(am__strip_dir) \
435
464
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
436
465
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
444
473
          echo "rm -f \"$${dir}/so_locations\""; \
445
474
          rm -f "$${dir}/so_locations"; \
446
475
        done
447
 
math_panelapplet.la: $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_DEPENDENCIES) 
448
 
        $(math_panelapplet_la_LINK) -rpath $(kde_moduledir) $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_LIBADD) $(LIBS)
 
476
#>- math_panelapplet.la: $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_DEPENDENCIES) 
 
477
#>+ 2
 
478
@KDE_USE_CLOSURE_TRUE@math_panelapplet.la: math_panelapplet.la.closure $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_DEPENDENCIES) 
 
479
@KDE_USE_CLOSURE_FALSE@math_panelapplet.la: $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_DEPENDENCIES) 
 
480
        $(CXXLINK) -rpath $(kde_moduledir) $(math_panelapplet_la_LDFLAGS) $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_LIBADD) $(LIBS)
449
481
 
450
482
mostlyclean-compile:
451
483
        -rm -f *.$(OBJEXT)
457
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.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-lnkDATA: $(lnk_DATA)
486
522
        @$(NORMAL_INSTALL)
487
 
        test -z "$(lnkdir)" || $(MKDIR_P) "$(DESTDIR)$(lnkdir)"
 
523
        test -z "$(lnkdir)" || $(mkdir_p) "$(DESTDIR)$(lnkdir)"
488
524
        @list='$(lnk_DATA)'; for p in $$list; do \
489
525
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490
526
          f=$(am__strip_dir) \
549
585
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
586
 
551
587
distdir: $(DISTFILES)
552
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554
 
        list='$(DISTFILES)'; \
555
 
          dist_files=`for file in $$list; do echo $$file; done | \
556
 
          sed -e "s|^$$srcdirstrip/||;t" \
557
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558
 
        case $$dist_files in \
559
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
560
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561
 
                           sort -u` ;; \
562
 
        esac; \
563
 
        for file in $$dist_files; do \
 
588
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
589
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
590
        list='$(DISTFILES)'; for file in $$list; do \
 
591
          case $$file in \
 
592
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
593
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
594
          esac; \
564
595
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
596
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
597
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
598
            dir="/$$dir"; \
 
599
            $(mkdir_p) "$(distdir)$$dir"; \
 
600
          else \
 
601
            dir=''; \
 
602
          fi; \
565
603
          if test -d $$d/$$file; then \
566
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567
604
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568
605
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
569
606
            fi; \
579
616
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
580
617
installdirs:
581
618
        for dir in "$(DESTDIR)$(kde_moduledir)" "$(DESTDIR)$(lnkdir)"; do \
582
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
619
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
583
620
        done
584
621
install: install-am
585
622
install-exec: install-exec-am
612
649
#>- clean-am: clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
613
650
#>-     mostlyclean-am
614
651
#>+ 2
615
 
clean-am: clean-metasources clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
 
652
clean-am: clean-metasources clean-closures clean-bcheck clean-final  clean-generic clean-kde_moduleLTLIBRARIES clean-libtool \
616
653
        mostlyclean-am
617
654
 
618
655
distclean: distclean-am
619
656
        -rm -rf ./$(DEPDIR)
620
657
        -rm -f Makefile
621
658
distclean-am: clean-am distclean-compile distclean-generic \
622
 
        distclean-tags
 
659
        distclean-libtool distclean-tags
623
660
 
624
661
dvi: dvi-am
625
662
 
635
672
#>+ 1
636
673
install-data-am:   install-lnkDATA
637
674
 
638
 
install-dvi: install-dvi-am
639
 
 
640
675
#>- install-exec-am:
641
676
#>+ 1
642
677
install-exec-am:  install-kde_moduleLTLIBRARIES
643
678
 
644
 
install-html: install-html-am
645
 
 
646
679
install-info: install-info-am
647
680
 
648
681
install-man:
649
682
 
650
 
install-pdf: install-pdf-am
651
 
 
652
 
install-ps: install-ps-am
653
 
 
654
683
installcheck-am:
655
684
 
656
685
maintainer-clean: maintainer-clean-am
671
700
 
672
701
ps-am:
673
702
 
674
 
uninstall-am: uninstall-kde_moduleLTLIBRARIES uninstall-lnkDATA
675
 
 
676
 
.MAKE: install-am install-strip
 
703
uninstall-am: uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
 
704
        uninstall-lnkDATA
677
705
 
678
706
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
679
707
        clean-kde_moduleLTLIBRARIES clean-libtool ctags distclean \
680
708
        distclean-compile distclean-generic distclean-libtool \
681
709
        distclean-tags distdir dvi dvi-am html html-am info info-am \
682
 
        install install-am install-data install-data-am install-dvi \
683
 
        install-dvi-am install-exec install-exec-am install-html \
684
 
        install-html-am install-info install-info-am \
 
710
        install install-am install-data install-data-am install-exec \
 
711
        install-exec-am install-info install-info-am \
685
712
        install-kde_moduleLTLIBRARIES install-lnkDATA install-man \
686
 
        install-pdf install-pdf-am install-ps install-ps-am \
687
713
        install-strip installcheck installcheck-am installdirs \
688
714
        maintainer-clean maintainer-clean-generic mostlyclean \
689
715
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
690
716
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
691
 
        uninstall-kde_moduleLTLIBRARIES uninstall-lnkDATA
 
717
        uninstall-info-am uninstall-kde_moduleLTLIBRARIES \
 
718
        uninstall-lnkDATA
692
719
 
693
720
 
694
721
messages:
697
724
# Otherwise a system limit (for SysV at least) may be exceeded.
698
725
.NOEXPORT:
699
726
 
 
727
#>+ 8
 
728
math_panelapplet.la.closure: $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_DEPENDENCIES)
 
729
        @echo "int main() {return 0;}" > math_panelapplet_la_closure.cpp
 
730
        @$(LTCXXCOMPILE) -c math_panelapplet_la_closure.cpp
 
731
        $(CXXLINK) math_panelapplet_la_closure.lo $(math_panelapplet_la_LDFLAGS) $(math_panelapplet_la_OBJECTS) $(math_panelapplet_la_LIBADD) $(LIBS)
 
732
        @rm -f math_panelapplet_la_closure.* math_panelapplet.la.closure
 
733
        @echo "timestamp" > math_panelapplet.la.closure
 
734
 
 
735
 
700
736
#>+ 3
701
737
mathapplet.moc: $(srcdir)/mathapplet.h
702
738
        $(MOC) $(srcdir)/mathapplet.h -o mathapplet.moc
711
747
#>+ 2
712
748
KDE_DIST=mathapplet.desktop Makefile.in Makefile.am 
713
749
 
 
750
#>+ 3
 
751
clean-closures:
 
752
        -rm -f  math_panelapplet.la.closure
 
753
 
714
754
#>+ 2
715
755
docs-am:
716
756