Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#   		 Crown Copyright (c) 1997
2
#   
3
#   This TenDRA(r) Computer Program is subject to Copyright
4
#   owned by the United Kingdom Secretary of State for Defence
5
#   acting through the Defence Evaluation and Research Agency
6
#   (DERA).  It is made available to Recipients with a
7
#   royalty-free licence for its use, reproduction, transfer
8
#   to other parties and amendment for any purpose not excluding
9
#   product development provided that any such use et cetera
10
#   shall be deemed to be acceptance of the following conditions:-
11
#   
12
#       (1) Its Recipients shall ensure that this Notice is
13
#       reproduced upon any copies or amended versions of it;
14
#   
15
#       (2) Any amended version of it shall be clearly marked to
16
#       show both the nature of and the organisation responsible
17
#       for the relevant amendment or amendments;
18
#   
19
#       (3) Its onward transfer from a recipient to another
20
#       party shall be deemed to be that party's acceptance of
21
#       these conditions;
22
#   
23
#       (4) DERA gives no warranty or assurance as to its
24
#       quality or suitability for any purpose and DERA accepts
25
#       no liability whatsoever in relation to any use to which
26
#       it may be put.
27
#
28
$UNIQUE = 1 ;
29
$VERSION = "2.6" ;
30
 
31
# Standard MIT headers
32
+IMPLEMENT "x5/mit", "X11/Xfuncs.h" ;
33
+IMPLEMENT "x5/mit", "X11/Xos.h" ;
34
+IMPLEMENT "x5/mit", "X11/copyright.h" ;
35
 
36
# Standard bitmaps
37
+IMPLEMENT "x5/mit", "X11/bitmaps/1x1" ;
38
+IMPLEMENT "x5/mit", "X11/bitmaps/2x2" ;
39
+IMPLEMENT "x5/mit", "X11/bitmaps/black" ;
40
+IMPLEMENT "x5/mit", "X11/bitmaps/boxes" ;
41
+IMPLEMENT "x5/mit", "X11/bitmaps/calculator" ;
42
+IMPLEMENT "x5/mit", "X11/bitmaps/cntr_ptr" ;
43
+IMPLEMENT "x5/mit", "X11/bitmaps/cntr_ptrmsk" ;
44
+IMPLEMENT "x5/mit", "X11/bitmaps/cross_weave" ;
45
+IMPLEMENT "x5/mit", "X11/bitmaps/dimple1" ;
46
+IMPLEMENT "x5/mit", "X11/bitmaps/dimple3" ;
47
+IMPLEMENT "x5/mit", "X11/bitmaps/dot" ;
48
+IMPLEMENT "x5/mit", "X11/bitmaps/dropbar7" ;
49
+IMPLEMENT "x5/mit", "X11/bitmaps/dropbar8" ;
50
+IMPLEMENT "x5/mit", "X11/bitmaps/flagdown" ;
51
+IMPLEMENT "x5/mit", "X11/bitmaps/flagup" ;
52
+IMPLEMENT "x5/mit", "X11/bitmaps/flipped_gray" ;
53
+IMPLEMENT "x5/mit", "X11/bitmaps/gray" ;
54
+IMPLEMENT "x5/mit", "X11/bitmaps/gray1" ;
55
+IMPLEMENT "x5/mit", "X11/bitmaps/gray3" ;
56
+IMPLEMENT "x5/mit", "X11/bitmaps/hlines2" ;
57
+IMPLEMENT "x5/mit", "X11/bitmaps/hlines3" ;
58
+IMPLEMENT "x5/mit", "X11/bitmaps/icon" ;
59
+IMPLEMENT "x5/mit", "X11/bitmaps/keyboard16" ;
60
+IMPLEMENT "x5/mit", "X11/bitmaps/left_ptr" ;
61
+IMPLEMENT "x5/mit", "X11/bitmaps/left_ptrmsk" ;
62
+IMPLEMENT "x5/mit", "X11/bitmaps/letters" ;
63
+IMPLEMENT "x5/mit", "X11/bitmaps/menu10" ;
64
+IMPLEMENT "x5/mit", "X11/bitmaps/light_gray" ;
65
+IMPLEMENT "x5/mit", "X11/bitmaps/mailempty" ;
66
+IMPLEMENT "x5/mit", "X11/bitmaps/mailemptymsk" ;
67
+IMPLEMENT "x5/mit", "X11/bitmaps/mailfull" ;
68
+IMPLEMENT "x5/mit", "X11/bitmaps/mailfullmsk" ;
69
+IMPLEMENT "x5/mit", "X11/bitmaps/menu12" ;
70
+IMPLEMENT "x5/mit", "X11/bitmaps/menu16" ;
71
+IMPLEMENT "x5/mit", "X11/bitmaps/menu8" ;
72
+IMPLEMENT "x5/mit", "X11/bitmaps/noletters" ;
73
+IMPLEMENT "x5/mit", "X11/bitmaps/opendot" ;
74
+IMPLEMENT "x5/mit", "X11/bitmaps/opendotMask" ;
75
+IMPLEMENT "x5/mit", "X11/bitmaps/plaid" ;
76
+IMPLEMENT "x5/mit", "X11/bitmaps/right_ptr" ;
77
+IMPLEMENT "x5/mit", "X11/bitmaps/right_ptrmsk" ;
78
+IMPLEMENT "x5/mit", "X11/bitmaps/root_weave" ;
79
+IMPLEMENT "x5/mit", "X11/bitmaps/scales" ;
80
+IMPLEMENT "x5/mit", "X11/bitmaps/sipb" ;
81
+IMPLEMENT "x5/mit", "X11/bitmaps/star" ;
82
+IMPLEMENT "x5/mit", "X11/bitmaps/starMask" ;
83
+IMPLEMENT "x5/mit", "X11/bitmaps/stipple" ;
84
+IMPLEMENT "x5/mit", "X11/bitmaps/stripe4" ;
85
+IMPLEMENT "x5/mit", "X11/bitmaps/target" ;
86
+IMPLEMENT "x5/mit", "X11/bitmaps/terminal" ;
87
+IMPLEMENT "x5/mit", "X11/bitmaps/tie_fighter" ;
88
+IMPLEMENT "x5/mit", "X11/bitmaps/vlines2" ;
89
+IMPLEMENT "x5/mit", "X11/bitmaps/vlines3" ;
90
+IMPLEMENT "x5/mit", "X11/bitmaps/weird_size" ;
91
+IMPLEMENT "x5/mit", "X11/bitmaps/wide_weave" ;
92
+IMPLEMENT "x5/mit", "X11/bitmaps/wingdogs" ;
93
+IMPLEMENT "x5/mit", "X11/bitmaps/xfd_icon" ;
94
+IMPLEMENT "x5/mit", "X11/bitmaps/xlogo11" ;
95
+IMPLEMENT "x5/mit", "X11/bitmaps/xlogo16" ;
96
+IMPLEMENT "x5/mit", "X11/bitmaps/xlogo32" ;
97
+IMPLEMENT "x5/mit", "X11/bitmaps/xlogo64" ;