*** empty log message ***

This commit is contained in:
keie 1984-10-26 10:19:56 +00:00
parent a1e7cc26f4
commit 37730ff9ca
2 changed files with 23 additions and 0 deletions

2
mach/pdp/libpc/compmodule Executable file
View 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
View 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