~ubuntu-branches/ubuntu/raring/openmotif/raring-proposed

« back to all changes in this revision

Viewing changes to demos/programs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-29 09:42:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100629094221-yee9gtet2dngu6cv
Tags: 2.3.3-1
* New upstream release
* Drop patch for autoconf-bug as this was fixed upstream
* Applied patch to fix implicit pointer conversion (Closes: #587461)
 

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.11 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, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../..
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
40
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
40
am__aclocal_m4_deps = $(top_srcdir)/ac_find_xft.m4 \
43
 
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.ac
 
41
        $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/libtool.m4 \
 
42
        $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
 
43
        $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
 
44
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
mkinstalldirs = $(install_sh) -d
48
48
CONFIG_HEADER = $(top_builddir)/include/config.h \
49
49
        $(top_builddir)/lib/Xm/Xm.h
50
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
51
52
SOURCES =
52
53
DIST_SOURCES =
53
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
55
        html-recursive info-recursive install-data-recursive \
55
 
        install-exec-recursive install-info-recursive \
56
 
        install-recursive installcheck-recursive installdirs-recursive \
57
 
        pdf-recursive ps-recursive uninstall-info-recursive \
58
 
        uninstall-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
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
59
66
ETAGS = etags
60
67
CTAGS = ctags
61
68
DIST_SUBDIRS = $(SUBDIRS)
62
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
63
95
ACLOCAL = @ACLOCAL@
64
96
AGE = @AGE@
65
97
ALLOCA = @ALLOCA@
66
 
AMDEP_FALSE = @AMDEP_FALSE@
67
 
AMDEP_TRUE = @AMDEP_TRUE@
68
98
AMTAR = @AMTAR@
69
99
AR = @AR@
70
100
AUTOCONF = @AUTOCONF@
80
110
CPP = @CPP@
81
111
CPPFLAGS = @CPPFLAGS@
82
112
CURRENT = @CURRENT@
83
 
CXX = @CXX@
84
 
CXXCPP = @CXXCPP@
85
 
CXXDEPMODE = @CXXDEPMODE@
86
 
CXXFLAGS = @CXXFLAGS@
87
113
CYGPATH_W = @CYGPATH_W@
88
114
DEFS = @DEFS@
89
115
DEPDIR = @DEPDIR@
90
 
ECHO = @ECHO@
 
116
DSYMUTIL = @DSYMUTIL@
 
117
DUMPBIN = @DUMPBIN@
91
118
ECHO_C = @ECHO_C@
92
119
ECHO_N = @ECHO_N@
93
120
ECHO_T = @ECHO_T@
94
121
EGREP = @EGREP@
95
122
EXEEXT = @EXEEXT@
96
 
F77 = @F77@
97
123
FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
98
 
FFLAGS = @FFLAGS@
 
124
FGREP = @FGREP@
99
125
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
100
126
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
101
127
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 
128
GREP = @GREP@
102
129
INCDIR = @INCDIR@
 
130
INSTALL = @INSTALL@
103
131
INSTALL_DATA = @INSTALL_DATA@
104
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
135
LD = @LD@
107
136
LDFLAGS = @LDFLAGS@
108
137
LEX = @LEX@
109
138
LEXLIB = @LEXLIB@
112
141
LIBOBJS = @LIBOBJS@
113
142
LIBS = @LIBS@
114
143
LIBTOOL = @LIBTOOL@
 
144
LIB_XP = @LIB_XP@
 
145
LIPO = @LIPO@
115
146
LN_S = @LN_S@
116
147
LTLIBOBJS = @LTLIBOBJS@
117
 
MAINT = @MAINT@
118
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
119
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
120
148
MAKEINFO = @MAKEINFO@
121
 
MessageCatalog_FALSE = @MessageCatalog_FALSE@
122
 
MessageCatalog_TRUE = @MessageCatalog_TRUE@
 
149
MKDIR_P = @MKDIR_P@
 
150
MWMRCDIR = @MWMRCDIR@
 
151
NM = @NM@
 
152
NMEDIT = @NMEDIT@
 
153
OBJDUMP = @OBJDUMP@
123
154
OBJEXT = @OBJEXT@
124
155
OM22_COMPATIBILITY_FALSE = @OM22_COMPATIBILITY_FALSE@
125
156
OM22_COMPATIBILITY_TRUE = @OM22_COMPATIBILITY_TRUE@
126
 
OM_LIBJPEG_FALSE = @OM_LIBJPEG_FALSE@
127
 
OM_LIBJPEG_TRUE = @OM_LIBJPEG_TRUE@
128
 
OM_LIBPNG_FALSE = @OM_LIBPNG_FALSE@
129
 
OM_LIBPNG_TRUE = @OM_LIBPNG_TRUE@
130
 
OM_XMTHEMES_FALSE = @OM_XMTHEMES_FALSE@
131
 
OM_XMTHEMES_TRUE = @OM_XMTHEMES_TRUE@
132
 
OM_XMU_FALSE = @OM_XMU_FALSE@
133
 
OM_XMU_TRUE = @OM_XMU_TRUE@
 
157
OTOOL = @OTOOL@
 
158
OTOOL64 = @OTOOL64@
134
159
PACKAGE = @PACKAGE@
135
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136
161
PACKAGE_NAME = @PACKAGE_NAME@
138
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
139
164
PACKAGE_VERSION = @PACKAGE_VERSION@
140
165
PATH_SEPARATOR = @PATH_SEPARATOR@
 
166
PRINTING_SUPPORTED_FALSE = @PRINTING_SUPPORTED_FALSE@
 
167
PRINTING_SUPPORTED_TRUE = @PRINTING_SUPPORTED_TRUE@
141
168
RANLIB = @RANLIB@
142
169
REVISION = @REVISION@
 
170
RM = @RM@
143
171
SED = @SED@
144
172
SET_MAKE = @SET_MAKE@
145
173
SHELL = @SHELL@
 
174
SPLINT = @SPLINT@
146
175
STRIP = @STRIP@
147
176
VERSION = @VERSION@
148
177
XMBINDDIR_FALLBACK = @XMBINDDIR_FALLBACK@
 
178
XMKMF = @XMKMF@
149
179
XMTHEME_DIST = @XMTHEME_DIST@
150
180
XRENDER_CFLAGS = @XRENDER_CFLAGS@
151
181
XRENDER_LIBS = @XRENDER_LIBS@
155
185
X_PRE_LIBS = @X_PRE_LIBS@
156
186
X_XMU = @X_XMU@
157
187
YACC = @YACC@
158
 
ac_ct_AR = @ac_ct_AR@
 
188
abs_builddir = @abs_builddir@
 
189
abs_srcdir = @abs_srcdir@
 
190
abs_top_builddir = @abs_top_builddir@
 
191
abs_top_srcdir = @abs_top_srcdir@
159
192
ac_ct_CC = @ac_ct_CC@
160
 
ac_ct_CXX = @ac_ct_CXX@
161
 
ac_ct_F77 = @ac_ct_F77@
162
 
ac_ct_RANLIB = @ac_ct_RANLIB@
163
 
ac_ct_STRIP = @ac_ct_STRIP@
164
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
165
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
166
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
167
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
193
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168
194
am__include = @am__include@
169
195
am__leading_dot = @am__leading_dot@
170
196
am__quote = @am__quote@
176
202
build_cpu = @build_cpu@
177
203
build_os = @build_os@
178
204
build_vendor = @build_vendor@
 
205
builddir = @builddir@
179
206
confdir = @confdir@
180
207
datadir = @datadir@
 
208
datarootdir = @datarootdir@
 
209
docdir = @docdir@
 
210
dvidir = @dvidir@
181
211
exec_prefix = @exec_prefix@
182
212
fc_config = @fc_config@
183
213
ft_config = @ft_config@
186
216
host_cpu = @host_cpu@
187
217
host_os = @host_os@
188
218
host_vendor = @host_vendor@
 
219
htmldir = @htmldir@
189
220
includedir = @includedir@
190
221
infodir = @infodir@
191
222
install_sh = @install_sh@
192
223
libdir = @libdir@
193
224
libexecdir = @libexecdir@
 
225
localedir = @localedir@
194
226
localstatedir = @localstatedir@
 
227
lt_ECHO = @lt_ECHO@
195
228
mandir = @mandir@
196
229
mkdir_p = @mkdir_p@
197
230
oldincludedir = @oldincludedir@
 
231
pdfdir = @pdfdir@
198
232
prefix = @prefix@
199
233
program_transform_name = @program_transform_name@
 
234
psdir = @psdir@
200
235
sbindir = @sbindir@
201
236
sharedstatedir = @sharedstatedir@
 
237
srcdir = @srcdir@
202
238
sysconfdir = @sysconfdir@
203
239
target = @target@
204
240
target_alias = @target_alias@
205
241
target_cpu = @target_cpu@
206
242
target_os = @target_os@
207
243
target_vendor = @target_vendor@
 
244
top_build_prefix = @top_build_prefix@
 
245
top_builddir = @top_builddir@
 
246
top_srcdir = @top_srcdir@
208
247
MAINTAINERCLEANFILES = Makefile.in
209
248
SUBDIRS = airport \
210
249
         animate \
244
283
all: all-recursive
245
284
 
246
285
.SUFFIXES:
247
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
248
287
        @for dep in $?; do \
249
288
          case '$(am__configure_deps)' in \
250
289
            *$$dep*) \
