aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorHelmut Eller2025-09-22 16:56:02 +0200
committerHelmut Eller2025-09-22 16:56:02 +0200
commit1507199e3573d7786991d181d06885d82999c3b2 (patch)
tree04732e313a5ff1eef5cc0159bc483225158fe7ed /mps/code
parenta97f6d888fcb34b416a64724e67b7d7e77df6f68 (diff)
downloademacs-scratch/mps-import2.tar.gz
emacs-scratch/mps-import2.zip
Support out-of-tree buildsscratch/mps-import2
* mps/example/scheme/Makefile.in (VPATH): Set VPATH. * mps/Makefile.in (COMMON_OPTS): New. Pass SRCDIR down to sub-make. * mps/code/comm.gmk (VPATH): Set VPATH from SRCDIR parameter * mps/configure.ac (AC_CONFIG_COMMANDS): Copy .gmk makefiles and some other things to the biuld directory.
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/comm.gmk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk
index cac85c4ee6a..37610d71e3f 100644
--- a/mps/code/comm.gmk
+++ b/mps/code/comm.gmk
@@ -69,6 +69,9 @@ ifndef CFLAGSOPT
69error "comm.gmk: CFLAGSOPT not defined" 69error "comm.gmk: CFLAGSOPT not defined"
70endif 70endif
71 71
72ifdef SRCDIR
73VPATH=$(SRCDIR)
74endif
72 75
73# TELEMETRY TARGETS 76# TELEMETRY TARGETS
74 77