~ubuntu-branches/debian/experimental/liblouis/experimental

« back to all changes in this revision

Viewing changes to windows/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2012-09-30 15:31:57 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120930153157-0yv3vlnlc49m6bwy
Tags: 2.5.1-1
* New upstream release.
  - Update copyright
  - Add TODO file to docs.
* source/format: Switch to quilt format.
* patches/format: New format patch to fix build.
* liblouis-bin.install: Do not install lou_harnessGenerator.

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.3 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, 2010, 2011 Free Software
 
6
# Foundation, 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
49
47
        $(top_srcdir)/gnulib/m4/stddef_h.m4 \
50
48
        $(top_srcdir)/gnulib/m4/unistd_h.m4 \
51
49
        $(top_srcdir)/gnulib/m4/version-etc.m4 \
52
 
        $(top_srcdir)/gnulib/m4/wchar_t.m4 $(top_srcdir)/configure.ac
 
50
        $(top_srcdir)/gnulib/m4/wchar_t.m4 $(top_srcdir)/m4/libtool.m4 \
 
51
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
52
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
53
        $(top_srcdir)/configure.ac
53
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
55
        $(ACLOCAL_M4)
55
56
mkinstalldirs = $(install_sh) -d
56
57
CONFIG_HEADER = $(top_builddir)/liblouis/config.h
57
58
CONFIG_CLEAN_FILES =
 
59
CONFIG_CLEAN_VPATH_FILES =
58
60
SOURCES =
59
61
DIST_SOURCES =
60
62
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61
63
        html-recursive info-recursive install-data-recursive \
62
 
        install-exec-recursive install-info-recursive \
63
 
        install-recursive installcheck-recursive installdirs-recursive \
64
 
        pdf-recursive ps-recursive uninstall-info-recursive \
65
 
        uninstall-recursive
 
64
        install-dvi-recursive install-exec-recursive \
 
65
        install-html-recursive install-info-recursive \
 
66
        install-pdf-recursive install-ps-recursive install-recursive \
 
67
        installcheck-recursive installdirs-recursive pdf-recursive \
 
68
        ps-recursive uninstall-recursive
 
69
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
70
  distclean-recursive maintainer-clean-recursive
 
71
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
72
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
73
        distdir
66
74
ETAGS = etags
67
75
CTAGS = ctags
68
76
DIST_SUBDIRS = $(SUBDIRS)
69
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
am__relativize = \
 
79
  dir0=`pwd`; \
 
80
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
81
  sed_rest='s,^[^/]*/*,,'; \
 
82
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
83
  sed_butlast='s,/*[^/]*$$,,'; \
 
84
  while test -n "$$dir1"; do \
 
85
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
86
    if test "$$first" != "."; then \
 
87
      if test "$$first" = ".."; then \
 
88
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
89
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
90
      else \
 
91
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
92
        if test "$$first2" = "$$first"; then \
 
93
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
94
        else \
 
95
          dir2="../$$dir2"; \
 
96
        fi; \
 
97
        dir0="$$dir0"/"$$first"; \
 
98
      fi; \
 
99
    fi; \
 
100
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
101
  done; \
 
102
  reldir="$$dir2"
70
103
ACLOCAL = @ACLOCAL@
71
 
AMDEP_FALSE = @AMDEP_FALSE@
72
 
AMDEP_TRUE = @AMDEP_TRUE@
73
104
AMTAR = @AMTAR@
74
105
AR = @AR@
75
106
AS = @AS@
82
113
CFLAGS = @CFLAGS@
83
114
CPP = @CPP@
84
115
CPPFLAGS = @CPPFLAGS@
85
 
CXX = @CXX@
86
 
CXXCPP = @CXXCPP@
87
 
CXXDEPMODE = @CXXDEPMODE@
88
 
CXXFLAGS = @CXXFLAGS@
89
116
CYGPATH_W = @CYGPATH_W@
90
117
DEFS = @DEFS@
91
118
DEPDIR = @DEPDIR@
92
119
DLLTOOL = @DLLTOOL@
93
 
ECHO = @ECHO@
 
120
DSYMUTIL = @DSYMUTIL@
 
121
DUMPBIN = @DUMPBIN@
94
122
ECHO_C = @ECHO_C@
95
123
ECHO_N = @ECHO_N@
96
124
ECHO_T = @ECHO_T@
97
125
EGREP = @EGREP@
98
126
EXEEXT = @EXEEXT@
99
 
F77 = @F77@
100
 