251
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
252
 
                && exit 0; \
 
290
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
291
                && { if test -f $@; then exit 0; else break; fi; }; \
253
292
              exit 1;; \
254
293
          esac; \
255
294
        done; \
256
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  demos/programs/Makefile'; \
257
 
        cd $(top_srcdir) && \
258
 
          $(AUTOMAKE) --foreign  demos/programs/Makefile
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/programs/Makefile'; \
 
296
        $(am__cd) $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign demos/programs/Makefile
259
298
.PRECIOUS: Makefile
260
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261
300
        @case '$?' in \
269
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
270
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
310
 
272
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
273
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
275
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
$(top_srcdir)/configure:  $(am__configure_deps)
 
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(am__aclocal_m4_deps):
276
316
 
277
317
mostlyclean-libtool:
278
318
        -rm -f *.lo
280
320
clean-libtool:
281
321
        -rm -rf .libs _libs
282
322
 
283
 
distclean-libtool:
284
 
        -rm -f libtool
285
 
uninstall-info-am:
286
 
 
287
323
# This directory's subdirectories are mostly independent; you can cd
288
324
# into them and run `make' without going through this Makefile.
289
325
# To change the values of `make' variables: instead of editing Makefiles,
308
344
          else \
309
345
            local_target="$$target"; \
