diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-07-02 19:48:34 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-07-02 19:48:34 +0000 |
commit | c8e1897c969ce43b551c29d65bc605f175c01263 (patch) | |
tree | d976ad001b090dbebd5ee58a4929108de7ce426d /trio/Makefile.in | |
parent | 33c48f99e8b28504cc68a9bd672e487422602038 (diff) | |
download | fetchmail-c8e1897c969ce43b551c29d65bc605f175c01263.tar.gz fetchmail-c8e1897c969ce43b551c29d65bc605f175c01263.tar.bz2 fetchmail-c8e1897c969ce43b551c29d65bc605f175c01263.zip |
Update trio to CVS checkout of 2009-07-02.
svn path=/branches/BRANCH_6-3/; revision=5370
Diffstat (limited to 'trio/Makefile.in')
-rw-r--r-- | trio/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
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 |