FFLAGS = @FFLAGS@
 
127
FGREP = @FGREP@
101
128
GETOPT_H = @GETOPT_H@
102
 
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
103
 
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
104
129
GNULIB_CHOWN = @GNULIB_CHOWN@
105
130
GNULIB_CLOSE = @GNULIB_CLOSE@
106
131
GNULIB_DUP2 = @GNULIB_DUP2@
135
160
GNULIB_UNLINK = @GNULIB_UNLINK@
136
161
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
137
162
GNULIB_WRITE = @GNULIB_WRITE@
 
163
GREP = @GREP@
138
164
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
139
165
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
140
166
HAVE_DUP2 = @HAVE_DUP2@
150
176
HAVE_GETOPT_H = @HAVE_GETOPT_H@
151
177
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
152
178
HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
153
 
HAVE_HELP2MAN_FALSE = @HAVE_HELP2MAN_FALSE@
154
 
HAVE_HELP2MAN_TRUE = @HAVE_HELP2MAN_TRUE@
155
179
HAVE_LINK = @HAVE_LINK@
156
180
HAVE_LINKAT = @HAVE_LINKAT@
157
181
HAVE_OS_H = @HAVE_OS_H@
168
192
HELP2MAN = @HELP2MAN@
169
193
INCLUDE_NEXT = @INCLUDE_NEXT@
170
194
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
195
INSTALL = @INSTALL@
171
196
INSTALL_DATA = @INSTALL_DATA@
172
197
INSTALL_PROGRAM = @INSTALL_PROGRAM@
173
198
INSTALL_SCRIPT = @INSTALL_SCRIPT@
174
199
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
200
LD = @LD@
175
201
LDFLAGS = @LDFLAGS@
176
202
LIBINTL = @LIBINTL@
177
203
LIBLOUIS_AGE = @LIBLOUIS_AGE@
180
206
LIBOBJS = @LIBOBJS@
181
207
LIBS = @LIBS@
182
208
LIBTOOL = @LIBTOOL@
 
209
LIPO = @LIPO@
183
210
LN_S = @LN_S@
184
211
LTLIBINTL = @LTLIBINTL@
185
212
LTLIBOBJS = @LTLIBOBJS@
186
213
MAKEINFO = @MAKEINFO@
 
214
MANIFEST_TOOL = @MANIFEST_TOOL@
 
215
MKDIR_P = @MKDIR_P@
187
216
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
188
217
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
189
218
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
192
221
NEXT_STDARG_H = @NEXT_STDARG_H@
193
222
NEXT_STDDEF_H = @NEXT_STDDEF_H@
194
223
NEXT_UNISTD_H = @NEXT_UNISTD_H@
 
224
NM = @NM@
 
225
NMEDIT = @NMEDIT@
195
226
OBJDUMP = @OBJDUMP@
196
227
OBJEXT = @OBJEXT@
 
228
OTOOL = @OTOOL@
 
229
OTOOL64 = @OTOOL64@
197
230
PACKAGE = @PACKAGE@
198
231
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199
232
PACKAGE_NAME = @PACKAGE_NAME@
200
233
PACKAGE_STRING = @PACKAGE_STRING@
201
234
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
235
PACKAGE_URL = @PACKAGE_URL@
202
236
PACKAGE_VERSION = @PACKAGE_VERSION@
203
237
PATH_SEPARATOR = @PATH_SEPARATOR@
204
238
PKG_CONFIG = @PKG_CONFIG@
205
239
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
 
240
PYTHON = @PYTHON@
 
241
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
242
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
243
PYTHON_PREFIX = @PYTHON_PREFIX@
 
244
PYTHON_VERSION = @PYTHON_VERSION@
206
245
RANLIB = @RANLIB@
207
246
REPLACE_CHOWN = @REPLACE_CHOWN@
208
247
REPLACE_CLOSE = @REPLACE_CLOSE@
233
272
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
234
273
VERSION = @VERSION@
235
274
WIDECHAR_TYPE = @WIDECHAR_TYPE@
 
275
abs_builddir = @abs_builddir@
 
276
abs_srcdir = @abs_srcdir@
 
277
abs_top_builddir = @abs_top_builddir@
 
278
abs_top_srcdir = @abs_top_srcdir@
236
279
ac_ct_AR = @ac_ct_AR@
237
 
ac_ct_AS = @ac_ct_AS@
238
280
ac_ct_CC = @ac_ct_CC@
239
 
