Home
last modified time | relevance | path

Searched refs:LIBS (Results 1 – 6 of 6) sorted by relevance

/tools/vm/
DMakefile6 LIBS = $(LIB_DIR)/libapi.a macro
10 LDFLAGS = $(LIBS)
12 $(TARGETS): $(LIBS)
14 $(LIBS):
/tools/usb/usbip/
Dconfigure.ac49 [LIBS="$LIBS -ludev"],
62 saved_LIBS="$LIBS"
63 LIBS="-lwrap $saved_LIBS"
77 saved_LIBS="$LIBS"
78 LIBS="-lwrap $saved_LIBS"
84 [AC_MSG_RESULT([no]); LIBS="$saved_LIBS"])])
DINSTALL84 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
/tools/perf/scripts/perl/Perf-Trace-Util/
DMakefile.PL12 LIBS => [''], # e.g., '-lm'
/tools/power/cpupower/bench/
DMakefile8 LIBS = -L../ -L$(OUTPUT) -lm -lcpupower macro
/tools/perf/
DMakefile.perf289 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--en…
332 $(PERF_IN) $(LIBS) -o $@
401 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(filter %.o,$^) $(LIBS)