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

« back to all changes in this revision

Viewing changes to libtv/avec/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
# AltiVec routines for powerpc.
 
4
# untested
 
5
 
 
6
noinst_LTLIBRARIES = libavec.la
 
7
 
 
8
AM_CFLAGS = -O3 -fomit-frame-pointer -D_REENTRANT \
 
9
        -maltivec -mabi=altivec -DALTIVEC
 
10
 
 
11
INCLUDES = -I$(top_srcdir)
 
12
 
 
13
libavec_la_SOURCES = \
 
14
        avec.c avec.h \
 
15
        clear_block.h \
 
16
        cpu.c