mkbuild

mk based build system
git clone git://git.2f30.org/mkbuild
Log | Files | Refs | LICENSE

TODO (654B)


      1 Wishlist:
      2 ---------
      3 
      4 bob:
      5 	Get the cflags and ldflags of dependencies of $DEPS in a package?
      6 	For example when I use xorglibx11 as DEPS in a package, xorglibx11 has
      7 	xorgxproto as $DEPS. How would I resolve that without specifying xorgxproto
      8 	as DEPS in a package? With this we can get rid of pkg-config --static --[libs|cflags]
      9 
     10 	Maybe add a command like (not sure):
     11 
     12 		mk TARG='pkg' deplist    - print $DEPS list.
     13 		mk TARG='pkg' depcflags  - get all cflags of dependencies (DEPS_CFLAGS).
     14 		mk TARG='pkg' depldflags - get all ldflags of dependencies (DEPS_LDFLAGS).
     15 
     16 
     17 Generic
     18 -------
     19 
     20   * install-dev target to install headers, libraries and dev tools