/[bison]/bison/lib/Makefile.in
ViewVC logotype

Diff of /bison/lib/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akim, Mon Aug 13 14:54:50 2001 UTC revision 1.5.2.1 by akim, Mon Aug 27 10:50:12 2001 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am  # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2    
3  # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4    # Free Software Foundation, Inc.
5  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
6  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
7  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 10  Line 11 
11  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
13    
14    @SET_MAKE@
15    
16  SHELL = @SHELL@  SHELL = @SHELL@
17    
# Line 31  infodir = @infodir@ Line 33  infodir = @infodir@
33  mandir = @mandir@  mandir = @mandir@
34  includedir = @includedir@  includedir = @includedir@
35  oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
36  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
37  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
38  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
39  top_builddir = ..  top_builddir = ..
40    
41  ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
# Line 46  AUTOMAKE = @AUTOMAKE@ Line 44  AUTOMAKE = @AUTOMAKE@
44  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
45    
46  INSTALL = @INSTALL@  INSTALL = @INSTALL@
47  INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)  INSTALL_PROGRAM = @INSTALL_PROGRAM@
48  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
49  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
50    INSTALL_HEADER = $(INSTALL_DATA)
51  transform = @program_transform_name@  transform = @program_transform_name@
   
52  NORMAL_INSTALL = :  NORMAL_INSTALL = :
53  PRE_INSTALL = :  PRE_INSTALL = :
54  POST_INSTALL = :  POST_INSTALL = :
# Line 59  PRE_UNINSTALL = : Line 57  PRE_UNINSTALL = :
57  POST_UNINSTALL = :  POST_UNINSTALL = :
58  host_alias = @host_alias@  host_alias = @host_alias@
59  host_triplet = @host@  host_triplet = @host@
60    AMTAR = @AMTAR@
61  AT_TESTPATH = @AT_TESTPATH@  AT_TESTPATH = @AT_TESTPATH@
62    AWK = @AWK@
63  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64  CATALOGS = @CATALOGS@  CATALOGS = @CATALOGS@
65  CATOBJEXT = @CATOBJEXT@  CATOBJEXT = @CATOBJEXT@
66  CC = @CC@  CC = @CC@
67  CPP = @CPP@  CPP = @CPP@
68  DATADIRNAME = @DATADIRNAME@  DATADIRNAME = @DATADIRNAME@
69    DEPDIR = @DEPDIR@
70  ECHO_C = @ECHO_C@  ECHO_C = @ECHO_C@
71  ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
72  ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
73    EXEEXT = @EXEEXT@
74  GENCAT = @GENCAT@  GENCAT = @GENCAT@
75  GLIBC21 = @GLIBC21@  GLIBC21 = @GLIBC21@
76  GMOFILES = @GMOFILES@  GMOFILES = @GMOFILES@
77  GMSGFMT = @GMSGFMT@  GMSGFMT = @GMSGFMT@
78    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79  INSTOBJEXT = @INSTOBJEXT@  INSTOBJEXT = @INSTOBJEXT@
80  INTLBISON = @INTLBISON@  INTLBISON = @INTLBISON@
81  INTLLIBS = @INTLLIBS@  INTLLIBS = @INTLLIBS@
# Line 81  INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTO Line 84  INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTO
84  LIBICONV = @LIBICONV@  LIBICONV = @LIBICONV@
85  LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
86  M4 = @M4@  M4 = @M4@
 MAKEINFO = @MAKEINFO@  
87  MKINSTALLDIRS = @MKINSTALLDIRS@  MKINSTALLDIRS = @MKINSTALLDIRS@
88  MSGFMT = @MSGFMT@  MSGFMT = @MSGFMT@
89    OBJEXT = @OBJEXT@
90  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
91  POFILES = @POFILES@  POFILES = @POFILES@
92  POSUB = @POSUB@  POSUB = @POSUB@
# Line 93  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB Line 96  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
96  USE_NLS = @USE_NLS@  USE_NLS = @USE_NLS@
97  VERSION = @VERSION@  VERSION = @VERSION@
98  WARNING_CFLAGS = @WARNING_CFLAGS@  WARNING_CFLAGS = @WARNING_CFLAGS@
99    am__include = @am__include@
100    am__quote = @am__quote@
101    install_sh = @install_sh@
102    
103  AUTOMAKE_OPTIONS = ansi2knr  AUTOMAKE_OPTIONS = ansi2knr
104    
# Line 100  noinst_LIBRARIES = libbison.a Line 106  noinst_LIBRARIES = libbison.a
106    
107  INCLUDES = -I.. -I$(srcdir) -I../intl  INCLUDES = -I.. -I$(srcdir) -I../intl
108    
109    
110  # Heck, we are still using an old version of Automake which does not  # Heck, we are still using an old version of Automake which does not
111  # understand LIBOBJ additions using $objext...  # understand LIBOBJ additions using $objext...
   
