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

1 2

  /external/ltp/lib/android_libpthread/
Makefile 5 LIB := libpthread.a
7 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/lib/android_librt/
Makefile 5 LIB := librt.a
7 include $(top_srcdir)/include/mk/lib.mk
  /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 24 LIB := libhugetlb.a
26 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/rpc/rpc-tirpc/tests_pack/lib/
Makefile 23 LIB := librpc-tirpc.a
25 include $(top_srcdir)/include/mk/lib.mk
  /external/ltp/testcases/realtime/lib/
Makefile 2 # realtime/lib Makefile.
34 LIB := librealtime.a
36 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
  /external/ltp/utils/sctp/testlib/
Makefile 31 LIB := libsctputil.a
34 #DEPLIBDIR := ../lib
36 include $(top_srcdir)/include/mk/lib.mk
41 # $(MAKE) -C $(builddir)/../lib all
  /external/skia/experimental/xps_to_png/
compile_xps_to_png.bat 7 @set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"
9 %CSC% /lib:%LIB% ^
  /external/skqp/experimental/xps_to_png/
compile_xps_to_png.bat 7 @set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2"
9 %CSC% /lib:%LIB% ^
  /external/capstone/bindings/ocaml/
Makefile 4 LIB = capstone
8 ocamlopt -o test_basic -ccopt $(FLAGS) ocaml.o capstone.cmx test_basic.cmx -cclib -l$(LIB)
9 ocamlopt -o test_detail -ccopt $(FLAGS) capstone.cmx ocaml.o test_detail.cmx -cclib -l$(LIB)
10 ocamlopt -o test_x86 -ccopt $(FLAGS) capstone.cmx ocaml.o x86.cmx x86_const.cmx test_x86.cmx -cclib -l$(LIB)
11 ocamlopt -o test_arm -ccopt $(FLAGS) capstone.cmx ocaml.o arm.cmx arm_const.cmx test_arm.cmx -cclib -l$(LIB)
12 ocamlopt -o test_arm64 -ccopt $(FLAGS) capstone.cmx ocaml.o arm64.cmx arm64_const.cmx test_arm64.cmx -cclib -l$(LIB)
13 ocamlopt -o test_mips -ccopt $(FLAGS) capstone.cmx ocaml.o mips.cmx mips_const.cmx test_mips.cmx -cclib -l$(LIB)
14 ocamlopt -o test_ppc -ccopt $(FLAGS) capstone.cmx ocaml.o ppc.cmx ppc_const.cmx test_ppc.cmx -cclib -l$(LIB)
15 ocamlopt -o test_sparc -ccopt $(FLAGS) capstone.cmx ocaml.o sparc.cmx sparc_const.cmx test_sparc.cmx -cclib -l$(LIB)
16 ocamlopt -o test_systemz -ccopt $(FLAGS) capstone.cmx ocaml.o systemz.cmx sysz_const.cmx test_systemz.cmx -cclib -l$(LIB)
    [all...]
  /external/ltp/lib/
Makefile 2 # lib Makefile.
35 LIB := libltp.a
45 include $(top_srcdir)/include/mk/lib.mk
  /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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
Makefile 23 LIBDIR := lib
25 LIB := $(LIBDIR)/librpc-tirpc.a
30 $(LIB): $(LIBDIR)
33 trunk-clean:: | lib-clean
35 lib-clean:: $(LIBDIR)
  /external/openssh/regress/unittests/test_helper/
Makefile 3 LIB= test_helper
15 .include <bsd.lib.mk>
  /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/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/libogg/win32/VS6/
build_ogg_dynamic.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_dynamic_debug.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_static.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_static_debug.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%

Completed in 863 milliseconds

1 2