Subversion Repositories public

Rev

Rev 88 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 91
Line 1... Line 1...
1
# Makefile.in generated by automake 1.10 from Makefile.am.
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
# @configure_input@
3
# @configure_input@
4
 
4
 
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
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
# This Makefile.in is free software; the Free Software Foundation
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
9
# with or without modifications, as long as this notice is preserved.
10
 
10
 
11
# This program is distributed in the hope that it will be useful,
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
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
14
# PARTICULAR PURPOSE.
15
 
15
 
16
@SET_MAKE@
16
@SET_MAKE@
-
 
17
srcdir = @srcdir@
-
 
18
top_srcdir = @top_srcdir@
17
VPATH = @srcdir@
19
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgdatadir = $(datadir)/@PACKAGE@
19
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
-
 
23
top_builddir = .
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-
 
25
INSTALL = @INSTALL@
22
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_DATA = $(install_sh) -c -m 644
23
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_PROGRAM = $(install_sh) -c
24
install_sh_SCRIPT = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
25
INSTALL_HEADER = $(INSTALL_DATA)
29
INSTALL_HEADER = $(INSTALL_DATA)
26
transform = $(program_transform_name)
30
transform = $(program_transform_name)
Line 31... Line 35...
31
PRE_UNINSTALL = :
35
PRE_UNINSTALL = :
32
POST_UNINSTALL = :
36
POST_UNINSTALL = :
33
build_triplet = @build@
37
build_triplet = @build@
34
host_triplet = @host@
38
host_triplet = @host@
35
target_triplet = @target@
39
target_triplet = @target@
36
subdir = .
-
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
41
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
42
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
	TODO admin/compile admin/config.guess admin/config.sub \
43
	TODO admin/compile admin/config.guess admin/config.sub \
41
	admin/depcomp admin/install-sh admin/ltmain.sh admin/missing \
44
	admin/depcomp admin/install-sh admin/ltmain.sh admin/missing \
42
	admin/mkinstalldirs admin/ylwrap
45
	admin/mkinstalldirs admin/ylwrap
-
 
46
subdir = .
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
	$(top_srcdir)/configure.in
49
	$(top_srcdir)/configure.in
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
	$(ACLOCAL_M4)
51
	$(ACLOCAL_M4)
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
 configure.lineno config.status.lineno
53
 configure.lineno configure.status.lineno
50
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
54
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
51
CONFIG_HEADER = config.h
55
CONFIG_HEADER = config.h
52
CONFIG_CLEAN_FILES =
56
CONFIG_CLEAN_FILES =
53
SOURCES =
57
SOURCES =
54
DIST_SOURCES =
58
DIST_SOURCES =
55
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
#>- 	html-recursive info-recursive install-data-recursive \
60
#>- 	html-recursive info-recursive install-data-recursive \
57
#>- 	install-dvi-recursive install-exec-recursive \
-
 
58
#>- 	install-html-recursive install-info-recursive \
61
#>- 	install-exec-recursive install-info-recursive \
59
#>- 	install-pdf-recursive install-ps-recursive install-recursive \
62
#>- 	install-recursive installcheck-recursive installdirs-recursive \
60
#>- 	installcheck-recursive installdirs-recursive pdf-recursive \
63
#>- 	pdf-recursive ps-recursive uninstall-info-recursive \
61
#>- 	ps-recursive uninstall-recursive
64
#>- 	uninstall-recursive
62
#>+ 7
65
#>+ 6
63
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64
	html-recursive info-recursive install-data-recursive \
67
	html-recursive info-recursive install-data-recursive \
65
	install-dvi-recursive install-exec-recursive \
-
 
66
	install-html-recursive install-info-recursive \
68
	install-exec-recursive install-info-recursive \
67
	install-pdf-recursive install-ps-recursive install-recursive \
69
	install-recursive installcheck-recursive installdirs-recursive \
68
	installcheck-recursive installdirs-recursive pdf-recursive \
70
	pdf-recursive ps-recursive uninstall-info-recursive \
69
	ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive
71
	uninstall-recursive nmcheck-recursive bcheck-recursive
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-
 
71
  distclean-recursive maintainer-clean-recursive
-
 
