~ubuntu-branches/ubuntu/precise/kde-i18n-sk/precise

« back to all changes in this revision

Viewing changes to data/kdeedu/klettres/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-05-24 10:18:38 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070524101838-813x9h87nqb480q5
Tags: 4:3.5.7-0ubuntu1
new upstream release

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 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
3
# data/kdeedu/klettres/Makefile.  Generated from Makefile.in by configure.
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  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.
15
15
 
16
16
 
17
17
 
18
 
srcdir = .
19
 
top_srcdir = ../../..
20
18
 
21
19
pkgdatadir = $(datadir)/kde-i18n-sk
22
20
pkglibdir = $(libdir)/kde-i18n-sk
23
21
pkgincludedir = $(includedir)/kde-i18n-sk
24
 
top_builddir = ../../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = /usr/bin/install -c -p
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
49
45
DIST_SOURCES =
50
46
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
47
#>-     html-recursive info-recursive install-data-recursive \
52
 
#>-     install-exec-recursive install-info-recursive \
53
 
#>-     install-recursive installcheck-recursive installdirs-recursive \
54
 
#>-     pdf-recursive ps-recursive uninstall-info-recursive \
55
 
#>-     uninstall-recursive
56
 
#>+ 6
 
48
#>-     install-dvi-recursive install-exec-recursive \
 
49
#>-     install-html-recursive install-info-recursive \
 
50
#>-     install-pdf-recursive install-ps-recursive install-recursive \
 
51
#>-     installcheck-recursive installdirs-recursive pdf-recursive \
 
52
#>-     ps-recursive uninstall-recursive
 
53
#>+ 7
57
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
55
        html-recursive info-recursive install-data-recursive \
59
 
        install-exec-recursive install-info-recursive \
60
 
        install-recursive installcheck-recursive installdirs-recursive \
61
 
        pdf-recursive ps-recursive uninstall-info-recursive \
62
 
        uninstall-recursive nmcheck-recursive bcheck-recursive
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
63
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
62
am__vpath_adj = case $$p in \
65
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69
67
am__installdirs = "$(DESTDIR)$(xmldir)"
70
68
xmlDATA_INSTALL = $(INSTALL_DATA)
71
69
DATA = $(xml_DATA)
 
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
71
  distclean-recursive maintainer-clean-recursive
72
72
ETAGS = etags
73
73
CTAGS = ctags
74
74
DIST_SUBDIRS = $(SUBDIRS)
75
75
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
76
#>+ 1
77
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
78
 
ACLOCAL = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run aclocal-1.9
79
 
AMTAR = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run tar
 
78
ACLOCAL = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run aclocal-1.10
 
79
AMTAR = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run tar
80
80
ARTSCCONFIG = /usr/bin/artsc-config
81
 
AUTOCONF = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run autoconf
 
81
AUTOCONF = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run autoconf
82
82
AUTODIRS = 
83
 
AUTOHEADER = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run autoheader
84
 
AUTOMAKE = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run automake-1.9
 
83
AUTOHEADER = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run autoheader
 
84
AUTOMAKE = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run automake-1.10
85
85
AWK = gawk
86
86
CONF_FILES =  $(top_srcdir)/configure.in.in
87
87
CYGPATH_W = echo
94
94
ECHO_N = -n
95
95
ECHO_T = 
96
96
GMSGFMT = /usr/bin/msgfmt
 
97
INSTALL = /usr/bin/install -c -p
97
98
INSTALL_DATA = ${INSTALL} -m 644
98
99
INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
99
100
INSTALL_SCRIPT = ${INSTALL}
100
 
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
101
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
101
102
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
102
103
KCONFIG_COMPILER = /usr/bin/kconfig_compiler
103
104
KDECONFIG = /usr/bin/kde-config
108
109
LIBS = 
109
110
LN_S = ln -s
110
111
LTLIBOBJS = 
111
 
MAKEINFO = ${SHELL} /root/kde-i18n/src/kde-i18n-sk-3.5.6/missing --run makeinfo
 
112
MAKEINFO = ${SHELL} /root/i18n/src/kde-i18n-sk-3.5.7/missing --run makeinfo
112
113
MAKEKDEWIDGETS = /usr/bin/makekdewidgets
113
114
MCOPIDL = /usr/bin/mcopidl
114
115
MEINPROC = /usr/bin/meinproc
 
116
MKDIR_P = /bin/mkdir -p
115
117
MSGFMT = /usr/bin/msgfmt
116
118
PACKAGE = kde-i18n-sk
117
119
PACKAGE_BUGREPORT = 
124
126
SHELL = /bin/bash
125
127
STRIP = 
126
128
TOPSUBDIRS =  data docs messages
127
 
