Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LIBVER_MAJOR
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lz4/contrib/djgpp/
H
A
D
Makefile
10
LIBVER_MAJOR
=$(shell sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
macro
13
LIBVER=$(
LIBVER_MAJOR
).$(LIBVER_MINOR).$(LIBVER_PATCH)
100
@echo "
LIBVER_MAJOR
="$(
LIBVER_MAJOR
)
/third_party/lz4/lib/
H
A
D
Makefile
41
LIBVER_MAJOR
:= $(shell echo $(LIBVER_MAJOR_SCRIPT))
macro
66
SHARED_EXT_MAJOR = $(
LIBVER_MAJOR
).$(SHARED_EXT)
68
SONAME_FLAGS = -install_name $(libdir)/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(
LIBVER_MAJOR
) -current_version $(LIBVER)
70
SONAME_FLAGS = -Wl,-soname=liblz4.$(SHARED_EXT).$(
LIBVER_MAJOR
)
72
SHARED_EXT_MAJOR = $(SHARED_EXT).$(
LIBVER_MAJOR
)
106
-e 's|@
LIBVER_MAJOR
@|$(
LIBVER_MAJOR
)|g' \
/third_party/lz4/programs/
H
A
D
Makefile
40
LIBVER_MAJOR
:= $(shell echo $(LIBVER_MAJOR_SCRIPT))
macro
84
-e 's|@
LIBVER_MAJOR
@|$(
LIBVER_MAJOR
)|g' \
Completed in 3 milliseconds