Initial revision
authorkeie <none@none>
Thu, 7 Feb 1985 17:18:06 +0000 (17:18 +0000)
committerkeie <none@none>
Thu, 7 Feb 1985 17:18:06 +0000 (17:18 +0000)
mach/m68k4/libbc/Makefile [new file with mode: 0644]
mach/m68k4/libbc/compmodule [new file with mode: 0755]
mach/m68k4/libcc/Makefile [new file with mode: 0644]
mach/m68k4/libcc/compmodule [new file with mode: 0755]
mach/m68k4/libpc/Makefile [new file with mode: 0644]
mach/m68k4/libpc/compmodule [new file with mode: 0755]

diff --git a/mach/m68k4/libbc/Makefile b/mach/m68k4/libbc/Makefile
new file mode 100644 (file)
index 0000000..6428b15
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68k4" "SUF=s"
+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
diff --git a/mach/m68k4/libbc/compmodule b/mach/m68k4/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/m68k4/libcc/Makefile b/mach/m68k4/libcc/Makefile
new file mode 100644 (file)
index 0000000..c7f69be
--- /dev/null
@@ -0,0 +1,37 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68k4" "SUF=s"
+STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
+GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
+MON="PREF=mon" "SRC=lang/cem/libcc/mon"
+
+install:       cpstdio cpgen
+
+cpstdio:
+               make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tailcp
+cpgen:
+               make -f $(MAKEFILE) $(GEN) $(MACHDEF) cp
+cpmon:
+               make -f $(MAKEFILE) $(MON) $(MACHDEF) tailcp
+
+cmp:           cmpstdio cmpgen cmpmon
+
+cmpstdio:
+               make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tail
+               -../../compare tail_cc.1s
+cmpgen:
+               make -f $(MAKEFILE) $(GEN) $(MACHDEF) head
+               -../../compare head_cc
+               make -f $(MAKEFILE) $(GEN) $(MACHDEF) tail
+               -../../compare tail_cc.2g
+cmpmon:
+               make -f $(MAKEFILE) $(MON) $(MACHDEF) tail
+               -../../compare tail_mon
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+               make pr | opr
+
+pr:
+               @pr Makefile
diff --git a/mach/m68k4/libcc/compmodule b/mach/m68k4/libcc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/m68k4/libpc/Makefile b/mach/m68k4/libpc/Makefile
new file mode 100644 (file)
index 0000000..9f45d5d
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68k4" "SUF=s"
+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
diff --git a/mach/m68k4/libpc/compmodule b/mach/m68k4/libpc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s