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

« back to all changes in this revision

Viewing changes to debian/Makefile_long.inc

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Johannes Ring, Adam C. Powell, IV, Angel Abad
  • Date: 2011-03-27 14:55:43 UTC
  • Revision ID: james.westby@ubuntu.com-20110327145543-4z6ls5frctvzodla
Tags: 5.1.11.dfsg-4
[Christophe Trophime]
* Add support for multiple Integer size versions (closes: #619840)
* debian/rules : rewrite to support multiple integer size versions and remove
  cdbs

[Johannes Ring]
* Remove -DSCOTCH_PTHREAD option from debian/Makefile*.inc (closes: #612621)
* Removed no-extra-clean.patch (closes: #612606).

[ Adam C. Powell, IV ]
* Fixed a couple of issues in debian/rules clean target.
* Reinstated debugging package builds after cdbs removal.

[ Angel Abad ]
* Fix FTBFS with binutils-gold (closes: #612170)

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 -I/usr/include/mpi -I/usr/include/lam
 
10
CCP     = mpicc
 
11
CCD     = gcc -I/usr/include/mpi -I/usr/include/lam
 
12
CFLAGS  = -O3 -I. -fPIC -I/usr/include/mpi -I/usr/include/lam -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DLONG -DSCOTCH_COLLECTIVE
 
13
LDFLAGS = -lz -lm -lrt
 
14
CP      = cp
 
15
LEX     = flex
 
16
LN      = ln
 
17
MKDIR   = mkdir
 
18
MV      = mv
 
19
RANLIB  = ranlib
 
20
YACC    = bison -y