summaryrefslogtreecommitdiff
path: root/tools/checkwps/Makefile (follow)
Commit message (Collapse)AuthorAge
* Repair build-all.sh and clean-all.sh.Thomas Martitz2009-09-13
| | | | | | | Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete. It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657
* Add CheckWPS entry to tools/configureMaurus Cuelenaere2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657
* Fix/hack checkwps + add Onda VX747/VX777 targetsMaurus Cuelenaere2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22451 a1c6a512-1295-4272-9138-f99709370657
* Get checkwps working againMaurus Cuelenaere2009-01-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657
* fix wrong variable casing.Dominik Riebeling2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17481 a1c6a512-1295-4272-9138-f99709370657
* extend Makefile to allow building checkwps on cygwin and MinGW. Make make ↵Dominik Riebeling2008-05-12
| | | | | | call a bit easier -- no need to pass the model twice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17477 a1c6a512-1295-4272-9138-f99709370657
* Prevent the user from running "make" directly - it should only be invoked by ↵Dave Chapman2008-03-27
| | | | | | the buildall.sh script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16834 a1c6a512-1295-4272-9138-f99709370657
* Major cleanup of checkwps - fix all warnings and add a script to build ↵Dave Chapman2008-03-26
| | | | | | versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657
* Set svn:keywordsDave Chapman2008-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16828 a1c6a512-1295-4272-9138-f99709370657
* Move checkwps to its own subdir in preparation for compiling target-specific ↵Dave Chapman2008-03-26
versions. Also remove a DEBUGF that should not have been left in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16827 a1c6a512-1295-4272-9138-f99709370657