minix/lib/libpuffs
Ben Gras 4b999f1962 build shared versions of libraries
building defaults to off until clang is updated.

current clang does not handle -shared, necessary to change the ld
invocation to build shared libraries properly. a new clang should be
installed and MKPIC defaults to no unless the newer clang is detected.

changes:

	. mainly small imports of a Makefile or two and small fixes
	  (turning things back on that were turned off in Makefiles)
	. e.g.: dynamic librefuse now depends on dynamic
	  libpuffs, so libpuffs has to be built dynamically too
	  and a make dependency barrier is needed in lib/Makefile
	. all library objects now have a PIC (for .so) and non-PIC
	  version, so everything is built twice.
	. generate PIC versions of the compat (un-RENAMEd) jump files,
	  include function type annotation in generated assembly
	. build progs with -static by default for now
	. also build ld.elf_so
	. also import NetBSD ldd
2012-04-16 05:21:20 +02:00
..
callcontext.c Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
creds.c Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
fs.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
glo.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
inode.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
link.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Makefile libpuffs: make GCC happy 2012-02-01 13:23:33 +00:00
misc.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mntopts.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
mount.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
null.c libpuffs: make GCC happy 2012-02-01 13:23:33 +00:00
open.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
path.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
path_puffs.c libpuffs: make GCC happy 2012-02-01 13:23:33 +00:00
pnode.c Fix compiler warnings 2011-11-14 14:21:39 +00:00
protect.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
puffs.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
puffs.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_cc.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_cred.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_msgif.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_node.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_ops.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_path.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
puffs_priv.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
read.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
shlib_version build shared versions of libraries 2012-04-16 05:21:20 +02:00
stadir.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
subr.c Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
table.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
time.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00