*** Makefile.in.orig Thu Mar 17 13:25:06 1994 --- Makefile.in Mon May 22 23:21:03 1995 *************** *** 14,20 **** LDFLAGS = -g ! prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib --- 14,20 ---- LDFLAGS = -g ! prefix = @prefix@ exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib *************** *** 43,52 **** # If make barfs on this include line, just comment it out. It's only # really needed if you want to build the linker or rebuild initial.image. ! include $(srcdir)/filenames.make # #NetBSD make wants to see this instead: ! #.include "$(srcdir)/filenames.make" # Static linker: --- 43,52 ---- # If make barfs on this include line, just comment it out. It's only # really needed if you want to build the linker or rebuild initial.image. ! # include $(srcdir)/filenames.make # #NetBSD make wants to see this instead: ! .include "$(srcdir)/filenames.make" # Static linker: *************** *** 126,132 **** $(IMAGE): $(VM) env/init-defpackage.scm more-interfaces.scm link-packages.scm \ more-packages.scm $(usual-files) initial.debug build-usual-image sh $(srcdir)/build-usual-image "$(srcdir)" "$(LIB)" "$(IMAGE)" \ ! "$(VM)" "$(INITIAL)" # Unix man page... --- 126,132 ---- $(IMAGE): $(VM) env/init-defpackage.scm more-interfaces.scm link-packages.scm \ more-packages.scm $(usual-files) initial.debug build-usual-image sh $(srcdir)/build-usual-image "$(srcdir)" "$(LIB)" "$(IMAGE)" \ ! "./$(VM)" "$(INITIAL)" # Unix man page... *************** *** 148,153 **** --- 148,154 ---- $(INSTALL_PROGRAM) script $(bindir)/$(RUNNABLE) install-vm: $(VM) + mkdir -p $(LIB) $(INSTALL_PROGRAM) $(VM) $(LIB)/ install-image: $(IMAGE) *************** *** 159,164 **** --- 160,166 ---- else echo "No man directory, not installing man page"; fi install-inc: scheme48.h + @if [ -d $incdir ]; then mkdir -p $incdir ; fi $(INSTALL_DATA) $(srcdir)/scheme48.h $(incdir)/ install-misc: $(LIB)/rts $(LIB)/env $(LIB)/big $(LIB)/opt \ *************** *** 196,207 **** distclean: clean rm -f Makefile sysdep.h config.status ! man: $(MANPAGE) check: $(VM) $(IMAGE) debug/check.scm (echo ,translate =scheme48/ $(srcdir)/; \ ! echo ,config ,load $(srcdir)/debug/test.scm; \ echo ,exec ,load $(srcdir)/debug/check.scm; echo ,exec "(done)") \ | ./$(VM) -i $(IMAGE) -a batch --- 198,209 ---- distclean: clean rm -f Makefile sysdep.h config.status ! man: $(MANPAGE) check: $(VM) $(IMAGE) debug/check.scm (echo ,translate =scheme48/ $(srcdir)/; \ ! echo ,config ,load $(srcdir)/debug/test.scm; \ echo ,exec ,load $(srcdir)/debug/check.scm; echo ,exec "(done)") \ | ./$(VM) -i $(IMAGE) -a batch