Initial revision
This commit is contained in:
parent
6de2acea83
commit
f72b739e21
1 changed files with 20 additions and 0 deletions
20
mach/ns/libpc/Makefile
Normal file
20
mach/ns/libpc/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=ns" "SUF=o" "ASAR=aal"
|
||||
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
|
Loading…
Reference in a new issue