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

« back to all changes in this revision

Viewing changes to src/sys/src/f90/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.4">
 
6
<meta name="date" content="2004-02-27T19:57:08+00:00">
 
7
</head>
 
8
 
 
9
<body bgcolor="#FFFFFF">
 
10
<pre width="80"><font color="#A020F0"># $Id: makefile,v 1.6 2001/08/22 17:59:43 balay Exp $ </font>
 
11
 
 
12
<font color="#A020F0">#requirespackage 'PETSC_HAVE_F90_H'</font>
 
13
<strong><font color="#FF0000">ALL:</font></strong> lib
 
14
 
 
15
CFLAGS   =
 
16
FFLAGS   =
 
17
SOURCEC  = f90_common.c
 
18
SOURCEF  = 
 
19
SOURCEH  = f90_nag.c f90_IRIX.c f90_rs6000.c f90_t3e.c f90_solaris.c f90_hpux.c \
 
20
           f90_win32.c f90_alpha.c f90_solaris_old.c f90_absoft.c
 
21
OBJSC    = f90_common.o
 
22
OBJSF    = 
 
23
LIBBASE  = libpetsc
 
24
MANSEC   = Sys
 
25
DIRS     = 
 
26
LOCDIR   = src/sys/src/f90/
 
27
 
 
28
include ${PETSC_DIR}/bmake/common/base
 
29
include ${PETSC_DIR}/bmake/common/test
 
30
 
 
31
 
 
32
</pre>
 
33
</body>
 
34
 
 
35
</html>