Makefile (44e86fbdcf5a3e625095652a3d0ab99532e54eea) Makefile (c45018041d5537d2a91c2d63e3982127041d523b)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
7# of the other libraries. These are built first with a .WAIT between them
8# and the main list to avoid needing a SUBDIR_DEPEND line on every library

--- 39 unchanged lines hidden (view full) ---

48 libdwarf \
49 libedit \
50 libelftc \
51 libevent \
52 libexecinfo \
53 libexpat \
54 libfetch \
55 libfigpar \
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
7# of the other libraries. These are built first with a .WAIT between them
8# and the main list to avoid needing a SUBDIR_DEPEND line on every library

--- 39 unchanged lines hidden (view full) ---

48 libdwarf \
49 libedit \
50 libelftc \
51 libevent \
52 libexecinfo \
53 libexpat \
54 libfetch \
55 libfigpar \
56 libgcc_eh \
57 libgcc_s \
56 libgeom \
57 libifconfig \
58 libipsec \
59 libjail \
60 libkiconv \
61 libkvm \
62 liblzma \
63 libmemstat \

--- 108 unchanged lines hidden (view full) ---

172_libcxxrt= libcxxrt
173_libcplusplus= libc++
174_libcplusplus+= libc++experimental
175.endif
176
177SUBDIR.${MK_EFI}+= libefivar
178SUBDIR.${MK_GOOGLETEST}+= googletest
179SUBDIR.${MK_LIBTHR}+= libthr
58 libgeom \
59 libifconfig \
60 libipsec \
61 libjail \
62 libkiconv \
63 libkvm \
64 liblzma \
65 libmemstat \

--- 108 unchanged lines hidden (view full) ---

174_libcxxrt= libcxxrt
175_libcplusplus= libc++
176_libcplusplus+= libc++experimental
177.endif
178
179SUBDIR.${MK_EFI}+= libefivar
180SUBDIR.${MK_GOOGLETEST}+= googletest
181SUBDIR.${MK_LIBTHR}+= libthr
180SUBDIR.${MK_LLVM_LIBUNWIND}+= libgcc_eh
181SUBDIR.${MK_LLVM_LIBUNWIND}+= libgcc_s
182SUBDIR.${MK_NETGRAPH}+= libnetgraph
183SUBDIR.${MK_NIS}+= libypclnt
184
185.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
186_libvgl= libvgl
187.endif
188
189.if ${MACHINE_CPUARCH} == "aarch64"

--- 29 unchanged lines hidden ---
182SUBDIR.${MK_NETGRAPH}+= libnetgraph
183SUBDIR.${MK_NIS}+= libypclnt
184
185.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
186_libvgl= libvgl
187.endif
188
189.if ${MACHINE_CPUARCH} == "aarch64"

--- 29 unchanged lines hidden ---