112  EXTRA_DIST = malloc.c realloc.c  EXTRA_DIST = malloc.c realloc.c
113    
114  libbison_a_SOURCES =    error.c error.h   getopt.h getopt.c getopt1.c   obstack.h obstack.c   quote.h quote.c quotearg.h quotearg.c   xalloc.h xmalloc.c xstrdup.c  libbison_a_SOURCES = \
115      error.c error.h \
116      getopt.h getopt.c getopt1.c \
117      obstack.h obstack.c \
118      quote.h quote.c quotearg.h quotearg.c \
119      xalloc.h xmalloc.c xstrdup.c
120    
121    
122  libbison_a_LIBADD = @LIBOBJS@  libbison_a_LIBADD = @LIBOBJS@
123  libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)  libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
124    subdir = lib
125  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
126  CONFIG_HEADER = ../config.h  CONFIG_HEADER = $(top_builddir)/config.h
127  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
128  LIBRARIES =  $(noinst_LIBRARIES)  LIBRARIES = $(noinst_LIBRARIES)
129    
130    libbison_a_AR = $(AR) cru
131    am_libbison_a_OBJECTS = error$U.$(OBJEXT) getopt$U.$(OBJEXT) \
132            getopt1$U.$(OBJEXT) obstack$U.$(OBJEXT) quote$U.$(OBJEXT) \
133            quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT)
134    libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
135    
136  DEFS = @DEFS@ -I. -I$(srcdir) -I..  DEFS = @DEFS@
137    DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
138  CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
139  LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
140  LIBS = @LIBS@  LIBS = @LIBS@
141  ANSI2KNR = @ANSI2KNR@  depcomp = $(SHELL) $(top_srcdir)/config/depcomp
142  libbison_a_OBJECTS =  error$U.o getopt$U.o getopt1$U.o obstack$U.o \  @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/error$U.Po $(DEPDIR)/getopt$U.Po \
143  quote$U.o quotearg$U.o xmalloc$U.o xstrdup$U.o  @AMDEP_TRUE@    $(DEPDIR)/getopt1$U.Po $(DEPDIR)/malloc.Po \
144  AR = ar  @AMDEP_TRUE@    $(DEPDIR)/memchr.Po $(DEPDIR)/obstack$U.Po \
145  CFLAGS = @CFLAGS@  @AMDEP_TRUE@    $(DEPDIR)/quote$U.Po $(DEPDIR)/quotearg$U.Po \
146  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  @AMDEP_TRUE@    $(DEPDIR)/realloc.Po $(DEPDIR)/stpcpy.Po \
147    @AMDEP_TRUE@    $(DEPDIR)/strndup.Po $(DEPDIR)/strnlen.Po \
148    @AMDEP_TRUE@    $(DEPDIR)/strspn.Po $(DEPDIR)/xmalloc$U.Po \
149    @AMDEP_TRUE@    $(DEPDIR)/xstrdup$U.Po
150    COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151            $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152  CCLD = $(CC)  CCLD = $(CC)
153  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154  DIST_COMMON =  Makefile.am Makefile.in ansi2knr.1 ansi2knr.c memchr.c \  CFLAGS = @CFLAGS@
155  stpcpy.c strndup.c strnlen.c strspn.c  DIST_SOURCES = $(libbison_a_SOURCES)
156    DIST_COMMON = Makefile.am Makefile.in ansi2knr.1 ansi2knr.c malloc.c \
157            memchr.c realloc.c stpcpy.c strndup.c strnlen.c strspn.c
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  
   
 TAR = tar  
 GZIP_ENV = --best  
 DEP_FILES =  .deps/error.P .deps/getopt.P .deps/getopt1.P .deps/memchr.P \  
 .deps/obstack.P .deps/quote.P .deps/quotearg.P .deps/stpcpy.P \  
 .deps/strndup.P .deps/strnlen.P .deps/strspn.P .deps/xmalloc.P \  
 .deps/xstrdup.P  
