~ubuntu-branches/ubuntu/precise/scotch/precise

« back to all changes in this revision

Viewing changes to src/Make.inc/Makefile.inc.x86-64_pc_freebsd

  • Committer: Package Import Robot
  • Author(s): "Adam C. Powell, IV"
  • Date: 2011-12-21 13:40:52 UTC
  • mfrom: (14.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111221134052-1yw353l7p7zoo51d
Tags: 5.1.12b.dfsg-1
* New upstream (closes: #652900).
* Rebuild with new mpi-defaults (closes: #652311).
* Forward-ported build-fixes.patch (just shifted one hunk two lines).
* New build-arch and build-indep targets in rules.
* Updated VCS URLs.
* Bumped Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXE             =
 
2
LIB             = .a
 
3
OBJ             = .o
 
4
 
 
5
MAKE            = gmake
 
6
AR              = ar
 
7
ARFLAGS         = -ruv
 
8
CAT             = cat
 
9
CCS             = cc
 
10
CCP             = mpicc
 
11
CCD             = cc
 
12
CFLAGS          += -std -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -DIDXSIZE64
 
13
CLIBFLAGS       =
 
14
LDFLAGS         += -lz -lm -lthread
 
15
CP              = cp
 
16
LEX             = flex -Pscotchyy -olex.yy.c
 
17
LN              = ln
 
18
MKDIR           = mkdir
 
19
MV              = mv
 
20
RANLIB          = ranlib
 
21
YACC            = bison -pscotchyy -y -b y