Home
last modified time | relevance | path

Searched +full:- +full:- +full:libdir (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/external/libexif/
Dconfig.rpath5 # Copyright 1996-2003 Free Software Foundation, Inc.
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
29 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
31 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
38 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
57 wl='-Wl,'
61 wl='-Wl,'
[all …]
/external/libcups/cups/
DMakefile4 # Copyright © 2007-2019 by Apple Inc.
5 # Copyright © 1997-2006 by Easy Software Products, all rights reserved.
23 dest-job.o \
24 dest-localization.o \
25 dest-options.o \
33 http-addr.o \
34 http-addrlist.o \
35 http-support.o \
37 ipp-file.o \
38 ipp-vars.o \
[all …]
/external/libconfig/aux-build/
Dconfig.rpath5 # Copyright 1996-2007 Free Software Foundation, Inc.
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
44 \-*) ;;
48 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
54 wl='-Wl,'
[all …]
/external/e2fsprogs/config/
Dconfig.rpath5 # Copyright 1996-2016 Free Software Foundation, Inc.
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
44 \-*) ;;
48 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
54 wl='-Wl,'
[all …]
/external/tensorflow/tensorflow/c/
Dgenerate-pc.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 LIBDIR='lib'
22 echo -e "-p, --prefix\tset installation prefix (default: /usr/local)"
23 echo -e "-l, --libdir\tset lib directory (default: lib)"
24 echo -e "-v, --version\tset TensorFlow version"
25 echo -e "-h, --help\tdisplay this message"
31 ARGS=$(getopt -o p:l:v:h --long prefix:,libdir:,version:,help -n $0 -- "$@")
32 eval set -- "$ARGS"
37 -h|--help) usage ; exit ;;
38 -p|--prefix)
[all …]
/external/freetype/builds/unix/
Dfreetype-config.in3 # Copyright (C) 2000-2023 by
16 # if `pkg-config' is available, use values from `freetype2.pc'
17 %PKG_CONFIG% --atleast-pkgconfig-version 0.24 >/dev/null 2>&1
18 if test $? -eq 0 ; then
19 # note that option `--variable' is not affected by the
26 prefix=`%PKG_CONFIG% --variable prefix freetype2`
27 exec_prefix=`%PKG_CONFIG% --variable exec_prefix freetype2`
29 includedir=`%PKG_CONFIG% --variable includedir freetype2`
30 libdir=`%PKG_CONFIG% --variable libdir freetype2`
32 version=`%PKG_CONFIG% --modversion freetype2`
[all …]
/external/libpcap/
DMakefile.in35 libdir = @libdir@
55 INCLS = -I. @V_INCLS@
56 DEFS = -DBUILDING_PCAP -Dpcap_EXPORTS @DEFS@ @V_DEFS@
87 @rm -f $@
88 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
95 fmtutils.c pcap-util.c \
96 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \
97 pcap-usb-linux-common.c bpf_image.c bpf_filter.c bpf_dump.c
115 pcap-bpf.h \
116 pcap-namedb.h \
[all …]
/external/lz4/lib/
DMakefile2 # LZ4 library - Makefile
3 # Copyright (C) Yann Collet 2011-2020
31 # - LZ4 source repository : https://github.com/lz4/lz4
32 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
37 LIBVER_MAJOR_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' <…
38 LIBVER_MINOR_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' <…
39 LIBVER_PATCH_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p'…
49 CPPFLAGS+= -DXXH_NAMESPACE=LZ4_
51 CFLAGS ?= -O3
52 DEBUGFLAGS:= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
[all …]
/external/cronet/third_party/libxml/linux/
Dxml2-config6 libdir=${exec_prefix}/lib
13 Usage: xml2-config [OPTION]
17 --prefix=DIR change libxml prefix [default $prefix]
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
19 --libs print library linking information
20 add --dynamic to print only shared libraries
21 --cflags print pre-processor and compiler flags
22 --modules module support enabled
23 --help display this help and exit
24 --version output version information
[all …]
/external/libcups/config-scripts/
Dcups-sharedlibs.m44 dnl Copyright © 2007-2018 by Apple Inc.
5 dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved.
14 AC_ARG_ENABLE(shared, [ --disable-shared do not create shared libraries])
30 DSOFLAGS="$DSOFLAGS -Wl,-h\`basename \$@\` -G"
39 DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared"
48 DSOFLAGS="$DSOFLAGS -Wl,-no_warn_inits -dynamiclib -single_module -lc"
51 echo "Warning: shared libraries may not be supported. Trying -shared"
59 DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared"
82 EXTLINKCUPS="-lcups \$LIBS"
84 LINKCUPS="-L../cups -l${cupsbase}"
[all …]
/external/zstd/tests/regression/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
11 CFLAGS ?= -O3
13 CURL_CFLAGS := $(shell curl-config --cflags)
14 CURL_LDFLAGS := $(shell curl-config --libs) -pthread
17 LIBDIR := ../../lib macro
18 ZSTD_CPPFLAGS := -I$(PROGDIR) -I$(LIBDIR) -I$(LIBDIR)/common -Wno-deprecated-declarations
26 xxhash.o: $(LIBDIR)/common/xxhash.c $(LIBDIR)/common/xxhash.h
27 $(CC) $(REGRESSION_CFLAGS) $(REGRESSION_CPPFLAGS) $< -c -o $@
30 $(CC) $(REGRESSION_CFLAGS) $(REGRESSION_CPPFLAGS) $< -c -o $@
[all …]
/external/sonic/
DMakefile4 # Note that -pthread is only included so that older Linux builds will be thread
5 # safe. We call malloc, and older Linux versions only linked in the thread-safe
6 # malloc if -pthread is specified.
10 # high-quality spectrograms with low CPU overhead, for applications such a
22 LIBDIR=$(PREFIX)/lib macro
25 SONAME=-soname,
26 SHARED_OPT=-shared
32 SONAME=-install_name,$(LIBDIR)/
33 SHARED_OPT=-dynamiclib
38 #CFLAGS=-Wall -Wno-unused-function -g -ansi -fPIC -pthread
[all …]
/external/icu/icu4c/source/tools/toolutil/
DMakefile.in5 # Copyright (C) 1999-2014, International Business Machines
9 ## Makefile.in for ICU - tools/toolutil
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
48 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS)
51 CPPFLAGS+= "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
52 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
54 DEFS += -DU_TOOLUTIL_IMPLEMENTATION
65 -include Makefile.local
68 .PHONY : all all-local install install-local clean clean-local \
[all …]
/external/cronet/third_party/icu/source/tools/toolutil/
DMakefile.in5 # Copyright (C) 1999-2014, International Business Machines
9 ## Makefile.in for ICU - tools/toolutil
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
48 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS)
51 CPPFLAGS+= "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
52 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
54 DEFS += -DU_TOOLUTIL_IMPLEMENTATION
65 -include Makefile.local
68 .PHONY : all all-local install install-local clean clean-local \
[all …]
/external/crosvm/rutabaga_gfx/ffi/
DMakefile2 # Use of this source code is governed by a BSD-style license that can be
6 libdir = ${prefix}/lib macro
9 UNAME := $(shell uname -s)
19 release :=--release
38 ifeq ($(shell pkg-config --exists $(GFXSTREAM_DEP) && echo 1),1)
39 gfxstream_feature :=--features=gfxstream
51 install -D -m 755 $(OUT)/$(LIB_NAME) $(DESTDIR)$(libdir)/$(LIB_NAME).$(RUTABAGA_VERSION)
54 …install_name_tool -id $(DESTDIR)$(libdir)/$(LIB_NAME).$(RUTABAGA_VERSION) $(DESTDIR)$(libdir)/$(LI…
57 ln -sf $(LIB_NAME).$(RUTABAGA_VERSION) $(DESTDIR)$(libdir)/$(LIB_NAME).$(RUTABAGA_VERSION_MAJOR)
58 ln -sf $(LIB_NAME).$(RUTABAGA_VERSION) $(DESTDIR)$(libdir)/$(LIB_NAME)
[all …]
/external/libcups/
Dcups-config.in5 # Copyright © 2007-2019 by Apple Inc.
6 # Copyright © 2001-2006 by Easy Software Products, all rights reserved.
20 libdir=@libdir@
37 if test -f "$selfdir/cups/cups.h"; then
38 CFLAGS="-I$selfdir"
39 LDFLAGS="-L$selfdir/cups $LDFLAGS"
40 libdir="$selfdir/cups"
43 CFLAGS="$CFLAGS -I$includedir"
46 if test $libdir != /usr/lib -a $libdir != /usr/lib32 -a $libdir != /usr/lib64; then
47 LDFLAGS="$LDFLAGS -L$libdir"
[all …]
/external/zstd/contrib/seqBench/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
11 LIBDIR = ../../lib macro
13 LIBZSTD = $(LIBDIR)/libzstd.a
15 CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/common -I$(LIBDIR)/dictBuilder -I$(PROGDIR)
17 CFLAGS ?= -O3 -g
18 CFLAGS += -std=gnu99
19 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
20 -Wstrict-aliasing=1 -Wswitch-enum \
21 -Wstrict-prototypes -Wundef -Wpointer-arith \
22 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
[all …]
/external/zstd/contrib/largeNbDicts/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
11 LIBDIR = ../../lib macro
13 LIBZSTD = $(LIBDIR)/libzstd.a
15 CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/common -I$(LIBDIR)/dictBuilder -I$(PROGDIR)
17 CFLAGS ?= -O3
18 CFLAGS += -std=gnu99
19 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
20 -Wstrict-aliasing=1 -Wswitch-enum \
21 -Wstrict-prototypes -Wundef -Wpointer-arith \
22 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
[all …]
/external/tinyalsa_new/src/
DMakefile3 LIBDIR ?= $(PREFIX)/lib macro
6 LIBDIR := $(LIBDIR)/$(DEB_HOST_MULTIARCH) macro
13 WARNINGS = -Wall -Wextra -Werror -Wfatal-errors
14 INCLUDE_DIRS = -I ../include
15 override CFLAGS := $(WARNINGS) $(INCLUDE_DIRS) -fPIC $(CFLAGS)
46 ln -sf $< $@
49 ln -sf $< $@
52 $(LD) $(LDFLAGS) -shared -Wl,-soname,libtinyalsa.so.$(LIBVERSION_MAJOR) $^ -o $@
56 rm -f libtinyalsa.a
57 rm -f libtinyalsa.so
[all …]
/external/zstd/lib/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
12 lib-release:
57 # Note: by default, the static library is built single-threaded and dynamic library is built
58 # multi-threaded. It is possible to force multi or single threaded builds by appending
59 # -mt or -nomt to the build target (like lib-mt for multi-threaded, lib-nomt for single-threaded).
62 CPPFLAGS_DYNLIB += -DZSTD_MULTITHREAD # dynamic library build defaults to multi-threaded
63 LDFLAGS_DYNLIB += -pthread
64 CPPFLAGS_STATICLIB += # static library build defaults to single-threaded
68 decompress/zstd_decompress_block.o : CFLAGS+=-fno-tree-vectorize
[all …]
/external/cronet/third_party/apache-portable-runtime/src/
Dconfig.layout2 ## config.layout -- Pre-defined Installation Path Layouts
5 ## - layouts can be loaded with configure's --enable-layout=ID option
6 ## - when no --enable-layout option is given, the default layout is `apr'
7 ## - a trailing plus character (`+') on paths is replaced with a
18 libdir: ${exec_prefix}/lib
23 installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
24 includedir: ${prefix}/include/apr-${APR_MAJOR_VERSION}
26 libsuffix: -${APR_MAJOR_VERSION}
29 # Classical single-installation APR path layout.
35 libdir: ${exec_prefix}/lib
[all …]
/external/cronet/third_party/icu/source/i18n/
DMakefile.in5 # Copyright (C) 1998-2016, International Business Machines
9 ## Makefile.in for ICU - icui18n.so
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
45 BATCH_LIBS = $(BATCH_LIBICUUC) -lm
58 CFLAGS += -WI
59 CXXFLAGS += -WI
62 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common $(LIBCPPFLAGS) $(CPPFLAGSICUI18N)
63 DEFS += -DU_I18N_IMPLEMENTATION
77 -include Makefile.local
[all …]
/external/icu/icu4c/source/i18n/
DMakefile.in5 # Copyright (C) 1998-2016, International Business Machines
9 ## Makefile.in for ICU - icui18n.so
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
45 BATCH_LIBS = $(BATCH_LIBICUUC) -lm
58 CFLAGS += -WI
59 CXXFLAGS += -WI
62 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common $(LIBCPPFLAGS) $(CPPFLAGSICUI18N)
63 DEFS += -DU_I18N_IMPLEMENTATION
77 -include Makefile.local
[all …]
/external/cronet/third_party/icu/source/io/
DMakefile.in5 # Copyright (C) 1999-2011, International Business Machines
9 ## Makefile.in for ICU - icuio.so
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
45 BATCH_LIBS = $(BATCH_LIBICUUC) $(BATCH_LIBICUI18N) -lm
58 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS) $(CPPFLAGSICUIO)
59 DEFS += -DU_IO_IMPLEMENTATION
73 -include Makefile.local
76 .PHONY : all all-local install install-local clean clean-local \
77 distclean distclean-local install-library install-headers dist \
[all …]
/external/icu/icu4c/source/io/
DMakefile.in5 # Copyright (C) 1999-2011, International Business Machines
9 ## Makefile.in for ICU - icuio.so
32 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
36 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
45 BATCH_LIBS = $(BATCH_LIBICUUC) $(BATCH_LIBICUI18N) -lm
58 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(LIBCPPFLAGS) $(CPPFLAGSICUIO)
59 DEFS += -DU_IO_IMPLEMENTATION
73 -include Makefile.local
76 .PHONY : all all-local install install-local clean clean-local \
77 distclean distclean-local install-library install-headers dist \
[all …]

12345678910>>...38