158  SOURCES = $(libbison_a_SOURCES)  SOURCES = $(libbison_a_SOURCES)
 OBJECTS = $(libbison_a_OBJECTS)  
   
 all: all-redirect  
 .SUFFIXES:  
 .SUFFIXES: .S .c .o .s  
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)  
         cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile  
159    
160  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  all: all-am
         cd $(top_builddir) \  
           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status  
161    
162    .SUFFIXES:
163    .SUFFIXES: .c .o .obj
164    $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
165            cd $(top_srcdir) && \
166              $(AUTOMAKE) --gnu  lib/Makefile
167    Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
168            cd $(top_builddir) && \
169              CONFIG_HEADERS= CONFIG_LINKS= \
170              CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
171    
172  mostlyclean-noinstLIBRARIES:  AR = ar
173    
174  clean-noinstLIBRARIES:  clean-noinstLIBRARIES:
175          -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)          -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
176    libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
177  distclean-noinstLIBRARIES:          -rm -f libbison.a
178            $(libbison_a_AR) libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
179  maintainer-clean-noinstLIBRARIES:          $(RANLIB) libbison.a
   
 .s.o:  
         $(COMPILE) -c $<  
   
 .S.o:  
         $(COMPILE) -c $<  
180    
181  mostlyclean-compile:  mostlyclean-compile:
182          -rm -f *.o core *.core          -rm -f *.$(OBJEXT) core *.core
   
 clean-compile:  
183    
184  distclean-compile:  distclean-compile:
185          -rm -f *.tab.c          -rm -f *.tab.c
186    
187  maintainer-clean-compile:  ANSI2KNR = @ANSI2KNR@
188    ansi2knr: ansi2knr.$(OBJEXT)
189  mostlyclean-krextra:          $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
190    ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
191    
192  clean-krextra:  clean-krextra:
193          -rm -f ansi2knr          -rm -f ansi2knr
194    
 distclean-krextra:  
   
 maintainer-clean-krextra:  
 ansi2knr: ansi2knr.o  
         $(LINK) ansi2knr.o $(LIBS)  
 ansi2knr.o: $(CONFIG_HEADER)  
   
   
195  mostlyclean-kr:  mostlyclean-kr:
196          -rm -f *_.c          -rm -f *_.c
197    
198  clean-kr:  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error$U.Po@am__quote@
199    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt$U.Po@am__quote@
200    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1$U.Po@am__quote@
201    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
202    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
203    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack$U.Po@am__quote@
204    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote$U.Po@am__quote@
205    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@
206    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
207    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
208    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Po@am__quote@
209    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@
210    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
211    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
212    @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@
213    
214  distclean-kr:  distclean-depend:
215            -rm -rf $(DEPDIR)
 maintainer-clean-kr:  
