ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/Motif
Revision: 1.3
Committed: Wed Mar 24 16:33:49 1999 UTC (26 years, 1 month ago) by williamc
Branch: MAIN
CVS Tags: ProtoEnd, V0_9_36, V0_9_35, V0_9_34, V0_9_33, V0_9_32, V0_9_31, V0_9_30, V0_9_29, V0_9_28, V0_9_27, V0_9_26, V0_9_25, V0_9_24, V0_9_23, V0_9_22, V0_9_21, V0_9_20, V0_9_19, V0_9_18, V0_9_17, V0_9_16, V0_9_15, V0_9_14, V0_9_13, V0_9_12, V0_9_11, V0_9_10, V0_9_9, V0_9_8, V0_9_7, V0_9_6, V0_9_5, V0_9_4, V0_9_3, V0_9_2, V0_9_1, V0_9, V0_8, V0_7, V0_6, V0_5, V0_4, V0_3, V0_2
Branch point for: V0_9branch
Changes since 1.2: +1 -1 lines
Log Message:
Fix include path

File Contents

# User Rev Content
1 williamc 1.2 <Tool name=Motif version=test>
2 williamc 1.1 <Environment name=Motif_INC value=/usr/include/X11>
3     Motif include files default - if not overriden by architecture type
4     </Environment>
5     <Environment name=Motif_LIB value=/usr/lib/X11>
6     Motif library location default - if not overridden
7     </Environment>
8     <LIB name=Xm>
9    
10 williamc 1.2 <Architecture name=SunOS>
11 williamc 1.1 <Environment name=Motif_INC value=/usr/dt/include>
12     Motif include files default
13     </Environment>
14     <Environment name=Motif_LIB value=/usr/dt/lib>
15     Motif library location default
16     </Environment>
17     </Architecture>
18    
19     <Architecture name=HP-UX>
20     <Environment name=Motif_INC value=/usr/dt/include>
21     Motif include files default
22     </Environment>
23     <Environment name=Motif_LIB value=/usr/dt/lib>
24     Motif library location default
25     </Environment>
26     </Architecture>
27    
28     <Architecture name=IRIX>
29     <Environment name=Motif_INC value=/usr/include/X11>
30     Motif include files default
31     </Environment>
32     <Environment name=Motif_LIB value=/usr/lib/X11>
33     Motif library location default
34     </Environment>
35 williamc 1.2 </Architecture>
36 williamc 1.1
37     <Client>
38     <Environment name=LIBDIR default=$Motif_LIB type=lib>
39     The Library location for the Motif distribution
40     </Environment>
41 williamc 1.3 <Environment name=INCLUDE default=$Motif_INC>
42 williamc 1.1 The header file location for the Motif distribution
43     </Environment>
44     </Client>
45     </Tool>