An executable binary file
# File lib/makeconf/binary.rb, line 19 def DEADWOOD_build binfile = @id + Platform.executable_extension cc = @compiler cc.is_library = false cc.sources = @sources cc.output = binfile #XXX-BROKEN cc.add_targets(@makefile) @makefile.merge!(cc.to_make(binfile)) @makefile.clean(cc.objs) @makefile.install(binfile, '$(BINDIR)', { 'mode' => '755' }) if @installable @output.push binfile super() end
Generated with the Darkfish Rdoc Generator 2.