[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU-COBOL] Makefiles
Chad Slaughter wrote :>
>to include it. I'll send instructions when I am finished.
Ok the entry you add to you sub makefiles is:
include $(path_to_root_of_src)/build/GNUmakefile
Example in the Cobol/emit directory makefile i'd add:
include ../build/GNUmakefile
in Cobol/runtime/math:
include ../../build/GNUmakefile
I am sure you get the idea.
Test it out before you start using it full time.
--
Chad Slaughter -- slaught at umr.edu
<PGP public key available upon request>
--
This message was sent through the gnu-cobol mailing list. To remove yourself
from this mailing list, send a message to gnu-cobol@acm.cs.umr.edu with the
words "unsubscribe gnu-cobol" in the message body. For more information on
the GNU COBOL project, send mail to gnu-cobol-owner@acm.cs.umr.edu.