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

« back to all changes in this revision

Viewing changes to libtv/sse/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
60
60
am__depfiles_maybe = depfiles
61
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
63
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
64
64
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
65
        $(AM_CFLAGS) $(CFLAGS)
66
66
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
67
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
68
68
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
69
69
SOURCES = $(libsse_la_SOURCES)
70
70
DIST_SOURCES = $(libsse_la_SOURCES)
121
121
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
122
122
GMOFILES = @GMOFILES@
123
123
GMSGFMT = @GMSGFMT@
 
124
HAVE_3DNOW_FALSE = @HAVE_3DNOW_FALSE@
 
125
HAVE_3DNOW_TRUE = @HAVE_3DNOW_TRUE@
124
126
HAVE_ALTIVEC_FALSE = @HAVE_ALTIVEC_FALSE@
125
127
HAVE_ALTIVEC_TRUE = @HAVE_ALTIVEC_TRUE@
 
128
HAVE_GCC_LIMITS_FALSE = @HAVE_GCC_LIMITS_FALSE@
 
129
HAVE_GCC_LIMITS_TRUE = @HAVE_GCC_LIMITS_TRUE@
126
130
HAVE_LIBZVBI_FALSE = @HAVE_LIBZVBI_FALSE@
127
131
HAVE_LIBZVBI_TRUE = @HAVE_LIBZVBI_TRUE@
128
132
HAVE_MMX_FALSE = @HAVE_MMX_FALSE@