*** empty log message ***
This commit is contained in:
21
mach/em24/libpc/Makefile
Normal file
21
mach/em24/libpc/Makefile
Normal 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
2
mach/em24/libpc/compmodule
Executable file
@@ -0,0 +1,2 @@
|
||||
${MACH?} -Rcpp=/lib/cpp -I/usr/em/h ${MACHFL?} -LIB $1 1>&2
|
||||
echo `basename $1 $2`.m
|
||||
Reference in New Issue
Block a user