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

« back to all changes in this revision

Viewing changes to src/Make.inc/Makefile.inc.i686_pc_linux2.c99

  • 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
EXE             =
 
2
LIB             = .a
 
3
OBJ             = .o
 
4
 
 
5
MAKE            = make
 
6
AR              = ar
 
7
ARFLAGS         = -ruv
 
8
CAT             = cat
 
9
CCS             = gcc
 
10
CCP             = mpicc
 
11
CCD             = gcc
 
12
CFLAGS          = -std=c99 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD
 
13
CLIBFLAGS       =
 
14
LDFLAGS         = -lz -lm -lrt
 
15
CP              = cp
 
16
LEX             = flex -Pscotchyy -D_XOPEN_SOURCE=600 -olex.yy.c
 
17
LN              = ln
 
18
MKDIR           = mkdir
 
19
MV              = mv
 
20
RANLIB          = ranlib
 
21
YACC            = bison -pscotchyy -y -b y