Initial revision

This commit is contained in:
em 1985-07-26 11:05:30 +00:00
parent 5d86ead6c0
commit b5efab645f
3 changed files with 24 additions and 0 deletions

20
mach/ns/libbc/Makefile Normal file
View file

@ -0,0 +1,20 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=ns" "SUF=o"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
cmp:
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
-../../compare head_bc
-../../compare tail_bc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile

2
mach/ns/libbc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.o

2
mach/ns/libcc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.o