310
346
          fi; \
311
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
347
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
348
          || eval $$failcom; \
313
349
        done; \
314
350
        if test "$$dot_seen" = "no"; then \
315
351
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
316
352
        fi; test -z "$$fail"
317
353
 
318
 
mostlyclean-recursive clean-recursive distclean-recursive \
319
 
maintainer-clean-recursive:
 
354
$(RECURSIVE_CLEAN_TARGETS):
320
355
        @failcom='exit 1'; \
321
356
        for f in x $$MAKEFLAGS; do \
322
357
          case $$f in \
343
378
          else \
344
379
            local_target="$$target"; \
345
380
          fi; \
346
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
381
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
382
          || eval $$failcom; \
348
383
        done && test -z "$$fail"
349
384
tags-recursive:
350
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
386
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352
387
        done
353
388
ctags-recursive:
354
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
390
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356
391
        done
357
392
 
358
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360
395
        unique=`for i in $$list; do \
361
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362
397
          done | \
363
 
          $(AWK) '    { files[$$0] = 1; } \
364
 
               END { for (i in files) print i; }'`; \
 
398
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
365
400
        mkid -fID $$unique
366
401
tags: TAGS
367
402
 
368
403
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
404
                $(TAGS_FILES) $(LISP)
370
 
        tags=; \
 