72
ETAGS = etags
72
ETAGS = etags
73
CTAGS = ctags
73
CTAGS = ctags
74
DIST_SUBDIRS = $(SUBDIRS)
74
DIST_SUBDIRS = $(SUBDIRS)
75
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
#>+ 1
76
#>+ 1
Line 84... Line 84...
84
DIST_ARCHIVES = $(distdir).tar.gz
84
DIST_ARCHIVES = $(distdir).tar.gz
85
GZIP_ENV = --best
85
GZIP_ENV = --best
86
distuninstallcheck_listfiles = find . -type f -print
86
distuninstallcheck_listfiles = find . -type f -print
87
distcleancheck_listfiles = find . -type f -print
87
distcleancheck_listfiles = find . -type f -print
88
ACLOCAL = @ACLOCAL@
88
ACLOCAL = @ACLOCAL@
-
 
89
AMDEP_FALSE = @AMDEP_FALSE@
-
 
90
AMDEP_TRUE = @AMDEP_TRUE@
89
AMTAR = @AMTAR@
91
AMTAR = @AMTAR@
90
AR = @AR@
92
AR = @AR@
91
ARTSCCONFIG = @ARTSCCONFIG@
93
ARTSCCONFIG = @ARTSCCONFIG@
92
AUTOCONF = @AUTOCONF@
94
AUTOCONF = @AUTOCONF@
93
AUTODIRS = @AUTODIRS@
95
AUTODIRS = @AUTODIRS@
Line 122... Line 124...
122
FFLAGS = @FFLAGS@
124
FFLAGS = @FFLAGS@
123
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
125
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
124
GMSGFMT = @GMSGFMT@
126
GMSGFMT = @GMSGFMT@
125
GREP = @GREP@
127
GREP = @GREP@
126
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
128
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
127
INSTALL = @INSTALL@
-
 
128
INSTALL_DATA = @INSTALL_DATA@
129
INSTALL_DATA = @INSTALL_DATA@
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
133
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
Line 199... Line 200...
199
LTLIBOBJS = @LTLIBOBJS@
200
LTLIBOBJS = @LTLIBOBJS@
200
MAKEINFO = @MAKEINFO@
201
MAKEINFO = @MAKEINFO@
201
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
202
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
202
MCOPIDL = @MCOPIDL@
203
MCOPIDL = @MCOPIDL@
203
MEINPROC = @MEINPROC@
204
MEINPROC = @MEINPROC@
204
MKDIR_P = @MKDIR_P@
-
 
205
MOC = @MOC@
205
MOC = @MOC@
206
MSGFMT = @MSGFMT@
206
MSGFMT = @MSGFMT@
207
NOOPT_CFLAGS = @NOOPT_CFLAGS@
207
NOOPT_CFLAGS = @NOOPT_CFLAGS@
208
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
208
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
209
OBJEXT = @OBJEXT@
209
OBJEXT = @OBJEXT@
Line 238... Line 238...
238
X_EXTRA_LIBS = @X_EXTRA_LIBS@
238
X_EXTRA_LIBS = @X_EXTRA_LIBS@
239
X_INCLUDES = @X_INCLUDES@
239
X_INCLUDES = @X_INCLUDES@
240
X_LDFLAGS = @X_LDFLAGS@
240
X_LDFLAGS = @X_LDFLAGS@
241
X_PRE_LIBS = @X_PRE_LIBS@
241
X_PRE_LIBS = @X_PRE_LIBS@
242
X_RPATH = @X_RPATH@
242
X_RPATH = @X_RPATH@
243
abs_builddir = @abs_builddir@
-
 
244
abs_srcdir = @abs_srcdir@
-
 
245
abs_top_builddir = @abs_top_builddir@
-
 
246
abs_top_srcdir = @abs_top_srcdir@
-
 
247
ac_ct_CC = @ac_ct_CC@
243
ac_ct_CC = @ac_ct_CC@
248
ac_ct_CXX = @ac_ct_CXX@
244
ac_ct_CXX = @ac_ct_CXX@
249
ac_ct_F77 = @ac_ct_F77@
245
ac_ct_F77 = @ac_ct_F77@
250
all_includes = @all_includes@
246
all_includes = @all_includes@
251
all_libraries = @all_libraries@
247
all_libraries = @all_libraries@
-
 
248
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-
 
249
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-
 
250
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
-
 
251
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
252
am__include = @am__include@
252
am__include = @am__include@
253
am__leading_dot = @am__leading_dot@
253
am__leading_dot = @am__leading_dot@
254
am__quote = @am__quote@
254
am__quote = @am__quote@
255
am__tar = @am__tar@
255
am__tar = @am__tar@
256
am__untar = @am__untar@
256
am__untar = @am__untar@
Line 258... Line 258...
258
build = @build@
258
build = @build@
259
build_alias = @build_alias@
259
build_alias = @build_alias@
260
build_cpu = @build_cpu@
260
build_cpu = @build_cpu@
261
build_os = @build_os@
261
build_os = @build_os@
262
build_vendor = @build_vendor@
262
build_vendor = @build_vendor@
263
builddir = @builddir@
-
 