ac_ct_CXX = @ac_ct_CXX@
240
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
241
 
ac_ct_F77 = @ac_ct_F77@
242
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
243
 
ac_ct_RANLIB = @ac_ct_RANLIB@
244
 
ac_ct_STRIP = @ac_ct_STRIP@
245
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
246
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
247
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
248
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
281
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249
282
am__include = @am__include@
250
283
am__leading_dot = @am__leading_dot@
251
284
am__quote = @am__quote@
257
290
build_cpu = @build_cpu@
258
291
build_os = @build_os@
259
292
build_vendor = @build_vendor@
 
293
builddir = @builddir@
260
294
datadir = @datadir@
 
295
datarootdir = @datarootdir@
 
296
docdir = @docdir@
 
297
dvidir = @dvidir@
261
298
exec_prefix = @exec_prefix@
262
299
gl_LIBOBJS = @gl_LIBOBJS@
263
300
gl_LTLIBOBJS = @gl_LTLIBOBJS@
268
305
host_cpu = @host_cpu@
269
306
host_os = @host_os@
270
307
host_vendor = @host_vendor@
 
308
htmldir = @htmldir@
271
309
includedir = @includedir@
272
310
infodir = @infodir@
273
311
install_sh = @install_sh@
274
312
libdir = @libdir@
275
313
libexecdir = @libexecdir@
 
314
localedir = @localedir@
276
315
localstatedir = @localstatedir@
277
316
mandir = @mandir@
278
317
mkdir_p = @mkdir_p@
279
318
oldincludedir = @oldincludedir@
 
319
pdfdir = @pdfdir@
 
320
pkgpyexecdir = @pkgpyexecdir@
 
321
pkgpythondir = @pkgpythondir@
280
322
prefix = @prefix@
281
323
program_transform_name = @program_transform_name@
 
324
psdir = @psdir@
 
325
pyexecdir = @pyexecdir@
 
326
pythondir = @pythondir@
282
327
sbindir = @sbindir@
283
328
sharedstatedir = @sharedstatedir@
 
329
srcdir = @srcdir@
284
330
sysconfdir = @sysconfdir@
285
331
target_alias = @target_alias@
 
332
top_build_prefix = @top_build_prefix@
 
333
top_builddir = @top_builddir@
 
334
top_srcdir = @top_srcdir@
286
335
SUBDIRS = include
287
336
EXTRA_DIST = \
288
337
        configure.mk \
296
345
        @for dep in $?; do \
297
346
          case '$(am__configure_deps)' in \
298
347
            *$$dep*) \
299
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
300
 
                && exit 0; \
 
348
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
349
                && { if test -f $@; then exit 0; else break; fi; }; \
301
350
              exit 1;; \
302
351
          esac; \
303
352
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  windows/Makefile'; \
305
 
        cd $(top_srcdir) && \
306
 
          $(AUTOMAKE) --gnu  windows/Makefile
 
353
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu windows/Makefile'; \
 
354
        $(am__cd) $(top_srcdir) && \
 
355
          $(AUTOMAKE) --gnu windows/Makefile
307
356
.PRECIOUS: Makefile
308
357
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
358
        @case '$?' in \
321
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
371
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
$(am__aclocal_m4_deps):
324
374
 
325
375
mostlyclean-libtool:
326
376
        -rm -f *.lo
328
378
clean-libtool:
329
379
        -rm -rf .libs _libs
330
380
 
331
 
distclean-libtool:
332
 
        -rm -f libtool
333
 
uninstall-info-am:
334
 
 
335
381
# This directory's subdirectories are mostly independent; you can cd
336
382
# into them and run `make' without going through this Makefile.
337
383
# To change the values of `make' variables: instead of editing Makefiles,
339
385
#     (which will cause the Makefiles to be regenerated when you run `make');
340
386
# (2) otherwise, pass the desired values on the `make' command line.
341
387
$(RECURSIVE_TARGETS):
342
 
        @failcom='exit 1'; \
 
388
        @fail= failcom='exit 1'; \
343
389
        for f in x $$MAKEFLAGS; do \
344
390
          case $$f in \
345
391
            *=* | --[!k]*);; \
356
402
          else \
357
403
            local_target="$$target"; \
358
404
          fi; \
359
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360
406
          || eval $$failcom; \
361
407
        done; \
362
408
        if test "$$dot_seen" = "no"; then \
363
409
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364
410
        fi; test -z "$$fail"
365
411
 
366
 
