glibc/sysdeps/m68k/Makefile

12 lines
378 B
Makefile
Raw Normal View History

1992-05-14 21:36:45 +00: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-14 21:16:40 +00:00
1993-02-24 23:22:43 +00:00
crypt := crypt.sun3 # Use crypt/crypt.sun3.S.
1992-10-06 19:13:50 +00:00
# Disgusting magic to get `#'s into the asm code.
1993-02-24 23:22:43 +00:00
define compile-command.S
$(CC) $(CPPFLAGS) -E $< \
1993-03-25 20:17:39 +00:00
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
1993-02-24 23:22:43 +00:00
endef