diff options
| author | Helmut Eller | 2025-09-22 16:56:02 +0200 |
|---|---|---|
| committer | Helmut Eller | 2025-09-22 16:56:02 +0200 |
| commit | 1507199e3573d7786991d181d06885d82999c3b2 (patch) | |
| tree | 04732e313a5ff1eef5cc0159bc483225158fe7ed /mps/code | |
| parent | a97f6d888fcb34b416a64724e67b7d7e77df6f68 (diff) | |
| download | emacs-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.gmk | 3 |
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 | |||
| 69 | error "comm.gmk: CFLAGSOPT not defined" | 69 | error "comm.gmk: CFLAGSOPT not defined" |
| 70 | endif | 70 | endif |
| 71 | 71 | ||
| 72 | ifdef SRCDIR | ||
| 73 | VPATH=$(SRCDIR) | ||
| 74 | endif | ||
| 72 | 75 | ||
| 73 | # TELEMETRY TARGETS | 76 | # TELEMETRY TARGETS |
| 74 | 77 | ||