https://svn.lrde.epita.fr/svn/oln/trunk/metalic
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Clean up Metalic's distribution.
* mlc/TODO: Move...
* TODO: ...here.
* Makefile.am (EXTRA_DIST): New.
Add TODO.
* tests/Makefile.am (check_PROGRAMS): Add gcase.
(gcase_SOURCES): New.
Makefile.am | 2 ++
mlc/Makefile.am | 1 +
tests/Makefile.am | 2 ++
3 files changed, 5 insertions(+)
Index: tests/Makefile.am
--- tests/Makefile.am (revision 536)
+++ tests/Makefile.am (working copy)
@@ -9,6 +9,7 @@
check_PROGRAMS = \
case \
+ gcase \
if \
is_a \
or \
@@ -18,6 +19,7 @@
typedef
case_SOURCES = case.cc
+gcase_SOURCES = gcase.cc
if_SOURCES = if.cc
is_a_SOURCES = is_a.cc
or_SOURCES = or.cc
Index: Makefile.am
--- Makefile.am (revision 536)
+++ Makefile.am (working copy)
@@ -1,3 +1,5 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
SUBDIRS = mlc tests
+
+EXTRA_DIST = TODO
Index: mlc/Makefile.am
--- mlc/Makefile.am (revision 536)
+++ mlc/Makefile.am (working copy)
@@ -1,6 +1,7 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
mlcdir = $(includedir)/mlc
+
nobase_mlc_HEADERS = \
abort.hh \
assert.hh \