~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to gweather/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-03-10 10:20:15 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310102015-d46428z4vws97he8
Tags: 2.22.0-0ubuntu1
* New upstream version
* debian/control.in:
  - updated gnome-settings-daemon build depends
* debian/patches/16_correct_keyboard_accessibility.patch:
  - dropped, fixed in the new version
* debian/patches/98_autoreconf.patch:
  - new version update
* debian/patches/99_ltmain_as-needed.patch:
  - new version update

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
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
64
60
gweather_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
65
61
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
66
62
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
67
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
63
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
68
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
65
am__depfiles_maybe = depfiles
70
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
71
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
78
75
SOURCES = $(gweather_applet_2_SOURCES)
79
76
DIST_SOURCES = $(gweather_applet_2_SOURCES)
80
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81
78
        html-recursive info-recursive install-data-recursive \
82
 
        install-exec-recursive install-info-recursive \
83
 
        install-recursive installcheck-recursive installdirs-recursive \
84
 
        pdf-recursive ps-recursive uninstall-info-recursive \
85
 
        uninstall-recursive
 
79
        install-dvi-recursive install-exec-recursive \
 
80
        install-html-recursive install-info-recursive \
 
81
        install-pdf-recursive install-ps-recursive install-recursive \
 
82
        installcheck-recursive installdirs-recursive pdf-recursive \
 
83
        ps-recursive uninstall-recursive
86
84
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87
85
am__vpath_adj = case $$p in \
88
86
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
90
serverDATA_INSTALL = $(INSTALL_DATA)
93
91
uiDATA_INSTALL = $(INSTALL_DATA)
94
92
DATA = $(server_DATA) $(ui_DATA)
 
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
94
  distclean-recursive maintainer-clean-recursive
95
95
ETAGS = etags
96
96
CTAGS = ctags
97
97
DIST_SUBDIRS = $(SUBDIRS)
101
101
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
102
102
ACPIINC = @ACPIINC@
103
103
ALL_LINGUAS = @ALL_LINGUAS@
104
 
AMDEP_FALSE = @AMDEP_FALSE@
105
 
AMDEP_TRUE = @AMDEP_TRUE@
106
104
AMTAR = @AMTAR@
107
 
APPLET_ACCESSX_FALSE = @APPLET_ACCESSX_FALSE@
108
 
APPLET_ACCESSX_TRUE = @APPLET_ACCESSX_TRUE@
109
 
APPLET_MIXER_FALSE = @APPLET_MIXER_FALSE@
110
 
APPLET_MIXER_TRUE = @APPLET_MIXER_TRUE@
111
 
APPLET_MODEMLIGHTS_FALSE = @APPLET_MODEMLIGHTS_FALSE@
112
 
APPLET_MODEMLIGHTS_TRUE = @APPLET_MODEMLIGHTS_TRUE@
113
105
AR = @AR@
114
106
AUTOCONF = @AUTOCONF@
115
107
AUTOHEADER = @AUTOHEADER@
116
108
AUTOMAKE = @AUTOMAKE@
117
109
AWK = @AWK@
118
 
BUILD_BATTSTAT_APPLET_FALSE = @BUILD_BATTSTAT_APPLET_FALSE@
119
 
BUILD_BATTSTAT_APPLET_TRUE = @BUILD_BATTSTAT_APPLET_TRUE@
120
 
BUILD_CPUFREQ_APPLET_FALSE = @BUILD_CPUFREQ_APPLET_FALSE@
121
 
BUILD_CPUFREQ_APPLET_TRUE = @BUILD_CPUFREQ_APPLET_TRUE@
122
 
BUILD_CPUFREQ_SELECTOR_FALSE = @BUILD_CPUFREQ_SELECTOR_FALSE@
123
 
BUILD_CPUFREQ_SELECTOR_TRUE = @BUILD_CPUFREQ_SELECTOR_TRUE@
124
 
BUILD_GNOME_VFS_APPLETS_FALSE = @BUILD_GNOME_VFS_APPLETS_FALSE@
125
 
BUILD_GNOME_VFS_APPLETS_TRUE = @BUILD_GNOME_VFS_APPLETS_TRUE@
126
 
BUILD_GTOP_APPLETS_FALSE = @BUILD_GTOP_APPLETS_FALSE@
127
 
BUILD_GTOP_APPLETS_TRUE = @BUILD_GTOP_APPLETS_TRUE@
128
 
BUILD_INVEST_APPLET_FALSE = @BUILD_INVEST_APPLET_FALSE@
129
 
BUILD_INVEST_APPLET_TRUE = @BUILD_INVEST_APPLET_TRUE@
130
 
BUILD_KEYBOARD_APPLET_FALSE = @BUILD_KEYBOARD_APPLET_FALSE@
131
 
