]> git.saurik.com Git - bison.git/commit - configure.ac
Remove src/Makefile.am.
authorAkim Demaille <demaille@gostai.com>
Tue, 23 Sep 2008 13:54:56 +0000 (15:54 +0200)
committerAkim Demaille <demaille@gostai.com>
Sat, 15 Nov 2008 09:47:15 +0000 (10:47 +0100)
commit0305d25eb08b0128d759cc70370524f48bb47290
tree659298d149a53860f07d3d9c8fe73ae9204ba96c
parent5277c0a30453b4fb279022b467e3c7960d07fb2c
Remove src/Makefile.am.

* src/Makefile.am: Rename as...
* src/local.mk: this.
Prefix all the paths with src/.
(AUTOMAKE_OPTIONS): Build object files in the sub dirs.
(AM_CPPFLAGS): Find find in builddir/src.
(YACC): Move the flags into...
(AM_YFLAGS): here.
* maint.mk (sc_tight_scope): Disable.
It used to bounce to the version in src/Makefile.am which is now
part of this very Makefile.
* Makefile.am, configure.ac: Adjust.
* src/scan-code-c.c, src/scan-code.l: We can no longer rely on
include "..." to find files "here": we are no longer in src/, so
qualify the includes with src/.
* doc/Makefile.am (PREPATH): No longer include the top_builddir
prefix.
(.x.1): Adjust to be able to create src/foo from the top level
Makefile, instead of going bounce to src/Makefile the creation of
foo.
13 files changed:
ChangeLog
Makefile.am
configure.ac
doc/Makefile.am
maint.mk
src/Makefile.am [deleted file]
src/local.mk [new file with mode: 0644]
src/scan-code-c.c
src/scan-code.l
src/scan-gram-c.c
src/scan-gram.l
src/scan-skel-c.c
src/scan-skel.l