Added clean-entry, tail_mon --> tail_sys

This commit is contained in:
ceriel 1987-02-02 13:09:17 +00:00
parent b96babed0a
commit 3feb7454c5
2 changed files with 10 additions and 4 deletions

View file

@ -6,11 +6,11 @@ all: head_em.o libhermac_o.a libnascom_o.a libcpm_o.a
install: head_em.o $(TAIL)
../../install head_em.o head_em
../../install $(TAIL) tail_mon
../../install $(TAIL) tail_sys
cmp: head_em.o $(TAIL)
-../../compare head_em.o head_em
-../../compare $(TAIL) tail_mon
-../../compare $(TAIL) tail_sys
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
@ -40,6 +40,9 @@ libhermac_s.a:
echo libhermac_s.a > LIST
arch t libhermac_s.a >> LIST
clean:
rm -f *.o *_o.a out nohup.out Out
opr:
make pr | opr
pr:

View file

@ -6,11 +6,11 @@ all: head_em.o libhermac_o.a libnascom_o.a libcpm_o.a
install: head_em.o $(TAIL)
../../install head_em.o head_em
../../install $(TAIL) tail_mon
../../install $(TAIL) tail_sys
cmp: head_em.o $(TAIL)
-../../compare head_em.o head_em
-../../compare $(TAIL) tail_mon
-../../compare $(TAIL) tail_sys
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
@ -40,6 +40,9 @@ libhermac_s.a:
echo libhermac_s.a > LIST
arch t libhermac_s.a >> LIST
clean:
rm -f *.o *_o.a out nohup.out Out
opr:
make pr | opr
pr: