X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae64af3556d36c1e3b7d0d0033def2a58e1f486e..2efa0406e3ce614d575ad0462afd3b18b04b2d06:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index b1ae1397..2a24d0d0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,10 +15,9 @@ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ## 02111-1307 USA -AUTOMAKE_OPTIONS = ansi2knr - -CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) +AM_CFLAGS = $(WARNING_CFLAGS) +lib_LIBRARIES = liby.a noinst_LIBRARIES = libbison.a # config.h is in build/., and system.h is in src/src/. @@ -26,6 +25,8 @@ INCLUDES = -I$(top_builddir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/lib +liby_a_SOURCES = main.c yyerror.c + # Heck, we are still using an old version of Automake which does not # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from # configure.in). @@ -34,10 +35,12 @@ EXTRA_DIST = malloc.c realloc.c strnlen.c libbison_a_SOURCES = \ gettext.h \ basename.c dirname.h dirname.c \ + get-errno.h get-errno.c \ getopt.h getopt.c getopt1.c \ hash.h hash.c \ + mbswidth.h mbswidth.c \ quote.h quote.c quotearg.h quotearg.c \ - readpipe.c unlocked-io.h \ + subpipe.h subpipe.c unlocked-io.h \ xalloc.h xmalloc.c xstrdup.c xstrndup.c \ $(bitsets_sources) $(additional_bitsets_sources) $(timevars_sources)