Searched refs:LDFLAGS (Results 1 - 25 of 240) sorted by relevance

12345678910

/freebsd-9.3-release/tools/regression/file/newfileops_on_fork/
H A DMakefile6 LDFLAGS= -lpthread macro
/freebsd-9.3-release/crypto/openssl/demos/jpake/
H A DMakefile0 LDFLAGS=-L../.. -lcrypto
7 $(CC) -g -o jpakedemo jpakedemo.o $(LDFLAGS)
1 LDFLAGS=-L../.. -lcrypto macro
/freebsd-9.3-release/tools/regression/tls/ttls1/
H A DMakefile4 LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
5 LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
/freebsd-9.3-release/crypto/openssh/
H A Dsurvey.sh.in23 LDFLAGS="@LDFLAGS@"
56 echo "ldflags: $LDFLAGS"
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A DMakefile6 LDFLAGS+= -L${.CURDIR}/../../lib/libc
/freebsd-9.3-release/usr.bin/mkesdb/
H A DMakefile6 LDFLAGS+= -L${.OBJDIR}/../../lib/libc
/freebsd-9.3-release/tools/tools/netmap/
H A DMakefile13 LDFLAGS += -lpthread
17 LDFLAGS += -lpcap
26 $(CC) $(CFLAGS) -o pkt-gen pkt-gen.o $(LDFLAGS)
/freebsd-9.3-release/contrib/libreadline/examples/
H A DMakefile.in41 LDFLAGS = -g -L.. @LDFLAGS@
61 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rl.o $(READLINE_LIB) $(TERMCAP_LIB)
64 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlcat.o $(READLINE_LIB) $(TERMCAP_LIB)
67 $(PURIFY) $(CC) $(LDFLAGS) -o $@ fileman.o $(READLINE_LIB) $(TERMCAP_LIB)
70 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rltest.o $(READLINE_LIB) $(TERMCAP_LIB)
73 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlptytest.o $(READLINE_LIB) $(TERMCAP_LIB)
76 $(CC) $(LDFLAGS) -o $@ rlversion.o $(READLINE_LIB) $(TERMCAP_LIB)
79 $(PURIFY) $(CC) $(LDFLAGS) -o $@ histexamp.o -lhistory $(TERMCAP_LIB)
/freebsd-9.3-release/sys/boot/arm/ixp425/
H A DMakefile.inc31 ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS}
/freebsd-9.3-release/sys/contrib/ia64/libuwx/test/
H A DMakefile5 LDFLAGS = -L $(UWXLIBDIR) macro
8 $(CC) -o dumpmyself $(LDFLAGS) dumpmyself.o dump_context.o primeregs.o -luwx
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A DMakefile8 LDFLAGS=-Wl,-r macro
/freebsd-9.3-release/sys/boot/i386/mbr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary macro
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A DMakefile12 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary macro
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A DMakefile8 LDFLAGS=-Wl,-r macro
/freebsd-9.3-release/tools/regression/lib/libc/string/
H A DMakefile4 LDFLAGS+= -L/usr/local/lib
/freebsd-9.3-release/contrib/ntp/libjsmn/
H A DMakefile16 $(CC) $(LDFLAGS) -L. -ljsmn $< -o $@
21 $(CC) $(LDFLAGS) $^ -o $@
24 $(CC) $(LDFLAGS) $^ -o $@
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A DMakefile13 LDFLAGS+= -ldialog
/freebsd-9.3-release/kerberos5/lib/libheimntlm/
H A DMakefile4 LDFLAGS= -Wl,--no-undefined macro
/freebsd-9.3-release/share/examples/autofs/driver/
H A DMakefile15 LDFLAGS+= -L${.OBJDIR}/../libautofs
/freebsd-9.3-release/sys/boot/arm/at91/boot0/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg macro
/freebsd-9.3-release/sys/boot/arm/at91/boot0iic/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg macro
/freebsd-9.3-release/sys/boot/arm/at91/boot0spi/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg macro
/freebsd-9.3-release/sys/boot/arm/at91/bootiic/
H A DMakefile9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg macro
/freebsd-9.3-release/sys/boot/i386/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary macro
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary macro

Completed in 146 milliseconds

12345678910