Mercurial > sdl-ios-xcode
view src/hermes/Makefile.am @ 84:c7f1b0647448
Add a symlink to SDL 1.2 for SDL 1.1
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Mon, 02 Jul 2001 00:10:05 +0000 |
parents | 74212992fb08 |
children | 2d1753bc178a |
line wrap: on
line source
########################################################################### # # Some consistent rules for building asm files: STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh SUFFIXES = .asm .asm.lo: $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $< ########################################################################### # The hermes library target noinst_LTLIBRARIES = libhermes.la libhermes_la_SOURCES = $(PORTABLE_SRCS) # The hermes library sources PORTABLE_SRCS = \ mmx_main.asm \ mmxp2_32.asm \ x86_main.asm \ x86p_16.asm \ x86p_32.asm \ \ HeadMMX.h \ HeadX86.h EXTRA_DIST = \ COPYING.LIB \ README