216    
217  libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)  .c.o:
218          -rm -f libbison.a  @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
219          $(AR) cru libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)  @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
220          $(RANLIB) libbison.a  @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221            $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
222    
223    .c.obj:
224    @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
225    @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
226    @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
227            $(COMPILE) -c `cygpath -w $<`
228    CCDEPMODE = @CCDEPMODE@
229  alloca_.c: alloca.c $(ANSI2KNR)  alloca_.c: alloca.c $(ANSI2KNR)
230          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
231  error_.c: error.c $(ANSI2KNR)  error_.c: error.c $(ANSI2KNR)
232          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
233  getopt_.c: getopt.c $(ANSI2KNR)  getopt_.c: getopt.c $(ANSI2KNR)
234          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
235  getopt1_.c: getopt1.c $(ANSI2KNR)  getopt1_.c: getopt1.c $(ANSI2KNR)
236          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
237    malloc_.c: malloc.c $(ANSI2KNR)
238            $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c
239  memchr_.c: memchr.c $(ANSI2KNR)  memchr_.c: memchr.c $(ANSI2KNR)
240          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
241  obstack_.c: obstack.c $(ANSI2KNR)  obstack_.c: obstack.c $(ANSI2KNR)
242          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
243  quote_.c: quote.c $(ANSI2KNR)  quote_.c: quote.c $(ANSI2KNR)
244          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c || rm -f quote_.c
245  quotearg_.c: quotearg.c $(ANSI2KNR)  quotearg_.c: quotearg.c $(ANSI2KNR)
246          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
247    realloc_.c: realloc.c $(ANSI2KNR)
248            $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c
249  stpcpy_.c: stpcpy.c $(ANSI2KNR)  stpcpy_.c: stpcpy.c $(ANSI2KNR)
250          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
251  strndup_.c: strndup.c $(ANSI2KNR)  strndup_.c: strndup.c $(ANSI2KNR)
252          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c || rm -f strndup_.c
253  strnlen_.c: strnlen.c $(ANSI2KNR)  strnlen_.c: strnlen.c $(ANSI2KNR)
254          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c || rm -f strnlen_.c
255  strspn_.c: strspn.c $(ANSI2KNR)  strspn_.c: strspn.c $(ANSI2KNR)
256          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
257  xmalloc_.c: xmalloc.c $(ANSI2KNR)  xmalloc_.c: xmalloc.c $(ANSI2KNR)
258          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
259  xstrdup_.c: xstrdup.c $(ANSI2KNR)  xstrdup_.c: xstrdup.c $(ANSI2KNR)
260          $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c || rm -f xstrdup_.c
261  alloca_.o error_.o getopt_.o getopt1_.o memchr_.o obstack_.o quote_.o \  alloca_.$(OBJEXT) error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) \
262  quotearg_.o stpcpy_.o strndup_.o strnlen_.o strspn_.o xmalloc_.o \  malloc_.$(OBJEXT) memchr_.$(OBJEXT) obstack_.$(OBJEXT) quote_.$(OBJEXT) \
263  xstrdup_.o : $(ANSI2KNR)  quotearg_.$(OBJEXT) realloc_.$(OBJEXT) stpcpy_.$(OBJEXT) \
264    strndup_.$(OBJEXT) strnlen_.$(OBJEXT) strspn_.$(OBJEXT) \
265    xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) : $(ANSI2KNR)
266    uninstall-info-am:
267    
268  tags: TAGS  tags: TAGS
269    
270  ID: $(HEADERS) $(SOURCES) $(LISP)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271          list='$(SOURCES) $(HEADERS)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
272          unique=`for i in $$list; do echo $$i; done | \          unique=`for i in $$list; do \
273            awk '    { files[$$0] = 1; } \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274              done | \
275              $(AWK) '    { files[$$0] = 1; } \
276                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
277          here=`pwd` && cd $(srcdir) \          mkid -fID $$unique $(LISP)
           && mkid -f$$here/ID $$unique $(LISP)  
278    
279  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
280                    $(TAGS_FILES) $(LISP)
281          tags=; \          tags=; \
282          here=`pwd`; \          here=`pwd`; \
283          list='$(SOURCES) $(HEADERS)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
284          unique=`for i in $$list; do echo $$i; done | \          unique=`for i in $$list; do \
285            awk '    { files[$$0] = 1; } \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286              done | \
287              $(AWK) '    { files[$$0] = 1; } \
288                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
289          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
290            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
   
 mostlyclean-tags:  
291    
292  clean-tags:  GTAGS:
293            here=`CDPATH=: && cd $(top_builddir) && pwd` \
294              && cd $(top_srcdir) \
295              && gtags -i $(GTAGS_ARGS) $$here
296    
297  distclean-tags:  distclean-tags:
298          -rm -f TAGS ID          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
299    
300  maintainer-clean-tags:  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
301    
302  distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  top_distdir = ..
303    distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 subdir = lib  
304    
305  distdir: $(DISTFILES)  distdir: $(DISTFILES)
         here=`cd $(top_builddir) && pwd`; \  
         top_distdir=`cd $(top_distdir) && pwd`; \  
         distdir=`cd $(distdir) && pwd`; \  
         cd $(top_srcdir) \  
           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile  
306          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
307            d=$(srcdir); \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
308              dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309              if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310                $(mkinstalldirs) "$(distdir)/$$dir"; \
311              fi; \
312            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
313              cp -pr $$d/$$file $(distdir)/$$file; \              cp -pR $$d/$$file $(distdir) \
314                || exit 1; \
315            else \            else \
316              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
317              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \              || cp -p $$d/$$file $(distdir)/$$file \
318              || cp -p $$d/$$file $(distdir)/$$file || :; \              || exit 1; \
319            fi; \            fi; \
320          done          done
   
 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)  
   
 -include $(DEP_FILES)  
   
 mostlyclean-depend:  
   
 clean-depend:  
   
 distclean-depend:  
         -rm -rf .deps  
   
 maintainer-clean-depend:  
   
 %.o: %.c  
         @echo '$(COMPILE) -c $<'; \  
         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-cp .deps/$(*F).pp .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm .deps/$(*F).pp  
   
 %.lo: %.c  
         @echo '$(LTCOMPILE) -c $<'; \  
         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \  
           < .deps/$(*F).pp > .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm -f .deps/$(*F).pp  
 info-am:  
 info: info-am  
 dvi-am:  
 dvi: dvi-am  
