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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
MakeMakefile /
Delete
Unzip
Name
Size
Permission
Date
Action
Logging
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%5b%5d%3d-c.ri
318
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-c.ri
313
B
-rw-r--r--
2026-04-07 16:51
append_cflags-i.ri
599
B
-rw-r--r--
2026-04-07 16:51
append_ldflags-i.ri
594
B
-rw-r--r--
2026-04-07 16:51
cdesc-MakeMakefile.ri
4.97
KB
-rw-r--r--
2026-04-07 16:51
check_signedness-i.ri
1.19
KB
-rw-r--r--
2026-04-07 16:51
check_sizeof-i.ri
905
B
-rw-r--r--
2026-04-07 16:51
conftest_source-i.ri
373
B
-rw-r--r--
2026-04-07 16:51
convertible_int-i.ri
1.6
KB
-rw-r--r--
2026-04-07 16:51
create_header-i.ri
1.24
KB
-rw-r--r--
2026-04-07 16:51
create_makefile-i.ri
2.87
KB
-rw-r--r--
2026-04-07 16:51
create_tmpsrc-i.ri
481
B
-rw-r--r--
2026-04-07 16:51
depend_rules-i.ri
497
B
-rw-r--r--
2026-04-07 16:51
dir_config-i.ri
1.48
KB
-rw-r--r--
2026-04-07 16:51
dummy_makefile-i.ri
321
B
-rw-r--r--
2026-04-07 16:51
egrep_cpp-i.ri
995
B
-rw-r--r--
2026-04-07 16:51
enable_config-i.ri
872
B
-rw-r--r--
2026-04-07 16:51
find_header-i.ri
658
B
-rw-r--r--
2026-04-07 16:51
find_library-i.ri
735
B
-rw-r--r--
2026-04-07 16:51
have_framework-i.ri
937
B
-rw-r--r--
2026-04-07 16:51
have_func-i.ri
1005
B
-rw-r--r--
2026-04-07 16:51
have_header-i.ri
736
B
-rw-r--r--
2026-04-07 16:51
have_library-i.ri
900
B
-rw-r--r--
2026-04-07 16:51
have_macro-i.ri
541
B
-rw-r--r--
2026-04-07 16:51
have_struct_member-i.ri
1.08
KB
-rw-r--r--
2026-04-07 16:51
have_var-i.ri
911
B
-rw-r--r--
2026-04-07 16:51
log_src-i.ri
321
B
-rw-r--r--
2026-04-07 16:51
modified%3f-i.ri
399
B
-rw-r--r--
2026-04-07 16:51
pkg_config-i.ri
1.35
KB
-rw-r--r--
2026-04-07 16:51
rm_f-c.ri
294
B
-rw-r--r--
2026-04-07 16:51
rm_f-i.ri
294
B
-rw-r--r--
2026-04-07 16:51
rm_rf-c.ri
308
B
-rw-r--r--
2026-04-07 16:51
rm_rf-i.ri
308
B
-rw-r--r--
2026-04-07 16:51
what_type%3f-i.ri
422
B
-rw-r--r--
2026-04-07 16:51
with_config-i.ri
862
B
-rw-r--r--
2026-04-07 16:51
with_cppflags-i.ri
659
B
-rw-r--r--
2026-04-07 16:51
xpopen-i.ri
361
B
-rw-r--r--
2026-04-07 16:51
xsystem-i.ri
563
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"create_makefile:ETI"!MakeMakefile#create_makefile;TF:publico: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