Did you know ... Search Documentation:
Pack logtalk -- logtalk-3.77.0/tools/make/NOTES.md

This file is part of Logtalk https://logtalk.org/ SPDX-FileCopyrightText: 1998-2023 Paulo Moura <pmoura@logtalk.org> SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

make

Logtalk provides a make tool supporting several targets using the logtalk_make/0-1 built-in predicates. Top-level shortcuts for the targets are also provided.

API documentation

To consult the documentation of the logtalk_make/0-1 built-in predicates, open in a web browser the links:

  • [../refman/predicates/logtalk_make_0.html](../refman/predicates/logtalk_make_0.html)
  • [../refman/predicates/logtalk_make_1.html](../refman/predicates/logtalk_make_1.html) There is also a user-defined hook predicate that supports defining additional actions for the make targets (e.g. running tests automatically on make check or regenerating API documentation on make documentation):
  • [../refman/predicates/logtalk_make_target_action_1.html](../refman/predicates/logtalk_make_target_action_1.html)