~ubuntu-branches/debian/sid/abinit/sid

« back to all changes in this revision

Viewing changes to src/15rsprc/abinit.src

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-09-14 13:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20070914130500-1kzh2mrgo6ir4b6i
Tags: upstream-5.3.4.dfsg
ImportĀ upstreamĀ versionĀ 5.3.4.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Python -*-
 
2
#
 
3
# Copyright (c) 2005-2007 The ABINIT Group (Yann Pouillon)
 
4
# All rights reserved.
 
5
#
 
6
# This file is part of the ABINIT software package. For license information,
 
7
# please see the COPYING file in the top-level directory of the ABINIT source
 
8
# distribution.
 
9
#
 
10
 
 
11
#
 
12
# Source files making up the 0basis library
 
13
#
 
14
 
 
15
# Source file attributes
 
16
ABI_SRC_NIL = 0     # No attribute
 
17
ABI_SRC_BLT = 1     # The file is built by a script
 
18
ABI_SRC_DEP = 2     # The file depends on other files
 
19
 
 
20
# Source files
 
21
sources = [
 
22
"lavnl.F90",
 
23
"ladielmt.F90",
 
24
"moddiel_csrb.F90",
 
25
"prctfw3.F90",   
 
26
"prcrskerker2.F90",  
 
27
"prcrskerker1.F90",  
 
28
"prctfvw2.F90",  
 
29
"prctfvw1.F90"]
 
30