Searched refs:LIB (Results 1 - 25 of 120) sorted by relevance

12345

/external/compiler-rt/test/tsan/
H A Dignore_lib0.cc14 #ifndef LIB
22 #else // #ifdef LIB
26 #endif // #ifdef LIB
/external/cmockery/cmockery_0_1_2/packages/
H A Ddeb.sh10 ## Set LIB to lib if exporting a library, empty-string else
11 LIB=
12 #LIB=lib
50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
51 tar zfx "${LIB}${archive}.orig.tar.gz"
52 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
53 cd "${LIB}${archive}"
/external/ltp/testcases/kernel/syscalls/kill/
H A DMakefile27 LIB := $(LIBDIR)/libipc.a macro
32 $(LIB): $(LIBDIR)
35 MAKE_DEPS := $(LIB)
/external/ltp/testcases/kernel/syscalls/mremap/
H A DMakefile27 LIB := $(LIBDIR)/libipc.a macro
32 $(LIB): $(LIBDIR)
35 MAKE_DEPS := $(LIB)
/external/xmlrpcpp/
H A DMakefile10 LIB = ./libXmlRpc.a macro
18 LDLIBS = $(LIB) $(SYSTEMLIBS)
25 all: $(LIB) tests
27 $(LIB): $(OBJ)
28 $(AR) $(ARFLAGS) $(LIB) $(OBJ)
31 tests: $(LIB)
40 rm -f $(LIB)
/external/ltp/testcases/kernel/containers/
H A DMakefile27 LIB := $(LIBDIR)/libclone.a macro
38 $(LIB): $(LIBDIR)
41 MAKE_DEPS := $(LIB)
/external/ltp/testcases/kernel/controllers/
H A DMakefile29 LIB := $(LIBDIR)/libcontrollers.a macro
35 $(LIB): $(LIBDIR)
38 MAKE_DEPS := $(LIB)
/external/ltp/testcases/kernel/controllers/cpuset/
H A DMakefile30 LIB := $(LIBDIR)/libcpu_set.a macro
35 $(LIB): $(LIBDIR)
38 MAKE_DEPS := $(LIB)
/external/ltp/testcases/kernel/mem/hugetlb/
H A DMakefile24 LIB := $(LIBDIR)/libhugetlb.a macro
30 $(LIB): $(LIBDIR)
33 MAKE_DEPS := $(LIB)
/external/xmlrpcpp/test/
H A DMakefile10 LIB = ../libXmlRpc.a macro
16 LDLIBS = $(SYSTEMLIBS) $(LIB)
22 $(TESTS): $(LIB)
/external/ltp/lib/android_libpthread/
H A DMakefile5 LIB := libpthread.a macro
/external/ltp/lib/android_librt/
H A DMakefile5 LIB := librt.a macro
/external/ltp/testcases/kernel/containers/libclone/
H A DMakefile25 LIB := libclone.a macro
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A DMakefile30 LIB := libcpu_set.a macro
/external/ltp/testcases/kernel/controllers/libcontrollers/
H A DMakefile27 LIB := libcontrollers.a macro
/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A DMakefile23 LIB := libipc.a libmsgctl.a macro
/external/ltp/testcases/network/lib6/
H A DMakefile32 CLEAN_TARGETS += $(LIB)
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
H A DMakefile23 LIB := librpc-tirpc.a macro
/external/ltp/utils/sctp/lib/
H A DMakefile29 LIB := libsctp.a macro
/external/ltp/include/mk/
H A Dlib.mk34 ifndef LIB
36 $(error You must define LIB or INTERNAL_LIB when including this Makefile)
44 # Hide the LIB target for internal libs on install
46 LIB ?= $(INTERNAL_LIB) macro
49 MAKE_TARGETS += $(LIB)
65 $(LIB): $(notdir $(LIBOBJS))
/external/ltp/testcases/kernel/syscalls/ipc/
H A DMakefile26 LIB := $(LIBDIR)/libipc.a $(LIBDIR)/libmsgctl.a macro
31 $(LIB): $(LIBDIR)
34 MAKE_DEPS := $(LIB)
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
H A DMakefile35 LIB := $(LIBDIR)/librpc01.a macro
40 $(LIB): $(LIBDIR)
49 MAKE_DEPS := $(LIB)
/external/syslinux/lzo/
H A DMakefile19 LIB = lzo.a macro
27 $(LIB) : $(LIBOBJS)
32 prepcore : prepcore.o $(LIB)
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
H A DMakefile25 LIB := $(LIBDIR)/librpc-tirpc.a macro
30 $(LIB): $(LIBDIR)
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB% variable

Completed in 555 milliseconds

12345