We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ab22a commit 98a0ae6Copy full SHA for 98a0ae6
src/univalue/sources.mk
@@ -1,12 +1,8 @@
1
-# - All variables are namespaced with UNIVALUE_ to avoid colliding with
2
-# downstream makefiles.
3
# - All Variables ending in _HEADERS or _SOURCES confuse automake, so the
4
# _INT postfix is applied.
5
# - Convenience variables, for example a UNIVALUE_TEST_DIR should not be used
6
# as they interfere with automatic dependency generation
7
-# - The %reldir% is the relative path from the Makefile.am. This allows
8
-# downstreams to use these variables without having to manually account for
9
-# the path change.
+# - The %reldir% is the relative path from the Makefile.am.
10
11
UNIVALUE_INCLUDE_DIR_INT = %reldir%/include
12
0 commit comments