*** empty log message ***

This commit is contained in:
keie
1984-10-25 11:25:22 +00:00
parent 675d30712d
commit a4368ea2d1
4 changed files with 75 additions and 0 deletions

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

@@ -0,0 +1,21 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=int24" "SUF=m"
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

2
mach/em24/libpc/compmodule Executable file
View File

@@ -0,0 +1,2 @@
${MACH?} -Rcpp=/lib/cpp -I/usr/em/h ${MACHFL?} -LIB $1 1>&2
echo `basename $1 $2`.m