~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to libtv/sse/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-08 23:19:08 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050308231908-oip7rfv6lcmo8c0e
Tags: 0.9.2-2ubuntu1
Rebuilt for Python transition (2.3 -> 2.4)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
# SSE routines for x86 and x86_64.
 
4
# x86_64 untested
 
5
 
 
6
noinst_LTLIBRARIES = libsse.la
 
7
 
 
8
AM_CFLAGS = -O3 -fomit-frame-pointer -D_REENTRANT -msse -DSSE
 
9
 
 
10
INCLUDES = -I$(top_srcdir)
 
11
 
 
12
libsse_la_SOURCES = \
 
13
        copy_block.c \
 
14
        sse.c sse.h