From 558bded5c085ed246c41133fa451b4912e48d6a0 Mon Sep 17 00:00:00 2001 From: gustavoromero Date: Tue, 7 Nov 2000 19:16:42 +0000 Subject: [PATCH] adding old targets --- eo/test/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index 9aea1d16..f2a7885b 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -13,7 +13,7 @@ LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a ############################################################################### -noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg +noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg t-eo ############################################################################### @@ -57,8 +57,6 @@ t_eoExternalEO_LDADD = $(LDADDS) ############################################################################### -############################################################################### - t_eoSymreg_SOURCES = t-eoSymreg.cpp t_eoSymreg_DEPENDENCIES = $(DEPS) t_eoSymreg_LDFLAGS = -lm @@ -66,4 +64,9 @@ t_eoSymreg_LDADD = $(LDADDS) ############################################################################### +t_eo_SOURCES = t-eo.cpp +t_eo_DEPENDENCIES = $(DEPS) +t_eo_LDFLAGS = -lm +t_eo_LDADD = $(LDADDS) +###############################################################################