ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/SunCC
Revision: 1.2
Committed: Mon Aug 28 08:37:58 2000 UTC (24 years, 8 months ago) by williamc
Branch: MAIN
CVS Tags: V1_pre0, HEAD
Branch point for: SCRAM_V1_BRANCH
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
toolbox now outsourced

File Contents

# User Rev Content
1 williamc 1.1 <Tool name=SunCC version=4.2>
2     <splice variable=INCLUDE operator="s/ / -I/g">Standard Compiler Sysntax</splice>
3     <splice variable=LIBDIR operator="s/ / -L/g">Standard Compiler Sysntax</splice>
4     <splice variable=LIB operator="s/ / -l/g">Standard Compiler Sysntax</splice>
5     <splice variable=CPPDEFINES operator="s/ / -D/g">Standard Compiler Sysntax</splice>
6     <type name=debug variable=switch value=-g>
7     <type name=pic variable=pic value=-pic>
8     <type name=PIC variable=pic value=-PIC>
9     <type name=O variable=switch value=-O>
10     <type name=O4 variable=switch value=-O4>
11     <function out=exe in=C++Src>
12     <system>
13     CC $CPPDEFINES $INCLUDE $LIBDIR $LIB $type::pic $type::switch -o $outfile.o $infile -ptr$workdir
14     </system>
15     </function>
16     <function out=object in=C++Src>
17     <system>
18     CC $CPPDEFINES $INCLUDE $LIBDIR $LIB $type::pic $type::switch -c -o $outfile.o $infile -ptr$workdir
19     </system>
20     </function>
21     </type>
22     </type>
23     </type>
24     </type>
25     </type>
26     </Tool>