glibc/sysdeps/m68k/Makefile

12 lines
378 B
Makefile
Raw Normal View History

1992-05-15 05:36:45 +08:00
# This uses MIT assembler syntax. We have no convenient
# way to choose a sysdep file based on MIT vs Motorola syntax.
# No existing m68k ports use Motorola syntax.
1992-05-15 05:16:40 +08:00
1993-02-25 07:22:43 +08:00
crypt := crypt.sun3 # Use crypt/crypt.sun3.S.
1992-10-07 03:13:50 +08:00
# Disgusting magic to get `#'s into the asm code.
1993-02-25 07:22:43 +08:00
define compile-command.S
$(CC) $(CPPFLAGS) -E $< \
1993-03-26 04:17:39 +08:00
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
1993-02-25 07:22:43 +08:00
endef