~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:47:02 UTC
  • Revision ID: git-v1:315bd501ca696bc3e3c938b4604d8dac7a6f512f
Tags: gawk-3.1.5
Move to gawk 3.1.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
17
17
#
18
18
# Makefile.am --- automake input file for gawk
19
19
#
20
 
# Copyright (C) 2000-2004 the Free Software Foundation, Inc.
 
20
# Copyright (C) 2000-2005 the Free Software Foundation, Inc.
21
21
#
22
22
# This file is part of GAWK, the GNU implementation of the
23
23
# AWK Programming Language.
34
34
#
35
35
# You should have received a copy of the GNU General Public License
36
36
# along with this program; if not, write to the Free Software
37
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
 
37
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
38
38
#
39
39
 
40
40
SOURCES = $(gawk_SOURCES) $(pgawk_SOURCES)
42
42
srcdir = @srcdir@
43
43
top_srcdir = @top_srcdir@
44
44
VPATH = @srcdir@
45
 
pkgdatadir = $(datadir)/@PACKAGE@
46
45
pkglibdir = $(libdir)/@PACKAGE@
47
46
pkgincludedir = $(includedir)/@PACKAGE@
48
47
top_builddir = .
59
58
NORMAL_UNINSTALL = :
60
59
PRE_UNINSTALL = :
61
60
POST_UNINSTALL = :
 
61
build_triplet = @build@
62
62
host_triplet = @host@
63
63
ANSI2KNR = @ANSI2KNR@
64
64
bin_PROGRAMS = gawk$(EXEEXT) pgawk$(EXEEXT)
65
65
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
66
66
        $(srcdir)/Makefile.in $(srcdir)/configh.in \
67
 
        $(srcdir)/version.in $(top_srcdir)/configure \