405
        set x; \
371
406
        here=`pwd`; \
372
407
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
373
408
          include_option=--etags-include; \
379
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
415
          if test "$$subdir" = .; then :; else \
381
416
            test ! -f $$subdir/TAGS || \
382
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
417
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
383
418
          fi; \
384
419
        done; \
385
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386
421
        unique=`for i in $$list; do \
387
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388
423
          done | \
389
 
          $(AWK) '    { files[$$0] = 1; } \
390
 
               END { for (i in files) print i; }'`; \
391
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
426
        shift; \
 
427
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392
428
          test -n "$$unique" || unique=$$empty_fix; \
393
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394
 
            $$tags $$unique; \
 
429
          if test $$# -gt 0; then \
 
430
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
              "$$@" $$unique; \
 
432
          else \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              $$unique; \
 
435
          fi; \
395
436
        fi
396
437
ctags: CTAGS
397
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398
439
                $(TAGS_FILES) $(LISP)
399
 
        tags=; \
400
 
        here=`pwd`; \
401
440
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
441
        unique=`for i in $$list; do \
403
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
443
          done | \
405
 
          $(AWK) '    { files[$$0] = 1; } \
406
 
               END { for (i in files) print i; }'`; \
407
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
446
        test -z "$(CTAGS_ARGS)$$unique" \
408
447
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409
 
             $$tags $$unique
 
448
             $$unique
410
449
 
411
450
GTAGS:
412
451
        here=`$(am__cd) $(top_builddir) && pwd` \
413
 
          && cd $(top_srcdir) \
414
 
          && gtags -i $(GTAGS_ARGS) $$here
 
452
          && $(am__cd) $(top_srcdir) \
 
453
          && gtags -i $(GTAGS_ARGS) "$$here"
415
454
 
416
455
distclean-tags:
417
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
418
457
 
419
458
distdir: $(DISTFILES)
420
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
421
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
422
 
        list='$(DISTFILES)'; for file in $$list; do \
423
 
          case $$file in \
424
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
425
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
426
 
          esac; \
 
459
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
460
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
461
        list='$(DISTFILES)'; \
 
462
          dist_files=`for file in $$list; do echo $$file; done | \
 
463
          sed -e "s|^$$srcdirstrip/||;t" \
 
464
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
465
        case $$dist_files in \
 
466
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
467
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
468
                           sort -u` ;; \
 
469
        esac; \
 
470
        for file in $$dist_files; do \
427
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
429
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
430
 
            dir="/$$dir"; \
431
 
            $(mkdir_p) "$(distdir)$$dir"; \
432
 
          else \
433
 
            dir=''; \
434
 
          fi; \
435
472
          if test -d $$d/$$file; then \
 
473
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
474
            if test -d "$(distdir)/$$file"; then \
 
475
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
476
            fi; \
436
477
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
478
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
479
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438
480
            fi; \
439
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
481
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440
482
          else \
441
 
            test -f $(distdir)/$$file \
442
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
483
            test -f "$(distdir)/$$file" \
 
484
            || cp -p $$d/$$file "$(distdir)/$$file" \
443
485
            || exit 1; \
444
486
          fi; \
445
487
        done
446
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
488
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
447
489
          if test "$$subdir" = .; then :; else \
448
490
            test -d "$(distdir)/$$subdir" \
449
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
491
            || $(MKDIR_P) "$(distdir)/$$subdir" \
450
492
            || exit 1; \