mostlyclean-recursive clean-recursive distclean-recursive \
367
 
maintainer-clean-recursive:
368
 
        @failcom='exit 1'; \
 
412
$(RECURSIVE_CLEAN_TARGETS):
 
413
        @fail= failcom='exit 1'; \
369
414
        for f in x $$MAKEFLAGS; do \
370
415
          case $$f in \
371
416
            *=* | --[!k]*);; \
391
436
          else \
392
437
            local_target="$$target"; \
393
438
          fi; \
394
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
439
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395
440
          || eval $$failcom; \
396
441
        done && test -z "$$fail"
397
442
tags-recursive:
398
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
444
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400
445
        done
401
446
ctags-recursive:
402
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
448
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404
449
        done
405
450
 
406
451
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408
453
        unique=`for i in $$list; do \
409
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
455
          done | \
411
 
          $(AWK) '    { files[$$0] = 1; } \
412
 
               END { for (i in files) print i; }'`; \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
458
        mkid -fID $$unique
414
459
tags: TAGS
415
460
 
416
461
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417
462
                $(TAGS_FILES) $(LISP)
418
 
        tags=; \
 
463
        set x; \
419
464
        here=`pwd`; \
420
465
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421
466
          include_option=--etags-include; \
427
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
473
          if test "$$subdir" = .; then :; else \
429
474
            test ! -f $$subdir/TAGS || \
430
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
475
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
431
476
          fi; \
432
477
        done; \
433
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
479
        unique=`for i in $$list; do \
435
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
481
          done | \
437
 
          $(AWK) '    { files[$$0] = 1; } \
438
 
               END { for (i in files) print i; }'`; \
439
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
484
        shift; \
 
485
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440
486
          test -n "$$unique" || unique=$$empty_fix; \
441
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
 
            $$tags $$unique; \
 
487
          if test $$# -gt 0; then \
 
488
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
              "$$@" $$unique; \
 
490
          else \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              $$unique; \
 
493
          fi; \
443
494
        fi
444
495
ctags: CTAGS
445
496
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
497
                $(TAGS_FILES) $(LISP)
447
 
        tags=; \
448
 
        here=`pwd`; \
449
498
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450
499
        unique=`for i in $$list; do \
451
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
501
          done | \
453
 
          $(AWK) '    { files[$$0] = 1; } \
454
 
               END { for (i in files) print i; }'`; \
455
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
504
        test -z "$(CTAGS_ARGS)$$unique" \
456
505
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457
 
             $$tags $$unique
 
506
             $$unique
458
507
 
459
508
GTAGS:
460
509
        here=`$(am__cd) $(top_builddir) && pwd` \
461
 
          && cd $(top_srcdir) \
462
 
          && gtags -i $(GTAGS_ARGS) $$here
 
510
          && $(am__cd) $(top_srcdir) \
 
511
          && gtags -i $(GTAGS_ARGS) "$$here"
463
512
 
464
513
distclean-tags:
465
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
515
 
467
516
distdir: $(DISTFILES)
468
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
469
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
470
 
        list='$(DISTFILES)'; for file in $$list; do \
471
 
          case $$file in \
472
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
473
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
474
 
          esac; \
 
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
519
        list='$(DISTFILES)'; \
 
520
          dist_files=`for file in $$list; do echo $$file; done | \
 
521
          sed -e "s|^$$srcdirstrip/||;t" \
 
522
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
523
        case $$dist_files in \
 
524
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
525
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
526
                           sort -u` ;; \
 
527
        esac; \
 
528
        for file in $$dist_files; do \
475
529
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
477
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
478
 
            dir="/$$dir"; \
479
 
            $(mkdir_p) "$(distdir)$$dir"; \
480
 
          else \
481
 
            dir=''; \
482
 
          fi; \
483
530
          if test -d $$d/$$file; then \
 
531
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
532
            if test -d "$(distdir)/$$file"; then \
 
533
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
534
            fi; \
484
535
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
536
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
537
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486
538
            fi; \
487
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
539
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488
540
          else \
489
 
            test -f $(distdir)/$$file \
490
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
541
            test -f "$(distdir)/$$file" \
 
542
            || cp -p $$d/$$file "$(distdir)/$$file" \
491
543
            || exit 1; \
492
544
          fi; \
493
545
        done
494
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
546
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495
547
          if test "$$subdir" = .; then :; else \
496
548
            test -d "$(distdir)/$$subdir" \
497
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
549
            || $(MKDIR_P) "$(distdir)/$$subdir" \
