]> granicus.if.org Git - yasm/commit
Flatten the tools/re2c build.
authorPeter Johnson <peter@tortall.net>
Fri, 9 Aug 2002 05:22:07 +0000 (05:22 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 9 Aug 2002 05:22:07 +0000 (05:22 -0000)
commit6c7bb59857fe5c33473fcfd3fb5dfa8126d1f9c4
treebe3c88b15b25624254d7c8432edeb27c6b1c406b
parentd719ad2d47897b44a63b9e0d14dad5085064c998
Flatten the tools/re2c build.
 - Moved (by repocopy) main.c to re2c.c
 - Moved (by repocopy) parser.y to re2c-parser.y
 - Changed to Makefile.inc's rather than Makefile.am's
 - Modified all the source file local includes to point to tools/re2c/*.h

svn path=/trunk/yasm/; revision=668
26 files changed:
Makefile.am
configure.ac
tools/Makefile.am [deleted file]
tools/Makefile.inc [new file with mode: 0644]
tools/re2c/.cvsignore [deleted file]
tools/re2c/Makefile.am [deleted file]
tools/re2c/Makefile.inc
tools/re2c/actions.c
tools/re2c/basics.h
tools/re2c/code.c
tools/re2c/dfa.c
tools/re2c/dfa.h
tools/re2c/globals.h
tools/re2c/ins.h
tools/re2c/main.c [deleted file]
tools/re2c/parse.h
tools/re2c/parser.y [deleted file]
tools/re2c/re.h
tools/re2c/re2c-parser.y
tools/re2c/re2c.c
tools/re2c/scanner.c
tools/re2c/scanner.h
tools/re2c/scanner.re
tools/re2c/substr.c
tools/re2c/substr.h
tools/re2c/translate.c