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
|
RT.s
|
||||||
adf.s
|
adf.s
|
||||||
adi.s
|
adi.s
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
|
all: head_em.o libem_o.a
|
||||||
|
|
||||||
install: cp
|
install: cp
|
||||||
|
|
||||||
cp: all
|
cp: all
|
||||||
../../install head_em
|
../../install head_em.o head_em
|
||||||
../../install tail_em
|
../../install libem_o.a tail_em
|
||||||
rm -f head_em tail_em
|
|
||||||
|
|
||||||
cmp: all
|
cmp: all
|
||||||
-../../compare head_em
|
-../../compare head_em.o head_em
|
||||||
-../../compare tail_em
|
-../../compare libem_o.a tail_em
|
||||||
rm -f head_em tail_em
|
|
||||||
|
|
||||||
all: head_em tail_em
|
|
||||||
|
|
||||||
head_em: head_em.s
|
head_em.o: head_em.s
|
||||||
pdp -c head_em.s ; mv head_em.o head_em
|
pdp -c head_em.s
|
||||||
|
|
||||||
tail_em:
|
libem_o.a: libem_s.a
|
||||||
march . tail_em
|
march . libem_o.a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o libem_o.a
|
||||||
|
|
||||||
opr:
|
opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/Makefile `pwd`/head_em.s
|
@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