68
 
        $(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
69
 
        ChangeLog INSTALL NEWS ansi2knr.1 ansi2knr.c awkgram.c \
 
67
        $(srcdir)/version.in $(top_srcdir)/configure ABOUT-NLS AUTHORS \
 
68
        COPYING ChangeLog INSTALL NEWS ansi2knr.1 ansi2knr.c awkgram.c \
70
69
        config.guess config.rpath config.sub depcomp install-sh \
71
70
        missing mkinstalldirs ylwrap
72
71
subdir = .
73
72
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74
73
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
75
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
76
 
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
77
 
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
78
 
        $(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
79
 
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
80
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
81
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
82
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
 
74
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
75
        $(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttypes_h.m4 \
 
76
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
77
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longlong.m4 \
83
78
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
84
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
85
 
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
86
 
        $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/stdint_h.m4 \
87
 
        $(top_srcdir)/m4/strtod.m4 $(top_srcdir)/m4/uintmax_t.m4 \
88
 
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
89
 
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
79
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/socket.m4 \
 
80
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strtod.m4 \
 
81
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
90
82
        $(top_srcdir)/configure.ac
91
83
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
84
        $(ACLOCAL_M4)
94
86
 configure.lineno configure.status.lineno
95
87
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96
88
CONFIG_HEADER = config.h
97
 
CONFIG_CLEAN_FILES = intl/Makefile version.c
 
89
CONFIG_CLEAN_FILES = version.c
98
90
am__installdirs = "$(DESTDIR)$(bindir)"
99
91
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
100
92
PROGRAMS = $(bin_PROGRAMS)
109
101
        profile$U.$(OBJEXT)
110
102
gawk_OBJECTS = $(am_gawk_OBJECTS)
111
103
gawk_LDADD = $(LDADD)
112
 
gawk_DEPENDENCIES =
 
104
am__DEPENDENCIES_1 =
 
105
gawk_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
113
106
am_pgawk_OBJECTS = $(am__objects_1) eval_p$U.$(OBJEXT) \
114
107
        profile_p$U.$(OBJEXT)
115
108
pgawk_OBJECTS = $(am_pgawk_OBJECTS)
116
109
pgawk_LDADD = $(LDADD)
117
 
pgawk_DEPENDENCIES =
 
110
pgawk_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
118
111
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
119
112
depcomp = $(SHELL) $(top_srcdir)/depcomp
120
113
am__depfiles_maybe = depfiles
121
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array$U.Po \
122
 
@AMDEP_TRUE@    ./$(DEPDIR)/awkgram$U.Po ./$(DEPDIR)/builtin$U.Po \
123
 
@AMDEP_TRUE@    ./$(DEPDIR)/dfa$U.Po ./$(DEPDIR)/eval$U.Po \
124
 
@AMDEP_TRUE@    ./$(DEPDIR)/eval_p$U.Po ./$(DEPDIR)/ext$U.Po \
125
 
@AMDEP_TRUE@    ./$(DEPDIR)/field$U.Po ./$(DEPDIR)/gawkmisc$U.Po \
126
 
@AMDEP_TRUE@    ./$(DEPDIR)/getopt$U.Po ./$(DEPDIR)/getopt1$U.Po \
127
 
@AMDEP_TRUE@    ./$(DEPDIR)/io$U.Po ./$(DEPDIR)/main$U.Po \
128
 
@AMDEP_TRUE@    ./$(DEPDIR)/msg$U.Po ./$(DEPDIR)/node$U.Po \
129
 
@AMDEP_TRUE@    ./$(DEPDIR)/profile$U.Po \
130
 
@AMDEP_TRUE@    ./$(DEPDIR)/profile_p$U.Po ./$(DEPDIR)/random$U.Po \
131
 
@AMDEP_TRUE@    ./$(DEPDIR)/re$U.Po ./$(DEPDIR)/regex$U.Po \
132
 
@AMDEP_TRUE@    ./$(DEPDIR)/replace$U.Po ./$(DEPDIR)/version$U.Po
133
114
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134
115
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135
116
CCLD = $(CC)
158
139
GZIP_ENV = --best
159
140
distuninstallcheck_listfiles = find . -type f -print
160
141
distcleancheck_listfiles = find . -type f -print
 
142
 
 
143
# Directory for gawk's data files. Automake supplies datadir.
 
144
pkgdatadir = $(datadir)/awk
161
145
ACLOCAL = @ACLOCAL@
162
 
ALLOCA = @ALLOCA@
163
146
AMDEP_FALSE = @AMDEP_FALSE@
164
147
AMDEP_TRUE = @AMDEP_TRUE@
165
148
AMTAR = @AMTAR@
167
150
AUTOHEADER = @AUTOHEADER@
168
151
AUTOMAKE = @AUTOMAKE@
169
152
AWK = @AWK@
170
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
171
 
CATOBJEXT = @CATOBJEXT@
172
153
CC = @CC@
173
154
CCDEPMODE = @CCDEPMODE@
174
155
CFLAGS = @CFLAGS@
175
156
CPP = @CPP@
176
157
CPPFLAGS = @CPPFLAGS@
177
158
CYGPATH_W = @CYGPATH_W@
178
 
DATADIRNAME = @DATADIRNAME@
179
159
DEFS = -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"$(datadir)/locale\""
180
160
DEPDIR = @DEPDIR@
181
161
ECHO_C = @ECHO_C@
183
163
ECHO_T = @ECHO_T@
184
164
EGREP = @EGREP@
185
165
EXEEXT = @EXEEXT@
186
 
GENCAT = @GENCAT@
187
 
GLIBC21 = @GLIBC21@
188
166
GMSGFMT = @GMSGFMT@
189
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
190
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
191
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
192
 
HAVE_WPRINTF = @HAVE_WPRINTF@
193
167
INSTALL_DATA = @INSTALL_DATA@
194
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
169
INSTALL_SCRIPT = @INSTALL_SCRIPT@
196
170
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197
 
INSTOBJEXT = @INSTOBJEXT@
198
 
INTLBISON = @INTLBISON@
199
171
INTLLIBS = @INTLLIBS@
200
 
INTLOBJS = @INTLOBJS@
201
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
172
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
202
173
LDFLAGS = @LDFLAGS@
203
174
LIBICONV = @LIBICONV@
204
175
LIBINTL = @LIBINTL@
227
198
SOCKET_LIBS = @SOCKET_LIBS@
228
199
STRIP = @STRIP@
229
200
U = @U@
230
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
231
201
USE_NLS = @USE_NLS@
232
202
VERSION = @VERSION@
233
203
XGETTEXT = @XGETTEXT@
240
210
am__include = @am__include@
241
211
am__leading_dot = @am__leading_dot@
242
212
am__quote = @am__quote@
 
213
am__tar = @am__tar@
 
214
am__untar = @am__untar@
243
215
bindir = @bindir@
244
216
build = @build@
245
217
build_alias = @build_alias@
246
218
build_cpu = @build_cpu@
247
219
build_os = @build_os@
248
220
build_vendor = @build_vendor@
249
 
 
250
 
# Set autoconf Makefile.in variables correctly
251
221
datadir = @datadir@
252
222
exec_prefix = @exec_prefix@
253
223
host = @host@
259
229
infodir = @infodir@
260
230
install_sh = @install_sh@
261
231
libdir = @libdir@
262
 
libexecdir = @libexecdir@/awk
 
232
libexecdir = @libexecdir@
263
233
localstatedir = @localstatedir@
264
234
mandir = @mandir@
265
235
mkdir_p = @mkdir_p@
292
262
        POSIX.STD \
293
263
        PROBLEMS \
294
264
        README_d \
295
 
        bisonfix.sed \
 
265
        bisonfix.awk \
296
266
        config.guess \
297
267
        config.rpath  \
298
268
        config.sub \
308
278
        regex_internal.h \
309
279
        regexec.c \
310
280
        unsupported \
 
281
        version.in \
311
282
        vms \
312
283
        ylwrap
313
284
 
314
285
 
315
286
# The order to do things in.
316
 
# Build in intl first in case we need the local gettext version.
317
 
# Build explicitly  "." next in order to build gawk first, so
 
287
# Build explicitly in "." in order to build gawk first, so
318
288
# that `make check' without a prior `make' works.
319
289
SUBDIRS = \
320
 
        intl \
321
290
        . \
322
291
        awklib \
323
292
        doc \
340
309
        getopt.c \
341
310
        getopt.h \
342
311
        getopt1.c \
 
312
        getopt_int.h \
343
313
        gettext.h \
 
314
        hard-locale.h \
344
315
        io.c \
345
316
        mbsupport.h \
346
317
        main.c \
353
324
        regex.c \
354
325
        regex.h \
355
326
        replace.c \
356
 
        version.in \
357
327
        version.c
358
328
 
359
329
gawk_SOURCES = $(base_sources) eval.c profile.c
360
330
pgawk_SOURCES = $(base_sources) eval_p.c profile_p.c
361
331
 
362
 
# Get extra libs as needed
363
 
LDADD = @LIBINTL@ @SOCKET_LIBS@
364
 
awkdatadir = @datadir@/awk
 
332
# Get extra libs as needed, Automake will supply LIBINTL and SOCKET_LIBS.
 
333
LDADD = $(LIBINTL) $(SOCKET_LIBS)
365
334
 
366
335
# stuff for compiling gawk/pgawk
367
 
DEFPATH = "\".$(PATH_SEPARATOR)$(awkdatadir)\""
368
 
AM_CPPFLAGS = -Iintl
 
336
DEFPATH = "\".$(PATH_SEPARATOR)$(pkgdatadir)\""
 
337
AM_CPPFLAGS = 
369
338
 
370
339
# Get rid of core files when cleaning
371
340
CLEANFILES = core core.*
 
341
MAINTAINERCLEANFILES = version.c awkgram.c
372
342
 
373
343
# We want hard links for install-exec-hook, below
374
344
LN = ln
428
398
 
429
399
distclean-hdr:
430
400
        -rm -f config.h stamp-h1
431
 
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
432
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
433
401
version.c: $(top_builddir)/config.status $(srcdir)/version.in
434
402
        cd $(top_builddir) && $(SHELL) ./config.status $@
435
403
install-binPROGRAMS: $(bin_PROGRAMS)
504
472
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
505
473
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
506
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
508
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509
476
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
510
477
 
511
478
.c.obj:
512
479
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
513
480
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
514
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
516
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517
483
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
518
484
array_.c: array.c $(ANSI2KNR)
519
485
        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/array.c; then echo $(srcdir)/array.c; else echo array.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
577
543
#     (which will cause the Makefiles to be regenerated when you run `make');
578
544
# (2) otherwise, pass the desired values on the `make' command line.
579
545
$(RECURSIVE_TARGETS):
580
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
546
        @failcom='exit 1'; \
 
547
        for f in x $$MAKEFLAGS; do \
 
548
          case $$f in \
 
549
            *=* | --[!k]*);; \
 
550
            *k*) failcom='fail=yes';; \
 
551
          esac; \
 
552
        done; \
581
553
        dot_seen=no; \
582
554
        target=`echo $@ | sed s/-recursive//`; \
583
555
        list='$(SUBDIRS)'; for subdir in $$list; do \
589
561
            local_target="$$target"; \
590
562
          fi; \
591
563
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
592
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
564
          || eval $$failcom; \
593
565
        done; \
594
566
        if test "$$dot_seen" = "no"; then \
595
567
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
597
569
 
598
570
mostlyclean-recursive clean-recursive distclean-recursive \
599
571
maintainer-clean-recursive:
600
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
572
        @failcom='exit 1'; \
 
573
        for f in x $$MAKEFLAGS; do \
 
574
          case $$f in \
 
575
            *=* | --[!k]*);; \
 
