Subversion Repositories tendra.SVN

Rev

Details | 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
# Headers from Xt
32
+IMPLEMENT "x5/aw", "X11/StringDefs.h" ;	# EXTENDED
33
 
34
# Headers from Xaw
35
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiSink.h" ;	# NEW
36
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiSrc.h" ;	# NEW
37
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiText.h" ;	# NEW
38
+IMPLEMENT "x5/aw", "X11/Xaw/Box.h" ;		# NEW
39
+IMPLEMENT "x5/aw", "X11/Xaw/Command.h" ;	# NEW
40
+IMPLEMENT "x5/aw", "X11/Xaw/Dialog.h" ;	# NEW
41
+IMPLEMENT "x5/aw", "X11/Xaw/Form.h" ;		# NEW
42
+IMPLEMENT "x5/aw", "X11/Xaw/Grip.h" ;		# NEW
43
+IMPLEMENT "x5/aw", "X11/Xaw/Label.h" ;		# NEW
44
+IMPLEMENT "x5/aw", "X11/Xaw/List.h" ;		# NEW
45
+IMPLEMENT "x5/aw", "X11/Xaw/MenuButton.h" ;	# NEW
46
+IMPLEMENT "x5/aw", "X11/Xaw/Paned.h" ;		# NEW
47
+IMPLEMENT "x5/aw", "X11/Xaw/Panner.h" ;	# NEW
48
+IMPLEMENT "x5/aw", "X11/Xaw/Porthole.h" ;	# NEW
49
+IMPLEMENT "x5/aw", "X11/Xaw/Repeater.h" ;	# NEW
50
+IMPLEMENT "x5/aw", "X11/Xaw/Scrollbar.h" ;	# NEW
51
+IMPLEMENT "x5/aw", "X11/Xaw/Simple.h" ;	# NEW
52
+IMPLEMENT "x5/aw", "X11/Xaw/SimpleMenu.h" ;	# NEW
53
+IMPLEMENT "x5/aw", "X11/Xaw/Sme.h" ;		# NEW
54
+IMPLEMENT "x5/aw", "X11/Xaw/SmeBSB.h" ;	# NEW
55
+IMPLEMENT "x5/aw", "X11/Xaw/SmeLine.h" ;	# NEW
56
+IMPLEMENT "x5/aw", "X11/Xaw/StripChart.h" ;	# NEW
57
+IMPLEMENT "x5/aw", "X11/Xaw/Text.h" ;		# NEW
58
+IMPLEMENT "x5/aw", "X11/Xaw/TextSink.h" ;	# NEW
59
+IMPLEMENT "x5/aw", "X11/Xaw/TextSrc.h" ;	# NEW
60
+IMPLEMENT "x5/aw", "X11/Xaw/Toggle.h" ;	# NEW
61
+IMPLEMENT "x5/aw", "X11/Xaw/Tree.h" ;		# NEW
62
+IMPLEMENT "x5/aw", "X11/Xaw/Viewport.h" ;	# NEW
63
 
64
# Headers from Xaw (Private)
65
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiSinkP.h" ;	# NEW
66
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiSrcP.h" ;	# NEW
67
+IMPLEMENT "x5/aw", "X11/Xaw/AsciiTextP.h" ;	# NEW
68
+IMPLEMENT "x5/aw", "X11/Xaw/BoxP.h" ;		# NEW
69
+IMPLEMENT "x5/aw", "X11/Xaw/CommandP.h" ;	# NEW
70
+IMPLEMENT "x5/aw", "X11/Xaw/DialogP.h" ;	# NEW
71
+IMPLEMENT "x5/aw", "X11/Xaw/FormP.h" ;		# NEW
72
+IMPLEMENT "x5/aw", "X11/Xaw/GripP.h" ;		# NEW
73
+IMPLEMENT "x5/aw", "X11/Xaw/LabelP.h" ;	# NEW
74
+IMPLEMENT "x5/aw", "X11/Xaw/ListP.h" ;		# NEW
75
+IMPLEMENT "x5/aw", "X11/Xaw/MenuButtoP.h" ;	# NEW
76
+IMPLEMENT "x5/aw", "X11/Xaw/PanedP.h" ;	# NEW
77
+IMPLEMENT "x5/aw", "X11/Xaw/PannerP.h" ;	# NEW
78
+IMPLEMENT "x5/aw", "X11/Xaw/PortholeP.h" ;	# NEW
79
+IMPLEMENT "x5/aw", "X11/Xaw/RepeaterP.h" ;	# NEW
80
+IMPLEMENT "x5/aw", "X11/Xaw/ScrollbarP.h" ;	# NEW
81
+IMPLEMENT "x5/aw", "X11/Xaw/SimpleP.h" ;	# NEW
82
+IMPLEMENT "x5/aw", "X11/Xaw/SimpleMenP.h" ;	# NEW
83
+IMPLEMENT "x5/aw", "X11/Xaw/SmeBSBP.h" ;	# NEW
84
+IMPLEMENT "x5/aw", "X11/Xaw/SmeLineP.h" ;	# NEW
85
+IMPLEMENT "x5/aw", "X11/Xaw/SmeP.h" ;		# NEW
86
+IMPLEMENT "x5/aw", "X11/Xaw/StripCharP.h" ;	# NEW
87
+IMPLEMENT "x5/aw", "X11/Xaw/TextP.h" ;		# NEW
88
+IMPLEMENT "x5/aw", "X11/Xaw/TextSinkP.h" ;	# NEW
89
+IMPLEMENT "x5/aw", "X11/Xaw/TextSrcP.h" ;	# NEW
90
+IMPLEMENT "x5/aw", "X11/Xaw/ToggleP.h" ;	# NEW
91
+IMPLEMENT "x5/aw", "X11/Xaw/TreeP.h" ;		# NEW
92
+IMPLEMENT "x5/aw", "X11/Xaw/ViewportP.h" ;	# NEW