Searched refs:LDADD (Results 1 - 25 of 234) sorted by last modified time

12345678910

/freebsd-11-stable/lib/libc/tests/ssp/
H A DMakefile15 LDADD+= -lssp
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile63 LDADD+=${WPA_SUPPLICANT_LDADD}
/freebsd-11-stable/usr.bin/clang/llvm-objcopy/
H A DMakefile45 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile68 LDADD+=${SENDMAIL_LDADD}
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile130 LDADD+=${HOSTAPD_LDADD}
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk391 # Detect LDADD/DPADD that should be LIBADD, before modifying LDADD here.
393 .for _l in ${LDADD:M-l*:N-l*/*:C,^-l,,}
399 .error ${.CURDIR}: These libraries should be LIBADD+=foo rather than DPADD/LDADD+=-lfoo: ${_BADLDADD}
404 LDADD+= ${LDADD_${_l}}
H A Datf.test.mk34 LDADD.${_T}+= ${LDADD_atf_c}
36 LDADD.${_T}+= ${LIBATF_C}
51 LDADD.${_T}+= ${LDADD_atf_cxx} ${LDADD_atf_c}
53 LDADD.${_T}+= ${LIBATF_CXX} ${LIBATF_C}
H A Dbsd.dep.mk322 .if !target(checkdpadd) && (defined(DPADD) || defined(LDADD))
325 # LDADD list due to unresolved symbols
326 _LDADD_CANONICALIZED= ${LDADD:N:R:T:C;^lib(.*)$;-l\1;g:N-Wl,--[es]*-group}
331 @echo "LDADD -> ${_LDADD_CANONICALIZED}"
/freebsd-11-stable/lib/libmagic/
H A DMakefile62 ${LDADD}
/freebsd-11-stable/usr.bin/svn/svnversion/
H A DMakefile23 LDADD= -L${LIBSVN_WCDIR} -lsvn_wc \ macro
/freebsd-11-stable/usr.bin/svn/svnsync/
H A DMakefile24 LDADD= -L${LIBSVN_RADIR} -lsvn_ra \ macro
/freebsd-11-stable/usr.bin/svn/svnserve/
H A DMakefile28 LDADD= -L${LIBSVN_RADIR} -lsvn_ra \ macro
/freebsd-11-stable/usr.bin/svn/svnrdump/
H A DMakefile26 LDADD= -L${LIBSVN_CLIENTDIR} -lsvn_client \ macro
/freebsd-11-stable/usr.bin/svn/svnmucc/
H A DMakefile23 LDADD= -L${LIBSVN_CLIENTDIR} -lsvn_client \ macro
/freebsd-11-stable/usr.bin/svn/svnlook/
H A DMakefile23 LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \ macro
/freebsd-11-stable/usr.bin/svn/svnfsfs/
H A DMakefile26 LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \ macro
/freebsd-11-stable/usr.bin/svn/svndumpfilter/
H A DMakefile23 LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \ macro
/freebsd-11-stable/usr.bin/svn/svnbench/
H A DMakefile31 LDADD= -L${LIBSVN_CLIENTDIR} -lsvn_client \ macro
/freebsd-11-stable/usr.bin/svn/svnadmin/
H A DMakefile23 LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \ macro
/freebsd-11-stable/usr.bin/svn/svn/
H A DMakefile70 LDADD= -L${LIBSVN_CLIENTDIR} -lsvn_client \ macro
/freebsd-11-stable/stand/i386/loader/
H A DMakefile82 LDADD= ${LDR_INTERP32} ${LIBFIREWIRE} ${LIBI386} ${LIBSA32} macro
/freebsd-11-stable/usr.bin/clang/lldb/
H A DMakefile22 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile91 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
/freebsd-11-stable/usr.bin/clang/
H A Dllvm.prog.mk20 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
H A Dclang.prog.mk15 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a

Completed in 154 milliseconds

12345678910