576
            *k*) failcom='fail=yes';; \
 
577
          esac; \
 
578
        done; \
601
579
        dot_seen=no; \
602
580
        case "$@" in \
603
581
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
618
596
            local_target="$$target"; \
619
597
          fi; \
620
598
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
621
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
599
          || eval $$failcom; \
622
600
        done && test -z "$$fail"
623
601
tags-recursive:
624
602
        list='$(SUBDIRS)'; for subdir in $$list; do \
693
671
distdir: $(DISTFILES)
694
672
        $(am__remove_distdir)
695
673
        mkdir $(distdir)
696
 
        $(mkdir_p) $(distdir)/. $(distdir)/intl $(distdir)/m4 $(distdir)/po
 
674
        $(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/po
697
675
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
698
676
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
699
677
        list='$(DISTFILES)'; for file in $$list; do \
720
698
            || exit 1; \
721
699
          fi; \
722
700
        done
723
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
701
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
724
702
          if test "$$subdir" = .; then :; else \
725
703
            test -d "$(distdir)/$$subdir" \
726
 
            || mkdir "$(distdir)/$$subdir" \
 
704
            || $(mkdir_p) "$(distdir)/$$subdir" \
727
705
            || exit 1; \
 
706
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
707
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
728
708
            (cd $$subdir && \
729
709
              $(MAKE) $(AM_MAKEFLAGS) \
730
 
                top_distdir="../$(top_distdir)" \
731
 
                distdir="../$(distdir)/$$subdir" \
 
710
                top_distdir="$$top_distdir" \
 
711
                distdir="$$distdir/$$subdir" \
732
712
                distdir) \
733
713
              || exit 1; \
734
714
          fi; \
742
722
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
743
723
        || chmod -R a+r $(distdir)
744
724
dist-gzip: distdir
745
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
725
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
746
726
        $(am__remove_distdir)
747
727
dist-bzip2: distdir
748
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
728
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
749
729
        $(am__remove_distdir)
750
730
 
751
731
dist-tarZ: distdir
752
 
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
732
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
753
733
        $(am__remove_distdir)
754
734
 
755
735
dist-shar: distdir
762
742
        $(am__remove_distdir)
763
743
 
764
744
dist dist-all: distdir
765
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
766
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
745
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
746
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
767
747
        $(am__remove_distdir)
768
748
 
769
749
# This target untars the dist file and tries a VPATH configuration.  Then
772
752
distcheck: dist
773
753
        case '$(DIST_ARCHIVES)' in \
774
754
        *.tar.gz*) \
