From: ceriel Date: Mon, 31 Oct 1988 14:17:17 +0000 (+0000) Subject: Added code-expander library X-Git-Tag: release-5-5~2766 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3bb19b6e7d949aaa9e77772ad35ed18d78d9ad09;p=ack.git Added code-expander library --- diff --git a/lang/cem/cemcom/Makefile b/lang/cem/cemcom/Makefile index 54c98fe91..766165bb0 100644 --- a/lang/cem/cemcom/Makefile +++ b/lang/cem/cemcom/Makefile @@ -17,6 +17,10 @@ PRTLIB = $(EMHOME)/modules/lib/libprint.a EMMESLIB = $(EMHOME)/modules/lib/libem_mes.a EMMESOLIB = $(EMHOME)/modules/lib/libem_mesO.a EMMESCELIB = $(EMHOME)/modules/lib/libem_mesCE.a +MACH = sun3 +EMCELIB = $(EMHOME)/lib/$(MACH)/ce.a \ + $(EMHOME)/lib/$(MACH)/back.a \ + $(EMHOME)/modules/lib/libobject.a $(EMHOME)/lib/em_data.a INPLIB = $(EMHOME)/modules/lib/libinput.a ALLOCLIB = $(EMHOME)/modules/lib/liballoc.a MALLOC = $(EMHOME)/modules/lib/malloc.o