ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/node40.html
Revision: 1.1
Committed: Mon Nov 18 17:50:01 2002 UTC (22 years, 6 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V1_pre0, V0_19_7
Branch point for: SCRAM_V1_BRANCH
Log Message:
Generated and added HTML documentation.

File Contents

# User Rev Content
1 sashby 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2    
3     <!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
4     patched version by: Kenshi Muto, Debian Project.
5     LaTeX2HTML 2002 (1.62),
6     original version by: Nikos Drakos, CBLU, University of Leeds
7     * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
8     * with significant contributions from:
9     Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
10     <HTML>
11     <HEAD>
12     <TITLE>3.5.1.0.1 Example Binary BuildFile:</TITLE>
13     <META NAME="description" CONTENT="3.5.1.0.1 Example Binary BuildFile:">
14     <META NAME="keywords" CONTENT="SCRAM">
15     <META NAME="resource-type" CONTENT="document">
16     <META NAME="distribution" CONTENT="global">
17    
18     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
19     <META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
20     <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
21    
22     <LINK REL="STYLESHEET" HREF="SCRAM.css">
23    
24     <LINK REL="previous" HREF="node39.html">
25     <LINK REL="up" HREF="node39.html">
26     <LINK REL="next" HREF="node41.html">
27     </HEAD>
28    
29     <BODY bgcolor="beige" >
30     <!--Navigation Panel-->
31     <A NAME="tex2html904"
32     HREF="node41.html">
33     <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
34     SRC="file:/usr/share/latex2html/icons/next.png"></A>
35     <A NAME="tex2html898"
36     HREF="node39.html">
37     <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
38     SRC="file:/usr/share/latex2html/icons/up.png"></A>
39     <A NAME="tex2html894"
40     HREF="node39.html">
41     <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
42     SRC="file:/usr/share/latex2html/icons/prev.png"></A>
43     <A NAME="tex2html900"
44     HREF="node2.html">
45     <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
46     SRC="file:/usr/share/latex2html/icons/contents.png"></A>
47     <A NAME="tex2html902"
48     HREF="node85.html">
49     <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
50     SRC="file:/usr/share/latex2html/icons/index.png"></A>
51     <BR>
52     <B> Next:</B> <A NAME="tex2html905"
53     HREF="node41.html">3.5.2 Describing a Module</A>
54     <B> Up:</B> <A NAME="tex2html899"
55     HREF="node39.html">3.5.1 Describing a Binary</A>
56     <B> Previous:</B> <A NAME="tex2html895"
57     HREF="node39.html">3.5.1 Describing a Binary</A>
58     &nbsp <B> <A NAME="tex2html901"
59     HREF="node2.html">Contents</A></B>
60     &nbsp <B> <A NAME="tex2html903"
61     HREF="node85.html">Index</A></B>
62     <BR>
63     <BR>
64     <!--End of Navigation Panel-->
65    
66     <H4><A NAME="SECTION00451010000000000000">
67     3.5.1.0.1 <I>Example Binary BuildFile</I>:</A>
68     </H4> Here is an example of a
69     <TT>BuildFile</TT> to build two binary executables:
70    
71     <P>
72     <PRE>
73     &lt;environment&gt;
74     &lt;Group name=SimReader&gt;
75     &lt;Use name=CARF&gt;
76     &lt;bin file=testSimReader.cpp&gt;SimReader test executable&lt;/bin&gt;
77     &lt;bin file=testObserver.cpp&gt;Observer test executable&lt;/bin&gt;
78     &lt;/environment&gt;
79     </PRE>
80     <P>
81     The object files for both binaries are linked against the
82     libraries provided by group <TT>SimReader</TT> which is defined in the
83     <TT>CARF</TT> subsystem <TT>BuildFile</TT> to produce the executables.
84    
85     <P>
86     <BR><HR>
87     <ADDRESS>
88     scram-developers@cern.ch
89     </ADDRESS>
90     </BODY>
91     </HTML>