~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to src/sles/interface/makefile.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<html>
3
 
<head>
4
 
<title></title>
5
 
<meta name="generator" content="c2html 0.9.1">
6
 
<meta name="date" content="2002-05-31T16:21:18+00:00">
7
 
</head>
8
 
 
9
 
<body bgcolor="#FFFFFF">
10
 
<pre width="80"><font color="#A020F0"># $Id: makefile,v 1.32 2001/08/22 18:01:15 balay Exp $ </font>
11
 
 
12
 
<strong><font color="#FF0000">ALL:</font></strong> lib
13
 
 
14
 
CFLAGS   =
15
 
FFLAGS   =
16
 
SOURCEC  = sles.c 
17
 
SOURCEF  = 
18
 
SOURCEH  = 
19
 
OBJSC    = sles.o 
20
 
OBJSF    =
21
 
LIBBASE  = libpetscsles
22
 
MANSEC   = <A href="ROOT/docs/manualpages/SLES/SLES.html#SLES">SLES</A>
23
 
LOCDIR   = src/sles/interface/
24
 
 
25
 
include ${PETSC_DIR}/bmake/common/base
26
 
include ${PETSC_DIR}/bmake/common/test
27
 
</pre>
28
 
</body>
29
 
 
30
 
</html>