Searched defs:LIBS (Results 1 - 25 of 45) sorted by relevance

12

/external/mdnsresponder/Clients/
H A DMakefile30 LIBS = macro
33 LIBS = -L../mDNSPosix/build/prod/ -ldns_sd macro
45 cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@
48 cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ -m64
/external/syslinux/com32/samples/
H A DMakefile17 LIBS = $(objdir)/com32/libutil/libutil.c32 macro
/external/autotest/client/tests/cyclictest/src/
H A DMakefile4 LIBS = -lpthread -lrt macro
7 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(LIBS)
/external/autotest/client/tests/signaltest/
H A DMakefile5 LIBS = -lpthread -lrt macro
8 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
/external/autotest/client/tests/signaltest/src/
H A DMakefile4 LIBS = -lpthread -lrt macro
7 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
/external/syslinux/com32/rosh/
H A DMakefile19 LIBS = $(objdir)/com32/libutil/libutil.c32 \ macro
/external/curl/packages/TPF/
H A Dcurl.mak17 LIBS := CRYP CSSL macro
/external/libopus/celt/dump_modes/
H A DMakefile20 LIBS = -L$(NE10_LIBDIR) -lNE10 macro
29 $(PREFIX)$(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES_ONLY -DCUSTOM_MODES $(SOURCES) -o $@ $(LIBS) -lm
/external/syslinux/mk/
H A Dbuild.mk24 LIBS = macro
/external/autotest/client/site_tests/example_UnitTest/src/
H A DMakefile9 LIBS = -lgtest macro
15 $(CXX) $(CXXFLAGS) $(OPTIONS) $(LDFLAGS) $(PACKAGES) $(OBJECTS) $(LIBS) \
/external/autotest/client/tests/monotonic_time/src/
H A DMakefile4 LIBS= -lpthread -lrt macro
15 $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
/external/autotest/client/tests/tsc/src/
H A DMakefile3 LIBS= -lpthread macro
14 $(CC) $(LDFLAGS) -o checktsc $(OBJS) $(LIBS)
/external/blktrace/btreplay/
H A DMakefile16 LIBS = -laio -lrt macro
38 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
/external/blktrace/btt/
H A DMakefile15 LIBS = $(PLIBS) $(ELIBS) macro
41 $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
H A DMakefile17 LIBS = -L../lib -lepoll -lpcl macro
37 $(CC) $(CFLAGS) -DHTTP_BLASTER -o $(OUTDIR)/epoll-blaster $(SOURCES) $(LIBS)
40 $(CC) $(CFLAGS) -DDPHTTPD -o $(OUTDIR)/epoll-httpd $(SOURCES) $(LIBS)
43 $(CC) $(CFLAGS) -DPIPETESTER -o $(OUTDIR)/epoll-pipetest $(SOURCES) $(LIBS)
/external/selinux/libsemanage/tests/
H A DMakefile8 LIBS = ../src/libsemanage.a -lselinux -lsepol macro
21 $(CC) $(OBJECTS) $(LIBS) $(LDFLAGS) -o $@ $(LDLIBS)
/external/syslinux/com32/elflink/ldlinux/
H A DMakefile17 LIBS = --whole-archive $(objdir)/com32/lib/libcom32min.a macro
36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
/external/syslinux/com32/gdbstub/
H A DMakefile23 LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC) macro
33 gdbstub.elf : $(OBJS) $(LIBS) $(C_LIBS)
/external/tcpdump/win32/prj/
H A DGNUmakefile28 LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lws2_32 macro
166 ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}
/external/python/cpython2/PC/VC6/
H A D_ssl.mak16 LIBS=gdi32.lib wsock32.lib user32.lib advapi32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib macro
22 cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LFLAGS)
/external/rmi4utils/f54test/
H A DMakefile5 LIBS = -lrmidevice -lrt macro
19 $(CXX) $(CXXFLAGS) $(LDFLAGS) $(F54TESTOBJ) -L$(LIBDIR) $(LIBS) -o $(PROGNAME)
/external/rmi4utils/rmi4update/
H A DMakefile5 LIBS = -lrmidevice -lrt macro
19 $(CXX) $(CXXFLAGS) $(LDFLAGS) $(RMI4UPDATEOBJ) -L$(LIBDIR) $(LIBS) -o $(PROGNAME)
/external/rmi4utils/rmihidtool/
H A DMakefile5 LIBS = -lrmidevice macro
19 $(CXX) $(CXXFLAGS) $(LDFLAGS) $(RMIHIDTOOLOBJ) -L$(LIBDIR) $(LIBS) -o $(PROGNAME)
/external/syslinux/com32/cmenu/
H A DMakefile20 LIBS = libmenu/libmenu.c32 \ macro
38 MENUS = $(LIBS) $(subst $(SRC)/,,$(CMENUS) $(IMENUS))
/external/syslinux/com32/sysdump/
H A DMakefile22 LIBS = $(objdir)/com32/libupload/libcom32upload.a macro
47 sysdump.elf : $(OBJS) $(LIBS) $(C_LIBS)

Completed in 4332 milliseconds

12