*** empty log message ***
This commit is contained in:
parent
a1e7cc26f4
commit
37730ff9ca
2 changed files with 23 additions and 0 deletions
2
mach/pdp/libpc/compmodule
Executable file
2
mach/pdp/libpc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I/usr/em/h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.o
|
21
mach/pdp/libpc/makefile
Normal file
21
mach/pdp/libpc/makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=pdp -Rbe-p2" "SUF=s" "ASAR=ar"
|
||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||
LIBDIR=../lib
|
||||
|
||||
install:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
|
||||
|
||||
cmp:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
|
||||
cmp head_pc $(LIBDIR)/head_pc
|
||||
cmp tail_pc $(LIBDIR)/tail_pc
|
||||
|
||||
clean:
|
||||
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||
|
||||
opr:
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr Makefile
|
Loading…
Reference in a new issue