451
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
452
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
453
 
            (cd $$subdir && \
 
493
          fi; \
 
494
        done
 
495
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
496
          if test "$$subdir" = .; then :; else \
 
497
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
498
            $(am__relativize); \
 
499
            new_distdir=$$reldir; \
 
500
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
501
            $(am__relativize); \
 
502
            new_top_distdir=$$reldir; \
 
503
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
504
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
505
            ($(am__cd) $$subdir && \
454
506
              $(MAKE) $(AM_MAKEFLAGS) \
455
 
                top_distdir="$$top_distdir" \
456
 
                distdir="$$distdir/$$subdir" \
 
507
                top_distdir="$$new_top_distdir" \
 
508
                distdir="$$new_distdir" \
 
509
                am__remove_distdir=: \
 
510
                am__skip_length_check=: \
 
511
                am__skip_mode_fix=: \
457
512
                distdir) \
458
513
              || exit 1; \
459
514
          fi; \
483
538
 
484
539
distclean-generic:
485
540
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
541
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
486
542
 
487
543
maintainer-clean-generic:
488
544
        @echo "This command is intended for maintainers to use"
494
550
 
495
551
distclean: distclean-recursive
496
552
        -rm -f Makefile
497
 
distclean-am: clean-am distclean-generic distclean-libtool \
498
 
        distclean-tags
 
553
distclean-am: clean-am distclean-generic distclean-tags
499
554
 
500
555
dvi: dvi-recursive
501
556
 
503
558
 
504
559
html: html-recursive
505
560
 
 
561
html-am:
 
562
 
506
563
info: info-recursive
507
564
 
508
565
info-am:
509
566
 
510
567
install-data-am:
511
568
 
 
569
install-dvi: install-dvi-recursive
 
570
 
 
571
install-dvi-am:
 
572
 
512
573
install-exec-am:
513
574
 
 
575
install-html: install-html-recursive
 
576
 
 
577
install-html-am:
 
578
 
514
579
install-info: install-info-recursive
515
580
 
 
581
install-info-am:
 
582
 
516
583
install-man:
517
584
 
 
585
install-pdf: install-pdf-recursive
 
586
 
 
587
install-pdf-am:
 
588
 
 
589
install-ps: install-ps-recursive
 
590
 
 
591
install-ps-am:
 
592
 
518
593
installcheck-am:
519
594
 
520
595
maintainer-clean: maintainer-clean-recursive
533
608
 
534
609
ps-am:
535
610
 
536
 
uninstall-am: uninstall-info-am
537
 
 
538
 
uninstall-info: uninstall-info-recursive
539
 
 
540
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
541
 
        clean clean-generic clean-libtool clean-recursive ctags \
542
 
        ctags-recursive distclean distclean-generic distclean-libtool \
543
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
611
uninstall-am:
 
612
 
 
613
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
614
        install-am install-strip tags-recursive
 
615
 
 
616
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
617
        all all-am check check-am clean clean-generic clean-libtool \
 
618
        ctags ctags-recursive distclean distclean-generic \
 
619
        distclean-libtool distclean-tags distdir dvi dvi-am html \
544
620
        html-am info info-am install install-am install-data \
545
 
        install-data-am install-exec install-exec-am install-info \
546
 
        install-info-am install-man install-strip installcheck \
 
621
        install-data-am install-dvi install-dvi-am install-exec \
 
622
        install-exec-am install-html install-html-am install-info \
 
623
        install-info-am install-man install-pdf install-pdf-am \
 
624
        install-ps install-ps-am install-strip installcheck \
547
625
        installcheck-am installdirs installdirs-am maintainer-clean \
548
 
        maintainer-clean-generic maintainer-clean-recursive \
549
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
550
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
551
 
        uninstall uninstall-am uninstall-info-am
 
626
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
627
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
628
        uninstall uninstall-am
 
629
 
552
630
 
553
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
554
632
# Otherwise a system limit (for SysV at least) may be exceeded.