+- `this_install_hdrs` - list of header files to install. Relative to `$(d)`. If `this_install_hdrs`, `this_install_c_hdrs` and `this_install_cxx_hdrs` are empty, then the `this_headers_dir` directory is searched recursively for C (`.h`) and {cpp} header files (`$(this_dot_hxx)`). The `install` target will install these header files to `$(DESTDIR)$(PREFIX)/include/$(this_headers_install_dir)` preserving directory structure under `this_headers_dir` directory. Also, the `test` target will test these header files for compilation, same as headers from `this_hdrs`, but with no compilation flags, except `-std=...` filtered from `$(this_cflags)`/`$(this_cxxflags)`. To disable installing headers, assign `$(prorab_space)` to this variable.
0 commit comments