diff options
| author | David Jones | 2005-03-02 10:19:00 +0000 |
|---|---|---|
| committer | David Jones | 2005-03-02 10:19:00 +0000 |
| commit | 7c5adee6b2a43224406395a4bb591a3c43fbdccb (patch) | |
| tree | 08433d5c5c1da126bf08d68c4456af0bcccac020 /mps/code/xcppgc.gmk | |
| parent | dc49e179da91b5573a5388be6559070278aa50e8 (diff) | |
| parent | d751349d259b5f8ec8a67de1cf1851d7a5e97d0b (diff) | |
| download | emacs-7c5adee6b2a43224406395a4bb591a3c43fbdccb.tar.gz emacs-7c5adee6b2a43224406395a4bb591a3c43fbdccb.zip | |
Mps: stack scanner for os x / powerpc
Copied from Perforce
Change: 147226
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/xcppgc.gmk')
| -rw-r--r-- | mps/code/xcppgc.gmk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mps/code/xcppgc.gmk b/mps/code/xcppgc.gmk index f26f10fc064..6ae29f5d5b9 100644 --- a/mps/code/xcppgc.gmk +++ b/mps/code/xcppgc.gmk | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | # xcppgc.gmk: BUILD FOR MACOS X (CARBON)/POWERPC/GCC PLATFORM | 1 | # xcppgc.gmk: BUILD FOR MACOS X (CARBON)/POWERPC/GCC PLATFORM |
| 2 | # | 2 | # |
| 3 | # $Id$ | 3 | # $Id$ |
| 4 | # Copyright (c) 2001 Ravenbrook Limited. See end of file for license. | 4 | # Copyright (c) 2001,2005 Ravenbrook Limited. See end of file for license. |
| 5 | 5 | ||
| 6 | PFM = xcppgc | 6 | PFM = xcppgc |
| 7 | 7 | ||
| 8 | MPMPF = lockan.c than.c vmxc.c \ | 8 | MPMPF = lockan.c than.c vmxc.c \ |
| 9 | protan.c prmcan.c span.c ssan.c | 9 | protan.c prmcan.c span.c |
| 10 | MPMS = ssxcpp.s | ||
| 10 | SWPF = than.c vmxc.c protsw.c prmcan.c ssan.c | 11 | SWPF = than.c vmxc.c protsw.c prmcan.c ssan.c |
| 11 | 12 | ||
| 12 | LIBS = | 13 | LIBS = |