ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/toolbox/X11
Revision: 1.4.2.1
Committed: Fri Jun 4 08:07:01 1999 UTC (25 years, 11 months ago) by williamc
Branch: V0_9branch
CVS Tags: 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
Changes since 1.4: +2 -0 lines
Log Message:
Add libs for Linux__2

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     <LIB name=socket>
101 williamc 1.4 <LIB name=nsl>
102 williamc 1.3 </Architecture>
103 williamc 1.1 </Tool>