.TH GEN-INCLUDE 1 "29 Sept. 1993" "Demeter" "Demeter Reference Manual" .SH NAME gen-include \- header file generator for creating a class library .SH SYNOPSIS .B .I gen-include sourcefile targetfile .SH DESCRIPTION .I gen-include runs in directory notmod/`get-cpu`, which is a subdirectory in directory notmod, and its name is determined by command .I get-cpu. If the name of the current class library is .I ENV, its header file is .I ENV.h which is the first argument of .I gen-include. .I gen-include concatenates .I ENV.h, global.h and the header files generated by .I headers together, and produced the result into the target file. .SH OPTIONS .I sourcefile - Source header file .I targetfile - Target header file .SH "SEE ALSO" dmkmf(1), imake-sample(1), headers(1), get-cpu(1)