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
27
HEADER_DIR
="${FRAMEWORK_DIR}/Headers/vpx"
97
local config_file="${
HEADER_DIR
}/vpx_config.h"
126
mkdir "${
HEADER_DIR
}/${target}"
127
cp -p "${BUILD_ROOT}/${target}/vpx_config.h" "${
HEADER_DIR
}/${target}"
150
mkdir -p "${
HEADER_DIR
}"
164
cp -p "${target_dist_dir}"/include/vpx/* "${
HEADER_DIR
}"
174
cp -p "${BUILD_ROOT}/${target}/vpx_version.h" "${
HEADER_DIR
}"
270
HEADER_DIR
=${
HEADER_DIR
}
Completed in 3574 milliseconds