Initial revision
This commit is contained in:
parent
5d86ead6c0
commit
b5efab645f
20
mach/ns/libbc/Makefile
Normal file
20
mach/ns/libbc/Makefile
Normal 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
2
mach/ns/libbc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.o
|
2
mach/ns/libcc/compmodule
Executable file
2
mach/ns/libcc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.o
|
Loading…
Reference in a new issue