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

« back to all changes in this revision

Viewing changes to demos/doc/programGuide/ch06/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 = combo_box  spin_box
210
249
all: all-recursive
211
250
 
212
251
.SUFFIXES:
213
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
252
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
214
253
        @for dep in $?; do \
215
254
          case '$(am__configure_deps)' in \
216
255
            *$$dep*) \
217
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218
 
                && exit 0; \
 
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
257
                && { if test -f $@; then exit 0; else break; fi; }; \
219
258
              exit 1;; \
220
259
          esac; \
221
260
        done; \
222
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  demos/doc/programGuide/ch06/Makefile'; \
223
 
        cd $(top_srcdir) && \
224
 
          $(AUTOMAKE) --foreign  demos/doc/programGuide/ch06/Makefile
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign demos/doc/programGuide/ch06/Makefile'; \
 
262
        $(am__cd) $(top_srcdir) && \
 
263
          $(AUTOMAKE) --foreign demos/doc/programGuide/ch06/Makefile
225
264
.PRECIOUS: Makefile
226
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227
266
        @case '$?' in \
235
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
276
 
238
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
$(am__aclocal_m4_deps):
242
282
 
243
283
mostlyclean-libtool:
244
284
        -rm -f *.lo
246
286
clean-libtool:
247
287
        -rm -rf .libs _libs
248
288
 
249
 
distclean-libtool:
250
 
        -rm -f libtool
251
 
uninstall-info-am:
252
 
 
253
289
# This directory's subdirectories are mostly independent; you can cd
254
290
# into them and run `make' without going through this Makefile.
255
291
# To change the values of `make' variables: instead of editing Makefiles,
274
310
          else \
275
311
            local_target="$$target"; \
276
312
          fi; \
277
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
313
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278
314
          || eval $$failcom; \
279
315
        done; \
280
316
        if test "$$dot_seen" = "no"; then \
281
317
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
282
318
        fi; test -z "$$fail"
283
319
 
284
 
mostlyclean-recursive clean-recursive distclean-recursive \
285
 
maintainer-clean-recursive:
 
320
$(RECURSIVE_CLEAN_TARGETS):
286
321
        @failcom='exit 1'; \
287
322
        for f in x $$MAKEFLAGS; do \
288
323
          case $$f in \
309
344
          else \
310
345
            local_target="$$target"; \
311
346
          fi; \
312
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
347
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313
348
          || eval $$failcom; \
314
349
        done && test -z "$$fail"
315
350
tags-recursive:
316
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
317
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
352
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
318
353
        done
319
354
ctags-recursive:
320
355
        list='$(SUBDIRS)'; for subdir in $$list; do \
321
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
356
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
322
357
        done
323
358
 
324
359
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
326
361
        unique=`for i in $$list; do \
327
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
363
          done | \
329
 
          $(AWK) '    { files[$$0] = 1; } \
330
 
               END { for (i in files) print i; }'`; \
 
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
366
        mkid -fID $$unique
332
367
tags: TAGS
333
368
 
334
369
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335
370
                $(TAGS_FILES) $(LISP)
336
 
        tags=; \
 
371
        set x; \
337
372
        here=`pwd`; \
338
373
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
339
374
          include_option=--etags-include; \
345
380
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
381
          if test "$$subdir" = .; then :; else \
347
382
            test ! -f $$subdir/TAGS || \
348
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
383
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
349
384
          fi; \
350
385
        done; \
351
386
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352
387
        unique=`for i in $$list; do \
353
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
389
          done | \
355
 
          $(AWK) '    { files[$$0] = 1; } \
356
 
               END { for (i in files) print i; }'`; \
357
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
392
        shift; \
 
393
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358
394
          test -n "$$unique" || unique=$$empty_fix; \
359
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360
 
            $$tags $$unique; \
 
395
          if test $$# -gt 0; then \
 
396
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
397
              "$$@" $$unique; \
 
398
          else \
 
399
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
400
              $$unique; \
 
401
          fi; \
361
402
        fi
362
403
ctags: CTAGS
363
404
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364
405
                $(TAGS_FILES) $(LISP)
365
 
        tags=; \
366
 
        here=`pwd`; \
367
406
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368
407
        unique=`for i in $$list; do \
369
408
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
409
          done | \
371
 
          $(AWK) '    { files[$$0] = 1; } \
372
 
               END { for (i in files) print i; }'`; \
373
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
410
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
411
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
412
        test -z "$(CTAGS_ARGS)$$unique" \
374
413
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375
 
             $$tags $$unique
 
414
             $$unique
376
415
 
377
416
GTAGS:
378
417
        here=`$(am__cd) $(top_builddir) && pwd` \
379
 
          && cd $(top_srcdir) \
380
 
          && gtags -i $(GTAGS_ARGS) $$here
 
418
          && $(am__cd) $(top_srcdir) \
 
419
          && gtags -i $(GTAGS_ARGS) "$$here"
381
420
 
382
421
distclean-tags:
383
422
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
423
 
385
424
distdir: $(DISTFILES)
386
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
388
 
        list='$(DISTFILES)'; for file in $$list; do \
389
 
          case $$file in \
390
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
391
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
392
 
          esac; \
 
425
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
426
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
427
        list='$(DISTFILES)'; \
 
