ack/mach/m68k4/libem/Makefile

28 lines
445 B
Makefile
Raw Normal View History

1985-03-04 15:55:28 +00:00
# $Header$
MACH=m68k4
1987-02-26 19:54:57 +00:00
all: libem_o.a end.o
install: all
1987-02-26 19:54:57 +00:00
../../install libem_o.a tail_em
../../install end.o end_em
1985-03-04 15:55:28 +00:00
cmp: all
1987-02-26 19:54:57 +00:00
-../../compare libem_o.a tail_em
-../../compare end.o end_em
1985-03-04 15:55:28 +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-05-12 12:34:04 +00:00
rm -f *.o libem_o.a
1985-03-04 15:55:28 +00:00
opr :
make pr | opr
1985-03-04 15:55:28 +00:00
pr:
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s