[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7898) liblmdb - building liblmdb as submodule of automake projects
- To: openldap-its@OpenLDAP.org
- Subject: (ITS#7898) liblmdb - building liblmdb as submodule of automake projects
- From: phantom@live.ie
- Date: Mon, 14 Jul 2014 21:29:37 GMT
- Auto-submitted: auto-generated (OpenLDAP-ITS)
Full_Name: Anon
Version: 2.4.39
OS: Debian 7.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (31.200.156.99)
The current liblmdb Makefile does not make it easy to use liblmdb as a submodule
to other projects that utilise automake e.g. automake uses a 'check' directive
instead of 'test'.
Addiing the following to the Makefile would make liblmdb more automake
friendly:
EMPTY_AUTOMAKE_TARGETS = dvi pdf ps info html tags ctags
.PHONY: $(EMPTY_AUTOMAKE_TARGETS)
$(EMPTY_AUTOMAKE_TARGETS):
check: test
See
https://www.gnu.org/software/automake/manual/html_node/Third_002dParty-Makefiles.html