|
| 1 | +*** a/x86_64/Makefile.in Mon Nov 4 14:08:05 2024 |
| 2 | +--- b/x86_64/Makefile.in Mon Nov 4 14:15:46 2024 |
| 3 | +*************** |
| 4 | +*** 355,361 **** |
| 5 | + all: all-am |
| 6 | + |
| 7 | + .SUFFIXES: |
| 8 | +! .SUFFIXES: .asm .lo .o .obj .s |
| 9 | + $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 10 | + @for dep in $?; do \ |
| 11 | + case '$(am__configure_deps)' in \ |
| 12 | +--- 355,361 ---- |
| 13 | + all: all-am |
| 14 | + |
| 15 | + .SUFFIXES: |
| 16 | +! .SUFFIXES: .asm .lo .o .obj .sx |
| 17 | + $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 18 | + @for dep in $?; do \ |
| 19 | + case '$(am__configure_deps)' in \ |
| 20 | +*************** |
| 21 | +*** 406,418 **** |
| 22 | + distclean-compile: |
| 23 | + -rm -f *.tab.c |
| 24 | + |
| 25 | +! .s.o: |
| 26 | + $(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ $< |
| 27 | + |
| 28 | +! .s.obj: |
| 29 | + $(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 30 | + |
| 31 | +! .s.lo: |
| 32 | + $(AM_V_CCAS)$(LTCCASCOMPILE) -c -o $@ $< |
| 33 | + |
| 34 | + mostlyclean-libtool: |
| 35 | +--- 406,418 ---- |
| 36 | + distclean-compile: |
| 37 | + -rm -f *.tab.c |
| 38 | + |
| 39 | +! .sx.o: |
| 40 | + $(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ $< |
| 41 | + |
| 42 | +! .sx.obj: |
| 43 | + $(AM_V_CCAS)$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 44 | + |
| 45 | +! .sx.lo: |
| 46 | + $(AM_V_CCAS)$(LTCCASCOMPILE) -c -o $@ $< |
| 47 | + |
| 48 | + mostlyclean-libtool: |
| 49 | +*************** |
| 50 | +*** 706,713 **** |
| 51 | + mulredc1_20.asm: mulredc1.m4 |
| 52 | + $(M4) -DLENGTH=20 $< > $@ |
| 53 | + |
| 54 | +! .asm.s: |
| 55 | +! $(M4) -I../ -DOPERATION_$* `test -f $< || echo '$(srcdir)/'`$< >$*.s |
| 56 | + # Nothing here needs the C preprocessor, and including this rule causes |
| 57 | + # "make" to build .S, then .s files which fails on case-insensitive |
| 58 | + # filesystems |
| 59 | +--- 706,713 ---- |
| 60 | + mulredc1_20.asm: mulredc1.m4 |
| 61 | + $(M4) -DLENGTH=20 $< > $@ |
| 62 | + |
| 63 | +! .asm.sx: |
| 64 | +! $(M4) -I../ -DOPERATION_$* `test -f $< || echo '$(srcdir)/'`$< >$*.sx |
| 65 | + # Nothing here needs the C preprocessor, and including this rule causes |
| 66 | + # "make" to build .S, then .s files which fails on case-insensitive |
| 67 | + # filesystems |
0 commit comments