ack/mach/vax4/libpc/Makefile

22 lines
391 B
Makefile
Raw Normal View History

1984-10-26 11:00:08 +00:00
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=vax4" "SUF=o" "ASAR=ar"
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
install:
1986-10-09 13:21:33 +00:00
RANLIB=ranlib ; export RANLIB ;\
1984-10-26 11:00:08 +00:00
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
-../../compare head_pc
-../../compare tail_pc
1984-10-26 11:00:08 +00:00
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile