Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
MakeMakefile /
Delete
Unzip
Name
Size
Permission
Date
Action
Logging
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RbConfig
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%5b%5d%3d-c.ri
242
B
-rw-r--r--
2026-04-07 17:42
%5b%5d-c.ri
235
B
-rw-r--r--
2026-04-07 17:42
append_cflags-i.ri
599
B
-rw-r--r--
2026-04-07 17:42
cc_command-i.ri
252
B
-rw-r--r--
2026-04-07 17:42
cdesc-MakeMakefile.ri
4.49
KB
-rw-r--r--
2026-04-07 17:42
check_signedness-i.ri
1.19
KB
-rw-r--r--
2026-04-07 17:42
check_sizeof-i.ri
906
B
-rw-r--r--
2026-04-07 17:42
conftest_source-i.ri
256
B
-rw-r--r--
2026-04-07 17:42
convertible_int-i.ri
1.6
KB
-rw-r--r--
2026-04-07 17:42
create_header-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
create_makefile-i.ri
2.87
KB
-rw-r--r--
2026-04-07 17:42
depend_rules-i.ri
498
B
-rw-r--r--
2026-04-07 17:42
dir_config-i.ri
1.48
KB
-rw-r--r--
2026-04-07 17:42
dummy_makefile-i.ri
322
B
-rw-r--r--
2026-04-07 17:42
enable_config-i.ri
873
B
-rw-r--r--
2026-04-07 17:42
find_executable-i.ri
747
B
-rw-r--r--
2026-04-07 17:42
find_header-i.ri
659
B
-rw-r--r--
2026-04-07 17:42
find_library-i.ri
736
B
-rw-r--r--
2026-04-07 17:42
find_type-i.ri
528
B
-rw-r--r--
2026-04-07 17:42
have_const-i.ri
1.11
KB
-rw-r--r--
2026-04-07 17:42
have_devel%3f-i.ri
248
B
-rw-r--r--
2026-04-07 17:42
have_framework-i.ri
938
B
-rw-r--r--
2026-04-07 17:42
have_func-i.ri
1006
B
-rw-r--r--
2026-04-07 17:42
have_header-i.ri
737
B
-rw-r--r--
2026-04-07 17:42
have_library-i.ri
901
B
-rw-r--r--
2026-04-07 17:42
have_macro-i.ri
542
B
-rw-r--r--
2026-04-07 17:42
have_struct_member-i.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
have_type-i.ri
945
B
-rw-r--r--
2026-04-07 17:42
have_var-i.ri
912
B
-rw-r--r--
2026-04-07 17:42
link_command-i.ri
264
B
-rw-r--r--
2026-04-07 17:42
pkg_config-i.ri
1.35
KB
-rw-r--r--
2026-04-07 17:42
try_const-i.ri
434
B
-rw-r--r--
2026-04-07 17:42
try_type-i.ri
432
B
-rw-r--r--
2026-04-07 17:42
with_config-i.ri
863
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"create_makefile:ETI"!MakeMakefile#create_makefile;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NGenerates the Makefile for your extension, passing along any options and ;TI"Npreprocessor constants that you may have generated through other methods.;To:RDoc::Markup::BlankLine o; ; [ I"NThe +target+ name should correspond the name of the global function name ;TI"Odefined within your C extension, minus the +Init_+. For example, if your ;TI"LC extension is defined as +Init_foo+, then your target would simply be ;TI""foo".;T@o; ; [ I"NIf any "/" characters are present in the target name, only the last name ;TI"Mis interpreted as the target name, and the rest are considered toplevel ;TI"Pdirectory names, and the generated Makefile will be altered accordingly to ;TI"%follow that directory structure.;T@o; ; [ I"OFor example, if you pass "test/foo" as a target name, your extension will ;TI"Kbe installed under the "test" directory. This means that in order to ;TI"Nload the file within a Ruby program later, that directory structure will ;TI"?have to be followed, e.g. <code>require 'test/foo'</code>.;T@o; ; [ I"OThe +srcprefix+ should be used when your source files are not in the same ;TI"Odirectory as your build script. This will not only eliminate the need for ;TI"Kyou to manually copy the source files into the same directory as your ;TI"Pbuild script, but it also sets the proper +target_prefix+ in the generated ;TI"Makefile.;T@o; ; [I"PSetting the +target_prefix+ will, in turn, install the generated binary in ;TI"Na directory under your <code>RbConfig::CONFIG['sitearchdir']</code> that ;TI"Imimics your local filesystem when you run <code>make install</code>.;T@o; ; [I"0For example, given the following file tree:;T@o:RDoc::Markup::Verbatim; [ I" ext/ ;TI" extconf.rb ;TI" test/ ;TI" foo.c ;T:@format0o; ; [I""And given the following code:;T@o;; [I")create_makefile('test/foo', 'test') ;T; 0o; ; [I"LThat will set the +target_prefix+ in the generated Makefile to "test". ;TI"OThat, in turn, will create the following file tree when installed via the ;TI"'<code>make install</code> command:;T@o;; [I"+/path/to/ruby/sitearchdir/test/foo.so ;T; 0o; ; [I"NIt is recommended that you use this approach to generate your makefiles, ;TI"Hinstead of copying files around manually, because some third party ;TI"Dlibraries may depend on the +target_prefix+ being set properly.;T@o; ; [I"IThe +srcprefix+ argument can be used to override the default source ;TI"Kdirectory, i.e. the current directory. It is included as part of the ;TI"1+VPATH+ and added to the list of +INCFLAGS+.;T: @fileI"lib/mkmf.rb;T:0@omit_headings_from_table_of_contents_below00I" conf;T[ I"(target, srcprefix = nil);T@OFI"MakeMakefile;TcRDoc::NormalModule00