summaryrefslogtreecommitdiff
path: root/cleopatre/application/fw_wd/Makefile
AgeCommit message (Collapse)Author
2012-07-18cleo/{app,devkit/plcd}/Makefile: fix dependency on "obj" dir, refs #3255Yacine Belkadi
The "obj" directory needs to be created before any "*.o" file. So "$(OBJPATH)" needs to be a prerequisite of the "$(OBJS)" target, instead of the final binary's target. By using the "|" of GNU Make, the "$(OBJPATH)" target is only made if "obj" doesn't exist, without considering the directory's timestamp. As a consequence, the "-p" option of "mkdir -p obj" is not necessary.
2012-03-29cleopatre/application: add remove obj dir on clean command, refs #3046Nélio Laranjeiro
2011-10-13cleo/app/fw_wd: add "src" and "obj" directories, refs #2773Yacine Belkadi
Add "src" and "obj" directories in order to 1) match the structure of the other application/* directories, and 2) make it easier to ignore files generated by the build process (just ignore the "obj" dir).
2011-03-04cleo: add program and script to get traces after cesar crash, closes #2328Jérémy Dufour