Name change of archive
This commit is contained in:
parent
41cdf11b46
commit
827f3da238
2 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
tail_em.s.a
|
||||
libem_s.a
|
||||
RT.s
|
||||
adf.s
|
||||
adi.s
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
all: head_em.o libem_o.a
|
||||
|
||||
install: cp
|
||||
|
||||
cp: all
|
||||
../../install head_em
|
||||
../../install tail_em
|
||||
rm -f head_em tail_em
|
||||
../../install head_em.o head_em
|
||||
../../install libem_o.a tail_em
|
||||
|
||||
cmp: all
|
||||
-../../compare head_em
|
||||
-../../compare tail_em
|
||||
rm -f head_em tail_em
|
||||
-../../compare head_em.o head_em
|
||||
-../../compare libem_o.a tail_em
|
||||
|
||||
all: head_em tail_em
|
||||
|
||||
head_em: head_em.s
|
||||
pdp -c head_em.s ; mv head_em.o head_em
|
||||
head_em.o: head_em.s
|
||||
pdp -c head_em.s
|
||||
|
||||
tail_em:
|
||||
march . tail_em
|
||||
libem_o.a: libem_s.a
|
||||
march . libem_o.a
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f *.o libem_o.a
|
||||
|
||||
opr:
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr `pwd`/Makefile `pwd`/head_em.s
|
||||
pr -l33 `tail +1 LIST|sort`
|
||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||
|
|
Loading…
Reference in a new issue