Albert Koelmans newest version
This commit is contained in:
21
mach/arm/libpc/Makefile
Normal file
21
mach/arm/libpc/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user