mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Remove examples/local.mk.
examples/calc++/Makefile.am might be interesting to keep as is, since it is an example in itself. * examples/Makefile.am: Rename as... * examples/local.mk: this. Adjust. * Makefile.am, configure.ac: Adjust.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
|||||||
|
2008-11-15 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Remove examples/local.mk.
|
||||||
|
examples/calc++/Makefile.am might be interesting to keep as is, since
|
||||||
|
it is an example in itself.
|
||||||
|
|
||||||
|
* examples/Makefile.am: Rename as...
|
||||||
|
* examples/local.mk: this.
|
||||||
|
Adjust.
|
||||||
|
* Makefile.am, configure.ac: Adjust.
|
||||||
|
|
||||||
2008-11-15 Akim Demaille <demaille@gostai.com>
|
2008-11-15 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Remove build-aux/Makefile.am.
|
Remove build-aux/Makefile.am.
|
||||||
|
|||||||
@@ -17,7 +17,10 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = po runtime-po lib data src doc examples tests etc
|
SUBDIRS = po runtime-po lib data src doc tests etc
|
||||||
|
if BISON_CXX_WORKS
|
||||||
|
SUBDIRS += examples/calc++
|
||||||
|
endif
|
||||||
|
|
||||||
# Files installed for use by Automake.
|
# Files installed for use by Automake.
|
||||||
aclocaldir = @aclocaldir@
|
aclocaldir = @aclocaldir@
|
||||||
@@ -31,6 +34,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
|
|||||||
djgpp/fnchange.lst djgpp/testsuite.sed
|
djgpp/fnchange.lst djgpp/testsuite.sed
|
||||||
|
|
||||||
include build-aux/local.mk
|
include build-aux/local.mk
|
||||||
|
include examples/local.mk
|
||||||
|
|
||||||
.PHONY: maintainer-check
|
.PHONY: maintainer-check
|
||||||
maintainer-check:
|
maintainer-check:
|
||||||
|
|||||||
@@ -152,8 +152,7 @@ AC_CONFIG_FILES([Makefile
|
|||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
data/Makefile
|
data/Makefile
|
||||||
etc/Makefile
|
etc/Makefile
|
||||||
examples/Makefile
|
examples/calc++/Makefile
|
||||||
examples/calc++/Makefile
|
|
||||||
lib/Makefile src/Makefile
|
lib/Makefile src/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/yacc.1])
|
doc/yacc.1])
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
## Copyright (C) 2005, 2008 Free Software Foundation, Inc.
|
||||||
## Copyright (C) 2005 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -14,8 +13,4 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if BISON_CXX_WORKS
|
dist_noinst_SCRIPTS = examples/extexi
|
||||||
SUBDIRS = calc++
|
|
||||||
endif
|
|
||||||
|
|
||||||
dist_noinst_SCRIPTS = extexi
|
|
||||||
Reference in New Issue
Block a user