~ubuntu-branches/ubuntu/trusty/scotch/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/esmumps-fix.patch/src/esmumps/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Adam C. Powell, IV
  • Date: 2010-12-29 13:07:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101229130719-jwalolw5d6av6wqx
Tags: 5.1.11.dfsg-1
[Christophe Trophime]
* New upstream release
* Forward-ported patches to version 5.1.10b.
* Install scotch headers properly.
* Fix chrpath commands in debian/rules.
* Fix (pt)scotch library install paths.
* Fix lintian errors and warnings.

[Adam C. Powell, IV]
* Forward-ported patches to version 5.1.11.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Copyright 2004,2007-2009 ENSEIRB, INRIA & CNRS
 
1
## Copyright 2004,2007-2010 ENSEIRB, INRIA & CNRS
2
2
##
3
3
## This file is part of the Scotch software package for static mapping,
4
4
## graph partitioning and sparse matrix ordering.
41
41
include ../Makefile.inc
42
42
 
43
43
%$(OBJ) :       %.c
44
 
                                $(CC) $(CFLAGS) -I$(includedir) -c $(<) -o $(@)
 
44
                                $(CC) $(CFLAGS) $(CLIBFLAGS) -I$(includedir) -c $(<) -o $(@)
45
45
 
46
46
%$(EXE) :       %.c
47
47
                                $(CC) $(CFLAGS) -I$(includedir) $(<) -o $(@) -L$(libdir) $(LDFLAGS) -L. -l$(ESMUMPSLIB) -l$(SCOTCHLIB) -l$(SCOTCHLIB)errexit
58
58
                                        main_esmumps$(EXE)
59
59
 
60
60
ptscotch                        :       clean
61
 
                                        $(MAKE) CFLAGS="$(CFLAGS) -DSCOTCH_PTSCOTCH" "CC=$(CCP)" SCOTCHLIB=ptscotch ESMUMPSLIB=ptesmumps        \
62
 
                                        libesmumps$(LIB)                                                                                        \
 
61
                                        $(MAKE) CFLAGS="$(CFLAGS) -DSCOTCH_PTSCOTCH" CC=$(CCP) SCOTCHLIB=ptscotch ESMUMPSLIB=ptesmumps  \
 
62
                                        libesmumps$(LIB)                                                                                \
63
63
                                        main_esmumps$(EXE)
64
64
 
65
65
install                         :