Added clean-entry, tail_mon --> tail_sys
This commit is contained in:
parent
b96babed0a
commit
3feb7454c5
2 changed files with 10 additions and 4 deletions
|
@ -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 $(TAIL)
|
||||||
../../install head_em.o head_em
|
../../install head_em.o head_em
|
||||||
../../install $(TAIL) tail_mon
|
../../install $(TAIL) tail_sys
|
||||||
|
|
||||||
cmp: head_em.o $(TAIL)
|
cmp: head_em.o $(TAIL)
|
||||||
-../../compare head_em.o head_em
|
-../../compare head_em.o head_em
|
||||||
-../../compare $(TAIL) tail_mon
|
-../../compare $(TAIL) tail_sys
|
||||||
|
|
||||||
head_em.o: head_em.s
|
head_em.o: head_em.s
|
||||||
$(MACH) -I../../../h -c head_em.s
|
$(MACH) -I../../../h -c head_em.s
|
||||||
|
@ -40,6 +40,9 @@ libhermac_s.a:
|
||||||
echo libhermac_s.a > LIST
|
echo libhermac_s.a > LIST
|
||||||
arch t libhermac_s.a >> LIST
|
arch t libhermac_s.a >> LIST
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o *_o.a out nohup.out Out
|
||||||
|
|
||||||
opr:
|
opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
pr:
|
pr:
|
||||||
|
|
|
@ -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 $(TAIL)
|
||||||
../../install head_em.o head_em
|
../../install head_em.o head_em
|
||||||
../../install $(TAIL) tail_mon
|
../../install $(TAIL) tail_sys
|
||||||
|
|
||||||
cmp: head_em.o $(TAIL)
|
cmp: head_em.o $(TAIL)
|
||||||
-../../compare head_em.o head_em
|
-../../compare head_em.o head_em
|
||||||
-../../compare $(TAIL) tail_mon
|
-../../compare $(TAIL) tail_sys
|
||||||
|
|
||||||
head_em.o: head_em.s
|
head_em.o: head_em.s
|
||||||
$(MACH) -I../../../h -c head_em.s
|
$(MACH) -I../../../h -c head_em.s
|
||||||
|
@ -40,6 +40,9 @@ libhermac_s.a:
|
||||||
echo libhermac_s.a > LIST
|
echo libhermac_s.a > LIST
|
||||||
arch t libhermac_s.a >> LIST
|
arch t libhermac_s.a >> LIST
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o *_o.a out nohup.out Out
|
||||||
|
|
||||||
opr:
|
opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
pr:
|
pr:
|
||||||
|
|
Loading…
Add table
Reference in a new issue