/[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.9 by akim, Fri Nov 23 14:18:36 2001 UTC revision 1.5.2.10 by akim, Mon Nov 26 09:19:56 2001 UTC
# Line 113  INCLUDES = -I.. -I$(srcdir) -I../intl Line 113  INCLUDES = -I.. -I$(srcdir) -I../intl
113  EXTRA_DIST = malloc.c realloc.c  EXTRA_DIST = malloc.c realloc.c
114    
115  libbison_a_SOURCES = \  libbison_a_SOURCES = \
   error.c error.h \  
116    getopt.h getopt.c getopt1.c \    getopt.h getopt.c getopt1.c \
   obstack.h obstack.c \  
117    quote.h quote.c quotearg.h quotearg.c \    quote.h quote.c quotearg.h quotearg.c \
118    xalloc.h xmalloc.c xstrdup.c    xalloc.h xmalloc.c xstrdup.c
119    
# Line 129  CONFIG_CLEAN_FILES = Line 127  CONFIG_CLEAN_FILES =
127  LIBRARIES = $(noinst_LIBRARIES)  LIBRARIES = $(noinst_LIBRARIES)
128    
129  libbison_a_AR = $(AR) cru  libbison_a_AR = $(AR) cru
130  am_libbison_a_OBJECTS = error$U.$(OBJEXT) getopt$U.$(OBJEXT) \  am_libbison_a_OBJECTS = getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) \
131          getopt1$U.$(OBJEXT) obstack$U.$(OBJEXT) quote$U.$(OBJEXT) \          quote$U.$(OBJEXT) quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) \
132          quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT)          xstrdup$U.$(OBJEXT)
133  libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)  libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
134    
135  DEFS = @DEFS@  DEFS = @DEFS@
# Line 140  CPPFLAGS = @CPPFLAGS@ Line 138  CPPFLAGS = @CPPFLAGS@
138  LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
139  LIBS = @LIBS@  LIBS = @LIBS@
140  depcomp = $(SHELL) $(top_srcdir)/config/depcomp  depcomp = $(SHELL) $(top_srcdir)/config/depcomp
141  @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/error$U.Po \  @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/error.Po \
142  @AMDEP_TRUE@    $(DEPDIR)/getopt$U.Po $(DEPDIR)/getopt1$U.Po \  @AMDEP_TRUE@    $(DEPDIR)/getopt$U.Po $(DEPDIR)/getopt1$U.Po \
143  @AMDEP_TRUE@    $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \  @AMDEP_TRUE@    $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
144  @AMDEP_TRUE@    $(DEPDIR)/obstack$U.Po $(DEPDIR)/quote$U.Po \  @AMDEP_TRUE@    $(DEPDIR)/obstack.Po $(DEPDIR)/quote$U.Po \
145  @AMDEP_TRUE@    $(DEPDIR)/quotearg$U.Po $(DEPDIR)/realloc.Po \  @AMDEP_TRUE@    $(DEPDIR)/quotearg$U.Po $(DEPDIR)/realloc.Po \
146  @AMDEP_TRUE@    $(DEPDIR)/stpcpy.Po $(DEPDIR)/strndup.Po \  @AMDEP_TRUE@    $(DEPDIR)/stpcpy.Po $(DEPDIR)/strndup.Po \
147  @AMDEP_TRUE@    $(DEPDIR)/strnlen.Po $(DEPDIR)/strspn.Po \  @AMDEP_TRUE@    $(DEPDIR)/strnlen.Po $(DEPDIR)/strspn.Po \
# Line 155  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $( Line 153  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(
153  CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
154  DIST_SOURCES = $(libbison_a_SOURCES)  DIST_SOURCES = $(libbison_a_SOURCES)
155  DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \  DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
156          malloc.c memchr.c realloc.c stpcpy.c strndup.c strnlen.c \          error.c error.h malloc.c memchr.c obstack.c obstack.h realloc.c \
157          strspn.c          stpcpy.c strndup.c strnlen.c strspn.c
158  SOURCES = $(libbison_a_SOURCES)  SOURCES = $(libbison_a_SOURCES)
159    
160  all: all-am  all: all-am
# Line 196  mostlyclean-kr: Line 194  mostlyclean-kr:
194          -test "$U" = "" || rm -f *_.c          -test "$U" = "" || rm -f *_.c
195    
196  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
197  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Po@am__quote@
198  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt$U.Po@am__quote@
199  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1$U.Po@am__quote@
200  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
201  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
202  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack.Po@am__quote@
203  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote$U.Po@am__quote@
204  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@
205  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@

Legend:
Removed from v.1.5.2.9  
changed lines
  Added in v.1.5.2.10

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