- 20 Mar, 2012 1 commit
-
-
Roland Levillain authored
* configure.ac: Here. Use `build-aux' as auxiliary directory instead of `config'. No longer configure config/Makefile. Pass option `-Wall' to automake. Quote all macros' arguments. * NEWS: Update. * TODO: Typo. * Makefile.am (SUBDIRS): Remove config. (EXTRA_DIST): Remove ChangeLog (automatically distributed). * config/Makefile: Remove. * man/Makefile.am (man_MANS): Rename as... (dist_man_MANS): ...this. (EXTRA_DIST): Remove. * src/Makefile.am (INCLUDES): Rename as... (AM_CFLAGS): ...this. Remove -I$(srcdir).
-
- 16 Sep, 2005 1 commit
-
-
Michaël Cadilhac authored
* src/named_subtree.h, * src/named_subtree.c: New. Named subtree related functions. Allow use in multi-rules. * src/rule.c, * src/rule.h: Move named subtree related functions to `src/named_subtree.[ch]'. Move memory cleaning related functions to `src/mem_clean.[ch]' * src/mem_clean.c, * src/mem_clean.h: New. Memory cleaning related functions. * src/emit_files.c: Use `mem_clean.h'. * src/parser.y, * src/emit_functions.c, * src/emit_cost.c: Allow named subtree in multi-rules. * src/main.c: Fix to (close to) compile with -pedantic. * src/Makefile.am: Add new files. * tests/sample.c.ref: Regen. * configure.ac, * NEWS: Bump to 1.0.4.
-
- 09 Sep, 2005 1 commit
-
-
Michaël Cadilhac authored
* src/monoburg.1: Remove. Move to... * man/monoburg.1: New. ... here and update. * src/Makefile.am: Delete man reference. * man/Makefile.am: New. Created accordingly. * man: New. Man path. * configure.ac: Update accordingly. * Makefile.am: Update accordingly.
-
- 13 Jul, 2005 1 commit
-
-
Michaël Cadilhac authored
* sample.brg: Move to... * tests/sample.brg: ...Here. * parser.y: Move to... * src/parser.y: ...Here. * monoburg.1: Move to... * src/monoburg.1: ...Here. * monoburg.c, * monoburg.h: Split in... * src/emit.c, * src/parser.h, * src/emit.h, * src/rule.c, * src/emit_kids.c, * src/rule.h, * src/check.c, * src/emit_files.c, * src/emit_pretty_print.c, * src/check.h, * src/main.c, * src/emit_cost.c, * src/emit_functions.c, * src/monoburg.h: ...These files. * src/Makefile.am, * tests/Makefile.am: New. Create accordingly. * NOTICE, * AUTHORS, * NEWS: New. Add some package related files. * configure.ac, * Makefile.am: Update accordingly.
-