X7ROOT File Manager
Current Path:
/usr/share/swig/2.0.10/perl5
usr
/
share
/
swig
/
2.0.10
/
perl5
/
📁
..
📄
Makefile.pl
(691 B)
📄
attribute.i
(34 B)
📄
carrays.i
(33 B)
📄
cdata.i
(30 B)
📄
cmalloc.i
(32 B)
📄
cni.i
(150 B)
📄
cpointer.i
(33 B)
📄
cstring.i
(32 B)
📄
exception.i
(138 B)
📄
factory.i
(32 B)
📄
jstring.i
(1.02 KB)
📄
noembed.h
(1.54 KB)
📄
perl5.swg
(1.44 KB)
📄
perlerrors.swg
(871 B)
📄
perlfragments.swg
(556 B)
📄
perlhead.swg
(2.55 KB)
📄
perlinit.swg
(1.94 KB)
📄
perlkw.swg
(3.78 KB)
📄
perlmacros.swg
(36 B)
📄
perlmain.i
(1.94 KB)
📄
perlopers.swg
(1.83 KB)
📄
perlprimtypes.swg
(7.47 KB)
📄
perlrun.swg
(14.23 KB)
📄
perlruntime.swg
(326 B)
📄
perlstrings.swg
(1.39 KB)
📄
perltypemaps.swg
(2.74 KB)
📄
perluserdir.swg
(36 B)
📄
reference.i
(7.08 KB)
📄
std_common.i
(617 B)
📄
std_deque.i
(28 B)
📄
std_except.i
(35 B)
📄
std_list.i
(14.04 KB)
📄
std_map.i
(2.28 KB)
📄
std_pair.i
(703 B)
📄
std_string.i
(62 B)
📄
std_vector.i
(22.3 KB)
📄
stl.i
(356 B)
📄
typemaps.i
(12.48 KB)
Editing: Makefile.pl
# File : Makefile.pl # MakeMaker file for a SWIG module. Use this file if you are # producing a module for general use or distribution. # # 1. Modify the file as appropriate. Replace $module with the # real name of your module and wrapper file. # 2. Run perl as 'perl Makefile.pl' # 3. Type 'make' to build your module # 4. Type 'make install' to install your module. # # See "Programming Perl", 2nd. Ed, for more gory details than # you ever wanted to know. use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => '$module', # Name of your module 'LIBS' => [''], # Custom libraries (if any) 'OBJECT' => '$module_wrap.o' # Object files );
Upload File
Create Folder