From c8e1897c969ce43b551c29d65bc605f175c01263 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 2 Jul 2009 19:48:34 +0000 Subject: Update trio to CVS checkout of 2009-07-02. svn path=/branches/BRANCH_6-3/; revision=5370 --- trio/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'trio/Makefile.in') diff --git a/trio/Makefile.in b/trio/Makefile.in index 7be4bcb1..f57f16ba 100644 --- a/trio/Makefile.in +++ b/trio/Makefile.in @@ -1,5 +1,6 @@ +SHELL = @SHELL@ CC = @CC@ -CFLAGS = @CFLAGS@ -DDEBUG +CFLAGS = @CFLAGS@ -I. -DDEBUG OBJS = triostr.o trio.o trionan.o TARGETLIB = libtrio.a TARGETINCS = trio.h triop.h triodef.h trionan.h triostr.h @@ -23,14 +24,14 @@ libdir = @libdir@ all: $(TARGETLIB) $(TARGET) regression -test: +test: all ./regression install: $(TARGETLIB) $(MKDIR) $(libdir) $(MKDIR) $(includedir) $(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB) - for i in $(TARGET_INCS);do \ + for i in $(TARGETINCS);do \ (set -x;$(INSTALL_DATA) $$i $(includedir)); \ done @@ -57,4 +58,4 @@ doc:: $(GENDOC) doc/trio.cfg clean: - $(ERASE) *~ core regression example $(TOBJS) $(OBJS) $(TARGET) $(TARGETLIB) example.o regression.o + $(ERASE) *~ core core.* regression example $(TOBJS) $(OBJS) $(TARGET) $(TARGETLIB) example.o regression.o -- cgit v1.2.3