~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pico/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2006  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.
28
29
 
29
30
VPATH = @srcdir@
30
31
pkgdatadir = $(datadir)/@PACKAGE@
 
32
pkgincludedir = $(includedir)/@PACKAGE@
31
33
pkglibdir = $(libdir)/@PACKAGE@
32
 
pkgincludedir = $(includedir)/@PACKAGE@
 
34
pkglibexecdir = $(libexecdir)/@PACKAGE@
33
35
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34
36
install_sh_DATA = $(install_sh) -c -m 644
35
37
install_sh_PROGRAM = $(install_sh) -c
51
53
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
52
54
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
53
55
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
54
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
55
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
56
 
        $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
 
56
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
57
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
58
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
59
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
60
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
 
61
        $(top_srcdir)/configure.ac
57
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
63
        $(ACLOCAL_M4)
59
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60
65
CONFIG_HEADER = $(top_builddir)/include/config.h
61
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
62
68
LIBRARIES = $(noinst_LIBRARIES)
63
69
ARFLAGS = cru
64
70
libpico_a_AR = $(AR) $(ARFLAGS)
71
77
        word.$(OBJEXT)
72
78
libpico_a_OBJECTS = $(am_libpico_a_OBJECTS)
73
79
am__installdirs = "$(DESTDIR)$(bindir)"
74
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
75
80
PROGRAMS = $(bin_PROGRAMS)
76
81
am_pico_OBJECTS = main.$(OBJEXT) utf8stub.$(OBJEXT)
77
82
pico_OBJECTS = $(am_pico_OBJECTS)
83
88
DEFAULT_INCLUDES = 
84
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
85
90
am__depfiles_maybe = depfiles
 
91
am__mv = mv -f
86
92
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87
93
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88
94
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103
109
        ps-recursive uninstall-recursive
104
110
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105
111
  distclean-recursive maintainer-clean-recursive
 
112
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
113
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
114
        distdir
106
115
ETAGS = etags
107
116
CTAGS = ctags
108
117
DIST_SUBDIRS = $(SUBDIRS)
109
118
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
119
am__relativize = \
 
120
  dir0=`pwd`; \
 
121
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
122
  sed_rest='s,^[^/]*/*,,'; \
 
123
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
124
  sed_butlast='s,/*[^/]*$$,,'; \
 
125
  while test -n "$$dir1"; do \
 
126
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
127
    if test "$$first" != "."; then \
 
128
      if test "$$first" = ".."; then \
 
129
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
130
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
131
      else \
 
132
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
133
        if test "$$first2" = "$$first"; then \
 
134
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
135
        else \
 
136
          dir2="../$$dir2"; \
 
137
        fi; \
 
138
        dir0="$$dir0"/"$$first"; \
 
139
      fi; \
 
140
    fi; \
 
141
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
142
  done; \
 
143
  reldir="$$dir2"
110
144
ACLOCAL = @ACLOCAL@
111
145
AMTAR = @AMTAR@
112
146
AM_CFLAGS = @AM_CFLAGS@
122
156
CP = @CP@
123
157
CPP = @CPP@
124
158
CPPFLAGS = @CPPFLAGS@
125
 
CXX = @CXX@
126
 
CXXCPP = @CXXCPP@
127
 
CXXDEPMODE = @CXXDEPMODE@
128
 
CXXFLAGS = @CXXFLAGS@
129
159
CYGPATH_W = @CYGPATH_W@
130
160
C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
131
161
C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
135
165
C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
136
166
DEFS = @DEFS@
137
167
DEPDIR = @DEPDIR@
138
 
ECHO = @ECHO@
 
168
DSYMUTIL = @DSYMUTIL@
 
169
DUMPBIN = @DUMPBIN@
139
170
ECHO_C = @ECHO_C@
140
171
ECHO_N = @ECHO_N@
141
172
ECHO_T = @ECHO_T@
142
173
EGREP = @EGREP@
143
174
EXEEXT = @EXEEXT@
144
 
F77 = @F77@
145
 
FFLAGS = @FFLAGS@
 
175
FGREP = @FGREP@
146
176
GMSGFMT = @GMSGFMT@
 
177
GMSGFMT_015 = @GMSGFMT_015@
147
178
GREP = @GREP@
148
179
INSTALL = @INSTALL@
149
180
INSTALL_DATA = @INSTALL_DATA@
152
183
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153
184
INTLLIBS = @INTLLIBS@
154
185
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
186
ISPELLPROG = @ISPELLPROG@
 
187
LD = @LD@
155
188
LDFLAGS = @LDFLAGS@
156
189
LIBICONV = @LIBICONV@
157
190
LIBINTL = @LIBINTL@
158
191
LIBOBJS = @LIBOBJS@
159
192
LIBS = @LIBS@
160
193
LIBTOOL = @LIBTOOL@
 
