Home
last modified time | relevance | path

Searched refs:HDRS (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/cmake/
Dprotobuf-module.cmake.in4 function(PROTOBUF_GENERATE_CPP SRCS HDRS)
25 set(${HDRS})
30 list(APPEND ${HDRS} ${_file})
34 set(${HDRS} ${${HDRS}} PARENT_SCOPE)
/external/fsverity-utils/
DMakefile8 HDRS := $(wildcard *.h) macro
14 $(OBJ): %.o: %.c $(HDRS)
/external/autotest/client/tests/monotonic_time/src/
DMakefile9 HDRS= spinlock.h cpuset.h threads.h logging.h macro
17 $(OBJS): $(HDRS)
/external/libpng/scripts/
Dmakefile.openbsd20 HDRS= png.h pngconf.h pnglibconf.h
80 -m ${NONBINMODE} ${HDRS} ${DESTDIR}${PREFIX}/include
82 -m ${NONBINMODE} ${HDRS} ${DESTDIR}${PREFIX}/include
/external/grpc-grpc/third_party/nanopb/extra/
DFindNanopb.cmake33 # HDRS = Variable to define with autogenerated
94 function(NANOPB_GENERATE_CPP SRCS HDRS)
125 set(${HDRS})
176 list(APPEND ${HDRS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.h")
198 set_source_files_properties(${${SRCS}} ${${HDRS}} PROPERTIES GENERATED TRUE)
200 set(${HDRS} ${${HDRS}} ${NANOPB_HDRS} PARENT_SCOPE)
/external/nanopb-c/extra/
DFindNanopb.cmake38 # NANOPB_GENERATE_CPP(SRCS HDRS [RELPATH <root-path-of-proto-files>]
41 # HDRS = Variable to define with autogenerated header files
119 function(NANOPB_GENERATE_CPP SRCS HDRS)
210 list(APPEND ${HDRS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_PATH_REL}/${FIL_WE}.pb.h")
264 set_source_files_properties(${${SRCS}} ${${HDRS}} PROPERTIES GENERATED TRUE)
266 set(${HDRS} ${${HDRS}} ${NANOPB_HDRS} PARENT_SCOPE)
/external/freetype/
DJamfile127 HDRS += $(FT2_INCLUDE) ;