BUILD_KEYBOARD_APPLET_TRUE = @BUILD_KEYBOARD_APPLET_TRUE@
132
 
BUILD_MINICOMMANDER_APPLET_FALSE = @BUILD_MINICOMMANDER_APPLET_FALSE@
133
 
BUILD_MINICOMMANDER_APPLET_TRUE = @BUILD_MINICOMMANDER_APPLET_TRUE@
134
 
BUILD_STICKYNOTES_APPLET_FALSE = @BUILD_STICKYNOTES_APPLET_FALSE@
135
 
BUILD_STICKYNOTES_APPLET_TRUE = @BUILD_STICKYNOTES_APPLET_TRUE@
136
110
CATALOGS = @CATALOGS@
137
111
CATOBJEXT = @CATOBJEXT@
138
112
CC = @CC@
142
116
CPPFLAGS = @CPPFLAGS@
143
117
CPUFREQ_SELECTOR_CFLAGS = @CPUFREQ_SELECTOR_CFLAGS@
144
118
CPUFREQ_SELECTOR_LIBS = @CPUFREQ_SELECTOR_LIBS@
145
 
CPUFREQ_SELECTOR_SUID_FALSE = @CPUFREQ_SELECTOR_SUID_FALSE@
146
 
CPUFREQ_SELECTOR_SUID_TRUE = @CPUFREQ_SELECTOR_SUID_TRUE@
147
119
CXX = @CXX@
148
120
CXXCPP = @CXXCPP@
149
121
CXXDEPMODE = @CXXDEPMODE@
161
133
ECHO_N = @ECHO_N@
162
134
ECHO_T = @ECHO_T@
163
135
EGREP = @EGREP@
164
 
ENABLE_FLAGS_FALSE = @ENABLE_FLAGS_FALSE@
165
 
ENABLE_FLAGS_TRUE = @ENABLE_FLAGS_TRUE@
166
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
167
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
168
136
EXEEXT = @EXEEXT@
169
137
F77 = @F77@
170
138
FFLAGS = @FFLAGS@
171
139
GAILUTIL_CFLAGS = @GAILUTIL_CFLAGS@
172
140
GAILUTIL_LIBS = @GAILUTIL_LIBS@
173
141
GCONFTOOL = @GCONFTOOL@
174
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
175
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
176
142
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
177
143
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
178
144
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
181
147
GIO_LIBS = @GIO_LIBS@
182
148
GIT_CFLAGS = @GIT_CFLAGS@
183
149
GIT_LIBS = @GIT_LIBS@
184
 
GKB_SUN_FALSE = @GKB_SUN_FALSE@
185
 
GKB_SUN_TRUE = @GKB_SUN_TRUE@
186
150
GLADEDIR = @GLADEDIR@
187
151
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
188
152
GMOFILES = @GMOFILES@
211
175
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
212
176
HAL_CFLAGS = @HAL_CFLAGS@
213
177
HAL_LIBS = @HAL_LIBS@
214
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
215
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
216
 
HAVE_GST10_FALSE = @HAVE_GST10_FALSE@
217
 
HAVE_GST10_TRUE = @HAVE_GST10_TRUE@
218
178
HAVE_JW = @HAVE_JW@
219
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
220
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
221
179
HAVE_LIBAPM = @HAVE_LIBAPM@
222
 
HAVE_LIBAPM_FALSE = @HAVE_LIBAPM_FALSE@
223
 
HAVE_LIBAPM_TRUE = @HAVE_LIBAPM_TRUE@
224
 
HAVE_LIBCPUFREQ_FALSE = @HAVE_LIBCPUFREQ_FALSE@
225
 
HAVE_LIBCPUFREQ_TRUE = @HAVE_LIBCPUFREQ_TRUE@
226
180
HAVE_XKB = @HAVE_XKB@
227
181
HELP_DIR = @HELP_DIR@
 
182
INSTALL = @INSTALL@
228
183
INSTALL_DATA = @INSTALL_DATA@
229
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
230
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
275
230
LN_S = @LN_S@
276
231
LTLIBOBJS = @LTLIBOBJS@
277
232
MAINT = @MAINT@
278
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
279
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
280
233
MAKEINFO = @MAKEINFO@
281
234
MIXER_CFLAGS = @MIXER_CFLAGS@
282
235
MIXER_LIBS = @MIXER_LIBS@
 
236
MKDIR_P = @MKDIR_P@
283
237
MKINSTALLDIRS = @MKINSTALLDIRS@
284
238
MODEMLIGHTS_LIBS = @MODEMLIGHTS_LIBS@
285
239
MSGFMT = @MSGFMT@
286
240
MSGFMT_OPTS = @MSGFMT_OPTS@
287
241
NEED_LIBAPM = @NEED_LIBAPM@
288
 
