-# $Id: Makefile.in.in,v 1.18 2001/12/17 18:03:44 cph Exp $
+# $Id: Makefile.in.in,v 1.19 2002/01/29 20:32:34 cph Exp $
#
-# Copyright (c) 2000-2001 Massachusetts Institute of Technology
+# Copyright (c) 2000-2002 Massachusetts Institute of Technology
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
EXPAND = $(M4) $(M4_FLAGS)
ASSEMBLE = $(AS) $(AS_FLAGS)
+SCHEME_COMPILER = scheme -compiler
+
# **** Configured files ****
GC_HEAD_FILES = @GC_HEAD_FILES@
$(LINK) $(psbtobin_LDFLAGS) $(psbtobin_OBJECTS) $(psbtobin_LIBS)
utabmd.bin: utabmd.scm
- scheme -compiler -eval '(sf "utabmd")' < /dev/null
+ $(SCHEME_COMPILER) -eval '(sf "utabmd")' < /dev/null
prbfish.so: prbfish.o
$(LINK_MODULE) $^ $(PRBFISH_LIBS) $(MODULE_LIBS)