428
          dist_files=`for file in $$list; do echo $$file; done | \
 
429
          sed -e "s|^$$srcdirstrip/||;t" \
 
430
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
431
        case $$dist_files in \
 
432
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
433
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
434
                           sort -u` ;; \
 
435
        esac; \
 
436
        for file in $$dist_files; do \
393
437
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
395
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
396
 
            dir="/$$dir"; \
397
 
            $(mkdir_p) "$(distdir)$$dir"; \
398
 
          else \
399
 
            dir=''; \
400
 
          fi; \
401
438
          if test -d $$d/$$file; then \
 
439
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
440
            if test -d "$(distdir)/$$file"; then \
 
441
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
442
            fi; \
402
443
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
444
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
445
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404
446
            fi; \
405
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
447
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
406
448
          else \
407
 
            test -f $(distdir)/$$file \
408
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
449
            test -f "$(distdir)/$$file" \
 
450
            || cp -p $$d/$$file "$(distdir)/$$file" \
409
451
            || exit 1; \
410
452
          fi; \
411
453
        done
412
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
454
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
413
455
          if test "$$subdir" = .; then :; else \
414
456
            test -d "$(distdir)/$$subdir" \
415
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
457
            || $(MKDIR_P) "$(distdir)/$$subdir" \
416
458
            || exit 1; \
417
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
418
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
419
 
            (cd $$subdir && \
 
459
          fi; \
 
460
        done
 
461
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
462
          if test "$$subdir" = .; then :; else \
 
463
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
464
            $(am__relativize); \
 
465
            new_distdir=$$reldir; \
 
466
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
467
            $(am__relativize); \
 
468
            new_top_distdir=$$reldir; \
 
469
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
470
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
471
            ($(am__cd) $$subdir && \
420
472
              $(MAKE) $(AM_MAKEFLAGS) \
421
 
                top_distdir="$$top_distdir" \
422
 
                distdir="$$distdir/$$subdir" \
 
473
                top_distdir="$$new_top_distdir" \
 
474
                distdir="$$new_distdir" \
 
475
                am__remove_distdir=: \
 
476
                am__skip_length_check=: \
 
477
                am__skip_mode_fix=: \
423
478
                distdir) \
424
479
              || exit 1; \
425
480
          fi; \
449
504
 
450
505
distclean-generic:
451
506
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
507
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
452
508
 
453
509
maintainer-clean-generic:
454
510
        @echo "This command is intended for maintainers to use"
460
516
 
461
517
distclean: distclean-recursive
462
518
        -rm -f Makefile
463
 
distclean-am: clean-am distclean-generic distclean-libtool \
464
 
        distclean-tags
 
519
distclean-am: clean-am distclean-generic distclean-tags
465
520
 
466
521
dvi: dvi-recursive
467
522
 
469
524
 
470
525
html: html-recursive
471
526
 
 
527
html-am:
 
528
 
472
529
info: info-recursive
473
530
 
474
531
info-am:
475
532
 
476
533
install-data-am:
477
534
 
 
535
install-dvi: install-dvi-recursive
 
536
 
 
537
install-dvi-am:
 
538
 
478
539
install-exec-am:
479
540
 
 
541
install-html: install-html-recursive
 
542
 
 
543
install-html-am:
 
544
 
480
545
install-info: install-info-recursive
481
546
 
 
547
install-info-am:
 
548
 
482
549
install-man:
483
550
 
 
551
install-pdf: install-pdf-recursive
 
552
 
 
553
install-pdf-am:
 
554
 
 
555
install-ps: install-ps-recursive
 
556
 
 
557
install-ps-am:
 
558
 
484
559
installcheck-am:
485
560
 
486
561
maintainer-clean: maintainer-clean-recursive
499
574
 
500
575
ps-am:
501
576
 
502
 
uninstall-am: uninstall-info-am
503
 
 
504
 
uninstall-info: uninstall-info-recursive
505
 
 
506
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
507
 
        clean clean-generic clean-libtool clean-recursive ctags \
508
 
        ctags-recursive distclean distclean-generic distclean-libtool \
509
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
577
uninstall-am:
 
578
 
 
579
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
580
        install-am install-strip tags-recursive
 
581
 
 
582
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
583
        all all-am check check-am clean clean-generic clean-libtool \
 
584
        ctags ctags-recursive distclean distclean-generic \
 
585
        distclean-libtool distclean-tags distdir dvi dvi-am html \
510
586
        html-am info info-am install install-am install-data \
511
 
        install-data-am install-exec install-exec-am install-info \
512
 
        install-info-am install-man install-strip installcheck \
 
587
        install-data-am install-dvi install-dvi-am install-exec \
 
588
        install-exec-am install-html install-html-am install-info \
 
589
        install-info-am install-man install-pdf install-pdf-am \
 
590
        install-ps install-ps-am install-strip installcheck \
513
591
        installcheck-am installdirs installdirs-am maintainer-clean \
514
 
        maintainer-clean-generic maintainer-clean-recursive \
515
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
516
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
517
 
        uninstall uninstall-am uninstall-info-am
 
592
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
593
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
594
        uninstall uninstall-am
 
595
 
518
596
 
519
597
# Tell versions [3.59,3.63) of GNU make to not export all variables.
520
598
# Otherwise a system limit (for SysV at least) may be exceeded.