]> git.saurik.com Git - bison.git/blobdiff - lib/local.mk
output: record what generated files are source or report files
[bison.git] / lib / local.mk
index e9edefb296caa4dc47b28bd25969bd3c0b753db8..1069b50cc560601ae76675fe39f5becc0fbaaa88 100644 (file)
@@ -1,8 +1,5 @@
-# Make bison/lib.
-
-# Copyright (C) 2001-2004, 2006, 2008-2010 Free Software Foundation,
-# Inc.
-
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+#
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
@@ -51,11 +48,11 @@ lib_libbison_a_SOURCES +=                       \
 # Non-gnulib sources in Bison's internal library.
 lib_libbison_a_SOURCES +=                       \
   lib/get-errno.h                               \
-  lib/get-errno.c                               \
-  lib/subpipe.h                                 \
-  lib/subpipe.c
+  lib/get-errno.c
 
 # The Yacc compatibility library.
-lib_LIBRARIES = $(YACC_LIBRARY)
+if ENABLE_YACC
+lib_LIBRARIES = lib/liby.a
 EXTRA_LIBRARIES = lib/liby.a
 lib_liby_a_SOURCES = lib/main.c lib/yyerror.c
+endif