264
datadir = @datadir@
263
datadir = @datadir@
265
datarootdir = @datarootdir@
264
datarootdir = @datarootdir@
266
docdir = @docdir@
265
docdir = @docdir@
267
dvidir = @dvidir@
266
dvidir = @dvidir@
268
exec_prefix = @exec_prefix@
267
exec_prefix = @exec_prefix@
Line 270... Line 269...
270
host_alias = @host_alias@
269
host_alias = @host_alias@
271
host_cpu = @host_cpu@
270
host_cpu = @host_cpu@
272
host_os = @host_os@
271
host_os = @host_os@
273
host_vendor = @host_vendor@
272
host_vendor = @host_vendor@
274
htmldir = @htmldir@
273
htmldir = @htmldir@
-
 
274
include_ARTS_FALSE = @include_ARTS_FALSE@
-
 
275
include_ARTS_TRUE = @include_ARTS_TRUE@
-
 
276
include_x11_FALSE = @include_x11_FALSE@
-
 
277
include_x11_TRUE = @include_x11_TRUE@
275
includedir = @includedir@
278
includedir = @includedir@
276
infodir = @infodir@
279
infodir = @infodir@
277
install_sh = @install_sh@
280
install_sh = @install_sh@
278
kde_appsdir = @kde_appsdir@
281
kde_appsdir = @kde_appsdir@
279
kde_bindir = @kde_bindir@
282
kde_bindir = @kde_bindir@
Line 311... Line 314...
311
psdir = @psdir@
314
psdir = @psdir@
312
qt_includes = @qt_includes@
315
qt_includes = @qt_includes@
313
qt_libraries = @qt_libraries@
316
qt_libraries = @qt_libraries@
314
sbindir = @sbindir@
317
sbindir = @sbindir@
315
sharedstatedir = @sharedstatedir@
318
sharedstatedir = @sharedstatedir@
316
srcdir = @srcdir@
-
 
317
sysconfdir = @sysconfdir@
319
sysconfdir = @sysconfdir@
318
target = @target@
320
target = @target@
319
target_alias = @target_alias@
321
target_alias = @target_alias@
320
target_cpu = @target_cpu@
322
target_cpu = @target_cpu@
321
target_os = @target_os@
323
target_os = @target_os@
322
target_vendor = @target_vendor@
324
target_vendor = @target_vendor@
323
top_builddir = @top_builddir@
325
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
324
top_srcdir = @top_srcdir@
326
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
325
x_includes = @x_includes@
327
x_includes = @x_includes@
326
x_libraries = @x_libraries@
328
x_libraries = @x_libraries@
327
xdg_appsdir = @xdg_appsdir@
329
xdg_appsdir = @xdg_appsdir@
328
xdg_directorydir = @xdg_directorydir@
330
xdg_directorydir = @xdg_directorydir@
329
xdg_menudir = @xdg_menudir@
331
xdg_menudir = @xdg_menudir@
Line 389... Line 391...
389
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
391
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
390
 
392
 
391
config.h: stamp-h1
393
config.h: stamp-h1
392
	@if test ! -f $@; then \
394
	@if test ! -f $@; then \
393
	  rm -f stamp-h1; \
395
	  rm -f stamp-h1; \
394
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
396
	  $(MAKE) stamp-h1; \
395
	else :; fi
397
	else :; fi
396
 
398
 
397
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
398
	@rm -f stamp-h1
400
	@rm -f stamp-h1
399
	cd $(top_builddir) && $(SHELL) ./config.status config.h
401
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Line 411... Line 413...
411
clean-libtool:
413
clean-libtool:
412
	-rm -rf .libs _libs
414
	-rm -rf .libs _libs
413
 
415
 
414
distclean-libtool:
416
distclean-libtool:
415
	-rm -f libtool
417
	-rm -f libtool
-
 
418
uninstall-info-am:
416
 
419
 
417
# This directory's subdirectories are mostly independent; you can cd
420
# This directory's subdirectories are mostly independent; you can cd
418
# into them and run `make' without going through this Makefile.
421
# into them and run `make' without going through this Makefile.
419
# To change the values of `make' variables: instead of editing Makefiles,
422
# To change the values of `make' variables: instead of editing Makefiles,
420
# (1) if the variable is set in `config.status', edit `config.status'
423
# (1) if the variable is set in `config.status', edit `config.status'
Line 443... Line 446...
443
	done; \
446
	done; \
444
	if test "$$dot_seen" = "no"; then \
