~ubuntu-branches/ubuntu/wily/brasero/wily

« back to all changes in this revision

Viewing changes to src/plugins/dvdcss/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118113050-hoy0pi04uv7ww9d8
Tags: 0.8.3-0ubuntu1
* New upstream release (LP: #299411)
  - allow use of remote files
  - drives are now probed asynchronously and may not popup immediatly
    but brasero starts faster
  - some parts of GUI were revisited (in particular the burn
    option dialogs)
  - command line option for video projects (LP: #273140)
  - brasero crashed with SIGSEGV in g_main_context_dispatch()
    (LP: #281599)
  - Brasero main GUI appears after closing the dialog
    when opening an ISO file using Nautilus (LP: #242022)
  - brasero delete original files in VIDEO_TS folder (LP: #280835)
  - brasero crashed with SIGSEGV in 
    brasero_mkisofs_base_write_to_files() (LP: #275312)
  - brasero crashed with SIGSEGV in 
    brasero_project_save_project_as() (LP: #275086)
  - brasero crashed with SIGSEGV in 
    IA__g_sequence_iter_get_sequence() (LP: #282622)
  - brasero crashed with SIGSEGV in brasero_medium_get_drive()
    (LP: #283197)
  - Dialog contains a lot of empty space (LP: #190192)
 * debian/patches/008-add-gettext-domain-to-desktop-file.patch:
   - Dropped, we don't need this anymore
 * debian/control:
  - Add Build-deps on libeel2-dev and libnautilus-extension-dev
 * debian/brasero.install:
  - Install nautilus extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# src/plugins/dvdcss/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
 
16
 
 
17
 
 
18
 
pkgdatadir = $(datadir)/brasero
19
 
pkglibdir = $(libdir)/brasero
20
 
pkgincludedir = $(includedir)/brasero
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = i686-pc-linux-gnu
34
 
host_triplet = i686-pc-linux-gnu
35
 
subdir = src/plugins/dvdcss
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
39
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
40
 
        $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
 
am__vpath_adj = case $$p in \
48
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
 
    *) f=$$p;; \
50
 
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
 
am__installdirs = "$(DESTDIR)$(plugindir)"
53
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
54
 
LTLIBRARIES = $(plugin_LTLIBRARIES)
55
 
am__DEPENDENCIES_1 =
56
 
libbrasero_dvdcss_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
57
 
am_libbrasero_dvdcss_la_OBJECTS = burn-dvdcss.lo
58
 
libbrasero_dvdcss_la_OBJECTS = $(am_libbrasero_dvdcss_la_OBJECTS)
59
 
libbrasero_dvdcss_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
60
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
61
 
        $(libbrasero_dvdcss_la_LDFLAGS) $(LDFLAGS) -o $@
62
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)
63
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
 
am__depfiles_maybe = depfiles
65
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
CCLD = $(CC)
71
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73
 
        $(LDFLAGS) -o $@
74
 
SOURCES = $(libbrasero_dvdcss_la_SOURCES)
75
 
DIST_SOURCES = $(libbrasero_dvdcss_la_SOURCES)
76
 
ETAGS = etags
77
 
CTAGS = ctags
78
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
 
ACLOCAL = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run aclocal-1.10
80
 
ALL_LINGUAS = 
81
 
AMTAR = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run tar
82
 
AR = ar
83
 
AUTOCONF = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run autoconf
84
 
AUTOHEADER = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run autoheader
85
 
AUTOMAKE = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run automake-1.10
86
 
AWK = gawk
87
 
BEAGLE_CFLAGS = -I/usr/include/libbeagle -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
88
 
BEAGLE_LIBS = -lbeagle -lxml2 -lgobject-2.0 -lglib-2.0  
89
 
BRASERO_BASE_CFLAGS = -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -g -Wall
90
 
BRASERO_BASE_LIBS = -lgconf-2 -lglib-2.0   
91
 
BRASERO_CFLAGS = -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -g -Wall -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0   -g -Wall -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2   -I/usr/include/libbeagle -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/totem-pl-parser/1/plparser -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  
92
 
BRASERO_GIO_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall
93
 
BRASERO_GIO_LIBS = -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
94
 
BRASERO_GSTREAMER_CFLAGS = -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -Wall
95
 
BRASERO_GSTREAMER_LIBS = -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstpbutils-0.10 
96
 
BRASERO_LIBBURNIA_CFLAGS = -I/usr/local//include/libburn -I/usr/local//include/libisofs  
97
 
BRASERO_LIBBURNIA_LIBS = -L/usr/local//lib -lburn -lisofs  
98
 
BRASERO_LIBS = -lgconf-2 -lglib-2.0    -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstpbutils-0.10  -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -Wl,--export-dynamic -L/lib -lhal -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0     -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0   -lbeagle -lxml2 -lgobject-2.0 -lglib-2.0   -ltotem-plparser -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstinterfaces-0.10
99
 
BRASERO_LIBXML_CFLAGS = -I/usr/include/libxml2   -g -Wall
100
 
BRASERO_LIBXML_LIBS = -lxml2   
101
 
BRASERO_MAJOR_VERSION = 0
102
 
BRASERO_MINOR_VERSION = 8
103
 
BRASERO_SCSI_LIBS = 
104
 
BRASERO_SUB = 2
105
 
BRASERO_VERSION = 0.8.2
106
 
CATALOGS = 
107
 
CATOBJEXT = .gmo
108
 
CC = gcc
109
 
CCDEPMODE = depmode=gcc3
110
 
CFLAGS = -g -Wall
111
 
CPP = gcc -E
112
 
CPPFLAGS = 
113
 
CXX = g++
114
 
CXXCPP = g++ -E
115
 
CXXDEPMODE = depmode=gcc3
116
 
CXXFLAGS = -g -O2
117
 
CYGPATH_W = echo
118
 
DATADIRNAME = share
119
 
DEFS = -DHAVE_CONFIG_H
120
 
DEPDIR = .deps
121
 
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper 
122
 
DOC_USER_FORMATS = 
123
 
ECHO = echo
124
 
ECHO_C = 
125
 
ECHO_N = -n
126
 
ECHO_T = 
127
 
EGREP = /bin/grep -E
128
 
EXEEXT = 
129
 
F77 = gfortran
130
 
FFLAGS = -g -O2
131
 
GCONFTOOL = /usr/bin/gconftool-2
132
 
GCONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/gconf/gconf.xml.defaults
133
 
GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
134
 
GETTEXT_PACKAGE = brasero
135
 
GMOFILES = 
136
 
GMSGFMT = /usr/bin/msgfmt
137
 
GNOME2_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2  
138
 
GNOME2_LIBS = -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0  
139
 
GREP = /bin/grep
140
 
GSTREAMER_GCONF_CFLAGS = -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  
141
 
GSTREAMER_GCONF_LIBS = -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
142
 
GTKDOC_CHECK = /usr/bin/gtkdoc-check
143
 
HELP_DIR = ${datadir}/gnome/help
144
 
HTML_DIR = ${datadir}/gtk-doc/html
145
 
INSTALL = /usr/bin/install -c
146
 
INSTALL_DATA = ${INSTALL} -m 644
147
 
INSTALL_PROGRAM = ${INSTALL}
148
 
INSTALL_SCRIPT = ${INSTALL}
149
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
150
 
INSTOBJEXT = .mo
151
 
INTLLIBS = 
152
 
INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
153
 
INTLTOOL_DESKTOP_RULE = %.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
154
 
INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
155
 
INTLTOOL_EXTRACT = $(top_builddir)/intltool-extract
156
 
INTLTOOL_KBD_RULE = %.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
157
 
INTLTOOL_KEYS_RULE = %.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
158
 
INTLTOOL_MERGE = $(top_builddir)/intltool-merge
159
 
INTLTOOL_OAF_RULE = %.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@
160
 
INTLTOOL_PERL = /usr/bin/perl
161
 
INTLTOOL_POLICY_RULE = %.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
162
 
INTLTOOL_PONG_RULE = %.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
163
 
INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
164
 
INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
165
 
INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
166
 
INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
167
 
INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
168
 
INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
169
 
INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
170
 
INTLTOOL_UI_RULE = %.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
171
 
INTLTOOL_UPDATE = $(top_builddir)/intltool-update
172
 
INTLTOOL_XAM_RULE = %.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
173
 
INTLTOOL_XML_NOMERGE_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
174
 
INTLTOOL_XML_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
175
 
LDFLAGS = 
176
 
LIBBURNIA_CFLAGS = -I/usr/local//include/libburn -I/usr/local//include/libisofs  
177
 
LIBBURNIA_LIBS = -L/usr/local//lib -lburn -lisofs  
178
 
LIBOBJS = 
179
 
LIBS = 
180
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
181
 
LN_S = ln -s
182
 
LTLIBOBJS = 
183
 
LT_AGE = 1
184
 
LT_CURRENT = 1
185
 
LT_REVISION = 1
186
 
MAKEINFO = ${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run makeinfo
187
 
MKDIR_P = /bin/mkdir -p
188
 
MKINSTALLDIRS = ./mkinstalldirs
189
 
MSGFMT = /usr/bin/msgfmt
190
 
MSGFMT_OPTS = -c
191
 
MSGMERGE = /usr/bin/msgmerge
192
 
OBJEXT = o
193
 
OMF_DIR = ${datadir}/omf
194
 
PACKAGE = brasero
195
 
PACKAGE_BUGREPORT = 
196
 
PACKAGE_NAME = 
197
 
PACKAGE_STRING = 
198
 
PACKAGE_TARNAME = 
199
 
PACKAGE_VERSION = 
200
 
PATH_SEPARATOR = :
201
 
PKG_CONFIG = /usr/bin/pkg-config
202
 
POFILES = 
203
 
POSUB = po
204
 
PO_IN_DATADIR_FALSE = 
205
 
PO_IN_DATADIR_TRUE = 
206
 
RANLIB = ranlib
207
 
SED = /bin/sed
208
 
SET_MAKE = 
209
 
SHELL = /bin/sh
210
 
STRIP = strip
211
 
TOTEM_CFLAGS = -I/usr/include/totem-pl-parser/1/plparser -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
212
 
TOTEM_LIBS = -ltotem-plparser -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
213
 
USE_NLS = yes
214
 
VERSION = 0.8.2
215
 
XGETTEXT = /usr/bin/xgettext
216
 
abs_builddir = /tmp/brasero-release/brasero-0.8.2/src/plugins/dvdcss
217
 
abs_srcdir = /tmp/brasero-release/brasero-0.8.2/src/plugins/dvdcss
218
 
abs_top_builddir = /tmp/brasero-release/brasero-0.8.2
219
 
abs_top_srcdir = /tmp/brasero-release/brasero-0.8.2
220
 
ac_ct_CC = gcc
221
 
ac_ct_CXX = g++
222
 
ac_ct_F77 = gfortran
223
 
am__include = include
224
 
am__leading_dot = .
225
 
am__quote = 
226
 
am__tar = ${AMTAR} chof - "$$tardir"
227
 
am__untar = ${AMTAR} xf -
228
 
bindir = ${exec_prefix}/bin
229
 
build = i686-pc-linux-gnu
230
 
build_alias = 
231
 
build_cpu = i686
232
 
build_os = linux-gnu
233
 
build_vendor = pc
234
 
builddir = .
235
 
datadir = ${datarootdir}
236
 
datarootdir = ${prefix}/share
237
 
docdir = ${datarootdir}/doc/${PACKAGE}
238
 
dvidir = ${docdir}
239
 
exec_prefix = ${prefix}
240
 
host = i686-pc-linux-gnu
241
 
host_alias = 
242
 
host_cpu = i686
243
 
host_os = linux-gnu
244
 
host_vendor = pc
245
 
htmldir = ${docdir}
246
 
includedir = ${prefix}/include
247
 
infodir = ${datarootdir}/info
248
 
install_sh = $(SHELL) /tmp/brasero-release/brasero-0.8.2/install-sh
249
 
libdir = ${exec_prefix}/lib
250
 
libexecdir = ${exec_prefix}/libexec
251
 
localedir = ${datarootdir}/locale
252
 
localstatedir = ${prefix}/var
253
 
mandir = ${datarootdir}/man
254
 
mkdir_p = /bin/mkdir -p
255
 
oldincludedir = /usr/include
256
 
pdfdir = ${docdir}
257
 
prefix = /usr/local
258
 
program_transform_name = s,x,x,
259
 
psdir = ${docdir}
260
 
sbindir = ${exec_prefix}/sbin
261
 
sharedstatedir = ${prefix}/com
262
 
srcdir = .
263
 
sysconfdir = ${prefix}/etc
264
 
target_alias = 
265
 
top_builddir = ../../..
266
 
top_srcdir = ../../..
267
 
plugindir = $(libdir)/brasero/plugins
268
 
DISABLE_DEPRECATED = -DG_DISABLE_DEPRECATED
269
 
INCLUDES = \
270
 
        -I$(top_srcdir)                                 \
271
 
        -I$(top_builddir)                               \
272
 
        -I$(top_srcdir)/src                             \
273
 
        -DBRASERO_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"      \
274
 
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
275
 
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
276
 
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
277
 
        -DBRASERO_LIBDIR=\"$(libdir)\"                          \
278
 
        $(DISABLE_DEPRECATED)                           \
279
 
        $(BRASERO_BASE_CFLAGS)
280
 
 
281
 
AM_CFLAGS = -g
282
 
plugin_LTLIBRARIES = libbrasero-dvdcss.la
283
 
libbrasero_dvdcss_la_SOURCES = burn-dvdcss.c burn-dvdcss.h \
284
 
        burn-dvdcss-private.h 
285
 
 
286
 
libbrasero_dvdcss_la_LIBADD = $(BRASERO_BASE_LIBS)
287
 
libbrasero_dvdcss_la_LDFLAGS = -module -avoid-version
288
 
all: all-am
289
 
 
290
 
.SUFFIXES:
291
 
.SUFFIXES: .c .lo .o .obj
292
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
293
 
        @for dep in $?; do \
294
 
          case '$(am__configure_deps)' in \
295
 
            *$$dep*) \
296
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
297
 
                && exit 0; \
298
 
              exit 1;; \
299
 
          esac; \
300
 
        done; \
301
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/dvdcss/Makefile'; \
302
 
        cd $(top_srcdir) && \
303
 
          $(AUTOMAKE) --gnu  src/plugins/dvdcss/Makefile
304
 
.PRECIOUS: Makefile
305
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
 
        @case '$?' in \
307
 
          *config.status*) \
308
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309
 
          *) \
310
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312
 
        esac;
313
 
 
314
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
 
 
317
 
$(top_srcdir)/configure:  $(am__configure_deps)
318
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
322
 
        @$(NORMAL_INSTALL)
323
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
324
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
325
 
          if test -f $$p; then \
326
 
            f=$(am__strip_dir) \
327
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
328
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
329
 
          else :; fi; \
330
 
        done
331
 
 
332
 
uninstall-pluginLTLIBRARIES:
333
 
        @$(NORMAL_UNINSTALL)
334
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
335
 
          p=$(am__strip_dir) \
336
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
337
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
338
 
        done
339
 
 
340
 
clean-pluginLTLIBRARIES:
341
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
342
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
343
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
344
 
          test "$$dir" != "$$p" || dir=.; \
345
 
          echo "rm -f \"$${dir}/so_locations\""; \
346
 
          rm -f "$${dir}/so_locations"; \
347
 
        done
348
 
libbrasero-dvdcss.la: $(libbrasero_dvdcss_la_OBJECTS) $(libbrasero_dvdcss_la_DEPENDENCIES) 
349
 
        $(libbrasero_dvdcss_la_LINK) -rpath $(plugindir) $(libbrasero_dvdcss_la_OBJECTS) $(libbrasero_dvdcss_la_LIBADD) $(LIBS)
350
 
 
351
 
mostlyclean-compile:
352
 
        -rm -f *.$(OBJEXT)
353
 
 
354
 
distclean-compile:
355
 
        -rm -f *.tab.c
356
 
 
357
 
include ./$(DEPDIR)/burn-dvdcss.Plo
358
 
 
359
 
.c.o:
360
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
361
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362
 
#       source='$<' object='$@' libtool=no \
363
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
364
 
#       $(COMPILE) -c $<
365
 
 
366
 
.c.obj:
367
 
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
368
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369
 
#       source='$<' object='$@' libtool=no \
370
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
371
 
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
372
 
 
373
 
.c.lo:
374
 
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375
 
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
376
 
#       source='$<' object='$@' libtool=yes \
377
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
378
 
#       $(LTCOMPILE) -c -o $@ $<
379
 
 
380
 
mostlyclean-libtool:
381
 
        -rm -f *.lo
382
 
 
383
 
clean-libtool:
384
 
        -rm -rf .libs _libs
385
 
 
386
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
387
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388
 
        unique=`for i in $$list; do \
389
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
 
          done | \
391
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
392
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
393
 
        mkid -fID $$unique
394
 
tags: TAGS
395
 
 
396
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
 
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
 
        here=`pwd`; \
400
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
401
 
        unique=`for i in $$list; do \
402
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
 
          done | \
404
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
407
 
          test -n "$$unique" || unique=$$empty_fix; \
408
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409
 
            $$tags $$unique; \
410
 
        fi
411
 
ctags: CTAGS
412
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
 
                $(TAGS_FILES) $(LISP)
414
 
        tags=; \
415
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416
 
        unique=`for i in $$list; do \
417
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
 
          done | \
419
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
422
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423
 
             $$tags $$unique
424
 
 
425
 
GTAGS:
426
 
        here=`$(am__cd) $(top_builddir) && pwd` \
427
 
          && cd $(top_srcdir) \
428
 
          && gtags -i $(GTAGS_ARGS) $$here
429
 
 
430
 
distclean-tags:
431
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
 
 
433
 
distdir: $(DISTFILES)
434
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436
 
        list='$(DISTFILES)'; \
437
 
          dist_files=`for file in $$list; do echo $$file; done | \
438
 
          sed -e "s|^$$srcdirstrip/||;t" \
439
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440
 
        case $$dist_files in \
441
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
442
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443
 
                           sort -u` ;; \
444
 
        esac; \
445
 
        for file in $$dist_files; do \
446
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447
 
          if test -d $$d/$$file; then \
448
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
451
 
            fi; \
452
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
453
 
          else \
454
 
            test -f $(distdir)/$$file \
455
 
            || cp -p $$d/$$file $(distdir)/$$file \
456
 
            || exit 1; \
457
 
          fi; \
458
 
        done
459
 
check-am: all-am
460
 
check: check-am
461
 
all-am: Makefile $(LTLIBRARIES)
462
 
installdirs:
463
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
464
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
465
 
        done
466
 
install: install-am
467
 
install-exec: install-exec-am
468
 
install-data: install-data-am
469
 
uninstall: uninstall-am
470
 
 
471
 
install-am: all-am
472
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
473
 
 
474
 
installcheck: installcheck-am
475
 
install-strip:
476
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478
 
          `test -z '$(STRIP)' || \
479
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
480
 
mostlyclean-generic:
481
 
 
482
 
clean-generic:
483
 
 
484
 
distclean-generic:
485
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
486
 
 
487
 
maintainer-clean-generic:
488
 
        @echo "This command is intended for maintainers to use"
489
 
        @echo "it deletes files that may require special tools to rebuild."
490
 
clean: clean-am
491
 
 
492
 
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
493
 
        mostlyclean-am
494
 
 
495
 
distclean: distclean-am
496
 
        -rm -rf ./$(DEPDIR)
497
 
        -rm -f Makefile
498
 
distclean-am: clean-am distclean-compile distclean-generic \
499
 
        distclean-tags
500
 
 
501
 
dvi: dvi-am
502
 
 
503
 
dvi-am:
504
 
 
505
 
html: html-am
506
 
 
507
 
info: info-am
508
 
 
509
 
info-am:
510
 
 
511
 
install-data-am: install-pluginLTLIBRARIES
512
 
 
513
 
install-dvi: install-dvi-am
514
 
 
515
 
install-exec-am:
516
 
 
517
 
install-html: install-html-am
518
 
 
519
 
install-info: install-info-am
520
 
 
521
 
install-man:
522
 
 
523
 
install-pdf: install-pdf-am
524
 
 
525
 
install-ps: install-ps-am
526
 
 
527
 
installcheck-am:
528
 
 
529
 
maintainer-clean: maintainer-clean-am
530
 
        -rm -rf ./$(DEPDIR)
531
 
        -rm -f Makefile
532
 
maintainer-clean-am: distclean-am maintainer-clean-generic
533
 
 
534
 
mostlyclean: mostlyclean-am
535
 
 
536
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
537
 
        mostlyclean-libtool
538
 
 
539
 
pdf: pdf-am
540
 
 
541
 
pdf-am:
542
 
 
543
 
ps: ps-am
544
 
 
545
 
ps-am:
546
 
 
547
 
uninstall-am: uninstall-pluginLTLIBRARIES
548
 
 
549
 
.MAKE: install-am install-strip
550
 
 
551
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
552
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
553
 
        distclean-compile distclean-generic distclean-libtool \
554
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
555
 
        install install-am install-data install-data-am install-dvi \
556
 
        install-dvi-am install-exec install-exec-am install-html \
557
 
        install-html-am install-info install-info-am install-man \
558
 
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
559
 
        install-ps install-ps-am install-strip installcheck \
560
 
        installcheck-am installdirs maintainer-clean \
561
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
562
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
563
 
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
564
 
 
565
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
 
# Otherwise a system limit (for SysV at least) may be exceeded.
567
 
.NOEXPORT: