minix/lib/libterminfo
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
..
compile.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
compiled_terms.c terminfo fixes 2011-08-04 16:50:57 +00:00
curterm.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
genhash import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
genman import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
genterms terminfo fixes 2011-08-04 16:50:57 +00:00
genthash import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
hash.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
minix-config.inc build shared versions of libraries 2012-04-16 05:21:20 +02:00
setupterm.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
shlib_version import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
term.c terminfo fixes 2011-08-04 16:50:57 +00:00
term.h import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
term_private.h import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
termcap.3 import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
termcap.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
termcap.h import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
termcap_hash.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
termcap_map.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
terminfo.3 import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
terminfo.5.in import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
ti.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
tparm.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
tputs.c import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00