447
	if test "$$dot_seen" = "no"; then \
445
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
446
	fi; test -z "$$fail"
449
	fi; test -z "$$fail"
447
 
450
 
-
 
451
mostlyclean-recursive clean-recursive distclean-recursive \
448
$(RECURSIVE_CLEAN_TARGETS):
452
maintainer-clean-recursive:
449
	@failcom='exit 1'; \
453
	@failcom='exit 1'; \
450
	for f in x $$MAKEFLAGS; do \
454
	for f in x $$MAKEFLAGS; do \
451
	  case $$f in \
455
	  case $$f in \
452
	    *=* | --[!k]*);; \
456
	    *=* | --[!k]*);; \
453
	    *k*) failcom='fail=yes';; \
457
	    *k*) failcom='fail=yes';; \
Line 545... Line 549...
545
distclean-tags:
549
distclean-tags:
546
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
 
551
 
548
distdir: $(DISTFILES)
552
distdir: $(DISTFILES)
549
	$(am__remove_distdir)
553
	$(am__remove_distdir)
550
	test -d $(distdir) || mkdir $(distdir)
554
	mkdir $(distdir)
-
 
555
	$(mkdir_p) $(distdir)/admin
551
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
556
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
552
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
553
	list='$(DISTFILES)'; \
558
	list='$(DISTFILES)'; for file in $$list; do \
554
	  dist_files=`for file in $$list; do echo $$file; done | \
-
 
555
	  sed -e "s|^$$srcdirstrip/||;t" \
-
 
556
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-
 
557
	case $$dist_files in \
559
	  case $$file in \
558
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
560
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
559
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
560
			   sort -u` ;; \
-
 
561
	esac; \
562
	  esac; \
562
	for file in $$dist_files; do \
-
 
563
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
563
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-
 
564
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
-
 
565
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
-
 
566
	    dir="/$$dir"; \
-
 
567
	    $(mkdir_p) "$(distdir)$$dir"; \
-
 
568
	  else \
-
 
569
	    dir=''; \
-
 
570
	  fi; \
564
	  if test -d $$d/$$file; then \
571
	  if test -d $$d/$$file; then \
565
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-
 
566
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
567
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
573
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
568
	    fi; \
574
	    fi; \
569
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
575
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
570
	  else \
576
	  else \
Line 574... Line 580...
574
	  fi; \
580
	  fi; \
575
	done
581
	done
576
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
582
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
577
	  if test "$$subdir" = .; then :; else \
583
	  if test "$$subdir" = .; then :; else \
578
	    test -d "$(distdir)/$$subdir" \
584
	    test -d "$(distdir)/$$subdir" \
579
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
585
	    || $(mkdir_p) "$(distdir)/$$subdir" \
580
	    || exit 1; \
586
	    || exit 1; \
581
	    distdir=`$(am__cd) $(distdir) && pwd`; \
587
	    distdir=`$(am__cd) $(distdir) && pwd`; \
582
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
588
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
583
	    (cd $$subdir && \
589
	    (cd $$subdir && \
584
	      $(MAKE) $(AM_MAKEFLAGS) \
590
	      $(MAKE) $(AM_MAKEFLAGS) \
585
	        top_distdir="$$top_distdir" \
591
	        top_distdir="$$top_distdir" \
586
	        distdir="$$distdir/$$subdir" \
592
	        distdir="$$distdir/$$subdir" \
587
		am__remove_distdir=: \
-
 
588
		am__skip_length_check=: \
-
 
589
	        distdir) \
593
	        distdir) \
590
	      || exit 1; \
594
	      || exit 1; \
591
	  fi; \
595
	  fi; \
592
	done
596
	done
593
	$(MAKE) $(AM_MAKEFLAGS) \
597
	$(MAKE) $(AM_MAKEFLAGS) \
594
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
598
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
595
	  dist-hook
599
	  dist-hook
596
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
600
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
597
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
601
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
598
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
602
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
599
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
603
	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
600
	|| chmod -R a+r $(distdir)
604
	|| chmod -R a+r $(distdir)
601
dist-gzip: distdir
605
dist-gzip: distdir
602
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
606
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
603
	$(am__remove_distdir)
607
	$(am__remove_distdir)
604
 
608
 
Line 669... Line 673...
669
	  && rm -rf $(DIST_ARCHIVES) \
673
	  && rm -rf $(DIST_ARCHIVES) \
670
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
674
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
671
	$(am__remove_distdir)
675
	$(am__remove_distdir)
