root/branches/scons_build_creation/CommonConf/common.libs.in

Revision 60, 10.4 kB (checked in by allenb, 2 years ago)

Merge from trunk: Using command: svn merge -r16:56 https://opensg.vrsource.org/svn/trunk

  • Property svn:eol-style set to native
Line 
1
2 ac_gdz_package_order="BaseLib SystemLib DrawableLib StateLib GroupLib TextLib WindowLib FileIOLib ImageFileIOLib RenderTraversalLib UtilLib WindowXLib WindowWIN32Lib WindowGLUTLib"
3 ac_gdz_package_order_test="BaseTest SystemTest DrawableTest StateTest GroupTest TextTest WindowTest FileIOTest ImageFileIOTest RenderTraversalTest UtilTest WindowXTest WindowGLUTTest"
4
5 ac_gdz_packages="Base System Drawable State Group Text Window FileIO ImageFileIO RenderTraversal Util WindowX WindowWIN32 WindowGLUT "
6
7 #WindowX WindowWIN32 WindowQT "
8
9 #Experimental "
10
11 ac_gdz_package_name_Base="Base"
12 #ac_gdz_package_dirs_Base="Base/OSHelpers/darwin@darwin Base/StringConversion@ "
13 ac_gdz_package_dirs_Base="Base/Base@ Base/Threading@ Base/Field@ Base/Field/Wrapper@ Base/Network/Base@ Base/Network/Socket@ "
14 ac_gdz_package_inc_dep_Base="GL"
15 ac_gdz_package_link_dep_Base=""
16 ac_gdz_package_testinc_dep_Base=""
17 ac_gdz_package_testlink_dep_Base="GL"
18 ac_gdz_package_def_Base="OSG_COMPILEBASELIB"
19
20
21 ac_gdz_package_name_System="System"
22 #ac_gdz_package_dirs_System="System/FieldContainer/Impl@ System/Image@ System/Material@   System/NodeCores/Drawables/Geometry@ System/NodeCores/Drawables/Particles@ System/NodeCores/Drawables/Misc@  System/State@ System/Window@ System/Statistics@  System/GraphOp@"
23 ac_gdz_package_dirs_System="System/FieldContainer/Base@ System/FieldContainer/Mixins@ System/FieldContainer/Node@ System/FieldContainer/Attachments@ System/FieldContainer/Fields@ System/FieldContainer/Fields/Wrapper@ System/Action/Base@ System/Action/RenderAction@ System/Image@ System/Image/WS@ System/FileIO/Base@ System/FileIO/ScanParseSkel@ System/FileIO/OSG@ System/Action/IntersectAction@ System/State/Base@ System/State/Base/WS@ System/Material/Base@ System/Material/Simple@ System/NodeCores/Groups/Base@ System/NodeCores/Drawables/Base@ System/Window/Base@ System/Statistics/Base@ System/Window/FrameBufferObjects@ System/RenderingBackend@ "
24 ac_gdz_package_inc_dep_System="@Base@ GL"
25 ac_gdz_package_link_dep_System="BaseLib TIF JPG PNG MNG "
26 ac_gdz_package_testinc_dep_System="GLUT WindowSystem/GLUT "
27 ac_gdz_package_testlink_dep_System="WindowGLUTLib GLUT GL TIF JPG PNG MNG"
28 ac_gdz_package_def_System="OSG_COMPILESYSTEMLIB"
29
30
31 ac_gdz_package_name_Drawable="Drawable"
32 ac_gdz_package_dirs_Drawable="System/NodeCores/Drawables/Geometry/Base@ System/NodeCores/Drawables/Geometry/Base/WS@ System/NodeCores/Drawables/Geometry/Properties@ System/NodeCores/Drawables/Geometry/Iterator@ System/NodeCores/Drawables/Geometry/Wrapper@ System/NodeCores/Drawables/Geometry/Util@ System/NodeCores/Drawables/Particles@ "
33 ac_gdz_package_inc_dep_Drawable="@Base@ @System@ GL"
34 ac_gdz_package_link_dep_Drawable="BaseLib SystemLib TIF JPG PNG MNG"
35 ac_gdz_package_testinc_dep_Drawable="@Group@ @Util@ @Window@ GLUT WindowSystem/GLUT "
36 ac_gdz_package_testlink_dep_Drawable="GroupLib WindowLib UtilLib WindowGLUTLib GLUT GL TIF JPG PNG MNG"
37 ac_gdz_package_def_Drawable="OSG_COMPILEDRAWABLELIB"
38
39
40 ac_gdz_package_name_State="State"
41 ac_gdz_package_dirs_State="System/State/OpenGL@ System/State/NVidia@ System/State/ARBProgram@ System/State/SHL@ System/State/SHL/Parameter@ "
42 ac_gdz_package_inc_dep_State="@Base@ @System@ GL"
43 ac_gdz_package_link_dep_State="BaseLib SystemLib TIF JPG PNG MNG"
44 ac_gdz_package_testinc_dep_State="GLUT WindowSystem/GLUT "
45 ac_gdz_package_testlink_dep_State="WindowGLUTLib GLUT GL TIF JPG PNG MNG"
46 ac_gdz_package_def_State="OSG_COMPILESTATELIB"
47
48
49 ac_gdz_package_name_Group="Group"
50 ac_gdz_package_dirs_Group="System/NodeCores/Groups/Light@ System/NodeCores/Groups/Misc@ System/NodeCores/Groups/Stage@ "
51 ac_gdz_package_inc_dep_Group="@Base@ @System@ @State@ GL"
52 ac_gdz_package_link_dep_Group="BaseLib SystemLib StateLib TIF JPG PNG MNG"
53 ac_gdz_package_testinc_dep_Group="GLUT @Window@ @Group@ @Drawable@ @FileIO@ @RenderTraversal@ @Util@ WindowSystem/GLUT "
54 ac_gdz_package_testlink_dep_Group="WindowGLUTLib WindowLib GroupLib DrawableLib FileIOLib RenderTraversalLib UtilLib  GLUT GL TIF JPG PNG MNG"
55 ac_gdz_package_def_Group="OSG_COMPILEGROUPLIB"
56
57
58 ac_gdz_package_name_Text="Text"
59 ac_gdz_package_dirs_Text="System/Text@ "
60 ac_gdz_package_inc_dep_Text="@Base@ @System@ @State@ @Drawable@ TEXT GL"
61 ac_gdz_package_link_dep_Text="BaseLib SystemLib StateLib DrawableLib TEXT TIF JPG PNG MNG"
62 ac_gdz_package_testinc_dep_Text="GLUT @Window@ @Text@ @Drawable@ @Group@ @RenderTraversal@ @FileIO@ @Util@ WindowSystem/GLUT "
63 ac_gdz_package_testlink_dep_Text="WindowGLUTLib WindowLib TextLib DrawableLib FileIOLib UtilLib  GLUT GL TIF JPG PNG MNG"
64 ac_gdz_package_def_Text="OSG_COMPILETEXTLIB"
65
66
67 ac_gdz_package_name_Window="Window"
68 ac_gdz_package_dirs_Window="System/Window/Camera@ System/Window/Background@ System/Window/Foreground@ System/Window/Viewport@ "
69 ac_gdz_package_inc_dep_Window="@Base@ @System@ @Group@ GL"
70 ac_gdz_package_link_dep_Window="BaseLib SystemLib GroupLib TIF JPG PNG MNG"
71 ac_gdz_package_testinc_dep_Window="GLUT WindowSystem/GLUT "
72 ac_gdz_package_testlink_dep_Window="WindowGLUTLib GLUT GL TIF JPG PNG MNG"
73 ac_gdz_package_def_Window="OSG_COMPILEWINDOWLIB"
74
75 ac_gdz_packages="${ac_gdz_packages} RenderTraversal"
76 ac_gdz_package_order="${ac_gdz_package_order} RenderTraversalLib"
77
78
79 ac_gdz_package_name_RenderTraversal="RenderTraversal"
80 ac_gdz_package_dirs_RenderTraversal="System/Action/RenderTraversal@ System/NodeCores/Groups/Light/Shadow/Base@ System/NodeCores/Groups/Light/Shadow/Engines@ "
81 ac_gdz_package_inc_dep_RenderTraversal="@Base@ @System@ @Drawable@ @Group@ @State@ @Window@ GL"
82 ac_gdz_package_link_dep_RenderTraversal="BaseLib SystemLib DrawableLib GroupLib StateLib WindowLib TIF JPG PNG MNG"
83 ac_gdz_package_testinc_dep_RenderTraversal="@Window@ @Group@ @Drawable@ @FileIO@ @Util@ @State@ GLUT WindowSystem/GLUT WindowSystem/X "
84 ac_gdz_package_testlink_dep_RenderTraversal="WindowLib GroupLib DrawableLib FileIOLib UtilLib StateLib WindowGLUTLib WindowXLib GLUT GL TIF JPG PNG MNG"
85 ac_gdz_package_def_RenderTraversal="OSG_COMPILERENDERTRAVLIB"
86
87
88
89 #System/Cluster/Window/SortFirst@ System/Cluster/Window/SortLast@
90
91 ac_gdz_package_name_Cluster="Cluster"
92 ac_gdz_package_dirs_Cluster="System/Cluster/Base@ System/Cluster/Server@ System/Cluster/Window/Base@ System/Cluster/Window/MultiDisplay@ System/Cluster/Window/SortLast@ "
93 ac_gdz_package_inc_dep_Cluster="@Base@ @System@ @Drawable@ @Group@ @State@ @Window@ GL"
94 ac_gdz_package_link_dep_Cluster="BaseLib SystemLib DrawableLib GroupLib StateLib WindowLib TIF JPG PNG MNG"
95 ac_gdz_package_testinc_dep_Cluster="GLUT WindowSystem/GLUT System/Window/Utilities "
96 ac_gdz_package_testlink_dep_Cluster="WindowGLUTLib UtilLib GLUT GL TIF JPG PNG MNG"
97 ac_gdz_package_def_Cluster="OSG_COMPILECLUSTERLIB"
98
99
100 ac_gdz_package_name_FileIO="FileIO"
101 ac_gdz_package_dirs_FileIO="System/FileIO/OSB@ System/FileIO/Collada@ System/FileIO/WRL@ System/FileIO/OBJ@ System/FileIO/3DS@ "
102 ac_gdz_package_inc_dep_FileIO="@Base@ @System@ @Group@ @Drawable@ @State@ COLLADA GL"
103 ac_gdz_package_link_dep_FileIO="BaseLib SystemLib GroupLib DrawableLib StateLib COLLADA LIBXML TIF JPG PNG MNG"
104 ac_gdz_package_testinc_dep_FileIO="GLUT WindowSystem/GLUT "
105 ac_gdz_package_testlink_dep_FileIO="WindowGLUTLib GLUT GL TIF JPG PNG MNG"
106 ac_gdz_package_def_FileIO="OSG_COMPILEFILEIOLIB"
107
108
109 ac_gdz_package_name_ImageFileIO="ImageFileIO"
110 ac_gdz_package_dirs_ImageFileIO="System/Image/FileIO@ "
111 ac_gdz_package_inc_dep_ImageFileIO="@Base@ @System@ GL"
112 ac_gdz_package_link_dep_ImageFileIO="BaseLib SystemLib TIF JPG PNG MNG"
113 ac_gdz_package_testinc_dep_ImageFileIO="GLUT WindowSystem/GLUT "
114 ac_gdz_package_testlink_dep_ImageFileIO="WindowGLUTLib GLUT GL TIF JPG PNG MNG"
115 ac_gdz_package_def_ImageFileIO="OSG_COMPILEIMAGEFILEIOLIB"
116
117
118 ac_gdz_package_name_Util="Util"
119 ac_gdz_package_dirs_Util="System/Window/Utilities@ System/GraphOp@ System/Statistics/Foregrounds@ "
120 ac_gdz_package_inc_dep_Util="@Base@ @System@ @Window@ @Group@ @Drawable@ @Text@ @State@ @RenderTraversal@ GL"
121 ac_gdz_package_link_dep_Util="BaseLib SystemLib WindowLib GroupLib DrawableLib TextLib StateLib RenderTraversalLib TIF JPG PNG MNG"
122 ac_gdz_package_testinc_dep_Util="GLUT @RenderTraversal@ WindowSystem/GLUT "
123 ac_gdz_package_testlink_dep_Util="RenderTraversalLib WindowGLUTLib GLUT GL TIF JPG PNG MNG"
124 ac_gdz_package_def_Util="OSG_COMPILEUTILLIB"
125
126
127 ac_gdz_package_name_WindowX="WindowX"
128 ac_gdz_package_dirs_WindowX="WindowSystem/X@"
129 ac_gdz_package_inc_dep_WindowX="@Base@ @System@ GL"
130 ac_gdz_package_link_dep_WindowX="SystemLib BaseLib"
131 ac_gdz_package_testinc_dep_WindowX="@Window@ @Group@ @Drawable@ @FileIO@ @RenderTraversal@ @Util@ "
132 ac_gdz_package_testlink_dep_WindowX="WindowLib GroupLib DrawableLib FileIOLib RenderTraversalLib UtilLib GL TIF JPG PNG MNG"
133 ac_gdz_package_def_WindowX="OSG_COMPILEWINDOWXLIB"
134
135
136 ac_gdz_package_name_WindowWIN32="WindowWIN32"
137 ac_gdz_package_dirs_WindowWIN32="WindowSystem/WIN32@"
138 ac_gdz_package_inc_dep_WindowWIN32="@Base@ @System@ GL"
139 ac_gdz_package_link_dep_WindowWIN32="SystemLib BaseLib"
140 ac_gdz_package_testinc_dep_WindowWIN32=""
141 ac_gdz_package_testlink_dep_WindowWIN32="QT GLUT GL TIF JPG PNG MNG"
142 ac_gdz_package_def_WindowWIN32="OSG_COMPILEWINDOWWIN32LIB"
143
144
145 ac_gdz_package_name_WindowQT="WindowQT"
146 ac_gdz_package_dirs_WindowQT="WindowSystem/QT@"
147 ac_gdz_package_inc_dep_WindowQT="@Base@ @System@ WindowSystem/@WINDOWSYSTEM@ QT GL "
148 ac_gdz_package_link_dep_WindowQT="Window@WINDOWSYSTEM@Lib  SystemLib BaseLib"
149 ac_gdz_package_testinc_dep_WindowQT="GLUT WindowSystem/GLUT"
150 ac_gdz_package_testlink_dep_WindowQT="QT WindowGLUTLib GLUT GL TIF JPG PNG MNG"
151 ac_gdz_package_def_WindowQT="OSG_COMPILEWINDOWQTLIB"
152
153
154 ac_gdz_package_name_WindowQT4="WindowQT4"
155 ac_gdz_package_dirs_WindowQT4="WindowSystem/QT4@"
156 ac_gdz_package_inc_dep_WindowQT4="@Base@ @System@ WindowSystem/@WINDOWSYSTEM@ QT4 GL "
157 ac_gdz_package_link_dep_WindowQT4="Window@WINDOWSYSTEM@Lib  SystemLib BaseLib"
158 ac_gdz_package_testinc_dep_WindowQT4="GLUT WindowSystem/GLUT"
159 ac_gdz_package_testlink_dep_WindowQT4="QT4 WindowGLUTLib GLUT GL TIF JPG PNG MNG TEXT"
160 ac_gdz_package_def_WindowQT4="OSG_COMPILEWINDOWQT4LIB"
161
162
163 ac_gdz_package_name_WindowGLUT="WindowGLUT"
164 ac_gdz_package_dirs_WindowGLUT="WindowSystem/GLUT@"
165 ac_gdz_package_inc_dep_WindowGLUT="@Base@ @System@ GLUT GL"
166 ac_gdz_package_link_dep_WindowGLUT="SystemLib BaseLib"
167 ac_gdz_package_testinc_dep_WindowGLUT="@Window@ @Group@ @State@ @Drawable@ @FileIO@ @Util@ @RenderTraversal@ "
168 ac_gdz_package_testlink_dep_WindowGLUT="WindowLib GroupLib StateLib DrawableLib FileIOLib ImageFileIOLib TextLib RenderTraversalLib UtilLib GLUT GL TIF JPG PNG MNG"
169 ac_gdz_package_def_WindowGLUT="OSG_COMPILEWINDOWGLUTLIB"
170
171
172
173
Note: See TracBrowser for help on using the browser.