Added "bmake help" documentation for using libtool and pkg-config.
This commit is contained in:
parent
13d395ba74
commit
63823525fb
3 changed files with 18 additions and 1 deletions
7
mk/help/libtool.help
Normal file
7
mk/help/libtool.help
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $NetBSD: libtool.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
|
||||
|
||||
# USE_LIBTOOL
|
||||
# Packages that use libtool for building shared libraries must set
|
||||
# this variable to "yes".
|
||||
#
|
||||
# Keywords: libtool
|
8
mk/help/pkg-config.help
Normal file
8
mk/help/pkg-config.help
Normal file
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: pkg-config.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
|
||||
|
||||
# Packages that use pkg-config for managing shared libraries must
|
||||
# declare:
|
||||
#
|
||||
# USE_TOOLS+= pkg-config
|
||||
#
|
||||
# Keywords: pkg-config pc
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: automake.mk,v 1.26 2015/02/16 10:59:39 jperkin Exp $
|
||||
# $NetBSD: automake.mk,v 1.27 2015/03/11 19:24:44 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -70,6 +70,8 @@
|
|||
#
|
||||
# AUTOMAKE_OVERRIDE= no
|
||||
#
|
||||
# Keywords: automake
|
||||
#
|
||||
|
||||
# Only allow one of "automake" and "automake14" in USE_TOOLS.
|
||||
.if !empty(USE_TOOLS:C/:.*//:Mautomake) && \
|
||||
|
|
Loading…
Reference in a new issue