*** empty log message ***
authorceriel <none@none>
Sun, 1 Feb 1987 21:27:52 +0000 (21:27 +0000)
committerceriel <none@none>
Sun, 1 Feb 1987 21:27:52 +0000 (21:27 +0000)
mach/m68k2/libbc/Makefile
mach/m68k2/libcc/Makefile
mach/m68k2/libem/Makefile
mach/m68k2/libpc/Makefile
mach/m68k2/libsys/Makefile

index 9f9c5c0..0a83497 100644 (file)
@@ -1,5 +1,6 @@
+SUF=o
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=m68k2" "SUF=o" "ASAR=aal"
+MACHDEF="MACH=m68k2" "SUF=$(SUF)" "ASAR=aal"
 BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
 
 install:
@@ -11,7 +12,7 @@ cmp:
        -../../compare tail_bc
 
 clean:
-               -rm -f *.old *.[ceo] tail* head*
+               -rm -f *.old *.[ce$(SUF)] tail* head*
 
 opr:
        make pr | opr
index b260f41..7ed3ea5 100644 (file)
@@ -1,5 +1,6 @@
+SUF=o
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=m68k2 -DNOFLOAT" "SUF=o" "ASAR=aal"
+MACHDEF="MACH=m68k2" "SUF=$(SUF)" "ASAR=aal"
 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"
@@ -13,7 +14,7 @@ cpgen:
 cpmon:
                make -f $(MAKEFILE) $(MON) $(MACHDEF) tailcp
 
-cmp:           cmpstdio cmpgen cmpmon
+cmp:           cmpstdio cmpgen
 
 cmpstdio:
                make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tail
index 852e18a..3b6cf53 100644 (file)
@@ -18,7 +18,7 @@ libem_o.a:    libem_s.a
                march . libem_o.a
 
 clean:
-               rm -f *.o libmon_o.a
+               rm -f *.o libem_o.a
 
 opr :
                make pr | opr
index b1525ce..9a63cb5 100644 (file)
@@ -1,5 +1,6 @@
+SUF=o
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=m68k2" "SUF=o" "ASAR=aal"
+MACHDEF="MACH=m68k2" "SUF=$(SUF)" "ASAR=aal"
 PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
 
 install:
@@ -11,7 +12,7 @@ cmp:
        -../../compare tail_pc
 
 clean:
-               -rm -f *.old *.[ceo] tail* head*
+               -rm -f *.old *.[ce$(SUF)] tail* head*
 
 opr:
        make pr | opr
index e1c963e..1caeccd 100644 (file)
@@ -14,6 +14,9 @@ libmon_o.a:   libmon_s.a
                ASAR=aal ; export ASAR ;\
                march . libmon_o.a
 
+head_em.o:     head_em.s
+               $(MACH) -c -I../../../h head_em.s
+
 clean:
                rm -f *.o libmon_o.a