[email protected] wrote: > 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'.
The OpenLDAP Project does not use or support automake. > 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): The above three lines are simply an example that you copy/pasted from the doc. They are neither normative nor comprehensive. > check: test > > See > https://www.gnu.org/software/automake/manual/html_node/Third_002dParty-Makefiles.html Closing this ITS. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
