From efd3b1deb9efef9a16544e343dfca6109bc23e67 Mon Sep 17 00:00:00 2001 From: bustico Date: Tue, 6 May 2008 14:36:21 +0000 Subject: fix Makefile for non omp target --- src/Makefile | 7 ++++--- src/ivy.c | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 1bbe910..686055b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -127,7 +127,7 @@ 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 tools +all: static-libs shared-libs pkgconf tools libomp: libivy_omp.a libivy_omp.so.$(MAJOR).$(MINOR) omp: libomp @(cd $(TOOLS_DIR) && $(MAKE) omp) @@ -138,7 +138,6 @@ static-libs: libivy.a libgivy.a libxtivy.a libglibivy.a libtclivy.a shared-libs: $(TARGETLIBS) # not yet need Modified Glut libglutivy.so.$(MAJOR).$(MINOR) -commands: $(TARGETS) ivybind.o: ivybind.c $(CC) -c $(CFLAGS) $(REGEXP) $(PCREINC) ivybind.c @@ -312,8 +311,10 @@ installdocs: install: installlibs installbins installliblinks installdocs includes installpkgconf install_omp: installlibs_omp installbins_omp -tools: static-libs libomp +tools: static-libs @(cd $(TOOLS_DIR) && $(MAKE)) +tools_omp: libomp + @(cd $(TOOLS_DIR) && $(MAKE) omp) rpm:: /usr/bin/rpmize diff --git a/src/ivy.c b/src/ivy.c index 821f128..2bc958f 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -16,8 +16,7 @@ */ /* - TODO : ° mettre à jour la doc / site web - ° faire un configure + TODO : ° faire un configure */ #ifdef OPENMP -- cgit v1.1