Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib64
/
perl5
/
vendor_perl
/
OpenGL
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Array.pod
10.64 KB
-rw-r--r--
2016-10-05 13:47:56
Edit
Del
Config.pm
2.83 KB
-rw-r--r--
2021-03-18 09:39:16
Edit
Del
Tessellation.pod
27.16 KB
-rw-r--r--
2016-10-05 13:47:56
Edit
Del
Editing: Config.pm
(2.83 KB)
Path: /usr/lib64/perl5/vendor_perl/OpenGL/Config.pm
Back
# This is the Perl OpenGL build configuration file. # It contains the final OpenGL build arguements from # the configuration process. Access the values by # use OpenGL::Config which defines the variable # $OpenGL::Config containing the hash arguments from # the WriteMakefile() call. # $OpenGL::Config = { 'AUTHOR' => 'Chris Marshall <chm at cpan dot org>', 'DEFINE' => '-DHAVE_VER -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX -DHAVE_FREEGLUT -DHAVE_FREEGLUT_H -DGL_GLEXT_LEGACY', 'EXE_FILES' => [], 'INC' => '-I/usr/include -I/usr/include -I/usr/local/include', 'LDFROM' => '$(OBJECT) ', 'LIBS' => '-L/usr/lib -L/usr/local/lib -lGL -lGLU -lglut -lglut -lXext -lXmu -lXi -lICE -lX11 -lstdc++ -lm', 'META_MERGE' => { 'abstract' => 'Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT', 'resources' => { 'bugtracker' => 'http://sourceforge.net/tracker/?group_id=562483&atid=2281758', 'homepage' => 'http://sourceforge.net/projects/pogl/', 'repository' => 'git://pogl.git.sourceforge.net/gitroot/pogl/pogl' } }, 'NAME' => 'OpenGL', 'OBJECT' => '$(BASEEXT)$(OBJ_EXT) gl_util$(OBJ_EXT) pogl_const$(OBJ_EXT) pogl_gl_top$(OBJ_EXT) pogl_glu$(OBJ_EXT) pogl_rpn$(OBJ_EXT) pogl_matrix$(OBJ_EXT) pogl_glut$(OBJ_EXT) pogl_gl_Accu_GetM$(OBJ_EXT) pogl_gl_GetP_Pass$(OBJ_EXT) pogl_gl_Mult_Prog$(OBJ_EXT) pogl_gl_Pixe_Ver2$(OBJ_EXT) pogl_gl_Prog_Clam$(OBJ_EXT) pogl_gl_Tex2_Draw$(OBJ_EXT) pogl_gl_Ver3_Tex1$(OBJ_EXT) pogl_gl_Vert_Multi$(OBJ_EXT)', 'OPTIMIZE' => undef, 'PM' => { 'Array.pod' => '$(INST_LIBDIR)/OpenGL/Array.pod', 'Config.pm' => '$(INST_LIBDIR)/OpenGL/Config.pm', 'OpenGL.pm' => '$(INST_LIBDIR)/OpenGL.pm', 'OpenGL.pod' => '$(INST_LIBDIR)/OpenGL.pod', 'Tessellation.pod' => '$(INST_LIBDIR)/OpenGL/Tessellation.pod' }, 'PREREQ_PM' => { 'Test::More' => 0 }, 'VERSION_FROM' => 'OpenGL.pm', 'XSPROTOARG' => '-noprototypes', 'clean' => { 'FILES' => 'Config.pm utils/glversion.txt ' }, 'dynamic_lib' => {} }; 1; __END__