Initial revision

This commit is contained in:
ceriel
1989-02-08 15:12:03 +00:00
parent 634ffd0111
commit 46f14c974d
8 changed files with 137 additions and 0 deletions

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

@@ -0,0 +1,21 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=i386" "SUF=$(SUF)" "ASAR=aal"
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
install:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
-../../compare head_pc
-../../compare tail_pc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile

6
mach/i386/libpc/compmodule Executable file
View File

@@ -0,0 +1,6 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.o
else
exit 1
fi