194
LIPO = @LIPO@
161
195
LN = @LN@
162
196
LN_S = @LN_S@
163
197
LTLIBICONV = @LTLIBICONV@
167
201
MAKE = @MAKE@
168
202
MAKEINFO = @MAKEINFO@
169
203
MKDIR_P = @MKDIR_P@
170
 
MKINSTALLDIRS = @MKINSTALLDIRS@
171
204
MSGFMT = @MSGFMT@
 
205
MSGFMT_015 = @MSGFMT_015@
172
206
MSGMERGE = @MSGMERGE@
 
207
NM = @NM@
 
208
NMEDIT = @NMEDIT@
173
209
NPA_PROG = @NPA_PROG@
 
210
OBJDUMP = @OBJDUMP@
174
211
OBJEXT = @OBJEXT@
 
212
OTOOL = @OTOOL@
 
213
OTOOL64 = @OTOOL64@
175
214
PACKAGE = @PACKAGE@
176
215
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
216
PACKAGE_NAME = @PACKAGE_NAME@
178
217
PACKAGE_STRING = @PACKAGE_STRING@
179
218
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
219
PACKAGE_URL = @PACKAGE_URL@
180
220
PACKAGE_VERSION = @PACKAGE_VERSION@
181
221
PATH_SEPARATOR = @PATH_SEPARATOR@
182
222
POSUB = @POSUB@
191
231
SENDMAIL = @SENDMAIL@
192
232
SET_MAKE = @SET_MAKE@
193
233
SHELL = @SHELL@
 
234
SPELLPROG = @SPELLPROG@
194
235
STRIP = @STRIP@
195
236
USE_NLS = @USE_NLS@
196
237
VERSION = @VERSION@
200
241
WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
201
242
WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
202
243
XGETTEXT = @XGETTEXT@
 
244
XGETTEXT_015 = @XGETTEXT_015@
203
245
abs_builddir = @abs_builddir@
204
246
abs_srcdir = @abs_srcdir@
205
247
abs_top_builddir = @abs_top_builddir@
206
248
abs_top_srcdir = @abs_top_srcdir@
207
249
ac_ct_CC = @ac_ct_CC@
208
 
ac_ct_CXX = @ac_ct_CXX@
209
 
ac_ct_F77 = @ac_ct_F77@
 
250
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210
251
acx_pthread_config = @acx_pthread_config@
211
252
alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
212
253
alpine_simple_spellcheck = @alpine_simple_spellcheck@
240
281
libexecdir = @libexecdir@
241
282
localedir = @localedir@
242
283
localstatedir = @localstatedir@
 
284
lt_ECHO = @lt_ECHO@
243
285
mandir = @mandir@
244
286
mkdir_p = @mkdir_p@
245
287
oldincludedir = @oldincludedir@
252
294
srcdir = @srcdir@
253
295
sysconfdir = @sysconfdir@
254
296
target_alias = @target_alias@
 
297
top_build_prefix = @top_build_prefix@
255
298
top_builddir = @top_builddir@
256
299
top_srcdir = @top_srcdir@
257
300
SUBDIRS = osdep
267
310
        fileio.c line.c pico.c random.c region.c search.c window.c word.c \
268
311
        ebind.h edef.h efunc.h estruct.h headers.h keydefs.h mode.h pico.h
269
312
 
270
 
AM_CPPFLAGS = -I$(top_srcdir)/include
 
313
AM_CPPFLAGS = -I@top_srcdir@/include
271
314
all: all-recursive
272
315
 
273
316
.SUFFIXES:
276
319
        @for dep in $?; do \
277
320
          case '$(am__configure_deps)' in \
278
321
            *$$dep*) \
279
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
280
 
                && exit 0; \
 
322
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
323
                && { if test -f $@; then exit 0; else break; fi; }; \
281
324
              exit 1;; \
282
325
          esac; \
283
326
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pico/Makefile'; \
285
 
        cd $(top_srcdir) && \
286
 
          $(AUTOMAKE) --foreign  pico/Makefile
 
327
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pico/Makefile'; \
 
328
        $(am__cd) $(top_srcdir) && \
 
329
          $(AUTOMAKE) --foreign pico/Makefile
287
330
.PRECIOUS: Makefile
288
331
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
332
        @case '$?' in \
301
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
345
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
303
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
347
$(am__aclocal_m4_deps):
304
348
 
305
349
clean-noinstLIBRARIES:
306
350
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
311
355
install-binPROGRAMS: $(bin_PROGRAMS)
312
356
        @$(NORMAL_INSTALL)
313
357
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
314
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
315
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
316
 
          if test -f $$p \
317
 
             || test -f $$p1 \
318
 
          ; then \