672
	@(echo "$(distdir) archives ready for distribution: "; \
676
	@(echo "$(distdir) archives ready for distribution: "; \
673
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
677
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
674
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
678
	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
675
distuninstallcheck:
679
distuninstallcheck:
676
	@cd $(distuninstallcheck_dir) \
680
	@cd $(distuninstallcheck_dir) \
677
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
681
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
678
	   || { echo "ERROR: files left after uninstall:" ; \
682
	   || { echo "ERROR: files left after uninstall:" ; \
679
	        if test -n "$(DESTDIR)"; then \
683
	        if test -n "$(DESTDIR)"; then \
Line 744... Line 748...
744
 
748
 
745
info-am:
749
info-am:
746
 
750
 
747
install-data-am:
751
install-data-am:
748
 
752
 
749
install-dvi: install-dvi-recursive
-
 
750
 
-
 
751
install-exec-am:
753
install-exec-am:
752
 
754
 
753
install-html: install-html-recursive
-
 
754
 
-
 
755
install-info: install-info-recursive
755
install-info: install-info-recursive
756
 
756
 
757
install-man:
757
install-man:
758
 
758
 
759
install-pdf: install-pdf-recursive
-
 
760
 
-
 
761
install-ps: install-ps-recursive
-
 
762
 
-
 
763
installcheck-am:
759
installcheck-am:
764
 
760
 
765
maintainer-clean: maintainer-clean-recursive
761
maintainer-clean: maintainer-clean-recursive
766
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
762
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
767
	-rm -rf $(top_srcdir)/autom4te.cache
763
	-rm -rf $(top_srcdir)/autom4te.cache
Line 778... Line 774...
778
 
774
 
779
ps: ps-recursive
775
ps: ps-recursive
780
 
776
 
781
ps-am:
777
ps-am:
782
 
778
 
783
uninstall-am:
779
uninstall-am: uninstall-info-am
784
 
780
 
785
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
-
 
786
	install-strip
781
uninstall-info: uninstall-info-recursive
787
 
782
 
788
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
783
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
789
	all all-am am--refresh check check-am clean clean-generic \
784
	check-am clean clean-generic clean-libtool clean-recursive \
790
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
785
	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
791
	dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
786
	dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
792
	distclean distclean-generic distclean-hdr distclean-libtool \
787
	distclean-generic distclean-hdr distclean-libtool \
793
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
788
	distclean-recursive distclean-tags distcleancheck distdir \
794
	dvi-am html html-am info info-am install install-am \
789
	distuninstallcheck dvi dvi-am html html-am info info-am \
795
	install-data install-data-am install-dvi install-dvi-am \
790
	install install-am install-data install-data-am install-exec \
796
	install-exec install-exec-am install-html install-html-am \
-
 
797
	install-info install-info-am install-man install-pdf \
791
	install-exec-am install-info install-info-am install-man \
798
	install-pdf-am install-ps install-ps-am install-strip \
792
	install-strip installcheck installcheck-am installdirs \
799
	installcheck installcheck-am installdirs installdirs-am \
793
	installdirs-am maintainer-clean maintainer-clean-generic \
800
	maintainer-clean maintainer-clean-generic mostlyclean \
794
	maintainer-clean-recursive mostlyclean mostlyclean-generic \
801
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
795
	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
802
	tags tags-recursive uninstall uninstall-am
796
	tags tags-recursive uninstall uninstall-am uninstall-info-am
803
 
797
 
804
 
798
 
805
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
799
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
806
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
800
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
807
 
801
 
Line 821... Line 815...
821
# Tell versions [3.59,3.63) of GNU make to not export all variables.
815
# Tell versions [3.59,3.63) of GNU make to not export all variables.
822
# Otherwise a system limit (for SysV at least) may be exceeded.
816
# Otherwise a system limit (for SysV at least) may be exceeded.
823
.NOEXPORT:
817
.NOEXPORT:
824
 
818
 
825
#>+ 2
819
#>+ 2
826
KDE_DIST=stamp-h.in subdirs Makefile.in sportwatcher.kdevelop.pcs configure.files sportwatcher.kdevelop config.h.in sportwatcher.kdevses configure.in Makefile.cvs aclocal.m4 Doxyfile configure acinclude.m4 Makefile.am 
820
KDE_DIST=stamp-h.in subdirs Makefile.in sportwatcher.kdevelop.pcs sportwatcher.kdevelop configure.files config.h.in sportwatcher.kdevses configure.in Makefile.cvs aclocal.m4 Doxyfile Makefile.am acinclude.m4 configure 
827
 
821
 
828
#>+ 2
822
#>+ 2
829
docs-am:
823
docs-am:
830
 
824
 
831
#>+ 7
825
#>+ 7