File: TODO

package info (click to toggle)
publib 0.28
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 1,500 kB
  • ctags: 768
  • sloc: ansic: 7,768; makefile: 336; sh: 152
file content (11 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
Here are some things that should be done.

* My hacks to get around missing VPATH support in some makes do not work
  very well.  At the moment they require that _all_ dependencies are
  listed explicitly.  This is not good.  I think I may have require VPATH
  support in the future (GNU make supports it; Sun make does not).  That
  is also not good, but better than the current situation.  Alternatively,
  I could start creating makefiles from configuration scripts, but that
  doesn't work very well, either, since it loses on flexibility.

* --with-library should set --with-libshort as well, if not already set