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

Diff of /bison/lib/Makefile.am

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

revision 1.28 by akim, Wed Jul 31 19:52:13 2002 UTC revision 1.29 by eggert, Mon Aug 12 14:08:04 2002 UTC
# Line 21  CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) Line 21  CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
21    
22  noinst_LIBRARIES = libbison.a  noinst_LIBRARIES = libbison.a
23    
24  # libintl.h in is build/intl, libgettext.h in src/intl/,  # config.h is in build/., and system.h is in src/src/.
25  # config.h in build/., and system.h is in src/src/.  INCLUDES = -I$(top_builddir)      \
 INCLUDES = -I$(top_builddir)/intl \  
            -I$(top_builddir)      \  
26             -I$(top_srcdir)/src \             -I$(top_srcdir)/src \
            -I$(top_srcdir)/intl \  
27             -I$(top_srcdir)/lib             -I$(top_srcdir)/lib
28    
29  # 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
# Line 41  libbison_a_SOURCES = \ Line 38  libbison_a_SOURCES = \
38    getopt.h getopt.c getopt1.c \    getopt.h getopt.c getopt1.c \
39    hash.h hash.c \    hash.h hash.c \
40    quote.h quote.c quotearg.h quotearg.c \    quote.h quote.c quotearg.h quotearg.c \
41      readpipe.c unlocked-io.h \
42    xalloc.h xmalloc.c xstrdup.c xstrndup.c \    xalloc.h xmalloc.c xstrdup.c xstrndup.c \
43    readpipe.c    $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources)
44    
45  # Implementation of bitsets  # Implementation of bitsets
46  libbison_a_SOURCES += \  bitsets_sources = \
47  libiberty.h \  libiberty.h \
48  abitset.c  bitset.c        bitset_stats.h  ebitset.c  lbitset.h \  abitset.c  bitset.c        bitset_stats.h  ebitset.c  lbitset.h \
49  abitset.h  bitset.h        bitsetv.c       ebitset.h \  abitset.h  bitset.h        bitsetv.c       ebitset.h \
50  bbitset.h  bitset_stats.c  bitsetv.h       lbitset.c  bbitset.h  bitset_stats.c  bitsetv.h       lbitset.c
51    
52  # Additional bitset operations.  # Additional bitset operations.
53  libbison_a_SOURCES += \  additional_bitsets_sources = \
54          bitsetv-print.h bitsetv-print.c          bitsetv-print.h bitsetv-print.c
55    
56  # timevars, stolen from GCC.  # timevars, stolen from GCC.
57  libbison_a_SOURCES += \  timevars_sources = \
58          timevar.h timevar.c timevar.def          timevar.h timevar.c timevar.def
59    
60  libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@  libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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