~ubuntu-branches/ubuntu/trusty/silo-llnl/trusty

« back to all changes in this revision

Viewing changes to tools/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2011-04-13 09:51:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110413095126-atc2usqeq10tp3f2
Tags: 4.8-3
Include patch by Nobuhiro Iwamatsu to build on SH4. Closes: #609074. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
CC_FULLPATH = /usr/bin/gcc
125
125
CFLAGS = -g -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wdeclaration-after-statement
126
126
CONFIG_CMD = ./configure '--build=i486-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/silo-llnl' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-qt=/usr' '--enable-pythonmodule' '--enable-silex' '--with-qt-bin=/usr/bin' '--with-qt-lib=/usr/lib' '--with-qt-include=/usr/include/qt4' '--with-hdf5=/usr/include,/usr/lib' 'PYTHON=python2.6' 'build_alias=i486-linux-gnu' 'CXXFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=-g -O2' 'FFLAGS=-g -O2'
127
 
CONFIG_DATE = Mon Apr 11 04:46:15 IST 2011
 
127
CONFIG_DATE = Mon Apr 11 07:04:25 IST 2011
128
128
CONFIG_USER = alastair@debian
129
129
CPP = gcc -E
130
130
CPPFLAGS = -I/usr/include