BSD 4_3_Tahoe development
[unix-history] / usr / src / ucb / lisp / lisplib / Makefile
index c914f29..d20eeda 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /usr/lib/lisp/RCS/Makefile,v 1.9 83/08/15 22:28:27 jkf Exp $
+# $Header: Makefile,v 1.14 87/12/15 16:33:48 sklower Exp $
 #      Makefile for /usr/lib/lisp
 # this directory contains the lisp coded portion of the standard 
 # lisp system and other useful lisp programs. 
 #      Makefile for /usr/lib/lisp
 # this directory contains the lisp coded portion of the standard 
 # lisp system and other useful lisp programs. 
@@ -29,7 +29,7 @@ ReqSrc = charmac.l common0.l common1.l common2.l common3.l toplevel.l \
 
 #--- OtherSrc: other lisp coded library files
 OtherSrc = machacks.l loop.l ucifnc.l  ucido.l jkfmacs.l trace.l\
 
 #--- OtherSrc: other lisp coded library files
 OtherSrc = machacks.l loop.l ucifnc.l  ucido.l jkfmacs.l trace.l\
-       syscall.l \
+       record.l syscall.l \
        cmumacs.l cmufncs.l fix.l step.l cmufile.l cmutpl.l cmuedit.l \
        structini.l struct.l prof.l hash.l flavorm.l lmhacks.l
 
        cmumacs.l cmufncs.l fix.l step.l cmufile.l cmutpl.l cmuedit.l \
        structini.l struct.l prof.l hash.l flavorm.l lmhacks.l
 
@@ -40,7 +40,7 @@ ReqObj = charmac.o common0.o common1.o common2.o common3.o toplevel.o \
        tpl.o fcninfo.o
 
 OtherObj = machacks.o loop.o ucifnc.o  ucido.o jkfmacs.o trace.o\
        tpl.o fcninfo.o
 
 OtherObj = machacks.o loop.o ucifnc.o  ucido.o jkfmacs.o trace.o\
-       syscall.o\
+       record.o syscall.o\
        cmumacs.o cmufncs.o fix.o step.o cmufile.o cmutpl.o cmuedit.o \
        struct.o prof.o hash.o flavorm.o lmhacks.o
 
        cmumacs.o cmufncs.o fix.o step.o cmufile.o cmutpl.o cmuedit.o \
        struct.o prof.o hash.o flavorm.o lmhacks.o
 
@@ -48,14 +48,18 @@ LocalObj =  describe.o flavors.o vanilla.o
 
 #--- AllSrc: all source files required for lisp system
 #              LocalSrc isn't included!
 
 #--- AllSrc: all source files required for lisp system
 #              LocalSrc isn't included!
+#              Now it is! (SMH@MIT-EMS)
+
 AllSrc = Makefile ReadMe buildlisp.l cmuenv.l fixit.ref \
 AllSrc = Makefile ReadMe buildlisp.l cmuenv.l fixit.ref \
-       ${ReqSrc} ${OtherSrc} autorun/vax autorun/unisoft autorun/sun4.2
+       ${ReqSrc} ${OtherSrc} autorun/vax autorun/tahoe autorun/unisoft \
+       autorun/sun4.2 autorun/mc500 autorun/68k \
+       $(LocalSrc)
 
 AllObj = ${ReqObj} ${OtherObj}
     
 
 AllObj = ${ReqObj} ${OtherObj}
     
-all: ${AllObj}
+all: ${AllObj}
 
 
-local-all: ${AllObj} ${LocalObj}
+all: ${AllObj} ${LocalObj}
 
 required: ${ReqObj}
 
 
 required: ${ReqObj}
 
@@ -79,6 +83,10 @@ fromasm:
 struct-again:
        ${Liszt} -xaq struct
 
 struct-again:
        ${Liszt} -xaq struct
 
+## The three flavor files have dependencies (SMH@MIT-EMS):
+flavors.o:     flavorm.o
+vanilla.o:     flavors.o
+
 ## this will only work if you have an up to date version of ctags which
 ## understands lisp files.
 
 ## this will only work if you have an up to date version of ctags which
 ## understands lisp files.