Skip to content

Commit b85abc7

Browse files
committed
add info to reference
1 parent 170fa7a commit b85abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ $(eval $(prorab-build-lib))
628628
- `this_soname` - so name for dynamic library. **Mandatory**
629629
- `this_headers_dir` - root directory of the header files which are to be installed with the library. Relative to `$(d)`.
630630
- `this_headers_install_dir` - header files installation destination directory. Relative to `$(DESTDIR)$(PREFIX)/include`. Can be empty, then header files are installed straight to `$(DESTDIR)$(PREFIX)/include`.
631-
- `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)`.
631+
- `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.
632632
- `this_install_c_hdrs` - list of `c`-only header files to install. See `this_install_hdrs` for details. Relative to `$(d)`. The `test` target will test these header files for compilation.
633633
- `this_install_cxx_hdrs` - list of `c++`-only header files to install. See `this_install_hdrs` for details. Relative to `$(d)`. The `test` target will test these header files for compilation.
634634
- `this_static_lib_only` - disables building of shared library. If `true` only static library is built. Otherwise both, shared and static libraries are built. Defaults to empty.

0 commit comments

Comments
 (0)