NEED_LIBAPM_FALSE = @NEED_LIBAPM_FALSE@
289
 
NEED_LIBAPM_TRUE = @NEED_LIBAPM_TRUE@
290
242
OBJEXT = @OBJEXT@
291
243
OMF_DIR = @OMF_DIR@
292
244
PACKAGE = @PACKAGE@
314
266
RANLIB = @RANLIB@
315
267
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
316
268
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
317
 
SED = @SED@
318
269
SET_MAKE = @SET_MAKE@
319
270
SHELL = @SHELL@
320
271
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
333
284
X_EXTRA_LIBS = @X_EXTRA_LIBS@
334
285
X_LIBS = @X_LIBS@
335
286
X_PRE_LIBS = @X_PRE_LIBS@
 
287
abs_builddir = @abs_builddir@
 
288
abs_srcdir = @abs_srcdir@
 
289
abs_top_builddir = @abs_top_builddir@
 
290
abs_top_srcdir = @abs_top_srcdir@
336
291
ac_ct_CC = @ac_ct_CC@
337
292
ac_ct_CXX = @ac_ct_CXX@
338
293
ac_ct_F77 = @ac_ct_F77@
339
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
340
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
341
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
342
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
343
294
am__include = @am__include@
344
295
am__leading_dot = @am__leading_dot@
345
296
am__quote = @am__quote@
351
302
build_cpu = @build_cpu@
352
303
build_os = @build_os@
353
304
build_vendor = @build_vendor@
 
305
builddir = @builddir@
354
306
datadir = @datadir@
355
307
datarootdir = @datarootdir@
356
308
docdir = @docdir@
386
338
pythondir = @pythondir@
387
339
sbindir = @sbindir@
388
340
sharedstatedir = @sharedstatedir@
 
341
srcdir = @srcdir@
389
342
sysconfdir = @sysconfdir@
390
343
target_alias = @target_alias@
 
344
top_builddir = @top_builddir@
 
345
top_srcdir = @top_srcdir@
391
346
SUBDIRS = docs
392
347
INCLUDES = \
393
348
        -I$(srcdir)                     \
461
416
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
417
install-libexecPROGRAMS: $(libexec_PROGRAMS)
463
418
        @$(NORMAL_INSTALL)
464
 
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
 
419
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
465
420
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
466
421
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
467
422
          if test -f $$p \
489
444
        done
490
445
gweather-applet-2$(EXEEXT): $(gweather_applet_2_OBJECTS) $(gweather_applet_2_DEPENDENCIES) 
491
446
        @rm -f gweather-applet-2$(EXEEXT)
492
 
        $(LINK) $(gweather_applet_2_LDFLAGS) $(gweather_applet_2_OBJECTS) $(gweather_applet_2_LDADD) $(LIBS)
 
447
        $(LINK) $(gweather_applet_2_OBJECTS) $(gweather_applet_2_LDADD) $(LIBS)
493
448
 
494
449
mostlyclean-compile:
495
450
        -rm -f *.$(OBJEXT)
505
460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
506
461
 
507
462
.c.o:
508
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
509
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
463
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
464
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
510
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
511
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512
467
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
513
468
 
514
469
.c.obj:
515
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
516
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
470
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
471
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
517
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
474
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
520
475
 
521
476
.c.lo:
522
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
523
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
477
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
478
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
524
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
525
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
481
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
530
485
 
531
486
clean-libtool:
532
487
        -rm -rf .libs _libs
533
 
 
534
 
distclean-libtool:
535
 
        -rm -f libtool
536
 
uninstall-info-am:
537
488
install-serverDATA: $(server_DATA)
538
489
        @$(NORMAL_INSTALL)
539
 
        test -z "$(serverdir)" || $(mkdir_p) "$(DESTDIR)$(serverdir)"
 
490
        test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
540
491
        @list='$(server_DATA)'; for p in $$list; do \
541
492
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
542
493
          f=$(am__strip_dir) \
553
504
        done
554
505
install-uiDATA: $(ui_DATA)
555
506
        @$(NORMAL_INSTALL)
556
 
        test -z "$(uidir)" || $(mkdir_p) "$(DESTDIR)$(uidir)"
 
507
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
557
508
        @list='$(ui_DATA)'; for p in $$list; do \
558
509
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
559
510
          f=$(am__strip_dir) \
600
551
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
601
552
        fi; test -z "$$fail"
602
553
 
603
 
mostlyclean-recursive clean-recursive distclean-recursive \
604
 
maintainer-clean-recursive:
 
554
$(RECURSIVE_CLEAN_TARGETS):
605
555
        @failcom='exit 1'; \