498
550
            || exit 1; \
499
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
500
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
501
 
            (cd $$subdir && \
 
551
          fi; \
 
552
        done
 
553
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
554
          if test "$$subdir" = .; then :; else \
 
555
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
556
            $(am__relativize); \
 
557
            new_distdir=$$reldir; \
 
558
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
559
            $(am__relativize); \
 
560
            new_top_distdir=$$reldir; \
 
561
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
562
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
563
            ($(am__cd) $$subdir && \
502
564
              $(MAKE) $(AM_MAKEFLAGS) \
503
 
                top_distdir="$$top_distdir" \
504
 
                distdir="$$distdir/$$subdir" \
 
565
                top_distdir="$$new_top_distdir" \
 
566
                distdir="$$new_distdir" \
 
567
                am__remove_distdir=: \
 
568
                am__skip_length_check=: \
 
569
                am__skip_mode_fix=: \
505
570
                distdir) \
506
571
              || exit 1; \
507
572
          fi; \
521
586
 
522
587
installcheck: installcheck-recursive
523
588
install-strip:
524
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526
 
          `test -z '$(STRIP)' || \
527
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
589
        if test -z '$(STRIP)'; then \
 
590
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
591
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
592
              install; \
 
593
        else \
 
594
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
595
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
596
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
597
        fi
528
598
mostlyclean-generic:
529
599
 
530
600
clean-generic:
531
601
 
532
602
distclean-generic:
533
603
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
604
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
534
605
 
535
606
maintainer-clean-generic:
536
607
        @echo "This command is intended for maintainers to use"
541
612
 
542
613
distclean: distclean-recursive
543
614
        -rm -f Makefile
544
 
distclean-am: clean-am distclean-generic distclean-libtool \
545
 
        distclean-tags
 
615
distclean-am: clean-am distclean-generic distclean-tags
546
616
 
547
617
dvi: dvi-recursive
548
618
 
550
620
 
551
621
html: html-recursive
552
622
 
 
623
html-am:
 
624
 
553
625
info: info-recursive
554
626
 
555
627
info-am:
556
628
 
557
629
install-data-am:
558
630
 
 
631
install-dvi: install-dvi-recursive
 
632
 
 
633
install-dvi-am:
 
634
 
559
635
install-exec-am:
560
636
 
 
637
install-html: install-html-recursive
 
638
 
 
639
install-html-am:
 
640
 
561
641
install-info: install-info-recursive
562
642
 
 
643
install-info-am:
 
644
 
563
645
install-man:
564
646
 
 
647
install-pdf: install-pdf-recursive
 
648
 
 
649
install-pdf-am:
 
650
 
 
651
install-ps: install-ps-recursive
 
652
 
 
653
install-ps-am:
 
654
 
565
655
installcheck-am:
566
656
 
567
657
maintainer-clean: maintainer-clean-recursive
580
670
 
581
671
ps-am:
582
672
 
583
 
uninstall-am: uninstall-info-am
584
 
 
585
 
uninstall-info: uninstall-info-recursive
586
 
 
587
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
588
 
        clean clean-generic clean-libtool clean-recursive ctags \
589
 
        ctags-recursive distclean distclean-generic distclean-libtool \
590
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
673
uninstall-am:
 
674
 
 
675
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
676
        install-am install-strip tags-recursive
 
677
 
 
678
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
679
        all all-am check check-am clean clean-generic clean-libtool \
 
680
        ctags ctags-recursive distclean distclean-generic \
 
681
        distclean-libtool distclean-tags distdir dvi dvi-am html \
591
682
        html-am info info-am install install-am install-data \
592
 
        install-data-am install-exec install-exec-am install-info \
593
 
        install-info-am install-man install-strip installcheck \
 
683
        install-data-am install-dvi install-dvi-am install-exec \
 
684
        install-exec-am install-html install-html-am install-info \
 
685
        install-info-am install-man install-pdf install-pdf-am \
 
686
        install-ps install-ps-am install-strip installcheck \
594
687
        installcheck-am installdirs installdirs-am maintainer-clean \
595
 
        maintainer-clean-generic maintainer-clean-recursive \
596
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
597
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
598
 
        uninstall uninstall-am uninstall-info-am
 
688
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
689
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
690
        uninstall uninstall-am
 
691
 
599
692
 
600
693
# Tell versions [3.59,3.63) of GNU make to not export all variables.
601
694
# Otherwise a system limit (for SysV at least) may be exceeded.