ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/X11
Revision: 1.4
Committed: Thu Mar 25 17:33:00 1999 UTC (26 years, 1 month ago) by williamc
Branch: MAIN
CVS Tags: ProtoEnd, 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
Branch point for: V0_9branch
Changes since 1.3: +1 -0 lines
Log Message:
Add all cmsim libraries and add xdr lib to X11 on Sun

File Contents

# User Rev Content
1 williamc 1.1 <Tool name=X11 version=R5>
2     <Environment name=X11_INC value=/usr/include/X11>
3     X11 include files default - if not overriden by architecture type
4     </Environment>
5     <Environment name=X11_LIB value=/usr/lib/X11>
6     X11 library location default - if not overridden
7     </Environment>
8    
9 williamc 1.3 <Architecture name=SunOS__5>
10 williamc 1.1 <Environment name=X11_INC value=/usr/openwin/include>
11     X11 include files default
12     </Environment>
13     <Environment name=X11_LIB value=/usr/openwin/lib>
14     X11 library location default
15     </Environment>
16     <LIB name=Xt>
17     <LIB name=X11>
18     <LIB name=Xi>
19     <LIB name=Xext>
20     </Architecture>
21    
22 williamc 1.3 <Architecture name=SunOS__4>
23 williamc 1.1 <Environment name=X11_INC value=/usr/local/X11R5/include>
24     X11 include files default
25     </Environment>
26     <Environment name=X11_LIB value=/usr/local/lib/X11R5>
27     X11 library location default
28     </Environment>
29     <LIB name=Xt>
30     <LIB name=X11>
31     <LIB name=Xi>
32     <LIB name=Xext>
33     </Architecture>
34    
35     <Architecture name=HP-UX>
36     <Environment name=X11_INC value=/usr/include/X11R5>
37     X11 include files default
38     </Environment>
39     <Environment name=X11_LIB value=/usr/lib/X11R5>
40     X11 library location default
41     </Environment>
42     <LIB name=Xt>
43     <LIB name=X11>
44     <LIB name=Xi>
45     <LIB name=Xext>
46     </Architecture>
47    
48 williamc 1.3 <Architecture name=Linux__2>
49 williamc 1.1 <Environment name=X11_INC value=/usr/X11R6/include>
50     X11 include files default
51     </Environment>
52     <Environment name=X11_LIB value=/usr/X11R6/lib>
53     X11 library location default
54     </Environment>
55     <LIB name=Xt>
56     <LIB name=Xpm>
57     <LIB name=X11>
58     </Architecture>
59    
60     <Architecture name=AIX>
61     <Environment name=X11_INC value=/usr/include/X11>
62     X11 include files default
63     </Environment>
64     <Environment name=X11_LIB value=/usr/lib>
65     X11 library location default
66     </Environment>
67     <LIB name=Xt>
68     <LIB name=X11>
69     <LIB name=PW>
70     </Architecture>
71    
72 williamc 1.3 <Architecture name=IRIX__6>
73 williamc 1.1 <LIB name=Xt>
74     <LIB name=Xpm>
75     <LIB name=X11>
76     <LIB name=Xext>
77     <LIB name=m>
78     <LIB name=SM>
79     <LIB name=ICE>
80     </Architecture>
81    
82     <Architecture name=OSF>
83     <LIB name=Xt>
84     <LIB name=X11>
85     <LIB name=m>
86     </Architecture>
87    
88     <Client>
89     <Environment name=LIBDIR default=$X11_LIB type=lib>
90     The Library location for the X11 distribution
91     </Environment>
92 williamc 1.3 <Environment name=INCLUDE default=$X11_INC>
93 williamc 1.1 The header file location for the X11 distribution
94     </Environment>
95     </Client>
96 williamc 1.3
97     <Architecture name=SunOS>
98     <LIB name=socket>
99 williamc 1.4 <LIB name=nsl>
100 williamc 1.3 </Architecture>
101 williamc 1.1 </Tool>