This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31b998816c
freebsd-dev
/
lib
/
liby
/
Makefile
9 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
# $FreeBSD$
Copy a slightly modified version of the `libgnumalloc hack' to allow us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl.
1996-11-20 20:54:28 +00:00
First pass through library packaging. Sponsored by: The FreeBSD Foundation
2016-02-04 21:16:35 +00:00
PACKAGE
=
lib
${
LIB
}
Build lib/ with WARNS=6 by default. Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
2010-01-02 09:58:07 +00:00
LIB
=
y
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
SRCS
=
main.c yyerror.c
NODOCCOMPRESS -> NO_DOCCOMPRESS NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
NO_PIC
=
Copy a slightly modified version of the `libgnumalloc hack' to allow us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl.
1996-11-20 20:54:28 +00:00
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
l
i
b
.
m
k
>
Reference in New Issue
Copy Permalink