mirror of https://gitee.com/bigwinds/arangodb
19 lines
570 B
Makefile
19 lines
570 B
Makefile
################################################################################
|
|
## GNUmakefile for ArangoDB
|
|
################################################################################
|
|
|
|
-include Makefile
|
|
|
|
################################################################################
|
|
# setup
|
|
################################################################################
|
|
|
|
setup:
|
|
@echo ACLOCAL
|
|
@aclocal -I m4
|
|
@echo AUTOMAKE
|
|
@automake --add-missing --force-missing --copy
|
|
@echo AUTOCONF
|
|
@autoconf -I m4
|
|
@echo auto system configured, proceed with configure
|