319
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
320
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
321
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
322
 
          else :; fi; \
323
 
        done
 
358
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
359
        for p in $$list; do echo "$$p $$p"; done | \
 
360
        sed 's/$(EXEEXT)$$//' | \
 
361
        while read p p1; do if test -f $$p || test -f $$p1; \
 
362
          then echo "$$p"; echo "$$p"; else :; fi; \
 
363
        done | \
 
364
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
365
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
366
        sed 'N;N;N;s,\n, ,g' | \
 
367
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
368
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
369
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
370
            else { print "f", $$3 "/" $$4, $$1; } } \
 
371
          END { for (d in files) print "f", d, files[d] }' | \
 
372
        while read type dir files; do \
 
373
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
374
            test -z "$$files" || { \
 
375
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
376
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
377
            } \
 
378
        ; done
324
379
 
325
380
uninstall-binPROGRAMS:
326
381
        @$(NORMAL_UNINSTALL)
327
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
328
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
329
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
330
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
331
 
        done
 
382
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
383
        files=`for p in $$list; do echo "$$p"; done | \
 
384
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
385
              -e 's/$$/$(EXEEXT)/' `; \
 
386
        test -n "$$list" || exit 0; \
 
387
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
388
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
332
389
 
333
390
clean-binPROGRAMS:
334
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
335
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
336
 
          echo " rm -f $$p $$f"; \
337
 
          rm -f $$p $$f ; \
338
 
        done
 
391
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
392
        echo " rm -f" $$list; \
 
393
        rm -f $$list || exit $$?; \
 
394
        test -n "$(EXEEXT)" || exit 0; \
 
395
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
396
        echo " rm -f" $$list; \
 
397
        rm -f $$list
339
398
pico$(EXEEXT): $(pico_OBJECTS) $(pico_DEPENDENCIES) 
340
399
        @rm -f pico$(EXEEXT)
341
400
        $(LINK) $(pico_OBJECTS) $(pico_LDADD) $(LIBS)
371
430
 
372
431
.c.o:
373
432
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
374
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
433
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
436
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
378
437
 
379
438
.c.obj:
380
439
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
381
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
440
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
443
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
385
444
 
386
445
.c.lo:
387
446
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
388
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
447
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
389
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
390
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
450
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
403
462
#     (which will cause the Makefiles to be regenerated when you run `make');
404
463
# (2) otherwise, pass the desired values on the `make' command line.
405
464
$(RECURSIVE_TARGETS):
406
 
        @failcom='exit 1'; \
 
465
        @fail= failcom='exit 1'; \
407
466
        for f in x $$MAKEFLAGS; do \
408
467
          case $$f in \
409
468
            *=* | --[!k]*);; \
420
479
          else \
421
480
            local_target="$$target"; \
422
481
          fi; \
423
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
482
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424
483
          || eval $$failcom; \
425
484
        done; \
426
485
        if test "$$dot_seen" = "no"; then \
428
487
        fi; test -z "$$fail"
429
488
 
430
489
$(RECURSIVE_CLEAN_TARGETS):
431
 
        @failcom='exit 1'; \
 
490
        @fail= failcom='exit 1'; \
432
491
        for f in x $$MAKEFLAGS; do \
433
492
          case $$f in \
434
493
            *=* | --[!k]*);; \
454
513
          else \
455
514
            local_target="$$target"; \
456
515
          fi; \
457
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
516
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458
517
          || eval $$failcom; \
459
518
        done && test -z "$$fail"
460
519
tags-recursive:
461
520
        list='$(SUBDIRS)'; for subdir in $$list; do \
462
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
521
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
463
522
        done
464
523
ctags-recursive:
465
524
        list='$(SUBDIRS)'; for subdir in $$list; do \
466
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
525
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
467
526
        done
468
527
 
469
528
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471
530
        unique=`for i in $$list; do \
472
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
532
          done | \
474
 
          $(AWK) '    { files[$$0] = 1; } \
475
 
               END { for (i in files) print i; }'`; \
 
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
535
        mkid -fID $$unique
477
536
tags: TAGS
478
537
 
479
538
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
480
539
                $(TAGS_FILES) $(LISP)
481
 
        tags=; \
 
540
        set x; \
482
541
        here=`pwd`; \
483
542
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
484
543
          include_option=--etags-include; \
490
549
        list='$(SUBDIRS)'; for subdir in $$list; do \
491
550
          if test "$$subdir" = .; then :; else \
492
551
            test ! -f $$subdir/TAGS || \
493
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
552
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
494
553
          fi; \
495
554
        done; \
496
555
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497
556
        unique=`for i in $$list; do \
498
557
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
558
          done | \
500
 
          $(AWK) '    { files[$$0] = 1; } \
501
 
               END { for (i in files) print i; }'`; \
