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

« back to all changes in this revision

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