First version in CVS.
This commit is contained in:
47
util/misc/pmfile
Normal file
47
util/misc/pmfile
Normal file
@@ -0,0 +1,47 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
|
||||
local d = ROOTDIR.."util/misc/"
|
||||
|
||||
tool_em_decode = cprogram {
|
||||
cfile (d.."convert.c"),
|
||||
|
||||
lib_read_emkV,
|
||||
lib_eme,
|
||||
lib_em_data,
|
||||
lib_alloc,
|
||||
lib_print,
|
||||
lib_string,
|
||||
lib_system,
|
||||
|
||||
outputs = {"%U%/em_decode"},
|
||||
install = {
|
||||
-- FIXME lib.bin in next line needs removing --- pm bug?
|
||||
pm.install("%BINDIR%lib.bin/em_decode"),
|
||||
pm.install(d.."em_decode.6", "%BINDIR%man/man6/em_decode.6"),
|
||||
}
|
||||
}
|
||||
|
||||
tool_em_encode = cprogram {
|
||||
cfile (d.."convert.c"),
|
||||
|
||||
lib_read_emeV,
|
||||
lib_emk,
|
||||
lib_em_data,
|
||||
lib_alloc,
|
||||
lib_print,
|
||||
lib_string,
|
||||
lib_system,
|
||||
|
||||
outputs = {"%U%/em_encode"},
|
||||
install = {
|
||||
-- FIXME lib.bin in next line needs removing --- pm bug?
|
||||
pm.install("%BINDIR%lib.bin/em_encode"),
|
||||
}
|
||||
}
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.1 2006-07-20 23:24:28 dtrg
|
||||
-- First version in CVS.
|
||||
--
|
||||
Reference in New Issue
Block a user