glibc/sysdeps/m68k/Makefile

12 lines
383 B
Makefile
Raw Normal View History

1992-05-14 23:36:45 +02: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 23:16:40 +02:00
1992-05-14 23:36:45 +02:00
crypt := crypt.sun3 # Use uf-crypt/crypt.sun3.S.
1992-10-06 20:13:50 +01:00
# Disgusting magic to get `#'s into the asm code.
$(objpfx)%.o: %.S
$(CC) $(CPPFLAGS) -E $< \
| sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
.S-rule := t