home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / glibc-1.06 / sysdeps / m68k / Makefile < prev    next >
Encoding:
Makefile  |  1993-03-25  |  378 b   |  12 lines

  1. # This uses MIT assembler syntax.  We have no convenient
  2. # way to choose a sysdep file based on MIT vs Motorola syntax.
  3. # No existing m68k ports use Motorola syntax.
  4.  
  5. crypt := crypt.sun3    # Use crypt/crypt.sun3.S.
  6.  
  7. # Disgusting magic to get `#'s into the asm code.
  8. define compile-command.S
  9. $(CC) $(CPPFLAGS) -E $< \
  10. | sed 's/(@@@Hash-Here@@@)/#/g' | $(AS) $(ASFLAGS) -o $@
  11. endef
  12.