]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix path. No output.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 20 Aug 2004 20:02:01 +0000 (20:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 20 Aug 2004 20:02:01 +0000 (20:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@9561 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/umfpack/AMD/Source/Makefile

index 499304ea67b42450d836eff76e50ef7e7e666ec7..5ec56aed4e3925149a3b3294a67a3bd2ec3b016e 100644 (file)
@@ -24,12 +24,12 @@ AMDL = $(addprefix $D/lib/contrib/umfpack/, $(addsuffix .$(OBJEXT), $(subst amd_
 # compile each int and long routine (with no real/complex version)
 #-------------------------------------------------------------------------------
 
-$D/lib/umfpack/amd_i_%.$(OBJEXT): amd_%.c $(INC)
+$D/lib/contrib/umfpack/amd_i_%.$(OBJEXT): amd_%.c $(INC)
        @echo =====umfpack==========optimized==$(MT)== $(<F)
-       $(CC) $(CFLAGS) -I../Include -DDINT -c $< -o $@
+       @$(CC) $(CFLAGS) -I../Include -DDINT -c $< -o $@
 
-$D/lib/umfpack/amd_l_%.$(OBJEXT): amd_%.c $(INC)
+$D/lib/contrib/umfpack/amd_l_%.$(OBJEXT): amd_%.c $(INC)
        @echo =====umfpack==========optimized==$(MT)== $(<F)
-       $(CC) $(CFLAGS) -I../Include -DDLONG -c $< -o $@
+       @$(CC) $(CFLAGS) -I../Include -DDLONG -c $< -o $@
 
 all: $(AMDI) $(AMDL)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.