summaryrefslogtreecommitdiff
path: root/cleopatre/application/upnpd
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-12-19cleo/app/upnpd: suppress Vim tmp files (.swp)Jean-Philippe SAVE
2011-10-13cleo: add/update some .gitignore files, closes #2773Yacine Belkadi
Add and/or update some .gitignore files to get a clean "git status" result.
2011-08-26cleo/app/upnpd: upnp daemon initial commit, closes #2631Thierry Trotignon
Reboot, Ping and GetPingResult implemented, recognition by control point ok.