るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.019秒)
トップページ > バージョン:2.4.0[x] > クエリ:file[x] > クエリ:test[x] > ライブラリ:mkmf[x]

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file atime
  4. file path
  5. file ctime

モジュール

検索結果

Kernel#create_makefile(target, srcprefix = nil) -> true (18433.0)

@todo

...以下のようなディレクトリ構成の場合:

ext/
extconf.rb
test/
foo.c

このようにします。

require 'mkmf'
create_makefile('test/foo', 'test')

このようにして作った Makefile で 'make install' すると拡張ライブラリは、
以下の...