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

« back to all changes in this revision

Viewing changes to src/sys/src/adic/makefile

  • 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
# $Id: makefile,v 1.13 2001/08/22 18:02:43 balay Exp $ 
 
2
 
 
3
ALL: lib
 
4
 
 
5
SOURCEH  =  ../../../../include/adic/ad_deriv.h             ../../../../include/adic/run-map.h \
 
6
            ../../../../include/adic/ad_grad.h              ../../../../include/adic/ad_grad_daxpy.h \
 
7
            ../../../../include/adic/ad_grad_macro_axpys.h  ../../../../include/adic/ad_utils.h \
 
8
            ../../../../include/adic/adintr_proto.h         ../../../../include/adic/adintrinsics.h \
 
9
            ../../../../include/adic/initcommon.h           ../../../../include/adic/initenum.h \
 
10
            ../../../../include/adic/knr-compat.h           ../../../../include/adic/run-alloc.h
 
11
DIRS     = adic adintrinsics Gradient
 
12
LOCDIR   = src/sys/src/adic/
 
13
NOADIC   = false
 
14
MANSEC   = Sys
 
15
 
 
16
include ${PETSC_DIR}/bmake/common/base
 
17
include ${PETSC_DIR}/bmake/common/test