HomeSort by relevance Sort by last modified time
    Searched refs:LIB (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/compiler-rt/test/tsan/
ignore_lib0.cc 14 #ifndef LIB
22 #else // #ifdef LIB
26 #endif // #ifdef LIB
  /external/ltp/testcases/kernel/controllers/
Makefile.inc 26 LIB := $(LIBDIR)/libcontrollers.a
31 $(LIB): ../$(LIBDIR)
34 MAKE_DEPS := $(LIB)
Makefile 29 LIB := $(LIBDIR)/libcontrollers.a
35 $(LIB): $(LIBDIR)
38 MAKE_DEPS := $(LIB)
40 trunk-clean:: | lib-clean
42 lib-clean:: $(LIBDIR)
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 10 ## 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}
    [all...]
  /external/ltp/testcases/kernel/syscalls/kill/
Makefile 25 LIBDIR := ../ipc/lib
27 LIB := $(LIBDIR)/libipc.a
32 $(LIB): $(LIBDIR)
35 MAKE_DEPS := $(LIB)
  /external/ltp/testcases/kernel/syscalls/mremap/
Makefile 25 LIBDIR := ../ipc/lib
27 LIB := $(LIBDIR)/libipc.a
32 $(LIB): $(LIBDIR)
35 MAKE_DEPS := $(LIB)
  /external/xmlrpcpp/
Makefile 10 LIB = ./libXmlRpc.a
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/
Makefile 27 LIB := $(LIBDIR)/libclone.a
36 # Make the target the real lib so we don't have to deal with rebuilding this
38 $(LIB): $(LIBDIR)
41 MAKE_DEPS := $(LIB)
43 trunk-clean:: | lib-clean
45 lib-clean:: $(LIBDIR)
  /external/ltp/testcases/kernel/controllers/cpuset/
Makefile 30 LIB := $(LIBDIR)/libcpu_set.a
35 $(LIB): $(LIBDIR)
38 MAKE_DEPS := $(LIB)
40 trunk-clean:: | lib-clean
42 lib-clean:: $(LIBDIR)
  /external/ltp/testcases/kernel/mem/hugetlb/
Makefile 23 LIBDIR := lib
24 LIB := $(LIBDIR)/libhugetlb.a
30 $(LIB): $(LIBDIR)
33 MAKE_DEPS := $(LIB)
35 trunk-clean:: | lib-clean
37 lib-clean:: $(LIBDIR)
  /external/ltp/testcases/kernel/syscalls/ipc/
Makefile 23 LIBDIR := lib
25 LIB := $(LIBDIR)/libipc.a $(LIBDIR)/libmsgctl.a
30 $(LIB): $(LIBDIR)
33 MAKE_DEPS := $(LIB)
35 trunk-clean:: | lib-clean
37 lib-clean:: $(LIBDIR)
  /external/xmlrpcpp/test/
Makefile 10 LIB = ../libXmlRpc.a
16 LDLIBS = $(SYSTEMLIBS) $(LIB)
22 $(TESTS): $(LIB)
  /external/ltp/testcases/kernel/containers/libclone/
Makefile 25 LIB := libclone.a
27 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Makefile 30 LIB := libcpu_set.a
32 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/kernel/controllers/libcontrollers/
Makefile 27 LIB := libcontrollers.a
29 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
Makefile 23 LIB := libhugetlb.a
25 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
Makefile 23 LIB := libipc.a libmsgctl.a
25 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/network/lib6/
Makefile 32 CLEAN_TARGETS += $(LIB)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
Makefile 23 LIB := librpc-tirpc.a
25 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/utils/sctp/lib/
Makefile 2 # testcases/network/sctp/lib Makefile.
29 LIB := libsctp.a
31 include $(top_srcdir)/include/mk/lib.mk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 39 LIB=${1}
43 if [ ! -d $LIB ]; then
44 mkdir $LIB || {
45 echo fixincludes: output dir '`'$LIB"' cannot be created"
49 ( cd $LIB && touch DONE && rm DONE ) || {
50 echo fixincludes: output dir '`'$LIB"' is an invalid directory"
104 # Make LIB absolute only if needed to avoid problems with the amd.
105 case $LIB in
109 cd $LIB; LIB=`${PWDCMD}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 39 LIB=${1}
43 if [ ! -d $LIB ]; then
44 mkdir $LIB || {
45 echo fixincludes: output dir '`'$LIB"' cannot be created"
49 ( cd $LIB && touch DONE && rm DONE ) || {
50 echo fixincludes: output dir '`'$LIB"' is an invalid directory"
104 # Make LIB absolute only if needed to avoid problems with the amd.
105 case $LIB in
109 cd $LIB; LIB=`${PWDCMD}
    [all...]
  /external/ltp/include/mk/
lib.mk 34 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)
49 MAKE_TARGETS += $(LIB)
65 $(LIB): $(notdir $(LIBOBJS))
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/
Makefile 30 CPPFLAGS += -I$(abs_srcdir)/lib
31 LDFLAGS += -L$(abs_builddir)/lib
34 LIBDIR := lib
35 LIB := $(LIBDIR)/librpc01.a
40 $(LIB): $(LIBDIR)
43 trunk-clean:: | lib-clean
45 lib-clean:: $(LIBDIR)
49 MAKE_DEPS := $(LIB)
  /external/syslinux/lzo/
Makefile 19 LIB = lzo.a
27 $(LIB) : $(LIBOBJS)
32 prepcore : prepcore.o $(LIB)

Completed in 408 milliseconds

1 2 3 4 5 6