minix/lib
2010-05-31 20:00:08 +00:00
..
ack
csu Remove obsolete _fpu_present variable from crtso.S 2010-05-27 09:46:42 +00:00
libbz2
libc Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
libcurses
libdriver
libedit Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
libend
libhgfs Reorganize some directories 2010-05-26 22:49:57 +00:00
libl
libm
libnetdriver
libsys Various small scheduling related fixes 2010-05-26 07:16:39 +00:00
libtimers
libutil
ack_build.sh
gnu_build.sh
Makefile Reorganize some directories 2010-05-26 22:49:57 +00:00
README

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries