minix/lib
2007-08-07 12:02:38 +00:00
..
ack . leave out hardware-fp code from library 2007-04-12 16:45:00 +00:00
ansi replace library time handling functions 2007-03-30 15:36:49 +00:00
curses Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
dummy Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
editline Retry read after EINTR. 2006-06-14 13:18:53 +00:00
end Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
float Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
fphook Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
gnu Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
i86 Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
i386 Added sendnb and senda, removed echo and _ipcnew.s. 2007-04-23 12:11:03 +00:00
ip Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
math Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
other Added _mapdriver5.c. 2007-08-07 12:02:38 +00:00
posix vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by 2006-07-21 10:08:47 +00:00
stdtime put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
syscall Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
syslib . clarify panic messages in syslib about pci 2007-07-11 13:38:13 +00:00
sysutil micro_delay in sysutil, used in ti1225, dp8390, fxp and 2007-07-31 15:01:49 +00:00
timers Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
util Don't close the master fd before returning if slave opens ok 2006-03-27 11:08:53 +00:00
.depend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
.depend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
generate.sh put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
Makedepend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makedepend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makefile replace library time handling functions 2007-03-30 15:36:49 +00:00
Makefile.in replace library time handling functions 2007-03-30 15:36:49 +00:00
README Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries