Sistemare makefile in modo tale da creare la cartella bin non all'interno di src
Closed this issue · 3 comments
herrBez commented
Sistemare makefile in modo tale da creare la cartella bin non all'interno di src
StefanoMunari commented
- move makefile in root dir
- tidy-up c_src : enforce "simil-package" tree structure - related to #5
- move bin/ + obj/ in root dir
- add run command to makefile (to run the FAC binary)
- add profile command to makefile (for valgrind memory debugger and profiler)
- add example command to makefile (to exec all the examples)
- add PRINTER flag to makefile (use it as argv input for FAC)
- add VGOPTS flag to makefile (use it to set valgrind options when profile is executed)
StefanoMunari commented
TODO
- add example command to makefile (to exec all the examples) => need all the examples fixed
- add PRINTER flag to makefile (use it as argv input for FAC) => need a switch to choose the printer in parser.y
herrBez commented
- Prerequisistes done. (At least the
examples/ex*.f
)