~ubuntu-branches/ubuntu/feisty/petsc/feisty

« back to all changes in this revision

Viewing changes to src/ksp/ksp/impls/lsqr/makefile

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2005-03-24 09:46:23 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050324094623-dfcxn8bltjms2cqq
Tags: 2.2.0-4
* Update for new mpich >> 1.2.5.3-2.
* Fixed src/inline/axpy.h for complex and UNROLL (closes: #284023, #293011).
* Added -fno-strict-aliasing to compile flags (closes: #274009).
* Switched SLES stuff to KSP in petsc.m4 (closes: 267796).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: makefile,v 1.33 2001/08/22 18:01:42 balay Exp $ 
 
2
 
 
3
ALL: lib 
 
4
 
 
5
CFLAGS   =
 
6
FFLAGS   =
 
7
SOURCEC  = lsqr.c
 
8
SOURCEF  =
 
9
OBJSC    = lsqr.o
 
10
OBJSF    =
 
11
LIBBASE  = libpetscksp
 
12
LOCDIR   = src/ksp/ksp/impls/lsqr/
 
13
 
 
14
include ${PETSC_DIR}/bmake/common/base
 
15
include ${PETSC_DIR}/bmake/common/test