Albert Koelmans newest version

This commit is contained in:
ceriel
1990-11-13 12:05:13 +00:00
parent f950727c44
commit c5b98176f6
7 changed files with 68 additions and 0 deletions

21
mach/arm/libpc/Makefile Normal file
View File

@@ -0,0 +1,21 @@
SUF=so
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=arm" "SUF=$(SUF)"
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