2011-08-27 01:22:07 +04:00
|
|
|
# $NetBSD: Makefile,v 1.176 2011/08/26 21:22:10 dyoung Exp $
|
1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR= csu
|
|
|
|
|
|
|
|
.if (${MKGCC} != "no")
|
2011-06-22 09:16:37 +04:00
|
|
|
. if ${HAVE_GCC} == 4
|
|
|
|
. if (${USE_COMPILERCRTSTUFF} == "yes")
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR+= ../gnu/lib/crtstuff4
|
2011-06-22 09:16:37 +04:00
|
|
|
. endif
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR+= ../gnu/lib/libgcc4
|
2011-06-22 09:16:37 +04:00
|
|
|
. else
|
|
|
|
. if (${USE_COMPILERCRTSTUFF} == "yes")
|
2011-06-29 06:05:24 +04:00
|
|
|
SUBDIR+= ../external/gpl3/gcc/lib/crtstuff
|
2011-06-22 09:16:37 +04:00
|
|
|
. endif
|
2011-06-29 06:05:24 +04:00
|
|
|
SUBDIR+= ../external/gpl3/gcc/lib/libgcc
|
2011-06-22 09:16:37 +04:00
|
|
|
. endif
|
2010-12-04 00:38:46 +03:00
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= libc
|
|
|
|
SUBDIR+= .WAIT
|
|
|
|
|
|
|
|
#
|
|
|
|
# The SUBDIRs above are included here for completeness but should be built
|
|
|
|
# and installed prior to make(dependall) in this file, as libraries listed
|
|
|
|
# below will depend on versions from DESTDIR only.
|
|
|
|
#
|
|
|
|
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= i18n_module
|
1996-03-10 08:45:38 +03:00
|
|
|
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= libarch \
|
|
|
|
libbluetooth libbsdmalloc libbz2 \
|
|
|
|
libcompat libcrypt \
|
2011-01-17 23:39:03 +03:00
|
|
|
libintl libipsec libisns libkvm libm \
|
2010-12-12 15:09:51 +03:00
|
|
|
libossaudio libpci libpmc libposix libprop libpthread \
|
|
|
|
libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
|
|
|
|
librumpclient libtelnet libterminfo \
|
|
|
|
libusbhid libutil libwrap liby libz
|
|
|
|
|
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
SUBDIR+= libskey
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ../crypto/external/bsd/netpgp/libmj
|
|
|
|
.endif
|
2010-12-05 08:58:12 +03:00
|
|
|
|
2010-12-04 00:38:46 +03:00
|
|
|
.if (${MKMDNS} != "no")
|
|
|
|
SUBDIR+= ../external/apache2/mDNSResponder/lib
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= ../external/bsd/am-utils/lib
|
|
|
|
|
|
|
|
.if (${MKATF} != "no")
|
|
|
|
SUBDIR+= ../external/bsd/atf/lib
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= ../external/bsd/flex/lib
|
|
|
|
SUBDIR+= ../external/bsd/libdwarf/lib
|
|
|
|
SUBDIR+= ../external/bsd/libelf/lib
|
|
|
|
SUBDIR+= ../external/bsd/libevent/lib
|
2011-02-10 23:57:22 +03:00
|
|
|
SUBDIR+= ../external/bsd/liblzf/lib
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= ../external/bsd/libpcap/lib
|
2010-12-04 00:38:46 +03:00
|
|
|
|
|
|
|
SUBDIR+= ../external/mit/lua/lib
|
|
|
|
|
|
|
|
SUBDIR+= ../external/public-domain/xz/lib
|
|
|
|
|
|
|
|
SUBDIR+= ../gnu/lib/libmalloc
|
|
|
|
|
|
|
|
.if (${MKGCC} != "no")
|
2011-06-21 08:04:13 +04:00
|
|
|
. if ${HAVE_GCC} == 4
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR+= ../gnu/lib/libobjc4
|
2011-06-29 06:05:24 +04:00
|
|
|
. else
|
|
|
|
SUBDIR+= ../external/gpl3/gcc/lib/libobjc
|
2011-06-21 08:04:13 +04:00
|
|
|
. endif
|
2011-08-21 02:16:56 +04:00
|
|
|
. if ${HAVE_GCC} >= 45 && !defined(MLIBDIR)
|
2011-07-21 07:13:30 +04:00
|
|
|
# Should probably move GMP, MPFR and MPC builds into the GCC >= 4.5
|
|
|
|
# specific build area, but we get better parallelism this way.
|
2011-07-07 11:37:17 +04:00
|
|
|
SUBDIR+= ../external/lgpl3/gmp/lib/libgmp
|
2011-08-21 02:16:56 +04:00
|
|
|
SUBDIR+= ../external/lgpl3/mpfr/lib/libmpfr
|
|
|
|
SUBDIR+= ../external/lgpl2/mpc/lib/libmpc
|
|
|
|
. endif
|
2010-12-04 00:38:46 +03:00
|
|
|
.endif
|
2009-10-26 04:18:46 +03:00
|
|
|
|
2004-07-30 11:02:53 +04:00
|
|
|
#
|
|
|
|
# Libraries that depend upon any listed previously
|
2005-01-03 09:00:12 +03:00
|
|
|
# (and those that depend upon these [and ...])
|
2004-07-30 11:02:53 +04:00
|
|
|
#
|
2005-06-03 18:28:07 +04:00
|
|
|
#==================== 1st library dependency barrier ====================
|
|
|
|
SUBDIR+= .WAIT
|
|
|
|
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= libcurses # depends on libterminfo
|
2011-02-08 06:20:13 +03:00
|
|
|
SUBDIR+= libdm # depends on libprop
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= libedit # depends on libterminfo
|
2011-08-27 01:22:07 +04:00
|
|
|
SUBDIR+= libppath # depends on libprop
|
2011-08-21 02:23:47 +04:00
|
|
|
SUBDIR+= libperfuse # depends on libpuffs
|
2011-03-24 20:05:39 +03:00
|
|
|
SUBDIR+= libquota # depends on libprop and librpcsvc
|
2007-02-11 21:36:26 +03:00
|
|
|
SUBDIR+= librefuse # depends on libpuffs
|
2008-07-29 17:17:40 +04:00
|
|
|
SUBDIR+= librumpuser # depends on libpthread
|
2011-08-21 02:23:47 +04:00
|
|
|
SUBDIR+= librumphijack # depends on librumpclient and libpthread
|
2008-07-29 17:17:40 +04:00
|
|
|
|
2011-02-02 05:20:24 +03:00
|
|
|
.if (${MKNPF} != "no")
|
|
|
|
SUBDIR+= libnpf # depends on libprop
|
|
|
|
.endif
|
|
|
|
|
2009-12-30 02:01:09 +03:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= ../crypto/external/bsd/openssl/lib # depends on libcrypt
|
2009-12-30 02:01:09 +03:00
|
|
|
.endif
|
2009-06-09 09:20:15 +04:00
|
|
|
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR+= ../external/bsd/file/lib # depends on libz
|
|
|
|
|
|
|
|
.if (${MKISCSI} != "no")
|
|
|
|
SUBDIR+= ../external/bsd/iscsi/lib # depends on libpthread
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= ../external/bsd/libarchive/lib # depends on libxz
|
|
|
|
|
2011-02-10 23:57:22 +03:00
|
|
|
.if (${MKLVM} != "no")
|
|
|
|
SUBDIR+= ../external/gpl2/lvm2/lib # depends on libprop
|
|
|
|
.endif
|
|
|
|
|
2010-12-04 00:38:46 +03:00
|
|
|
.if (${MKBINUTILS} != "no")
|
|
|
|
SUBDIR+= ../external/gpl3/binutils/lib # libbfd depends on libz
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKGCC} != "no" && ${MKCXX} != "no")
|
2011-06-21 08:04:13 +04:00
|
|
|
. if ${HAVE_GCC} == 4
|
2010-12-04 00:38:46 +03:00
|
|
|
SUBDIR+= ../gnu/lib/libstdc++-v3_4 # depends on libm
|
|
|
|
SUBDIR+= ../gnu/lib/libsupc++4
|
2011-06-29 06:05:24 +04:00
|
|
|
. else
|
|
|
|
SUBDIR+= ../external/gpl3/gcc/lib/libstdc++-v3
|
|
|
|
SUBDIR+= ../external/gpl3/gcc/lib/libsupc++
|
2011-06-21 08:04:13 +04:00
|
|
|
. endif
|
2010-12-04 00:38:46 +03:00
|
|
|
.endif
|
|
|
|
|
2005-06-03 18:28:07 +04:00
|
|
|
#==================== 2nd library dependency barrier ====================
|
|
|
|
SUBDIR+= .WAIT
|
|
|
|
|
2010-12-12 15:09:51 +03:00
|
|
|
SUBDIR+= libform # depends on libcurses
|
2011-08-21 02:23:47 +04:00
|
|
|
SUBDIR+= libmenu # depends on libcurses
|
|
|
|
SUBDIR+= libradius # depends on libcrypto if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= librump # depends on librumpuser
|
2010-12-12 15:09:51 +03:00
|
|
|
|
2006-03-18 00:43:16 +03:00
|
|
|
.if (${MKKERBEROS} != "no")
|
2011-04-15 22:05:42 +04:00
|
|
|
SUBDIR+= ../crypto/external/bsd/heimdal/lib # depends on libcrypto
|
|
|
|
# libedit, libterminfo,
|
2006-03-18 00:43:16 +03:00
|
|
|
.endif
|
|
|
|
|
2010-12-12 15:09:51 +03:00
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ../crypto/external/bsd/openssh/lib # depends on libcrypto, libz
|
|
|
|
SUBDIR+= ../crypto/external/bsd/netpgp/lib # depends on libcrypto, ...
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= ../external/bsd/bind/lib # depends on libcrypto
|
|
|
|
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
|
|
|
|
|
|
|
|
.if (${MKLDAP} != "no")
|
|
|
|
SUBDIR+= ../external/bsd/openldap/lib # depends on libcrypto, ...
|
|
|
|
.endif
|
|
|
|
|
2008-05-22 18:16:11 +04:00
|
|
|
#==================== 3rd library dependency barrier ====================
|
|
|
|
SUBDIR+= .WAIT
|
|
|
|
|
2009-09-03 19:35:58 +04:00
|
|
|
SUBDIR+= librumpdev # depends on librump
|
2008-10-16 13:44:12 +04:00
|
|
|
SUBDIR+= librumpnet # depends on librump
|
2008-11-19 17:10:48 +03:00
|
|
|
SUBDIR+= librumpvfs # depends on librump
|
2008-07-29 17:17:40 +04:00
|
|
|
|
2011-08-21 02:23:47 +04:00
|
|
|
.if (${MKPAM} != "no")
|
|
|
|
SUBDIR+= libpam # depends on heimdal
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ../crypto/external/bsd/libsaslc # depends on heimdal, openssl
|
|
|
|
.endif
|
|
|
|
|
2008-07-29 17:17:40 +04:00
|
|
|
#==================== 4th library dependency barrier ====================
|
|
|
|
SUBDIR+= .WAIT
|
2010-12-12 15:09:51 +03:00
|
|
|
|
|
|
|
SUBDIR+= libukfs # depends on librumpvfs, librump
|
2008-11-27 19:14:46 +03:00
|
|
|
|
|
|
|
#==================== 5th library dependency barrier ====================
|
|
|
|
SUBDIR+= .WAIT
|
2010-12-12 15:09:51 +03:00
|
|
|
|
|
|
|
SUBDIR+= libp2k # depends on libukfs, librumpvfs, libpuffs
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|