Makefile.am 114 B

12345678
  1. noinst_LIBRARIES = libx8632.a
  2. SUFFIXES = .asm
  3. libx8632_a_SOURCES = sha256_xmm.asm
  4. .asm.o:
  5. $(YASM) -f elf32 $<