VERSION = 3.5.6
 
129
VERSION = 3.5.7
128
130
XGETTEXT = /usr/bin/xgettext
129
131
XMLLINT = /usr/bin/xmllint
130
132
X_RPATH = 
131
 
ac_ct_STRIP = 
 
133
abs_builddir = /root/i18n/src/kde-i18n-sk-3.5.7/data/kdeedu/klettres
 
134
abs_srcdir = /root/i18n/src/kde-i18n-sk-3.5.7/data/kdeedu/klettres
 
135
abs_top_builddir = /root/i18n/src/kde-i18n-sk-3.5.7
 
136
abs_top_srcdir = /root/i18n/src/kde-i18n-sk-3.5.7
132
137
am__leading_dot = .
133
138
am__tar = ${AMTAR} chof - "$$tardir"
134
139
am__untar = ${AMTAR} xf -
137
142
DEPDIR = .deps
138
143
bindir = ${exec_prefix}/bin
139
144
build_alias = 
140
 
datadir = ${prefix}/share
 
145
builddir = .
 
146
datadir = ${datarootdir}
 
147
datarootdir = ${prefix}/share
 
148
docdir = ${datarootdir}/doc/${PACKAGE}
 
149
dvidir = ${docdir}
141
150
exec_prefix = ${prefix}
142
151
host_alias = 
143
 
include_ARTS_FALSE = #
144
 
include_ARTS_TRUE = 
 
152
htmldir = ${docdir}
145
153
includedir = /usr/include/kde
146
154
infodir = /usr/share/info
147
 
install_sh = /root/kde-i18n/src/kde-i18n-sk-3.5.6/install-sh
 
155
install_sh = $(SHELL) /root/i18n/src/kde-i18n-sk-3.5.7/install-sh
148
156
kde_appsdir = ${datadir}/applnk
149
157
kde_bindir = ${exec_prefix}/bin
150
158
kde_confdir = /etc/kde3
167
175
kdeinitdir = $(kde_moduledir)
168
176
libdir = ${exec_prefix}/lib
169
177
libexecdir = ${exec_prefix}/libexec
 
178
localedir = ${datarootdir}/locale
170
179
localstatedir = ${prefix}/var
171
180
mandir = /usr/share/man
172
 
mkdir_p = mkdir -p --
 
181
mkdir_p = /bin/mkdir -p
173
182
oldincludedir = /usr/include
 
183
pdfdir = ${docdir}
174
184
prefix = /usr
175
185
program_transform_name = s,x,x,
 
186
psdir = ${docdir}
176
187
sbindir = ${exec_prefix}/sbin
177
188
sharedstatedir = ${prefix}/com
 
189
srcdir = .
178
190
sysconfdir = /etc
179
191
target_alias = 
 
192
top_builddir = ../../..
 
193
top_srcdir = ../../..
180
194
xdg_appsdir = ${datadir}/applications/kde
181
195
xdg_directorydir = ${datadir}/desktop-directories
182
196
xdg_menudir = ${sysconfdir}/xdg/menus
200
214
#>-           exit 1;; \
201
215
#>-       esac; \
202
216
#>-     done; \
203
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile'; \
 
217
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile'; \
204
218
#>-     cd $(top_srcdir) && \
205
 
#>-       $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile
 
219
#>-       $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile
206
220
#>+ 12
207
221
        @for dep in $?; do \
208
222
          case '$(am__configure_deps)' in \
212
226
              exit 1;; \
213
227
          esac; \
214
228
        done; \
215
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile'; \
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile'; \
216
230
        cd $(top_srcdir) && \
217
 
          $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile
218
 
        cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/klettres/Makefile.in
 
231
          $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile
 
232
        cd $(top_srcdir) && perl admin/am_edit data/kdeedu/klettres/Makefile.in
219
233
.PRECIOUS: Makefile
220
234
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
235
        @case '$?' in \
233
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
248
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
 
uninstall-info-am:
237
250
install-xmlDATA: $(xml_DATA)
238
251
        @$(NORMAL_INSTALL)
239
 
        test -z "$(xmldir)" || $(mkdir_p) "$(DESTDIR)$(xmldir)"
 
252
        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
240
253
        @list='$(xml_DATA)'; for p in $$list; do \
241
254
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
242
255
          f=$(am__strip_dir) \
283
296
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284
297
        fi; test -z "$$fail"
285
298
 
286
 
mostlyclean-recursive clean-recursive distclean-recursive \
287
 
maintainer-clean-recursive:
 
299
$(RECURSIVE_CLEAN_TARGETS):
288
300
        @failcom='exit 1'; \
