Mercurial > sdl-ios-xcode
comparison src/hermes/Makefile.am @ 626:b98f732b4322
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 May 2003 04:23:03 +0000 |
parents | 2d1753bc178a |
children | dac996d69abb |
comparison
equal
deleted
inserted
replaced
625:c56665b2360a | 626:b98f732b4322 |
---|---|
5 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh | 5 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh |
6 | 6 |
7 SUFFIXES = .asm | 7 SUFFIXES = .asm |
8 | 8 |
9 .asm.lo: | 9 .asm.lo: |
10 $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $< | 10 $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $< -o $*.o |
11 | 11 |
12 ########################################################################### | 12 ########################################################################### |
13 | 13 |
14 # The hermes library target | 14 # The hermes library target |
15 noinst_LTLIBRARIES = libhermes.la | 15 noinst_LTLIBRARIES = libhermes.la |