ack/mach/m68k2/libem/Makefile

29 lines
446 B
Makefile
Raw Normal View History

# $Header$
MACH=m68k2
1987-01-30 20:27:28 +00:00
all: libem_o.a end.o
install: all
1987-01-30 20:27:28 +00:00
../../install libem_o.a tail_em
../../install end.o end_em
1984-10-25 14:19:57 +00:00
cmp: all
1987-01-30 20:27:28 +00:00
-../../compare libem_o.a tail_em
-../../compare end.o end_em
1984-12-07 16:45:26 +00:00
end.o: end.s
$(MACH) -I../../../h -c end.s
libem_o.a: libem_s.a
ASAR=aal ; export ASAR ;\
march . libem_o.a
clean:
1987-02-01 21:27:52 +00:00
rm -f *.o libem_o.a
1987-01-30 20:27:28 +00:00
1984-10-25 14:19:57 +00:00
opr :
make pr | opr
1984-10-25 14:19:57 +00:00
pr:
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s