289
301
        for f in x $$MAKEFLAGS; do \
290
302
          case $$f in \
385
397
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
386
398
 
387
399
distdir: $(DISTFILES)
388
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
389
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
390
 
        list='$(DISTFILES)'; for file in $$list; do \
391
 
          case $$file in \
392
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
393
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
394
 
          esac; \
 
400
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
402
        list='$(DISTFILES)'; \
 
403
          dist_files=`for file in $$list; do echo $$file; done | \
 
404
          sed -e "s|^$$srcdirstrip/||;t" \
 
405
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
406
        case $$dist_files in \
 
407
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
408
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
409
                           sort -u` ;; \
 
410
        esac; \
 
411
        for file in $$dist_files; do \
395
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
397
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
398
 
            dir="/$$dir"; \
399
 
            $(mkdir_p) "$(distdir)$$dir"; \
400
 
          else \
401
 
            dir=''; \
402
 
          fi; \
403
413
          if test -d $$d/$$file; then \
 
414
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404
415
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405
416
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406
417
            fi; \
414
425
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415
426
          if test "$$subdir" = .; then :; else \
416
427
            test -d "$(distdir)/$$subdir" \
417
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
428
            || $(MKDIR_P) "$(distdir)/$$subdir" \
418
429
            || exit 1; \
419
430
            distdir=`$(am__cd) $(distdir) && pwd`; \
420
431
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
422
433
              $(MAKE) $(AM_MAKEFLAGS) \
423
434
                top_distdir="$$top_distdir" \
424
435
                distdir="$$distdir/$$subdir" \
 
436
                am__remove_distdir=: \
 
437
                am__skip_length_check=: \
425
438
                distdir) \
426
439
              || exit 1; \
427
440
          fi; \
432
445
installdirs: installdirs-recursive
433
446
installdirs-am:
434
447
        for dir in "$(DESTDIR)$(xmldir)"; do \
435
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
448
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
436
449
        done
437
450
install: install-recursive
438
451
install-exec: install-exec-recursive
482
495
 
483
496
install-data-am: install-xmlDATA
484
497
 
 
498
install-dvi: install-dvi-recursive
 
499
 
485
500
install-exec-am:
486
501
 
 
502
install-html: install-html-recursive
 
503
 
487
504
install-info: install-info-recursive
488
505
 
489
506
install-man:
490
507
 
 
508
install-pdf: install-pdf-recursive
 
509
 
 
510
install-ps: install-ps-recursive
 
511
 
491
512
installcheck-am:
492
513
 
493
514
maintainer-clean: maintainer-clean-recursive
506
527
 
507
528
ps-am:
508
529
 
509
 
uninstall-am: uninstall-info-am uninstall-xmlDATA
510
 
 
511
 
uninstall-info: uninstall-info-recursive
512
 
 
513
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
514
 
        clean clean-generic clean-recursive ctags ctags-recursive \
515
 
        distclean distclean-generic distclean-recursive distclean-tags \
 
530
uninstall-am: uninstall-xmlDATA
 
531
 
 
532
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
533
        install-strip
 
534
 
 
535
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
536
        all all-am check check-am clean clean-generic ctags \
 
537
        ctags-recursive distclean distclean-generic distclean-tags \
516
538
        distdir dvi dvi-am html html-am info info-am install \
517
 
        install-am install-data install-data-am install-exec \
518
 
        install-exec-am install-info install-info-am install-man \
 
539
        install-am install-data install-data-am install-dvi \
 
540
        install-dvi-am install-exec install-exec-am install-html \
 
541
        install-html-am install-info install-info-am install-man \
 
542
        install-pdf install-pdf-am install-ps install-ps-am \
519
543
        install-strip install-xmlDATA installcheck installcheck-am \
520
544
        installdirs installdirs-am maintainer-clean \
521
 
        maintainer-clean-generic maintainer-clean-recursive \
522
 
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
 
545
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
523
546
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
524
 
        uninstall-info-am uninstall-xmlDATA
 
547
        uninstall-xmlDATA
525
548
 
526
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
527
550
# Otherwise a system limit (for SysV at least) may be exceeded.
543
566
              exit 1;; \
544
567
          esac; \
545
568
        done; \
546
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile'; \
 
569
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile'; \
547
570
        cd $(top_srcdir) && \
548
 
          $(AUTOMAKE) --gnu  data/kdeedu/klettres/Makefile
549
 
        cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/klettres/Makefile.in
 
571
          $(AUTOMAKE) --foreign  data/kdeedu/klettres/Makefile
 
572
        cd $(top_srcdir) && perl admin/am_edit data/kdeedu/klettres/Makefile.in
550
573
 
551
574
 
552
575
#>+ 21