From 9411f588d1e186ab160e6b315b93aaeae61c8c9c Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 20 Aug 2007 22:49:43 +0000 Subject: [PATCH] Fix Makefile for the case of static libraries in which case the order of libs was wrong. git-svn-id: https://svn.dealii.org/trunk@15000 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/doxygen/Makefile | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/deal.II/examples/doxygen/Makefile b/deal.II/examples/doxygen/Makefile index 422270a3e2..1ed195f86c 100644 --- a/deal.II/examples/doxygen/Makefile +++ b/deal.II/examples/doxygen/Makefile @@ -2,7 +2,7 @@ # $Id$ # Version: $Name$ # -# Copyright (C) 1998 - 2006 by the deal.II authors +# Copyright (C) 1998 - 2007 by the deal.II authors # # This file is subject to QPL and may not be distributed # without copyright and license information. Please refer @@ -19,25 +19,28 @@ all: product_matrix$(EXEEXT) block_matrix_array$(EXEEXT) \ # Compilation of source code ###################################################################### -%.$(OBJEXT) : - @echo =====debug======$(MT)== $< - @$(CXX) $(CXXFLAGS.g) $(CXXFLAGS) -c $< -o $@ +./%.g.$(OBJEXT) : + @echo ==============debug========= $(