*** empty log message ***
This commit is contained in:
parent
533d2bb940
commit
2cb8aae438
19
mach/6500/dl/Makefile
Normal file
19
mach/6500/dl/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
CFLAGS=-O
|
||||||
|
|
||||||
|
dl: dl.o
|
||||||
|
cc -o dl -n dl.o
|
||||||
|
|
||||||
|
install: dl
|
||||||
|
../../install dl
|
||||||
|
|
||||||
|
cmp: dl
|
||||||
|
-../../compare dl
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr `pwd`/dl.c
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f *.o *.old dl
|
|
@ -1,3 +1,7 @@
|
||||||
all:
|
all:
|
||||||
cp head.s ../lib/em_head
|
cp head.s em_head
|
||||||
cp e.a ../lib/em_tail
|
../../install em_head
|
||||||
|
rm -f em_head
|
||||||
|
cp e.a em_tail
|
||||||
|
-../../compare em_tail
|
||||||
|
rm -f em_head em_tail
|
||||||
|
|
Loading…
Reference in a new issue