Move the scanner to a separate library.
authorJohan Dahlin <johan@gnome.org>
Tue, 25 Mar 2008 20:53:32 +0000 (20:53 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Tue, 25 Mar 2008 20:53:32 +0000 (20:53 +0000)
commit66ab1202b6499e030c32c9d0d3432e0b09bee7db
treead2a54a99ea71cf5c42afd03810a761f09096fb8
parent07d433428ed39ef43d0204cb44a75cb31d38016a
Move the scanner to a separate library.

2008-03-25  Johan Dahlin  <johan@gnome.org>

* Makefile.am:
* configure.ac:
* giscanner/Makefile.am:
* giscanner/sourcescanner.c:
* giscanner/sourcescanner.h:
* tools/Makefile.am:
* tools/grealpath.h:
* tools/sourcescanner.c:
* tools/sourcescanner.h:

Move the scanner to a separate library.

svn path=/trunk/; revision=164
ChangeLog
Makefile.am
configure.ac
giscanner/Makefile.am [new file with mode: 0644]
giscanner/grealpath.h [moved from tools/grealpath.h with 100% similarity]
giscanner/scannerlexer.l [new file with mode: 0644]
giscanner/scannerparser.y [new file with mode: 0644]
giscanner/sourcescanner.c [moved from tools/sourcescanner.c with 98% similarity]
giscanner/sourcescanner.h [moved from tools/sourcescanner.h with 95% similarity]
tools/Makefile.am