775
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
755
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
776
756
        *.tar.bz2*) \
777
 
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
757
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
778
758
        *.tar.Z*) \
779
 
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
759
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
780
760
        *.shar.gz*) \
781
761
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
782
762
        *.zip*) \
790
770
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
791
771
          && cd $(distdir)/_build \
792
772
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
793
 
            --with-included-gettext \
794
773
            $(DISTCHECK_CONFIGURE_FLAGS) \
795
774
          && $(MAKE) $(AM_MAKEFLAGS) \
796
775
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
863
842
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
864
843
 
865
844
distclean-generic:
866
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
845
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
867
846
 
868
847
maintainer-clean-generic:
869
848
        @echo "This command is intended for maintainers to use"
870
849
        @echo "it deletes files that may require special tools to rebuild."
871
850
        -rm -f awkgram.c
 
851
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
872
852
clean: clean-recursive
873
853
 
874
854
clean-am: clean-binPROGRAMS clean-generic clean-krextra mostlyclean-am
928
908
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
929
909
        check-am check-local clean clean-binPROGRAMS clean-generic \
930
910
        clean-krextra clean-recursive ctags ctags-recursive dist \
931
 
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
932
 
        distcheck distclean distclean-compile distclean-generic \
933
 
        distclean-hdr distclean-recursive distclean-tags \
