ack/mach/vax4/libpc/Makefile

25 lines
420 B
Makefile
Raw Normal View History

1987-02-02 16:21:59 +00:00
SUF=o
1984-10-26 11:00:08 +00:00
MAKEFILE=../../proto/libg/Makefile
1990-01-11 16:44:19 +00:00
MACHDEF="MACH=vax4" "SUF=$(SUF)" "ASAR=aal"
1984-10-26 11:00:08 +00:00
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
1989-05-08 12:42:53 +00:00
all:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
1984-10-26 11:00:08 +00:00
install:
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