321  check-am: all-am  check-am: all-am
322  check: check-am  check: check-am
323  installcheck-am:  all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
 installcheck: installcheck-am  
 install-exec-am:  
 install-exec: install-exec-am  
324    
325  install-data-am:  installdirs:
 install-data: install-data-am  
326    
 install-am: all-am  
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am  
327  install: install-am  install: install-am
328  uninstall-am:  install-exec: install-exec-am
329    install-data: install-data-am
330  uninstall: uninstall-am  uninstall: uninstall-am
 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)  
 all-redirect: all-am  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install  
 installdirs:  
331    
332    install-am: all-am
333            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
334    
335    installcheck: installcheck-am
336    install-strip:
337            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338              `test -z '$(STRIP)' || \
339                echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
340  mostlyclean-generic:  mostlyclean-generic:
341    
342  clean-generic:  clean-generic:
343    
344  distclean-generic:  distclean-generic:
345          -rm -f Makefile $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
346    
347  maintainer-clean-generic:  maintainer-clean-generic:
348  mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \          @echo "This command is intended for maintainers to use"
349                  mostlyclean-krextra mostlyclean-kr mostlyclean-tags \          @echo "it deletes files that may require special tools to rebuild."
350                  mostlyclean-depend mostlyclean-generic  clean: clean-am
351    
352  mostlyclean: mostlyclean-am  clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
353            mostlyclean-am
354    
355  clean-am:  clean-noinstLIBRARIES clean-compile clean-krextra clean-kr \  distclean: distclean-am
                 clean-tags clean-depend clean-generic mostlyclean-am  
356    
357  clean: clean-am  distclean-am: clean-am distclean-compile distclean-depend \
358            distclean-generic distclean-tags
359    
360  distclean-am:  distclean-noinstLIBRARIES distclean-compile \  dvi: dvi-am
                 distclean-krextra distclean-kr distclean-tags \  
                 distclean-depend distclean-generic clean-am  
361    
362  distclean: distclean-am  dvi-am:
363    
364  maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \  info: info-am
365                  maintainer-clean-compile maintainer-clean-krextra \  
366                  maintainer-clean-kr maintainer-clean-tags \  info-am:
367                  maintainer-clean-depend maintainer-clean-generic \  
368                  distclean-am  install-data-am:
369          @echo "This command is intended for maintainers to use;"  
370          @echo "it deletes files that may require special tools to rebuild."  install-exec-am:
371    
372    install-info: install-info-am
373    
374    install-man:
375    
376    installcheck-am:
377    
378  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
379    
380  .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \  maintainer-clean-am: distclean-am maintainer-clean-generic
381  clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \  
382  mostlyclean-compile distclean-compile clean-compile \  mostlyclean: mostlyclean-am
383  maintainer-clean-compile mostlyclean-krextra distclean-krextra \  
384  clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \  mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
385  clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \  
386  clean-tags maintainer-clean-tags distdir mostlyclean-depend \  uninstall-am: uninstall-info-am
 distclean-depend clean-depend maintainer-clean-depend info-am info \  
 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \  
 install-exec install-data-am install-data install-am install \  
 uninstall-am uninstall all-redirect all-am all installdirs \  
 mostlyclean-generic distclean-generic clean-generic \  
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean  
387    
388    .PHONY: GTAGS all all-am check check-am clean clean-generic \
389            clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
390            distclean-depend distclean-generic distclean-tags distdir dvi \
391            dvi-am info info-am install install-am install-data \
392            install-data-am install-exec install-exec-am install-info \
393            install-info-am install-man install-strip installcheck \
394            installcheck-am installdirs maintainer-clean \
395            maintainer-clean-generic mostlyclean mostlyclean-compile \
396            mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
397            uninstall-info-am
398    
399  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
400  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26