934
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
935
 
        html-am info info-am install install-am install-binPROGRAMS \
936
 
        install-data install-data-am install-exec install-exec-am \
937
 
        install-info install-info-am install-man install-strip \
938
 
        installcheck installcheck-am installdirs installdirs-am \
939
 
        maintainer-clean maintainer-clean-generic \
940
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
941
 
        mostlyclean-generic mostlyclean-kr mostlyclean-recursive pdf \
942
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
943
 
        uninstall-binPROGRAMS uninstall-info-am
 
911
        dist-all dist-bzip2 dist-gzip dist-hook dist-shar dist-tarZ \
 
912
        dist-zip distcheck distclean distclean-compile \
 
913
        distclean-generic distclean-hdr distclean-recursive \
 
914
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
915
        dvi-am html html-am info info-am install install-am \
 
916
        install-binPROGRAMS install-data install-data-am install-exec \
 
917
        install-exec-am install-exec-hook install-info install-info-am \
 
918
        install-man install-strip installcheck installcheck-am \
 
919
        installdirs installdirs-am maintainer-clean \
 
920
        maintainer-clean-generic maintainer-clean-recursive \
 
921
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
922
        mostlyclean-kr mostlyclean-recursive pdf pdf-am ps ps-am tags \
 
923
        tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
 
924
        uninstall-info-am
944
925
 
945
926
.c.i:
946
927
        $(COMPILE) -E $< > $@
977
958
 
978
959
# Special rules for individual files
979
960
awkgram.c: awkgram.y
980
 
        $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && sed -f $(srcdir)/bisonfix.sed < y.tab.c > $*.c && $(RM) y.tab.c
 
961
        $(YACC) $(AM_YFLAGS) $(YFLAGS) $<
 
962
        awk -f $(srcdir)/bisonfix.awk y.tab.c > $*.c && rm y.tab.c
981
963
        if test -f y.tab.h; then \
982
964
        if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
983
965
        else :; fi