| Did you know ... | Search Documentation: |
| prolog_qlfmake.pl -- Compile the library to QLF format |
Compilation mode:
doc_collect(false).
qlf_make is det
qlf_make(+Spec) is det
preload_pldoc is det[private]
preload(+Spec, +Imports) is det[private]
qlf_needs_rebuild(+PlFile:atom) is semidet[private]
size_stats(+Files) is det[private]
file_dependencies(+File, -Deps:ordset) is det[private]This predicate examines the file loading directives. Note that Deps does not contain files loaded using include/1 as we do not create .qlf files for these.
system_lib_files(-LibFiles:list(atom)) is det[private]INDEX.pl, MKINDEX.pl and CLASSINDEX.pl
These rules must be kept in sync with cmake/InstallSource.cmake
that creates CMake install targets for the .qlf files. We need a
better solution for this using a common set of rules that can be
interpreted by both Prolog and CMake.
dir_files(+Dir, -Files) is det[private]
qmake_aggregates is det[private]