mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rewrite old-fashioned makefile construct
This commit is contained in:
@@ -31,7 +31,7 @@ TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
SRCDIR=${srcdir} \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
LDADD = \
|
||||
|
||||
@@ -216,7 +216,7 @@ TESTS_ENVIRONMENT = \
|
||||
GNC_ACCOUNT_PATH=${top_srcdir}/accounts/C \
|
||||
GNC_TEST_FILES=test-files/xml2 \
|
||||
SRCDIR=${srcdir} \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
check_LTLIBRARIES = libgnc-test-file-stuff.la
|
||||
|
||||
@@ -67,7 +67,7 @@ TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
SRCDIR=${srcdir} \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
check_PROGRAMS = \
|
||||
|
||||
@@ -30,7 +30,7 @@ TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
SRCDIR=${srcdir} \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
check_PROGRAMS = \
|
||||
|
||||
@@ -47,7 +47,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
check_PROGRAMS = \
|
||||
|
||||
@@ -15,7 +15,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
|
||||
--library-dir ${top_builddir}/src/test-core
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
PYTHON=${PYTHON} \
|
||||
PYTHONPATH=$$PYTHONPATH:$(top_builddir)/src/optional/python-bindings \
|
||||
PYTHONPATH=$$PYTHONPATH:$(top_builddir)/src/optional/python-bindings/.libs \
|
||||
|
||||
@@ -52,7 +52,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ $(SCM_TESTS): %: $(srcdir)/%.scm Makefile .scm-links
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ $(SCM_TESTS): %: $(srcdir)/%.scm Makefile .scm-links
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
EXTRA_DIST = test-load-module
|
||||
|
||||
@@ -28,7 +28,7 @@ GNC_TEST_DEPS = --gnc-module-dir ${top_builddir}/src/engine \
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_WARN_DEPRECATED=no \
|
||||
GUILE="${GUILE}" \
|
||||
GNC_BUILDDIR=`\cd ${top_builddir} && pwd` \
|
||||
GNC_BUILDDIR="${abs_top_builddir}" \
|
||||
$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
|
||||
|
||||
EXTRA_DIST = test-load-module
|
||||
|
||||
Reference in New Issue
Block a user