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

« back to all changes in this revision

Viewing changes to src/sles/ksp/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.30 2001/08/22 18:01:35 balay Exp $ 
2
 
 
3
 
ALL: lib
4
 
 
5
 
SOURCEH  = kspimpl.h ../../../include/petscksp.h
6
 
DIRS     = interface impls
7
 
LOCDIR   = src/sles/ksp/
8
 
MANSEC   = KSP
9
 
 
10
 
include ${PETSC_DIR}/bmake/common/base
11
 
include ${PETSC_DIR}/bmake/common/test