Hello libart-paperback

This commit is contained in:
2025-09-04 01:50:53 +02:00
commit f09d1d885c
100 changed files with 16611 additions and 0 deletions

31
buildfile Normal file
View File

@@ -0,0 +1,31 @@
./: {art/ tests/ examples/} doc{README.md} legal{LICENSE} manifest
define doxyfile: file
doxyfile{*}: extension = ""
doxyfile{*}: in.substitution = lax
doxyfile{Doxyfile}: in{Doxyfile} $src_root/manifest
{
PRIVATE = "NO"
}
doxyfile{Doxyfile-private}: in{Doxyfile} $src_root/manifest
{
PRIVATE = "YES"
}
alias{docs}: doxyfile{Doxyfile} fsdir{$out_root/docs}
{{
diag doxygen $path($<[0])
doxygen $path($<[0])
}}
alias{docs-private}: doxyfile{Doxyfile-private} fsdir{$out_root/docs}
{{
diag doxygen $path($<[0])
doxygen $path($<[0])
}}
# Don't install tests.
#
tests/: install = false