summaryrefslogtreecommitdiff
path: root/build/unix/todo
diff options
context:
space:
mode:
authorneonloop2021-05-07 20:00:12 +0000
committerneonloop2021-05-07 20:00:12 +0000
commit7f6002caba3f0a6749820c2772161caf55b8d267 (patch)
tree1ed4bdd8c9ac897d1a3f77c223c1fd286dded458 /build/unix/todo
downloaduqm-7f6002caba3f0a6749820c2772161caf55b8d267.tar.gz
uqm-7f6002caba3f0a6749820c2772161caf55b8d267.tar.bz2
uqm-7f6002caba3f0a6749820c2772161caf55b8d267.zip
Initial commit (uqm-0.8.0)
Diffstat (limited to 'build/unix/todo')
-rw-r--r--build/unix/todo15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/unix/todo b/build/unix/todo
new file mode 100644
index 0000000..d156e61
--- /dev/null
+++ b/build/unix/todo
@@ -0,0 +1,15 @@
+- flag for an option to set if changing it will trigger a new 'make depend'
+- same for 'make clean'
+- Specify files to be removed on clean.
+- static compilationa (?)
+- Let the dependency index depend on the Makeinfo files
+ (What about the internal dependencies among Makeinfo)
+
+some docs
+- uqm_LDFLAGS etc are only relevant in the top dir
+- some variables are 'inherited' from parent dir
+ update: this is not true anymore. The behavior was not needed and
+ would just complicate things.
+- files are sourced (.)
+
+