From 1afbcc6fa34335e77e089ddc5d67d069d3189ea7 Mon Sep 17 00:00:00 2001 From: bustico Date: Tue, 8 Apr 2008 14:42:23 +0000 Subject: * fix a bug with the behavior of send system call in non blocking mode in some rare case * simplify ivythroutput and his fileset --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index acf17d6..1bbe910 100644 --- a/src/Makefile +++ b/src/Makefile @@ -127,8 +127,10 @@ TARGETLIBS=libivy.so.$(MAJOR).$(MINOR) libgivy.so.$(MAJOR).$(MINOR) libxtivy.so. .cpp.o: $(CPP) $(CFLAGS) $(BUGGY_DEBIAN_OPTION) -c $*.cpp -all: static-libs commands shared-libs pkgconf libomp tools +all: static-libs commands shared-libs pkgconf tools libomp: libivy_omp.a libivy_omp.so.$(MAJOR).$(MINOR) +omp: libomp + @(cd $(TOOLS_DIR) && $(MAKE) omp) static-libs: libivy.a libgivy.a libxtivy.a libglibivy.a libtclivy.a # not yet need Modified Glut libglutivy.a -- cgit v1.1