606
556
        for f in x $$MAKEFLAGS; do \
607
557
          case $$f in \
702
652
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
703
653
 
704
654
distdir: $(DISTFILES)
705
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
706
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
707
 
        list='$(DISTFILES)'; for file in $$list; do \
708
 
          case $$file in \
709
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
710
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
711
 
          esac; \
 
655
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
656
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
657
        list='$(DISTFILES)'; \
 
658
          dist_files=`for file in $$list; do echo $$file; done | \
 
659
          sed -e "s|^$$srcdirstrip/||;t" \
 
660
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
661
        case $$dist_files in \
 
662
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
663
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
664
                           sort -u` ;; \
 
665
        esac; \
 
666
        for file in $$dist_files; do \
712
667
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
713
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
714
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
715
 
            dir="/$$dir"; \
716
 
            $(mkdir_p) "$(distdir)$$dir"; \
717
 
          else \
718
 
            dir=''; \
719
 
          fi; \
720
668
          if test -d $$d/$$file; then \
 
669
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
721
670
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
722
671
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
723
672
            fi; \
731
680
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
732
681
          if test "$$subdir" = .; then :; else \
733
682
            test -d "$(distdir)/$$subdir" \
734
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
683
            || $(MKDIR_P) "$(distdir)/$$subdir" \
735
684
            || exit 1; \
736
685
            distdir=`$(am__cd) $(distdir) && pwd`; \
737
686
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
739
688
              $(MAKE) $(AM_MAKEFLAGS) \
740
689
                top_distdir="$$top_distdir" \
741
690
                distdir="$$distdir/$$subdir" \
 
691
                am__remove_distdir=: \
 
692
                am__skip_length_check=: \
742
693
                distdir) \
743
694
              || exit 1; \
744
695
          fi; \
749
700
installdirs: installdirs-recursive
750
701
installdirs-am:
751
702
        for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(uidir)"; do \
752
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
703
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
753
704
        done
754
705
install: install-recursive
755
706
install-exec: install-exec-recursive
785
736
        -rm -rf ./$(DEPDIR)
786
737
        -rm -f Makefile
787
738
distclean-am: clean-am distclean-compile distclean-generic \
788
 
        distclean-libtool distclean-tags
 
739
        distclean-tags
789
740
 
790
741
dvi: dvi-recursive
791
742
 
799
750
 
800
751
install-data-am: install-serverDATA install-uiDATA
801
752
 
 
753
install-dvi: install-dvi-recursive
 
754
 
802
755
install-exec-am: install-libexecPROGRAMS
803
756
 
 
757
install-html: install-html-recursive
 
758
 
804
759
install-info: install-info-recursive
805
760
 
806
761
install-man:
807
762
 
 
763
install-pdf: install-pdf-recursive
 
764
 
 
765
install-ps: install-ps-recursive
 
766
 
808
767
installcheck-am:
809
768
 
810
769
maintainer-clean: maintainer-clean-recursive
825
784
 
826
785
ps-am:
827
786
 
828
 
uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS \
829
 
        uninstall-serverDATA uninstall-uiDATA
830
 
 
831
 
uninstall-info: uninstall-info-recursive
832
 
 
833
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
834
 
        clean clean-generic clean-libexecPROGRAMS clean-libtool \
835
 
        clean-recursive ctags ctags-recursive distclean \
836
 
        distclean-compile distclean-generic distclean-libtool \
837
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
787
uninstall-am: uninstall-libexecPROGRAMS uninstall-serverDATA \
 
788
        uninstall-uiDATA
 
789
 
 
790
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
791
        install-strip
 
792
 
 
793
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
794
        all all-am check check-am clean clean-generic \
 
795
        clean-libexecPROGRAMS clean-libtool ctags ctags-recursive \
 
796
        distclean distclean-compile distclean-generic \
 
797
        distclean-libtool distclean-tags distdir dvi dvi-am html \
838
798
        html-am info info-am install install-am install-data \
839
 
        install-data-am install-exec install-exec-am install-info \
 
799
        install-data-am install-dvi install-dvi-am install-exec \
 
800
        install-exec-am install-html install-html-am install-info \
840
801
        install-info-am install-libexecPROGRAMS install-man \
 
802
        install-pdf install-pdf-am install-ps install-ps-am \
841
803
        install-serverDATA install-strip install-uiDATA installcheck \
842
804
        installcheck-am installdirs installdirs-am maintainer-clean \
843
 
        maintainer-clean-generic maintainer-clean-recursive \
844
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
845
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
846
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
805
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
806
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
807
        tags tags-recursive uninstall uninstall-am \
847
808
        uninstall-libexecPROGRAMS uninstall-serverDATA \
848
809
        uninstall-uiDATA
849
810