ack/mach/em22/libm2/Makefile

25 lines
411 B
Makefile
Raw Normal View History

1987-05-13 16:13:52 +00:00
SUF=m
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=int22" "SUF=$(SUF)"
1987-05-13 16:19:49 +00:00
M2DEF="PREF=m2" "SUB=" "SRC=lang/m2/libm2"
1987-05-13 16:13:52 +00:00
all:
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
1987-05-13 16:13:52 +00:00
install:
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
cmp:
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
-../../compare head_pc
-../../compare tail_pc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile