ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/X11
Revision: 1.4.2.2
Committed: Mon Sep 27 09:06:54 1999 UTC (25 years, 7 months ago) by williamc
Branch: V0_9branch
CVS Tags: V0_10_3, V0_10_2, V0_10_1, V0_10_0, V0_10_0beta, V0_9_42, V0_9_41, V0_9_40, V0_9_39, V0_9_38, V0_9_37
Changes since 1.4.2.1: +3 -0 lines
Log Message:
Add general sun support libs commonly used

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 williamc 1.4.2.1 <LIB name=Xi>
59     <LIB name=Xext>
60 williamc 1.1 </Architecture>
61    
62     <Architecture name=AIX>
63     <Environment name=X11_INC value=/usr/include/X11>
64     X11 include files default
65     </Environment>
66     <Environment name=X11_LIB value=/usr/lib>
67     X11 library location default
68     </Environment>
69     <LIB name=Xt>
70     <LIB name=X11>
71     <LIB name=PW>
72     </Architecture>
73    
74 williamc 1.3 <Architecture name=IRIX__6>
75 williamc 1.1 <LIB name=Xt>
76     <LIB name=Xpm>
77     <LIB name=X11>
78     <LIB name=Xext>
79     <LIB name=m>
80     <LIB name=SM>
81     <LIB name=ICE>
82     </Architecture>
83    
84     <Architecture name=OSF>
85     <LIB name=Xt>
86     <LIB name=X11>
87     <LIB name=m>
88     </Architecture>
89    
90     <Client>
91     <Environment name=LIBDIR default=$X11_LIB type=lib>
92     The Library location for the X11 distribution
93     </Environment>
94 williamc 1.3 <Environment name=INCLUDE default=$X11_INC>
95 williamc 1.1 The header file location for the X11 distribution
96     </Environment>
97     </Client>
98 williamc 1.3
99     <Architecture name=SunOS>
100 williamc 1.4.2.2 <LIB name=w>
101     <LIB name=gen>
102 williamc 1.3 <LIB name=socket>
103 williamc 1.4 <LIB name=nsl>
104 williamc 1.4.2.2 <LIB name=intl>
105 williamc 1.3 </Architecture>
106 williamc 1.1 </Tool>