X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=Makefile.devel;h=74e326d79576d6486868a1b991d2d0fb0bca9352;hb=d7dbc185bcdf3118eebc882ad3de815cb90aacdd;hp=50fb6e32f4c1e073a767a53358b471481d73d21b;hpb=0f8aee82b444e3cb75ae224a79fa83ddb3541bda;p=cln.git diff --git a/Makefile.devel b/Makefile.devel index 50fb6e3..74e326d 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -12,30 +12,28 @@ PACK = tar PACKOPT = cvfhj PACKEXT = .tar.bz2 -EXCLUDE=--exclude CVS --exclude \*.o --exclude *.lo --exclude .cvsignore \ +EXCLUDE=--exclude CVS\* --exclude \*.o --exclude *.lo --exclude .cvsignore \ --exclude \*~ --exclude .\#\* --exclude .libs \ + --exclude autogen.sh \ --exclude ${AUTOCONF_CACHE} -all: configures documentation +all: build-prerequisites documentation +build-prerequisites: configures + CONFIGURES = configure CONFIGURES_IN = configure.ac AUTOCONF_FILES = autoconf/aclocal.m4 +AUTOCONF_MACROS = ${wildcard m4/*.m4} # originally borrowed from GNU clisp AUTOCONF = autoconf AUTOCONF_CACHE = autom4te.cache configures: ${CONFIGURES} -configure: configure.ac ${AUTOCONF_FILES} - ${AUTOCONF} --include=autoconf - -# This is the upstream location for most of the .m4 files: -CLISP_M4DIR = ~/contrib/clisp/src/m4 - -autoconf/aclocal.m4: ${wildcard m4/*.m4} - aclocal -I m4 -I ${CLISP_M4DIR} --output=autoconf/aclocal.m4 +configure: configure.ac ${AUTOCONF_FILES} ${AUTOCONF_MACROS} + ${AUTOCONF} --include=autoconf -I m4 # Release: SRC_DIST=/tmp/cln-${VER}${PACKEXT}