From 2b066ec1b8801b08052a68282ce34ef9c425ae8f Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 21 May 2005 01:35:34 +0000 Subject: * at long last, a more full-bodied snapshot 2005-05-20 Frank Ch. Eigler Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ff1651c4..d1ea8e1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,8 @@ AM_MAKEFLAGS = 'CXXFLAGS=$(CXXFLAGS)' 'LDFLAGS=$(LDFLAGS)' bin_PROGRAMS = -noinst_PROGRAMS = parsetest semtest -parsetest_SOURCES = parse.cxx staptree.cxx parsetest.cxx -semtest_SOURCES = parse.cxx staptree.cxx semtest.cxx +noinst_PROGRAMS = stap +stap_SOURCES = parse.cxx staptree.cxx elaborate.cxx translate.cxx main.cxx AM_CXXFLAGS = -Wall # Get extra libs as needed -- cgit