minix/lib
2010-06-23 23:51:29 +00:00
..
ack Makefile updates: 2010-06-11 16:05:36 +00:00
csu forget about multiple zeros on non-ack compiler, tracker item 457 2010-06-22 09:40:04 +00:00
libbz2 Makefile updates: 2010-06-11 16:05:36 +00:00
libc libc stubs for statvfs, contributed by Buccapatnam Tirumala, Gautam. 2010-06-23 23:51:29 +00:00
libcurses Makefile updates: 2010-06-11 16:05:36 +00:00
libdriver libdriver: make partition code use a contiguous buffer 2010-06-13 10:40:22 +00:00
libedit Makefile updates: 2010-06-11 16:05:36 +00:00
libend Convert library asm files to GAS syntax 2010-03-03 14:27:30 +00:00
libhgfs Reorganize some directories 2010-05-26 22:49:57 +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 libdriver: make partition code use a contiguous buffer 2010-06-13 10:40:22 +00:00
libtimers Makefile updates: 2010-06-11 16:05:36 +00:00
libutil Makefile updates: 2010-06-11 16:05:36 +00:00
libz lib: no visibility features; fixes gcc warnings 2010-06-20 00:24:11 +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 cd subdir && $(MAKE) targets -> $(MAKE) -C subdir targets 2010-06-22 12:03:09 +00:00
Makefile.inc Makefile updates: 2010-06-11 16:05:36 +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