Parent Directory | Revision Log | Revision Graph
o No longer use -f option for links. This was dangerous in the hands of the incompetent o Now use rules to create links. o Added -rootdir= and -mymods= options.o This allows multiple experiments to be concurrently compiled from the same source code which greatly reduces testing/debuggin time. The original mode of oepration: cd bin; ../tools/genmake make depend make is as before except the default action is to make Makefile rather than Makefile.$platform From the experiments location: cd verification/myexp/code (or location of additional/modified code) ../../../tools/genmake -rootdir=../../.. (or absolute path) make depend make Or if you are really sick: cd verification/myexp/inputs (or location where executable will be run) ../../../tools/genmake -rootdir=../../.. -mymods=../code (or absolute paths) make depend make Still to be done: Implement this under autoconf/make!?
ViewVC Help | |
Powered by ViewVC 1.1.22 |