minix/lib
Arun Thomas b0159ad168 Buildsystem changes for GCC
-Makefile updates
-Update mkdep
-Build fixes/warning cleanups for some programs
-Restore leading underscores on global syms in kernel asm files
-Increase ramdisk size
2010-05-19 13:24:15 +00:00
..
ack Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
csu Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
libbz2 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
libc More sensible description for EPERM from http://www.opengroup.org/onlinepubs/000095399/basedefs/errno.h.html 2010-05-19 11:51:49 +00:00
libcurses Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
libdriver Use of all NIL_* defines converted to NULL 2010-05-10 13:26:00 +00:00
libedit Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
libend Convert library asm files to GAS syntax 2010-03-03 14:27:30 +00:00
libl Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
libm Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
libnetdriver This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
libsys Scheduling server (by Bjorn Swift) 2010-05-18 13:39:04 +00:00
libtimers Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
libutil Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
ack_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
gnu_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
README Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00

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