/[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.2.15 by akim, Wed Jan 9 15:06:25 2002 UTC revision 1.5.2.16 by akim, Fri Jan 11 13:31:32 2002 UTC
# Line 150  depcomp = $(SHELL) $(top_srcdir)/config/ Line 150  depcomp = $(SHELL) $(top_srcdir)/config/
150  @AMDEP_TRUE@    $(DEPDIR)/memrchr.Po $(DEPDIR)/obstack.Po \  @AMDEP_TRUE@    $(DEPDIR)/memrchr.Po $(DEPDIR)/obstack.Po \
151  @AMDEP_TRUE@    $(DEPDIR)/quote$U.Po $(DEPDIR)/quotearg$U.Po \  @AMDEP_TRUE@    $(DEPDIR)/quote$U.Po $(DEPDIR)/quotearg$U.Po \
152  @AMDEP_TRUE@    $(DEPDIR)/realloc.Po $(DEPDIR)/stpcpy.Po \  @AMDEP_TRUE@    $(DEPDIR)/realloc.Po $(DEPDIR)/stpcpy.Po \
153  @AMDEP_TRUE@    $(DEPDIR)/strchr.Po $(DEPDIR)/strnlen.Po \  @AMDEP_TRUE@    $(DEPDIR)/strchr.Po $(DEPDIR)/strspn.Po \
154  @AMDEP_TRUE@    $(DEPDIR)/strspn.Po $(DEPDIR)/xmalloc$U.Po \  @AMDEP_TRUE@    $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po \
155  @AMDEP_TRUE@    $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrndup$U.Po  @AMDEP_TRUE@    $(DEPDIR)/xstrndup$U.Po
156  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158  CCLD = $(CC)  CCLD = $(CC)
# Line 160  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $( Line 160  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(
160  DIST_SOURCES = $(libbison_a_SOURCES)  DIST_SOURCES = $(libbison_a_SOURCES)
161  DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \  DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
162          error.c error.h malloc.c memchr.c memrchr.c obstack.c obstack.h \          error.c error.h malloc.c memchr.c memrchr.c obstack.c obstack.h \
163          realloc.c stpcpy.c strchr.c strnlen.c strspn.c          realloc.c stpcpy.c strchr.c strspn.c
164  SOURCES = $(libbison_a_SOURCES)  SOURCES = $(libbison_a_SOURCES)
165    
166  all: all-am  all: all-am
# Line 214  mostlyclean-kr: Line 214  mostlyclean-kr:
214  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
215  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
216  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@  
217  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
218  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
219  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@
# Line 265  stpcpy_.c: stpcpy.c $(ANSI2KNR) Line 264  stpcpy_.c: stpcpy.c $(ANSI2KNR)
264          $(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          $(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
265  strchr_.c: strchr.c $(ANSI2KNR)  strchr_.c: strchr.c $(ANSI2KNR)
266          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strchr.c; then echo $(srcdir)/strchr.c; else echo strchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strchr_.c || rm -f strchr_.c          $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strchr.c; then echo $(srcdir)/strchr.c; else echo strchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strchr_.c || rm -f strchr_.c
 strnlen_.c: strnlen.c $(ANSI2KNR)  
         $(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  
267  strspn_.c: strspn.c $(ANSI2KNR)  strspn_.c: strspn.c $(ANSI2KNR)
268          $(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          $(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
269  xmalloc_.c: xmalloc.c $(ANSI2KNR)  xmalloc_.c: xmalloc.c $(ANSI2KNR)
# Line 279  alloca_.$(OBJEXT) basename_.$(OBJEXT) di Line 276  alloca_.$(OBJEXT) basename_.$(OBJEXT) di
276  error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) malloc_.$(OBJEXT) \  error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) malloc_.$(OBJEXT) \
277  memchr_.$(OBJEXT) memrchr_.$(OBJEXT) obstack_.$(OBJEXT) \  memchr_.$(OBJEXT) memrchr_.$(OBJEXT) obstack_.$(OBJEXT) \
278  quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \  quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \
279  stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) strnlen_.$(OBJEXT) \  stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) strspn_.$(OBJEXT) \
280  strspn_.$(OBJEXT) xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) \  xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) xstrndup_.$(OBJEXT) : $(ANSI2KNR)
 xstrndup_.$(OBJEXT) : $(ANSI2KNR)  
281  uninstall-info-am:  uninstall-info-am:
282    
283  tags: TAGS  tags: TAGS

Legend:
Removed from v.1.5.2.15  
changed lines
  Added in v.1.5.2.16

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