翻訳と辞書
Words near each other
・ mainsail
・ maintainer
・ maintainer script
・ maintenance
・ maisie
・ major delivery
・ major release
・ majordomo
・ make
・ makedoc
makefile
・ maker interchange format
・ mal
・ malamud
・ mali
・ mall
・ malloc
・ malware
・ man
・ man page


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

makefile : FOLDOC
makefile
A script which tells the Unix program "make" how to build a particular computer program or set of programs. A makefile contains variable assignments and rules of the form
target: inputs
commands

which say if any of the files in "inputs" has been modified more recently than file "target" (or if the target does not exist) then execute "commands", which will normally bulid "target" from "inputs".
If make is run with no arguments, it looks for a makefile called "Makefile" or "makefile".
(1995-01-05)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.