OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER_DIR
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/
Makefile
35
mkdir -p $(
HEADER_DIR
)/c++/v1/ext
39
(cd $(
HEADER_DIR
)/c++/v1 && tar xf -)
40
chmod 755 $(
HEADER_DIR
)/c++/v1
41
chmod 644 $(
HEADER_DIR
)/c++/v1/*
42
chmod 755 $(
HEADER_DIR
)/c++/v1/ext
43
chmod 644 $(
HEADER_DIR
)/c++/v1/ext/*
44
chmod 755 $(
HEADER_DIR
)/c++/v1/experimental
45
chmod 644 $(
HEADER_DIR
)/c++/v1/experimental/*
/external/clang/runtime/libcxx/
Makefile
28
HEADER_DIR
=$(PROJ_libcxx_hdrs) installheaders
/external/libvpx/libvpx/build/make/
iosbuild.sh
23
HEADER_DIR
="${FRAMEWORK_DIR}/Headers/vpx"
88
local config_file="${
HEADER_DIR
}/vpx_config.h"
117
mkdir "${
HEADER_DIR
}/${target}"
118
cp -p "${BUILD_ROOT}/${target}/vpx_config.h" "${
HEADER_DIR
}/${target}"
141
mkdir -p "${
HEADER_DIR
}"
155
cp -p "${target_dist_dir}"/include/vpx/* "${
HEADER_DIR
}"
165
cp -p "${BUILD_ROOT}/${target}/vpx_version.h" "${
HEADER_DIR
}"
239
HEADER_DIR
=${
HEADER_DIR
}
Completed in 159 milliseconds