1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
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.
18
18
# Makefile.am --- automake input file for gawk
20
# Copyright (C) 2000-2004 the Free Software Foundation, Inc.
20
# Copyright (C) 2000-2005 the Free Software Foundation, Inc.
22
22
# This file is part of GAWK, the GNU implementation of the
23
23
# AWK Programming Language.
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
40
40
SOURCES = $(gawk_SOURCES) $(pgawk_SOURCES)
59
58
NORMAL_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
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) \
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)
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)
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)
158
139
GZIP_ENV = --best
159
140
distuninstallcheck_listfiles = find . -type f -print
160
141
distcleancheck_listfiles = find . -type f -print
143
# Directory for gawk's data files. Automake supplies datadir.
144
pkgdatadir = $(datadir)/awk
161
145
ACLOCAL = @ACLOCAL@
163
146
AMDEP_FALSE = @AMDEP_FALSE@
164
147
AMDEP_TRUE = @AMDEP_TRUE@
183
163
ECHO_T = @ECHO_T@
185
165
EXEEXT = @EXEEXT@
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@
240
210
am__include = @am__include@
241
211
am__leading_dot = @am__leading_dot@
242
212
am__quote = @am__quote@
214
am__untar = @am__untar@
243
215
bindir = @bindir@
245
217
build_alias = @build_alias@
246
218
build_cpu = @build_cpu@
247
219
build_os = @build_os@
248
220
build_vendor = @build_vendor@
250
# Set autoconf Makefile.in variables correctly
251
221
datadir = @datadir@
252
222
exec_prefix = @exec_prefix@
308
278
regex_internal.h \
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.
359
329
gawk_SOURCES = $(base_sources) eval.c profile.c
360
330
pgawk_SOURCES = $(base_sources) eval_p.c profile_p.c
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)
366
335
# stuff for compiling gawk/pgawk
367
DEFPATH = "\".$(PATH_SEPARATOR)$(awkdatadir)\""
336
DEFPATH = "\".$(PATH_SEPARATOR)$(pkgdatadir)\""
370
339
# Get rid of core files when cleaning
371
340
CLEANFILES = core core.*
341
MAINTAINERCLEANFILES = version.c awkgram.c
373
343
# We want hard links for install-exec-hook, below
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 $<
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; \
547
for f in x $$MAKEFLAGS; do \
550
*k*) failcom='fail=yes';; \
582
554
target=`echo $@ | sed s/-recursive//`; \
583
555
list='$(SUBDIRS)'; for subdir in $$list; do \
589
561
local_target="$$target"; \
591
563
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
592
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
594
566
if test "$$dot_seen" = "no"; then \
595
567
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
598
570
mostlyclean-recursive clean-recursive distclean-recursive \
599
571
maintainer-clean-recursive:
600
@set fnord $$MAKEFLAGS; amf=$$2; \
573
for f in x $$MAKEFLAGS; do \
576
*k*) failcom='fail=yes';; \
603
581
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
693
671
distdir: $(DISTFILES)
694
672
$(am__remove_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 \
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" \
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" \
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)
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)
755
735
dist-shar: distdir
762
742
$(am__remove_distdir)
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)
769
749
# This target untars the dist file and tries a VPATH configuration. Then
773
753
case '$(DIST_ARCHIVES)' in \
775
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
755
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
777
bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
757
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
779
uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
759
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
781
761
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
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)
865
844
distclean-generic:
866
-rm -f $(CONFIG_CLEAN_FILES)
845
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
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."
851
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
872
852
clean: clean-recursive
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 \
946
927
$(COMPILE) -E $< > $@
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; \