/third_party/ltp/include/mk/ |
H A D | lib.mk | 36 ifndef LIB 38 $(error You must define LIB or INTERNAL_LIB when including this Makefile) 46 # Hide the LIB target for internal libs on install 48 LIB ?= $(INTERNAL_LIB) macro 51 MAKE_TARGETS += $(LIB) 63 $(LIB): $(notdir $(LIBOBJS))
|
H A D | testcases.mk | 48 LTPLIBS_FILES = $(addsuffix .a, $(addprefix $(abs_top_builddir)/libs/, $(foreach LIB,$(LTPLIBS),lib$(LIB)/lib$(LIB))))
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
H A D | Makefile | 30 LIB := $(LIBDIR)/libcpu_set.a macro 35 $(LIB): $(LIBDIR) 38 MAKE_DEPS := $(LIB)
|
/third_party/ltp/testcases/kernel/controllers/ |
H A D | Makefile | 11 LIB := $(LIBDIR)/libcontrollers.a macro 21 $(LIB): $(LIBDIR) 24 MAKE_DEPS := $(LIB)
|
/third_party/ltp/testcases/kernel/mem/hugetlb/ |
H A D | Makefile | 9 LIB := $(LIBDIR)/libhugetlb.a macro 15 $(LIB): $(LIBDIR) 18 MAKE_DEPS := $(LIB)
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
H A D | Makefile | 35 LIB := $(LIBDIR)/librpc01.a macro 40 $(LIB): $(LIBDIR) 49 MAKE_DEPS := $(LIB)
|
/third_party/qrcodegen/cpp/ |
H A D | Makefile | 53 LIB = qrcodegencpp macro 54 LIBFILE = lib$(LIB).a 68 $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB)
|
/third_party/curl/projects/ |
H A D | build-openssl.bat | 506 if exist "%OUTDIR%\LIB Debug" (
507 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
510 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
514 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
537 if exist "%OUTDIR%\LIB Release" (
538 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
541 move out32 "%OUTDIR%\LIB Release" 1>nul
545 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
577 if not exist "%OUTDIR%\LIB Debug" (
578 mkdir "%OUTDIR%\LIB Debu [all...] |
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_universal_viewer | 19 LIB="$2" 36 ninja -C $BUILD $LIB 46 cp -a $BUILD/$LIB $DST/$LIB
|
/third_party/qrcodegen/c/ |
H A D | Makefile | 53 LIB = qrcodegen macro 54 LIBFILE = lib$(LIB).a 68 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB)
|
/third_party/curl/packages/vms/ |
H A D | report_openssl_version.c | 38 unsigned long LIB$SET_SYMBOL( 81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; in main() 93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type); in main()
|
H A D | curl_crtl_init.c | 32 * This is a module that provides a LIB$INITIALIZE routine that 294 /* Some boilerplate to force this to be a proper LIB$INITIALIZE section */ 299 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic 301 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long 310 /* Set our contribution to the LIB$INITIALIZE array */ 322 ** Force a reference to LIB$INITIALIZE to ensure it 325 int LIB$INITIALIZE(void); 329 int lib_init_ref = (int) LIB$INITIALIZE;
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/ |
H A D | Makefile | 11 LIB := $(LIBDIR)/librpc-tirpc.a macro 23 $(LIB): $(LIBDIR)
|
/third_party/ltp/testcases/realtime/ |
H A D | Makefile | 43 LIB := $(LIBDIR)/librealtime.a macro 97 $(LIB): $(LIBDIR) 100 trunk-all: $(LIB)
|
/third_party/ninja/misc/ |
H A D | write_fake_manifests.py | 90 LIB, EXE = 0, 1 98 if kind == LIB: 126 libs = [dep.output for dep in target.deps if dep.kind == LIB] 131 link = { LIB: 'alink', EXE: 'link'}[target.kind] 230 targets = [Target(gen, LIB) for i in range(num_targets - 1)]
|
/third_party/skia/experimental/xps_to_png/ |
H A D | compile_xps_to_png.bat | 7 @set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2" variable 9 %CSC% /lib:%LIB% ^
|
/third_party/curl/src/ |
H A D | tool_vms.c | 121 * On non-VAX systems, use LIB$INITIALIZE to set a collection of C 148 /* LIB$INITIALIZE initialization function. */ 158 /* Set the global flag to indicate that LIB$INITIALIZE worked. */ in decc_init() 196 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */ 200 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and 203 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt 205 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt 209 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */ 211 int LIB$INITIALIZE(void); 213 int dmy_lib$initialize = (int) LIB [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 19 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection 64 /* LIB$INITIALIZE initialization function. */ 86 /* Set the global flag to indicate that LIB$INITIALIZE worked. */ in decc_init() 134 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */ 139 * Establish the LIB$INITIALIZE PSECTs, with proper alignment and other 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt 158 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */ 162 int LIB$INITIALIZE(void); 165 int dmy_lib$initialize = (int)LIB [all...] |
/third_party/openssl/apps/ |
H A D | vms_decc_init.c | 19 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection 64 /* LIB$INITIALIZE initialization function. */ 86 /* Set the global flag to indicate that LIB$INITIALIZE worked. */ in decc_init() 134 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */ 139 * Establish the LIB$INITIALIZE PSECTs, with proper alignment and other 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt 158 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */ 162 int LIB$INITIALIZE(void); 165 int dmy_lib$initialize = (int)LIB [all...] |
/third_party/ltp/testcases/network/lib6/ |
H A D | Makefile | 12 CLEAN_TARGETS += $(LIB)
|
/third_party/ltp/libs/libltpvdso/ |
H A D | Makefile | 8 LIB := libltpvdso.a macro
|
/third_party/eudev/ |
H A D | compile | 102 for dir in $lib_path $LIB 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
/third_party/lame/ |
H A D | compile | 102 for dir in $lib_path $LIB 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
/third_party/node/deps/cares/ |
H A D | compile | 102 for dir in $lib_path $LIB 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
/third_party/node/deps/cares/config/ |
H A D | compile | 102 for dir in $lib_path $LIB 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|