NAME

ng_gen - ng_gen - Ninf-G stub generator

SYNOPSIS

ng_gen [-d] [--no-cpp] [--with-cpp=cpp_command] inputfile

DESCRIPTION

The ng_gen command interprets the Ninf-G IDL file and generates what is needed to create an Ninf-G Executable. The Ninf-G IDL is specified by the argument.

The ng_gen command executes cpp to process the Ninf-G IDL file. If unsupported option strings(beginning with '-') are passed to ng_gen command, it handles them as options to cpp.

The ng_gen command generates the following items.


OPTIONS

-d
Dump information about function.
-h
Print usage.
--no-cpp
Do not use cpp.
--with-cpp=cpp_command
Use the specified cpp instead of the default cpp.

ERRORS

If the input Ninf-G IDL is incorrect, an error message is output and the process ends abnormally.
last update : $Date: 2008-11-11 18:22:06 +0900 (火, 11 11月 2008) $