Searched
full:ldflags (Results
676 -
700 of
1516) sorted by null
<<21222324252627282930>>
| /external/autotest/server/site_tests/native_Benchmarks/ |
| webm.py | 26 def_flag(flags, 'LDFLAGS', '-static')
|
| /external/avb/ |
| Android.bp | 41 ldflags: [
|
| /external/bsdiff/ |
| Makefile | 108 $(CXX) $(CXXFLAGS) $(LDFLAGS) -Wl,-soname,$@ -shared -o $@ $^ $(LDLIBS)
|
| /external/compiler-rt/ |
| Makefile | 186 $(call Set,Tmp.LDFLAGS,$(strip \ 187 $(call GetCNAVar,LDFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 214 $(Tmp.Inputs) $(Tmp.LDFLAGS) 218 $(Tmp.Inputs) $(Tmp.LDFLAGS)
|
| /external/curl/ |
| androidconfigure | 47 LDFLAGS="-L${ANDROID_PRODUCT_OUT}/system/lib/"
|
| /external/e2fsprogs/misc/ |
| Android.bp | 79 ldflags: ["-static"],
|
| /external/google-breakpad/src/testing/scripts/ |
| gmock-config.in | 34 g++ $(gmock-config --ldflags --libs) -o foo foo.o 68 --ldflags linker flags 185 --ldflags) echo_ldflags=yes;; 262 gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`"
|
| /external/googletest/googlemock/scripts/ |
| gmock-config.in | 34 g++ $(gmock-config --ldflags --libs) -o foo foo.o 68 --ldflags linker flags 185 --ldflags) echo_ldflags=yes;; 262 gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`"
|
| /external/googletest/googletest/docs/ |
| Pkgconfig.md | 117 $(CXX) $(CXXFLAGS) $(LDFLAGS) $< -o $@ $(GTEST_LIBS)
|
| /external/icu/icu4c/source/config/ |
| mh-alpha-linux-gcc | 78 # LDflags that pkgdata will use
|
| mh-bsd-gcc | 70 # LDflags that pkgdata will use
|
| mh-haiku | 71 # LDflags that pkgdata will use
|
| mh-qnx | 87 # LDflags that pkgdata will use
|
| mh-solaris-gcc | 17 ## These are the library specific LDFLAGS
|
| /external/libexif/ |
| config.rpath | 32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld 209 # AIX style linking. If -brtl is somewhere in LDFLAGS, we 212 for ld_flag in $LDFLAGS; do 241 ${CC} ${LDFLAGS} conftest.c -o conftest
|
| /external/libpng/scripts/ |
| makefile.32sunu | 50 LDFLAGS=$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) libpng.a -lz -lm 136 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 204 -o pngtestd -L$(DL) -R$(DL) `$(BINPATH)/$(LIBNAME)-config --ldflags` \ 213 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags` \
|
| makefile.64sunu | 50 LDFLAGS=-L. -R. $(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng16 -lz -lm 136 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 204 -o pngtestd -L$(DL) -R$(DL) `$(BINPATH)/$(LIBNAME)-config --ldflags` \ 213 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags` \
|
| makefile.darwin | 43 LDFLAGS=-L. -L$(ZLIBLIB) -lpng16 -lz 119 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 189 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 196 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.hp64 | 46 LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm 123 $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS) 192 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 201 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.hpux | 52 LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm 121 $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS) 190 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 199 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.linux | 56 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 130 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 210 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 217 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.linux-opt | 62 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 140 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 220 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 227 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.openbsd | 48 ${CC} ${LDFLAGS} ${.ALLSRC} -o ${.TARGET} -L${.OBJDIR} -lpng -lz -lm
|
| makefile.sco | 43 LDFLAGS=-L. -L$(ZLIBLIB) -lpng16 -lz -lm 117 LD_RUN_PATH=.:$(ZLIBLIB) $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 189 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 196 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
| makefile.sggcc | 49 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm 125 $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) 197 -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` 207 -o pngtesti `$(BINPATH)/$(LIBNAME)-config --ldflags`
|
Completed in 726 milliseconds
<<21222324252627282930>>