Add emacs and vim editing settings to the bottom of *.py files.
[scons.git] / src / engine / SCons / Tool / cvf.xml
1 <!--
2 __COPYRIGHT__
3
4 This file is processed by the bin/SConsDoc.py module.
5 See its __doc__ string for a discussion of the format.
6 -->
7 <tool name="cvf">
8 <summary>
9 Sets construction variables for the Compaq Visual Fortran compiler.
10 </summary>
11 <sets>
12 FORTRAN
13 FORTRANCOM
14 FORTRANPPCOM
15 SHFORTRANCOM
16 SHFORTRANPPCOM
17 OBJSUFFIX
18 FORTRANMODDIR
19 FORTRANMODDIRPREFIX
20 FORTRANMODDIRSUFFIX
21 </sets>
22 <uses>
23 FORTRANFLAGS
24 SHFORTRANFLAGS
25 _FORTRANMODFLAG
26 _FORTRANINCFLAGS
27 CPPFLAGS
28 _CPPDEFFLAGS
29 </uses>
30 </tool>