From: ceriel Date: Sun, 1 Feb 1987 21:27:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4841 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7ab43d62dbef36902ec1579f84b60e6330e5bf5e;p=ack.git *** empty log message *** --- diff --git a/mach/m68k2/libbc/Makefile b/mach/m68k2/libbc/Makefile index 9f9c5c028..0a8349764 100644 --- a/mach/m68k2/libbc/Makefile +++ b/mach/m68k2/libbc/Makefile @@ -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 diff --git a/mach/m68k2/libcc/Makefile b/mach/m68k2/libcc/Makefile index b260f410b..7ed3ea563 100644 --- a/mach/m68k2/libcc/Makefile +++ b/mach/m68k2/libcc/Makefile @@ -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 diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index 852e18a09..3b6cf5386 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -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 diff --git a/mach/m68k2/libpc/Makefile b/mach/m68k2/libpc/Makefile index b1525ce9e..9a63cb54d 100644 --- a/mach/m68k2/libpc/Makefile +++ b/mach/m68k2/libpc/Makefile @@ -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 diff --git a/mach/m68k2/libsys/Makefile b/mach/m68k2/libsys/Makefile index e1c963e70..1caeccd0e 100644 --- a/mach/m68k2/libsys/Makefile +++ b/mach/m68k2/libsys/Makefile @@ -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