summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-02 20:06:19 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-02 20:06:19 +0100
commit140e2252be1a2263525ffb6811951c258b8cceea (patch)
treee19e2b691e819f73f54fae9d14f0b3e38a02eee0 /docs
parent420a39bb53ad4a24823e924868e67a3966d663f0 (diff)
downloadwolfbones-140e2252be1a2263525ffb6811951c258b8cceea.tar.gz
wolfbones-140e2252be1a2263525ffb6811951c258b8cceea.tar.bz2
added platform SDK and started the event logger on Windows
Diffstat (limited to 'docs')
-rw-r--r--docs/makefiles/TODOS50
1 files changed, 24 insertions, 26 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index f6df413..50c1677 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -1,26 +1,24 @@
-- distclean calls clean again recurively. This causes already deleted
- dependencies to be regenerated
-- do shared libraries properly
-- add uninstall
-- modularize more
- - get platform.mk and shell in sync, make sure the user can set the
- variables there manually if we wants to, also makes sure that on
- slow platforms like cygwin we can call the guess_env script once
- and then store the results for later (remove with distclean only)
- - split things for different compilers and make them individually
- handleable
-- check out other makefile systems:
- - ION-3
- - openradius
- - POCO
-- problems:
- - NetBSD usage: rm [-f|-i] [-dPRrvW] file ...
- - OpenBSD gmake: ../../makefiles/depend.mk:62: no file name for `-include'
- - make -j test with missing testd, some dependencies are missing
- - Cygwin still too slow, must get rid of all shell calls as the bash
- port is damn slow
- make the makefiles/gmake/guess_env --all gcc > x && mv -f x ~/guess_env.inc
- hack persistent, make distclean should remove remembered files, the
- problem is: where and when do we persists the platform variables and we
- really must clean up the makefiles before!
- - test target calls all target, this should not be necessary \ No newline at end of file
+- GNU make
+ - distclean calls clean again recurively. This causes already deleted
+ dependencies to be regenerated
+ - do shared libraries properly
+ - add uninstall
+ - modularize more
+ - get platform.mk and shell in sync, make sure the user can set the
+ variables there manually if we wants to, also makes sure that on
+ slow platforms like cygwin we can call the guess_env script once
+ and then store the results for later (remove with distclean only)
+ - split things for different compilers and make them individually
+ handleable
+ - check out other makefile systems:
+ - ION-3
+ - openradius
+ - POCO
+ - problems:
+ - NetBSD usage: rm [-f|-i] [-dPRrvW] file ...
+ - OpenBSD gmake: ../../makefiles/depend.mk:62: no file name for `-include'
+ - make -j test with missing testd, some dependencies are missing
+ - test target calls all target, this should not be necessary
+- Windows:
+ - how to generate dependencies and include them in the NMAKE files?
+ - how to add the generation of a setup.exe or MSI?