Skip to content
Snippets Groups Projects
Commit 00b5718b authored by ch's avatar ch
Browse files

Made dependencies.

parent d80a3b09
No related branches found
No related tags found
No related merge requests found
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.9 1990/05/10 17:50:58 wlott Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.10 1990/05/12 16:41:10 ch Exp $
CFLAGS = -g CFLAGS = -g
OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \ OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \
...@@ -41,6 +41,8 @@ lisp.h: ...@@ -41,6 +41,8 @@ lisp.h:
@echo "You must run genesis to create lisp.h!" @echo "You must run genesis to create lisp.h!"
@false @false
depend: depends
depends: depends:
rm -f Makefile.BAK rm -f Makefile.BAK
ln Makefile Makefile.BAK ln Makefile Makefile.BAK
...@@ -122,6 +124,8 @@ parse.o: globals.h ...@@ -122,6 +124,8 @@ parse.o: globals.h
parse.o: lisp.h parse.o: lisp.h
parse.o: vars.h parse.o: vars.h
parse.o: parse.h parse.o: parse.h
parse.o: interrupt.h
parse.o: lispregs.h
print.o: print.c print.o: print.c
print.o: ldb.h print.o: ldb.h
print.o: print.h print.o: print.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment