From c84a811696cf81927d788529b8e2fb5e2dc16dc6 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 4 Nov 1991 17:20:12 +0000 Subject: [PATCH] Initial revision --- v7/src/microcode/unxutl/y700.lcl | 37 ++++++++++++++++++++++++++++++++ v7/src/microcode/unxutl/y800.lcl | 13 +++++++++++ 2 files changed, 50 insertions(+) create mode 100644 v7/src/microcode/unxutl/y700.lcl create mode 100644 v7/src/microcode/unxutl/y800.lcl diff --git a/v7/src/microcode/unxutl/y700.lcl b/v7/src/microcode/unxutl/y700.lcl new file mode 100644 index 000000000..fb717a440 --- /dev/null +++ b/v7/src/microcode/unxutl/y700.lcl @@ -0,0 +1,37 @@ +/* -*- C -*- + Switzerland local additions to the makefile + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y700.lcl,v 1.1 1991/11/04 17:19:10 jinx Exp $ + */ + +COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) + +/* These extra files are for 6003. They assume we're using HP-UX. */ + +6003_SOURCES = $(X_SOURCES) $(TERMCAP_OBJECTS) $(GRAPHICS_SOURCES)\ + SOURCES_SYSTEM SOURCES_MACHINE Sgraph_ar.c fft.c array.c\ + image.c +6003_OBJECTS = $(X_OBJECTS) $(TERMCAP_OBJECTS) $(GRAPHICS_OBJECTS)\ + OBJECTS_SYSTEM OBJECTS_MACHINE Sgraph_ar.o fft.o array.o\ + image.o usr6003.o +6003_LIB = $(USER_LIBS) $(GRAPHICS_LIBS) $(X_LIB) $(TERMCAP_LIBS)\ + LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD + +world: all scm6003 + +everything: world Ppband + +install.world: install scm6003 + -mv -f $(BINDIR)/scm6003 $(BINDIR)/scm6003.busy + rm -f $(BINDIR)/scm6003.busy + $(INSTALL) scm6003 $(BINDIR)/scm6003 + +scm6003 : $(COMMON_OBJECTS) $(6003_OBJECTS) + @ECHO "#** Re-linking" $@ because of $? + rm -f $@ + $(CC) $(LDFLAGS) -o $@ $(COMMON_OBJECTS) $(6003_OBJECTS) $(6003_LIB) + +usr6003.c : $(6003_SOURCES) $(SOURCES) $(OS_PRIM_SOURCES) usrdef.touch Findprim xmakefile + @ECHO "#** Re-making" $@ because of $? + rm -f usr6003.c + ./Findprim $(6003_SOURCES) $(SOURCES) $(OS_PRIM_SOURCES) > usr6003.c + diff --git a/v7/src/microcode/unxutl/y800.lcl b/v7/src/microcode/unxutl/y800.lcl new file mode 100644 index 000000000..00919423f --- /dev/null +++ b/v7/src/microcode/unxutl/y800.lcl @@ -0,0 +1,13 @@ +/* -*- C -*- + Switzerland local additions to the makefile + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y800.lcl,v 1.1 1991/11/04 17:20:12 jinx Exp $ + */ + +COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) + +world: all + +everything: world Ppband + +install.world: install + -- 2.25.1