summaryrefslogtreecommitdiff
path: root/docs/makefiles/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 11:42:17 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 11:42:17 +0100
commitf98a0dd6e82020efcfd947d519f0b1258cf56938 (patch)
tree71bc5db75116348c3f7e235af71ba8a1a4fd1edc /docs/makefiles/TODOS
parente9ff920e10a7f529625a7ba2471b61cc07d21229 (diff)
downloadwolfbones-f98a0dd6e82020efcfd947d519f0b1258cf56938.tar.gz
wolfbones-f98a0dd6e82020efcfd947d519f0b1258cf56938.tar.bz2
more docu cleanup
Diffstat (limited to 'docs/makefiles/TODOS')
-rw-r--r--docs/makefiles/TODOS22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
deleted file mode 100644
index 8e64dbc..0000000
--- a/docs/makefiles/TODOS
+++ /dev/null
@@ -1,22 +0,0 @@
-- GNU make
- - currently we are following the "recursive makes considered harmfull" :-)
- - 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
- - split things for different compilers and make them individually
- handleable
- - check out other makefile systems:
- - ION-3
- - openradius
- - POCO
- - problems:
- - 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?