ack/mach/ns/libpc/Makefile

22 lines
366 B
Makefile
Raw Normal View History

1987-01-30 10:18:40 +00:00
SUF=o
1987-01-19 10:26:43 +00:00
MAKEFILE=../../proto/libg/Makefile
1987-01-30 10:18:40 +00:00
MACHDEF="MACH=ns" "SUF=$(SUF)" "ASAR=aal"
1987-01-19 10:26:43 +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
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile