ack/mach/z8000/libpc/Makefile

22 lines
359 B
Makefile
Raw Normal View History

1987-01-30 20:39:45 +00:00
SUF=s
1985-02-01 12:38:08 +00:00
MAKEFILE=../../proto/libg/Makefile
1987-01-30 20:39:45 +00:00
MACHDEF="MACH=z8000" "SUF=$(SUF)"
1984-10-26 11:48:13 +00:00
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
install:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
-../../compare head_pc
-../../compare tail_pc
1984-10-26 11:48:13 +00:00
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile