Home
last modified time | relevance | path

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

12

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct208 ol = env['LIBS']
211 env['LIBS'] = ol
213 ol = env['LIBS']
216 env['LIBS'] = ol
230 oldlibs = env['LIBS']
245 oldlib = env['LIBS']
246 env['LIBS'] = []
249 env['LIBS'] = oldlib
253 oldlib = env['LIBS']
254 env['LIBS'] = []
[all …]
H A Dconfigure13717 LIBS="-lintl $LIBS"
13750 LIBS="-lintl $LIBS"
14027 LIBS="-lev $LIBS"
14103 LIBS="-lev $LIBS"
14304 LIBS="-lldap $LIBS"
14368 LIBS="-llber $LIBS"
14444 LIBS="-lattr $LIBS"
15026 LIBS="-lz $LIBS"
15106 LIBS="-lbz2 $LIBS"
15186 LIBS="-lfam $LIBS"
[all …]
H A Dconfigure.ac226 save_LIBS=$LIBS
237 LIBS=$save_LIBS
287 OLDLIBS="$LIBS"
374 OLD_LIBS=$LIBS
375 LIBS=$FAM_LIBS
377 LIBS=$OLD_LIBS
481 save_LIBS=$LIBS
492 LIBS=$save_LIBS
495 save_LIBS=$LIBS
502 LIBS=$save_LIBS
[all …]
/mOS-networking-stack/samples/epserver/
H A DMakefile.in25 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
43 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
47 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/samples/epwget/
H A DMakefile.in25 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
43 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
47 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/core/src/
H A DMakefile.in46 LIBS = -lpthread -lrt
49 LIBS += -lnuma
59 LIBS += -export-dynamic -L$(DPDK_LIB)
66 LIBS += -lpcap
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DSConscript86 staticlib = env['LIBS']
103 LIBS = staticlib
133 LIBS = fullstaticlib,
154 instbin = env.Program(bin_targets, src, LINKFLAGS = bin_linkflags, LIBS= [ env['LIBS'], common_lib,…
166 instlib += env.SharedLibrary(module, modules[module]['src'], LIBS= [ libs ])
H A DMakefile.in640 LIBS = @LIBS@
1009 …V_CCLD)$(mod_alias_la_LINK) -rpath $(libdir) $(mod_alias_la_OBJECTS) $(mod_alias_la_LIBADD) $(LIBS)
1012 …AM_V_CCLD)$(mod_auth_la_LINK) -rpath $(libdir) $(mod_auth_la_OBJECTS) $(mod_auth_la_LIBADD) $(LIBS)
1015 $(AM_V_CCLD)$(mod_cgi_la_LINK) -rpath $(libdir) $(mod_cgi_la_OBJECTS) $(mod_cgi_la_LIBADD) $(LIBS)
1018 $(AM_V_CCLD)$(mod_cml_la_LINK) -rpath $(libdir) $(mod_cml_la_OBJECTS) $(mod_cml_la_LIBADD) $(LIBS)
1066 …AM_V_CCLD)$(mod_scgi_la_LINK) -rpath $(libdir) $(mod_scgi_la_OBJECTS) $(mod_scgi_la_LIBADD) $(LIBS)
1078 $(AM_V_CCLD)$(mod_ssi_la_LINK) -rpath $(libdir) $(mod_ssi_la_OBJECTS) $(mod_ssi_la_LIBADD) $(LIBS)
1158 $(AM_V_CCLD)$(LINK) $(lemon_OBJECTS) $(lemon_LDADD) $(LIBS)
1162 $(AM_V_CCLD)$(lighttpd_LINK) $(lighttpd_OBJECTS) $(lighttpd_LDADD) $(LIBS)
1166 $(AM_V_CCLD)$(LINK) $(lighttpd_angel_OBJECTS) $(lighttpd_angel_LDADD) $(LIBS)
[all …]
/mOS-networking-stack/docs/
H A DMakefile.template25 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
44 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/samples/midstat/
H A DMakefile.in24 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
42 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/samples/nat/
H A DMakefile.in24 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
42 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/samples/simple_firewall/
H A DMakefile.in24 LIBS += -lmtcp -lssl -lcrypto -lnuma -lpthread -lrt
42 $(HIDE) $(GCC) $(GCC_OPT) -o $@ $^ $(MTCP_INC) $(CMN_INC) $(UTIL_INC) $(LIB_DIR) $(LIBS)
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DSConscript42 fcgis += env.Program("fcgi-auth", "fcgi-auth.c", LIBS=env['LIBFCGI'])
43 fcgis += env.Program("fcgi-responder", "fcgi-responder.c", LIBS=env['LIBFCGI'])
H A DMakefile.in479 LIBS = @LIBS@
687 $(AM_V_CCLD)$(LINK) $(fcgi_auth_OBJECTS) $(fcgi_auth_LDADD) $(LIBS)
691 $(AM_V_CCLD)$(LINK) $(fcgi_responder_OBJECTS) $(fcgi_responder_LDADD) $(LIBS)
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/expire/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/go/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A DMakefile.in177 LIBS = @LIBS@
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/
H A DMakefile.in237 LIBS = @LIBS@

12