502
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
559
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
560
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
561
        shift; \
 
562
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
503
563
          test -n "$$unique" || unique=$$empty_fix; \
504
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505
 
            $$tags $$unique; \
 
564
          if test $$# -gt 0; then \
 
565
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
566
              "$$@" $$unique; \
 
567
          else \
 
568
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
569
              $$unique; \
 
570
          fi; \
506
571
        fi
507
572
ctags: CTAGS
508
573
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
509
574
                $(TAGS_FILES) $(LISP)
510
 
        tags=; \
511
 
        here=`pwd`; \
512
575
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
513
576
        unique=`for i in $$list; do \
514
577
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515
578
          done | \
516
 
          $(AWK) '    { files[$$0] = 1; } \
517
 
               END { for (i in files) print i; }'`; \
518
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
579
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
580
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
581
        test -z "$(CTAGS_ARGS)$$unique" \
519
582
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520
 
             $$tags $$unique
 
583
             $$unique
521
584
 
522
585
GTAGS:
523
586
        here=`$(am__cd) $(top_builddir) && pwd` \
524
 
          && cd $(top_srcdir) \
525
 
          && gtags -i $(GTAGS_ARGS) $$here
 
587
          && $(am__cd) $(top_srcdir) \
 
588
          && gtags -i $(GTAGS_ARGS) "$$here"
526
589
 
527
590
distclean-tags:
528
591
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
606
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
544
607
          if test -d $$d/$$file; then \
545
608
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
609
            if test -d "$(distdir)/$$file"; then \
 
610
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
611
            fi; \
546
612
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
613
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
614
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548
615
            fi; \
549
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
616
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550
617
          else \
551
 
            test -f $(distdir)/$$file \
552
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
618
            test -f "$(distdir)/$$file" \
 
619
            || cp -p $$d/$$file "$(distdir)/$$file" \
553
620
            || exit 1; \
554
621
          fi; \
555
622
        done
556
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
623
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
557
624
          if test "$$subdir" = .; then :; else \
558
625
            test -d "$(distdir)/$$subdir" \
559
626
            || $(MKDIR_P) "$(distdir)/$$subdir" \
560
627
            || exit 1; \
561
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
562
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
563
 
            (cd $$subdir && \
 
628
          fi; \
 
629
        done
 
630
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
631
          if test "$$subdir" = .; then :; else \
 
632
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
633
            $(am__relativize); \
 
634
            new_distdir=$$reldir; \
 
635
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
636
            $(am__relativize); \
 
637
            new_top_distdir=$$reldir; \
 
638
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
639
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
640
            ($(am__cd) $$subdir && \
564
641
              $(MAKE) $(AM_MAKEFLAGS) \
565
 
                top_distdir="$$top_distdir" \
566
 
                distdir="$$distdir/$$subdir" \
 
642
                top_distdir="$$new_top_distdir" \
 
643
                distdir="$$new_distdir" \
567
644
                am__remove_distdir=: \
568
645
                am__skip_length_check=: \
 
646
                am__skip_mode_fix=: \
569
647
                distdir) \
570
648
              || exit 1; \
571
649
          fi; \
598
676
 
599
677
distclean-generic:
600
678
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
679
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601
680
 
602
681
maintainer-clean-generic:
603
682
        @echo "This command is intended for maintainers to use"
619
698
 
620
699
html: html-recursive
621
700
 
 
701
html-am:
 
702
 
622
703
info: info-recursive
623
704
 
624
705
info-am:
627
708
 
628
709
install-dvi: install-dvi-recursive
629
710
 
 
711
install-dvi-am:
 
712
 
630
713
install-exec-am: install-binPROGRAMS
631
714
 
632
715
install-html: install-html-recursive
633
716
 
 
717
install-html-am:
 
718
 
634
719
install-info: install-info-recursive
635
720
 
 
721
install-info-am:
 
722
 
636
723
install-man:
637
724
 
638
725
install-pdf: install-pdf-recursive
639
726
 
 
727
install-pdf-am:
 
728
 
640
729
install-ps: install-ps-recursive
641
730
 
 
731
install-ps-am:
 
732
 
642
733
installcheck-am:
643
734
 
644
735
maintainer-clean: maintainer-clean-recursive
661
752
 
662
753
uninstall-am: uninstall-binPROGRAMS
663
754
 
664
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
665
 
        install-strip
 
755
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
756
        install-am install-strip tags-recursive
666
757
 
667
758
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
668
759
        all all-am check check-am clean clean-binPROGRAMS \
680
771
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
681
772
        uninstall-binPROGRAMS
682
773
 
 
774
 
683
775
# Tell versions [3.59,3.63) of GNU make to not export all variables.
684
776
# Otherwise a system limit (for SysV at least) may be exceeded.
685
777
.NOEXPORT: