renatofilho@20
|
1 |
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
renatofilho@20
|
2 |
# @configure_input@
|
renatofilho@20
|
3 |
|
renatofilho@20
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
renatofilho@20
|
5 |
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
renatofilho@20
|
6 |
# This Makefile.in is free software; the Free Software Foundation
|
renatofilho@20
|
7 |
# gives unlimited permission to copy and/or distribute it,
|
renatofilho@20
|
8 |
# with or without modifications, as long as this notice is preserved.
|
renatofilho@20
|
9 |
|
renatofilho@20
|
10 |
# This program is distributed in the hope that it will be useful,
|
renatofilho@20
|
11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
renatofilho@20
|
12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
renatofilho@20
|
13 |
# PARTICULAR PURPOSE.
|
renatofilho@20
|
14 |
|
renatofilho@20
|
15 |
@SET_MAKE@
|
renatofilho@20
|
16 |
|
renatofilho@20
|
17 |
srcdir = @srcdir@
|
renatofilho@20
|
18 |
top_srcdir = @top_srcdir@
|
renatofilho@20
|
19 |
VPATH = @srcdir@
|
renatofilho@20
|
20 |
pkgdatadir = $(datadir)/@PACKAGE@
|
renatofilho@20
|
21 |
pkglibdir = $(libdir)/@PACKAGE@
|
renatofilho@20
|
22 |
pkgincludedir = $(includedir)/@PACKAGE@
|
renatofilho@20
|
23 |
top_builddir = ..
|
renatofilho@20
|
24 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
renatofilho@20
|
25 |
INSTALL = @INSTALL@
|
renatofilho@20
|
26 |
install_sh_DATA = $(install_sh) -c -m 644
|
renatofilho@20
|
27 |
install_sh_PROGRAM = $(install_sh) -c
|
renatofilho@20
|
28 |
install_sh_SCRIPT = $(install_sh) -c
|
renatofilho@20
|
29 |
INSTALL_HEADER = $(INSTALL_DATA)
|
renatofilho@20
|
30 |
transform = $(program_transform_name)
|
renatofilho@20
|
31 |
NORMAL_INSTALL = :
|
renatofilho@20
|
32 |
PRE_INSTALL = :
|
renatofilho@20
|
33 |
POST_INSTALL = :
|
renatofilho@20
|
34 |
NORMAL_UNINSTALL = :
|
renatofilho@20
|
35 |
PRE_UNINSTALL = :
|
renatofilho@20
|
36 |
POST_UNINSTALL = :
|
renatofilho@20
|
37 |
build_triplet = @build@
|
renatofilho@20
|
38 |
host_triplet = @host@
|
renatofilho@20
|
39 |
bin_PROGRAMS = mmyth$(EXEEXT)
|
renatofilho@20
|
40 |
subdir = src
|
renatofilho@20
|
41 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
renatofilho@20
|
42 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
renatofilho@20
|
43 |
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_doxygen.m4 \
|
renatofilho@20
|
44 |
$(top_srcdir)/m4/as-version.m4 $(top_srcdir)/configure.ac
|
renatofilho@20
|
45 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
renatofilho@20
|
46 |
$(ACLOCAL_M4)
|
renatofilho@20
|
47 |
mkinstalldirs = $(install_sh) -d
|
renatofilho@20
|
48 |
CONFIG_HEADER = $(top_builddir)/config.h
|
renatofilho@20
|
49 |
CONFIG_CLEAN_FILES =
|
renatofilho@20
|
50 |
am__installdirs = "$(DESTDIR)$(bindir)"
|
renatofilho@20
|
51 |
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
renatofilho@20
|
52 |
PROGRAMS = $(bin_PROGRAMS)
|
renatofilho@20
|
53 |
am_mmyth_OBJECTS = mmyth-mmyth_main.$(OBJEXT) mmyth-mmyth_ui.$(OBJEXT) \
|
renatofilho@20
|
54 |
mmyth-mmyth_uicommon.$(OBJEXT) \
|
renatofilho@20
|
55 |
mmyth-mmyth_epg_grid_view.$(OBJEXT) \
|
renatofilho@20
|
56 |
mmyth-mmyth_epg_grid_widget.$(OBJEXT) \
|
renatofilho@20
|
57 |
mmyth-mmyth_recordui.$(OBJEXT) \
|
renatofilho@20
|
58 |
mmyth-mmyth_uisettings.$(OBJEXT) \
|
renatofilho@20
|
59 |
mmyth-mmyth_schedulerui.$(OBJEXT) \
|
renatofilho@20
|
60 |
mmyth-mmyth_tvplayer.$(OBJEXT)
|
renatofilho@20
|
61 |
mmyth_OBJECTS = $(am_mmyth_OBJECTS)
|
renatofilho@20
|
62 |
am__DEPENDENCIES_1 =
|
renatofilho@20
|
63 |
mmyth_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
renatofilho@20
|
64 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
renatofilho@20
|
65 |
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
renatofilho@20
|
66 |
am__depfiles_maybe = depfiles
|
renatofilho@20
|
67 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
renatofilho@20
|
68 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
renatofilho@20
|
69 |
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
renatofilho@20
|
70 |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
renatofilho@20
|
71 |
$(AM_CFLAGS) $(CFLAGS)
|
renatofilho@20
|
72 |
CCLD = $(CC)
|
renatofilho@20
|
73 |
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
renatofilho@20
|
74 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
renatofilho@20
|
75 |
SOURCES = $(mmyth_SOURCES)
|
renatofilho@20
|
76 |
DIST_SOURCES = $(mmyth_SOURCES)
|
renatofilho@20
|
77 |
ETAGS = etags
|
renatofilho@20
|
78 |
CTAGS = ctags
|
renatofilho@20
|
79 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
renatofilho@20
|
80 |
ACLOCAL = @ACLOCAL@
|
renatofilho@20
|
81 |
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|
renatofilho@20
|
82 |
AMDEP_FALSE = @AMDEP_FALSE@
|
renatofilho@20
|
83 |
AMDEP_TRUE = @AMDEP_TRUE@
|
renatofilho@20
|
84 |
AMTAR = @AMTAR@
|
renatofilho@20
|
85 |
AR = @AR@
|
renatofilho@20
|
86 |
AUTOCONF = @AUTOCONF@
|
renatofilho@20
|
87 |
AUTOHEADER = @AUTOHEADER@
|
renatofilho@20
|
88 |
AUTOMAKE = @AUTOMAKE@
|
renatofilho@20
|
89 |
AWK = @AWK@
|
renatofilho@20
|
90 |
CC = @CC@
|
renatofilho@20
|
91 |
CCDEPMODE = @CCDEPMODE@
|
renatofilho@20
|
92 |
CFLAGS = @CFLAGS@
|
renatofilho@20
|
93 |
CPP = @CPP@
|
renatofilho@20
|
94 |
CPPFLAGS = @CPPFLAGS@
|
renatofilho@20
|
95 |
CXX = @CXX@
|
renatofilho@20
|
96 |
CXXCPP = @CXXCPP@
|
renatofilho@20
|
97 |
CXXDEPMODE = @CXXDEPMODE@
|
renatofilho@20
|
98 |
CXXFLAGS = @CXXFLAGS@
|
renatofilho@20
|
99 |
CYGPATH_W = @CYGPATH_W@
|
renatofilho@20
|
100 |
DEFS = @DEFS@
|
renatofilho@20
|
101 |
DEPDIR = @DEPDIR@
|
renatofilho@20
|
102 |
DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
|
renatofilho@20
|
103 |
DX_COND_chi_FALSE = @DX_COND_chi_FALSE@
|
renatofilho@20
|
104 |
DX_COND_chi_TRUE = @DX_COND_chi_TRUE@
|
renatofilho@20
|
105 |
DX_COND_chm_FALSE = @DX_COND_chm_FALSE@
|
renatofilho@20
|
106 |
DX_COND_chm_TRUE = @DX_COND_chm_TRUE@
|
renatofilho@20
|
107 |
DX_COND_doc_FALSE = @DX_COND_doc_FALSE@
|
renatofilho@20
|
108 |
DX_COND_doc_TRUE = @DX_COND_doc_TRUE@
|
renatofilho@20
|
109 |
DX_COND_dot_FALSE = @DX_COND_dot_FALSE@
|
renatofilho@20
|
110 |
DX_COND_dot_TRUE = @DX_COND_dot_TRUE@
|
renatofilho@20
|
111 |
DX_COND_html_FALSE = @DX_COND_html_FALSE@
|
renatofilho@20
|
112 |
DX_COND_html_TRUE = @DX_COND_html_TRUE@
|
renatofilho@20
|
113 |
DX_COND_latex_FALSE = @DX_COND_latex_FALSE@
|
renatofilho@20
|
114 |
DX_COND_latex_TRUE = @DX_COND_latex_TRUE@
|
renatofilho@20
|
115 |
DX_COND_man_FALSE = @DX_COND_man_FALSE@
|
renatofilho@20
|
116 |
DX_COND_man_TRUE = @DX_COND_man_TRUE@
|
renatofilho@20
|
117 |
DX_COND_pdf_FALSE = @DX_COND_pdf_FALSE@
|
renatofilho@20
|
118 |
DX_COND_pdf_TRUE = @DX_COND_pdf_TRUE@
|
renatofilho@20
|
119 |
DX_COND_ps_FALSE = @DX_COND_ps_FALSE@
|
renatofilho@20
|
120 |
DX_COND_ps_TRUE = @DX_COND_ps_TRUE@
|
renatofilho@20
|
121 |
DX_COND_rtf_FALSE = @DX_COND_rtf_FALSE@
|
renatofilho@20
|
122 |
DX_COND_rtf_TRUE = @DX_COND_rtf_TRUE@
|
renatofilho@20
|
123 |
DX_COND_xml_FALSE = @DX_COND_xml_FALSE@
|
renatofilho@20
|
124 |
DX_COND_xml_TRUE = @DX_COND_xml_TRUE@
|
renatofilho@20
|
125 |
DX_CONFIG = @DX_CONFIG@
|
renatofilho@20
|
126 |
DX_DOCDIR = @DX_DOCDIR@
|
renatofilho@20
|
127 |
DX_DOT = @DX_DOT@
|
renatofilho@20
|
128 |
DX_DOXYGEN = @DX_DOXYGEN@
|
renatofilho@20
|
129 |
DX_DVIPS = @DX_DVIPS@
|
renatofilho@20
|
130 |
DX_EGREP = @DX_EGREP@
|
renatofilho@20
|
131 |
DX_ENV = @DX_ENV@
|
renatofilho@20
|
132 |
DX_FLAG_chi = @DX_FLAG_chi@
|
renatofilho@20
|
133 |
DX_FLAG_chm = @DX_FLAG_chm@
|
renatofilho@20
|
134 |
DX_FLAG_doc = @DX_FLAG_doc@
|
renatofilho@20
|
135 |
DX_FLAG_dot = @DX_FLAG_dot@
|
renatofilho@20
|
136 |
DX_FLAG_html = @DX_FLAG_html@
|
renatofilho@20
|
137 |
DX_FLAG_man = @DX_FLAG_man@
|
renatofilho@20
|
138 |
DX_FLAG_pdf = @DX_FLAG_pdf@
|
renatofilho@20
|
139 |
DX_FLAG_ps = @DX_FLAG_ps@
|
renatofilho@20
|
140 |
DX_FLAG_rtf = @DX_FLAG_rtf@
|
renatofilho@20
|
141 |
DX_FLAG_xml = @DX_FLAG_xml@
|
renatofilho@20
|
142 |
DX_HHC = @DX_HHC@
|
renatofilho@20
|
143 |
DX_LATEX = @DX_LATEX@
|
renatofilho@20
|
144 |
DX_MAKEINDEX = @DX_MAKEINDEX@
|
renatofilho@20
|
145 |
DX_PDFLATEX = @DX_PDFLATEX@
|
renatofilho@20
|
146 |
DX_PERL = @DX_PERL@
|
renatofilho@20
|
147 |
DX_PROJECT = @DX_PROJECT@
|
renatofilho@20
|
148 |
ECHO = @ECHO@
|
renatofilho@20
|
149 |
ECHO_C = @ECHO_C@
|
renatofilho@20
|
150 |
ECHO_N = @ECHO_N@
|
renatofilho@20
|
151 |
ECHO_T = @ECHO_T@
|
renatofilho@20
|
152 |
EGREP = @EGREP@
|
renatofilho@20
|
153 |
EXEEXT = @EXEEXT@
|
renatofilho@20
|
154 |
F77 = @F77@
|
renatofilho@20
|
155 |
FFLAGS = @FFLAGS@
|
renatofilho@20
|
156 |
GLIB_CFLAGS = @GLIB_CFLAGS@
|
renatofilho@20
|
157 |
GLIB_LIBS = @GLIB_LIBS@
|
renatofilho@20
|
158 |
GMYTH_MAJORMINOR = @GMYTH_MAJORMINOR@
|
renatofilho@20
|
159 |
GMYTH_MAJOR_VERSION = @GMYTH_MAJOR_VERSION@
|
renatofilho@20
|
160 |
GMYTH_MICRO_VERSION = @GMYTH_MICRO_VERSION@
|
renatofilho@20
|
161 |
GMYTH_MINOR_VERSION = @GMYTH_MINOR_VERSION@
|
renatofilho@20
|
162 |
GMYTH_NANO_VERSION = @GMYTH_NANO_VERSION@
|
renatofilho@20
|
163 |
GMYTH_RELEASE = @GMYTH_RELEASE@
|
renatofilho@20
|
164 |
GMYTH_VERSION = @GMYTH_VERSION@
|
renatofilho@20
|
165 |
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
|
renatofilho@20
|
166 |
GOBJECT_LIBS = @GOBJECT_LIBS@
|
renatofilho@20
|
167 |
GREP = @GREP@
|
renatofilho@20
|
168 |
GSTBASE_CFLAGS = @GSTBASE_CFLAGS@
|
renatofilho@20
|
169 |
GSTBASE_LIBS = @GSTBASE_LIBS@
|
renatofilho@20
|
170 |
GST_CFLAGS = @GST_CFLAGS@
|
renatofilho@20
|
171 |
GST_LIBS = @GST_LIBS@
|
renatofilho@20
|
172 |
GST_MAJORMINOR = @GST_MAJORMINOR@
|
renatofilho@20
|
173 |
GTK_CFLAGS = @GTK_CFLAGS@
|
renatofilho@20
|
174 |
GTK_LIBS = @GTK_LIBS@
|
renatofilho@20
|
175 |
HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
|
renatofilho@20
|
176 |
HILDON_CFLAGS = @HILDON_CFLAGS@
|
renatofilho@20
|
177 |
HILDON_LIBS = @HILDON_LIBS@
|
renatofilho@20
|
178 |
INSTALL_DATA = @INSTALL_DATA@
|
renatofilho@20
|
179 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
renatofilho@20
|
180 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
renatofilho@20
|
181 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
renatofilho@20
|
182 |
LDFLAGS = @LDFLAGS@
|
renatofilho@20
|
183 |
LIBGMYTH_CFLAGS = @LIBGMYTH_CFLAGS@
|
renatofilho@20
|
184 |
LIBGMYTH_LIBS = @LIBGMYTH_LIBS@
|
renatofilho@20
|
185 |
LIBOBJS = @LIBOBJS@
|
renatofilho@20
|
186 |
LIBS = @LIBS@
|
renatofilho@20
|
187 |
LIBTOOL = @LIBTOOL@
|
renatofilho@20
|
188 |
LIBXML_CFLAGS = @LIBXML_CFLAGS@
|
renatofilho@20
|
189 |
LIBXML_LIBS = @LIBXML_LIBS@
|
renatofilho@20
|
190 |
LN_S = @LN_S@
|
renatofilho@20
|
191 |
LTLIBOBJS = @LTLIBOBJS@
|
renatofilho@20
|
192 |
MAEMO_PLATFORM_FALSE = @MAEMO_PLATFORM_FALSE@
|
renatofilho@20
|
193 |
MAEMO_PLATFORM_TRUE = @MAEMO_PLATFORM_TRUE@
|
renatofilho@20
|
194 |
MAINT = @MAINT@
|
renatofilho@20
|
195 |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
renatofilho@20
|
196 |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
renatofilho@20
|
197 |
MAKEINFO = @MAKEINFO@
|
renatofilho@20
|
198 |
MYSQL_CFLAGS = @MYSQL_CFLAGS@
|
renatofilho@20
|
199 |
MYSQL_LIBS = @MYSQL_LIBS@
|
renatofilho@20
|
200 |
NDEBUG_FALSE = @NDEBUG_FALSE@
|
renatofilho@20
|
201 |
NDEBUG_TRUE = @NDEBUG_TRUE@
|
renatofilho@20
|
202 |
OBJEXT = @OBJEXT@
|
renatofilho@20
|
203 |
PACKAGE = @PACKAGE@
|
renatofilho@20
|
204 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
renatofilho@20
|
205 |
PACKAGE_NAME = @PACKAGE_NAME@
|
renatofilho@20
|
206 |
PACKAGE_STRING = @PACKAGE_STRING@
|
renatofilho@20
|
207 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
renatofilho@20
|
208 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
renatofilho@20
|
209 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
renatofilho@20
|
210 |
PKG_CONFIG = @PKG_CONFIG@
|
renatofilho@20
|
211 |
RANLIB = @RANLIB@
|
renatofilho@20
|
212 |
SET_MAKE = @SET_MAKE@
|
renatofilho@20
|
213 |
SHELL = @SHELL@
|
renatofilho@20
|
214 |
STRIP = @STRIP@
|
renatofilho@20
|
215 |
VERSION = @VERSION@
|
renatofilho@20
|
216 |
WITH_GTK_FALSE = @WITH_GTK_FALSE@
|
renatofilho@20
|
217 |
WITH_GTK_TRUE = @WITH_GTK_TRUE@
|
renatofilho@20
|
218 |
ac_ct_CC = @ac_ct_CC@
|
renatofilho@20
|
219 |
ac_ct_CXX = @ac_ct_CXX@
|
renatofilho@20
|
220 |
ac_ct_F77 = @ac_ct_F77@
|
renatofilho@20
|
221 |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
renatofilho@20
|
222 |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
renatofilho@20
|
223 |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
renatofilho@20
|
224 |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
renatofilho@20
|
225 |
am__include = @am__include@
|
renatofilho@20
|
226 |
am__leading_dot = @am__leading_dot@
|
renatofilho@20
|
227 |
am__quote = @am__quote@
|
renatofilho@20
|
228 |
am__tar = @am__tar@
|
renatofilho@20
|
229 |
am__untar = @am__untar@
|
renatofilho@20
|
230 |
bindir = @bindir@
|
renatofilho@20
|
231 |
build = @build@
|
renatofilho@20
|
232 |
build_alias = @build_alias@
|
renatofilho@20
|
233 |
build_cpu = @build_cpu@
|
renatofilho@20
|
234 |
build_os = @build_os@
|
renatofilho@20
|
235 |
build_vendor = @build_vendor@
|
renatofilho@20
|
236 |
datadir = @datadir@
|
renatofilho@20
|
237 |
datarootdir = @datarootdir@
|
renatofilho@20
|
238 |
docdir = @docdir@
|
renatofilho@20
|
239 |
dvidir = @dvidir@
|
renatofilho@20
|
240 |
exec_prefix = @exec_prefix@
|
renatofilho@20
|
241 |
host = @host@
|
renatofilho@20
|
242 |
host_alias = @host_alias@
|
renatofilho@20
|
243 |
host_cpu = @host_cpu@
|
renatofilho@20
|
244 |
host_os = @host_os@
|
renatofilho@20
|
245 |
host_vendor = @host_vendor@
|
renatofilho@20
|
246 |
htmldir = @htmldir@
|
renatofilho@20
|
247 |
includedir = @includedir@
|
renatofilho@20
|
248 |
infodir = @infodir@
|
renatofilho@20
|
249 |
install_sh = @install_sh@
|
renatofilho@20
|
250 |
libdir = @libdir@
|
renatofilho@20
|
251 |
libexecdir = @libexecdir@
|
renatofilho@20
|
252 |
localedir = @localedir@
|
renatofilho@20
|
253 |
localstatedir = @localstatedir@
|
renatofilho@20
|
254 |
mandir = @mandir@
|
renatofilho@20
|
255 |
mkdir_p = @mkdir_p@
|
renatofilho@20
|
256 |
oldincludedir = @oldincludedir@
|
renatofilho@20
|
257 |
pdfdir = @pdfdir@
|
renatofilho@20
|
258 |
prefix = @prefix@
|
renatofilho@20
|
259 |
program_transform_name = @program_transform_name@
|
renatofilho@20
|
260 |
psdir = @psdir@
|
renatofilho@20
|
261 |
sbindir = @sbindir@
|
renatofilho@20
|
262 |
sharedstatedir = @sharedstatedir@
|
renatofilho@20
|
263 |
sysconfdir = @sysconfdir@
|
renatofilho@20
|
264 |
target_alias = @target_alias@
|
renatofilho@20
|
265 |
mmyth_SOURCES = \
|
renatofilho@20
|
266 |
mmyth_main.c \
|
renatofilho@20
|
267 |
mmyth_ui.c \
|
renatofilho@20
|
268 |
mmyth_uicommon.c \
|
renatofilho@20
|
269 |
mmyth_epg_grid_view.c \
|
renatofilho@20
|
270 |
mmyth_epg_grid_widget.c \
|
renatofilho@20
|
271 |
mmyth_recordui.c \
|
renatofilho@20
|
272 |
mmyth_uisettings.c \
|
renatofilho@20
|
273 |
mmyth_schedulerui.c \
|
renatofilho@20
|
274 |
mmyth_tvplayer.c
|
renatofilho@20
|
275 |
|
renatofilho@20
|
276 |
mmyth_CFLAGS = \
|
renatofilho@20
|
277 |
$(GTK_CFLAGS) \
|
renatofilho@20
|
278 |
$(GLIB_CFLAGS) \
|
renatofilho@20
|
279 |
$(GST_CFLAGS) \
|
renatofilho@20
|
280 |
$(MYSQL_CFLAGS) \
|
renatofilho@20
|
281 |
$(LIBGMYTH_CFLAGS) \
|
renatofilho@20
|
282 |
-I$(top_srcdir)/src \
|
renatofilho@20
|
283 |
-DDATA_DIR=\""$(pkgdatadir)"\" \
|
renatofilho@20
|
284 |
-DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \
|
renatofilho@20
|
285 |
-DICON_DIR=\""$(datadir)/pixmaps/"\" \
|
renatofilho@20
|
286 |
-g3 -O0
|
renatofilho@20
|
287 |
|
renatofilho@20
|
288 |
mmyth_LDADD = \
|
renatofilho@20
|
289 |
$(LIBGMYTH_LIBS)
|
renatofilho@20
|
290 |
|
renatofilho@20
|
291 |
all: all-am
|
renatofilho@20
|
292 |
|
renatofilho@20
|
293 |
.SUFFIXES:
|
renatofilho@20
|
294 |
.SUFFIXES: .c .lo .o .obj
|
renatofilho@20
|
295 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
renatofilho@20
|
296 |
@for dep in $?; do \
|
renatofilho@20
|
297 |
case '$(am__configure_deps)' in \
|
renatofilho@20
|
298 |
*$$dep*) \
|
renatofilho@20
|
299 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
renatofilho@20
|
300 |
&& exit 0; \
|
renatofilho@20
|
301 |
exit 1;; \
|
renatofilho@20
|
302 |
esac; \
|
renatofilho@20
|
303 |
done; \
|
renatofilho@20
|
304 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
|
renatofilho@20
|
305 |
cd $(top_srcdir) && \
|
renatofilho@20
|
306 |
$(AUTOMAKE) --gnu src/Makefile
|
renatofilho@20
|
307 |
.PRECIOUS: Makefile
|
renatofilho@20
|
308 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
renatofilho@20
|
309 |
@case '$?' in \
|
renatofilho@20
|
310 |
*config.status*) \
|
renatofilho@20
|
311 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
renatofilho@20
|
312 |
*) \
|
renatofilho@20
|
313 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
renatofilho@20
|
314 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
renatofilho@20
|
315 |
esac;
|
renatofilho@20
|
316 |
|
renatofilho@20
|
317 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
renatofilho@20
|
318 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
renatofilho@20
|
319 |
|
renatofilho@20
|
320 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
renatofilho@20
|
321 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
renatofilho@20
|
322 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
renatofilho@20
|
323 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
renatofilho@20
|
324 |
install-binPROGRAMS: $(bin_PROGRAMS)
|
renatofilho@20
|
325 |
@$(NORMAL_INSTALL)
|
renatofilho@20
|
326 |
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
renatofilho@20
|
327 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
renatofilho@20
|
328 |
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
renatofilho@20
|
329 |
if test -f $$p \
|
renatofilho@20
|
330 |
|| test -f $$p1 \
|
renatofilho@20
|
331 |
; then \
|
renatofilho@20
|
332 |
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
renatofilho@20
|
333 |
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
renatofilho@20
|
334 |
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
|
renatofilho@20
|
335 |
else :; fi; \
|
renatofilho@20
|
336 |
done
|
renatofilho@20
|
337 |
|
renatofilho@20
|
338 |
uninstall-binPROGRAMS:
|
renatofilho@20
|
339 |
@$(NORMAL_UNINSTALL)
|
renatofilho@20
|
340 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
renatofilho@20
|
341 |
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
renatofilho@20
|
342 |
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
renatofilho@20
|
343 |
rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
renatofilho@20
|
344 |
done
|
renatofilho@20
|
345 |
|
renatofilho@20
|
346 |
clean-binPROGRAMS:
|
renatofilho@20
|
347 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
renatofilho@20
|
348 |
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
renatofilho@20
|
349 |
echo " rm -f $$p $$f"; \
|
renatofilho@20
|
350 |
rm -f $$p $$f ; \
|
renatofilho@20
|
351 |
done
|
renatofilho@20
|
352 |
mmyth$(EXEEXT): $(mmyth_OBJECTS) $(mmyth_DEPENDENCIES)
|
renatofilho@20
|
353 |
@rm -f mmyth$(EXEEXT)
|
renatofilho@20
|
354 |
$(LINK) $(mmyth_LDFLAGS) $(mmyth_OBJECTS) $(mmyth_LDADD) $(LIBS)
|
renatofilho@20
|
355 |
|
renatofilho@20
|
356 |
mostlyclean-compile:
|
renatofilho@20
|
357 |
-rm -f *.$(OBJEXT)
|
renatofilho@20
|
358 |
|
renatofilho@20
|
359 |
distclean-compile:
|
renatofilho@20
|
360 |
-rm -f *.tab.c
|
renatofilho@20
|
361 |
|
renatofilho@20
|
362 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_epg_grid_view.Po@am__quote@
|
renatofilho@20
|
363 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Po@am__quote@
|
renatofilho@20
|
364 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_main.Po@am__quote@
|
renatofilho@20
|
365 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_recordui.Po@am__quote@
|
renatofilho@20
|
366 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_schedulerui.Po@am__quote@
|
renatofilho@20
|
367 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_tvplayer.Po@am__quote@
|
renatofilho@20
|
368 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_ui.Po@am__quote@
|
renatofilho@20
|
369 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_uicommon.Po@am__quote@
|
renatofilho@20
|
370 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmyth-mmyth_uisettings.Po@am__quote@
|
renatofilho@20
|
371 |
|
renatofilho@20
|
372 |
.c.o:
|
renatofilho@20
|
373 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
renatofilho@20
|
374 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
renatofilho@20
|
375 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
376 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
377 |
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
renatofilho@20
|
378 |
|
renatofilho@20
|
379 |
.c.obj:
|
renatofilho@20
|
380 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
renatofilho@20
|
381 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
renatofilho@20
|
382 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
383 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
384 |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
renatofilho@20
|
385 |
|
renatofilho@20
|
386 |
.c.lo:
|
renatofilho@20
|
387 |
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
renatofilho@20
|
388 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
renatofilho@20
|
389 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
renatofilho@20
|
390 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
391 |
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
renatofilho@20
|
392 |
|
renatofilho@20
|
393 |
mmyth-mmyth_main.o: mmyth_main.c
|
renatofilho@20
|
394 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_main.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_main.Tpo" -c -o mmyth-mmyth_main.o `test -f 'mmyth_main.c' || echo '$(srcdir)/'`mmyth_main.c; \
|
renatofilho@20
|
395 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_main.Tpo" "$(DEPDIR)/mmyth-mmyth_main.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_main.Tpo"; exit 1; fi
|
renatofilho@20
|
396 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_main.c' object='mmyth-mmyth_main.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
397 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
398 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_main.o `test -f 'mmyth_main.c' || echo '$(srcdir)/'`mmyth_main.c
|
renatofilho@20
|
399 |
|
renatofilho@20
|
400 |
mmyth-mmyth_main.obj: mmyth_main.c
|
renatofilho@20
|
401 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_main.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_main.Tpo" -c -o mmyth-mmyth_main.obj `if test -f 'mmyth_main.c'; then $(CYGPATH_W) 'mmyth_main.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_main.c'; fi`; \
|
renatofilho@20
|
402 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_main.Tpo" "$(DEPDIR)/mmyth-mmyth_main.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_main.Tpo"; exit 1; fi
|
renatofilho@20
|
403 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_main.c' object='mmyth-mmyth_main.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
404 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
405 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_main.obj `if test -f 'mmyth_main.c'; then $(CYGPATH_W) 'mmyth_main.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_main.c'; fi`
|
renatofilho@20
|
406 |
|
renatofilho@20
|
407 |
mmyth-mmyth_ui.o: mmyth_ui.c
|
renatofilho@20
|
408 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_ui.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_ui.Tpo" -c -o mmyth-mmyth_ui.o `test -f 'mmyth_ui.c' || echo '$(srcdir)/'`mmyth_ui.c; \
|
renatofilho@20
|
409 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_ui.Tpo" "$(DEPDIR)/mmyth-mmyth_ui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_ui.Tpo"; exit 1; fi
|
renatofilho@20
|
410 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_ui.c' object='mmyth-mmyth_ui.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
411 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
412 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_ui.o `test -f 'mmyth_ui.c' || echo '$(srcdir)/'`mmyth_ui.c
|
renatofilho@20
|
413 |
|
renatofilho@20
|
414 |
mmyth-mmyth_ui.obj: mmyth_ui.c
|
renatofilho@20
|
415 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_ui.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_ui.Tpo" -c -o mmyth-mmyth_ui.obj `if test -f 'mmyth_ui.c'; then $(CYGPATH_W) 'mmyth_ui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_ui.c'; fi`; \
|
renatofilho@20
|
416 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_ui.Tpo" "$(DEPDIR)/mmyth-mmyth_ui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_ui.Tpo"; exit 1; fi
|
renatofilho@20
|
417 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_ui.c' object='mmyth-mmyth_ui.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
418 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
419 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_ui.obj `if test -f 'mmyth_ui.c'; then $(CYGPATH_W) 'mmyth_ui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_ui.c'; fi`
|
renatofilho@20
|
420 |
|
renatofilho@20
|
421 |
mmyth-mmyth_uicommon.o: mmyth_uicommon.c
|
renatofilho@20
|
422 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_uicommon.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo" -c -o mmyth-mmyth_uicommon.o `test -f 'mmyth_uicommon.c' || echo '$(srcdir)/'`mmyth_uicommon.c; \
|
renatofilho@20
|
423 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo" "$(DEPDIR)/mmyth-mmyth_uicommon.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo"; exit 1; fi
|
renatofilho@20
|
424 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_uicommon.c' object='mmyth-mmyth_uicommon.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
425 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
426 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_uicommon.o `test -f 'mmyth_uicommon.c' || echo '$(srcdir)/'`mmyth_uicommon.c
|
renatofilho@20
|
427 |
|
renatofilho@20
|
428 |
mmyth-mmyth_uicommon.obj: mmyth_uicommon.c
|
renatofilho@20
|
429 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_uicommon.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo" -c -o mmyth-mmyth_uicommon.obj `if test -f 'mmyth_uicommon.c'; then $(CYGPATH_W) 'mmyth_uicommon.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_uicommon.c'; fi`; \
|
renatofilho@20
|
430 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo" "$(DEPDIR)/mmyth-mmyth_uicommon.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_uicommon.Tpo"; exit 1; fi
|
renatofilho@20
|
431 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_uicommon.c' object='mmyth-mmyth_uicommon.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
432 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
433 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_uicommon.obj `if test -f 'mmyth_uicommon.c'; then $(CYGPATH_W) 'mmyth_uicommon.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_uicommon.c'; fi`
|
renatofilho@20
|
434 |
|
renatofilho@20
|
435 |
mmyth-mmyth_epg_grid_view.o: mmyth_epg_grid_view.c
|
renatofilho@20
|
436 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_epg_grid_view.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo" -c -o mmyth-mmyth_epg_grid_view.o `test -f 'mmyth_epg_grid_view.c' || echo '$(srcdir)/'`mmyth_epg_grid_view.c; \
|
renatofilho@20
|
437 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo" "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo"; exit 1; fi
|
renatofilho@20
|
438 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_epg_grid_view.c' object='mmyth-mmyth_epg_grid_view.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
439 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
440 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_epg_grid_view.o `test -f 'mmyth_epg_grid_view.c' || echo '$(srcdir)/'`mmyth_epg_grid_view.c
|
renatofilho@20
|
441 |
|
renatofilho@20
|
442 |
mmyth-mmyth_epg_grid_view.obj: mmyth_epg_grid_view.c
|
renatofilho@20
|
443 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_epg_grid_view.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo" -c -o mmyth-mmyth_epg_grid_view.obj `if test -f 'mmyth_epg_grid_view.c'; then $(CYGPATH_W) 'mmyth_epg_grid_view.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_epg_grid_view.c'; fi`; \
|
renatofilho@20
|
444 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo" "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_epg_grid_view.Tpo"; exit 1; fi
|
renatofilho@20
|
445 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_epg_grid_view.c' object='mmyth-mmyth_epg_grid_view.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
446 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
447 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_epg_grid_view.obj `if test -f 'mmyth_epg_grid_view.c'; then $(CYGPATH_W) 'mmyth_epg_grid_view.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_epg_grid_view.c'; fi`
|
renatofilho@20
|
448 |
|
renatofilho@20
|
449 |
mmyth-mmyth_epg_grid_widget.o: mmyth_epg_grid_widget.c
|
renatofilho@20
|
450 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_epg_grid_widget.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo" -c -o mmyth-mmyth_epg_grid_widget.o `test -f 'mmyth_epg_grid_widget.c' || echo '$(srcdir)/'`mmyth_epg_grid_widget.c; \
|
renatofilho@20
|
451 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo" "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo"; exit 1; fi
|
renatofilho@20
|
452 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_epg_grid_widget.c' object='mmyth-mmyth_epg_grid_widget.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
453 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
454 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_epg_grid_widget.o `test -f 'mmyth_epg_grid_widget.c' || echo '$(srcdir)/'`mmyth_epg_grid_widget.c
|
renatofilho@20
|
455 |
|
renatofilho@20
|
456 |
mmyth-mmyth_epg_grid_widget.obj: mmyth_epg_grid_widget.c
|
renatofilho@20
|
457 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_epg_grid_widget.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo" -c -o mmyth-mmyth_epg_grid_widget.obj `if test -f 'mmyth_epg_grid_widget.c'; then $(CYGPATH_W) 'mmyth_epg_grid_widget.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_epg_grid_widget.c'; fi`; \
|
renatofilho@20
|
458 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo" "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_epg_grid_widget.Tpo"; exit 1; fi
|
renatofilho@20
|
459 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_epg_grid_widget.c' object='mmyth-mmyth_epg_grid_widget.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
460 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
461 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_epg_grid_widget.obj `if test -f 'mmyth_epg_grid_widget.c'; then $(CYGPATH_W) 'mmyth_epg_grid_widget.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_epg_grid_widget.c'; fi`
|
renatofilho@20
|
462 |
|
renatofilho@20
|
463 |
mmyth-mmyth_recordui.o: mmyth_recordui.c
|
renatofilho@20
|
464 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_recordui.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_recordui.Tpo" -c -o mmyth-mmyth_recordui.o `test -f 'mmyth_recordui.c' || echo '$(srcdir)/'`mmyth_recordui.c; \
|
renatofilho@20
|
465 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_recordui.Tpo" "$(DEPDIR)/mmyth-mmyth_recordui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_recordui.Tpo"; exit 1; fi
|
renatofilho@20
|
466 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_recordui.c' object='mmyth-mmyth_recordui.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
467 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
468 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_recordui.o `test -f 'mmyth_recordui.c' || echo '$(srcdir)/'`mmyth_recordui.c
|
renatofilho@20
|
469 |
|
renatofilho@20
|
470 |
mmyth-mmyth_recordui.obj: mmyth_recordui.c
|
renatofilho@20
|
471 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_recordui.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_recordui.Tpo" -c -o mmyth-mmyth_recordui.obj `if test -f 'mmyth_recordui.c'; then $(CYGPATH_W) 'mmyth_recordui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_recordui.c'; fi`; \
|
renatofilho@20
|
472 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_recordui.Tpo" "$(DEPDIR)/mmyth-mmyth_recordui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_recordui.Tpo"; exit 1; fi
|
renatofilho@20
|
473 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_recordui.c' object='mmyth-mmyth_recordui.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
474 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
475 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_recordui.obj `if test -f 'mmyth_recordui.c'; then $(CYGPATH_W) 'mmyth_recordui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_recordui.c'; fi`
|
renatofilho@20
|
476 |
|
renatofilho@20
|
477 |
mmyth-mmyth_uisettings.o: mmyth_uisettings.c
|
renatofilho@20
|
478 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_uisettings.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo" -c -o mmyth-mmyth_uisettings.o `test -f 'mmyth_uisettings.c' || echo '$(srcdir)/'`mmyth_uisettings.c; \
|
renatofilho@20
|
479 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo" "$(DEPDIR)/mmyth-mmyth_uisettings.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo"; exit 1; fi
|
renatofilho@20
|
480 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_uisettings.c' object='mmyth-mmyth_uisettings.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
481 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
482 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_uisettings.o `test -f 'mmyth_uisettings.c' || echo '$(srcdir)/'`mmyth_uisettings.c
|
renatofilho@20
|
483 |
|
renatofilho@20
|
484 |
mmyth-mmyth_uisettings.obj: mmyth_uisettings.c
|
renatofilho@20
|
485 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_uisettings.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo" -c -o mmyth-mmyth_uisettings.obj `if test -f 'mmyth_uisettings.c'; then $(CYGPATH_W) 'mmyth_uisettings.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_uisettings.c'; fi`; \
|
renatofilho@20
|
486 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo" "$(DEPDIR)/mmyth-mmyth_uisettings.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_uisettings.Tpo"; exit 1; fi
|
renatofilho@20
|
487 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_uisettings.c' object='mmyth-mmyth_uisettings.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
488 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
489 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_uisettings.obj `if test -f 'mmyth_uisettings.c'; then $(CYGPATH_W) 'mmyth_uisettings.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_uisettings.c'; fi`
|
renatofilho@20
|
490 |
|
renatofilho@20
|
491 |
mmyth-mmyth_schedulerui.o: mmyth_schedulerui.c
|
renatofilho@20
|
492 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_schedulerui.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo" -c -o mmyth-mmyth_schedulerui.o `test -f 'mmyth_schedulerui.c' || echo '$(srcdir)/'`mmyth_schedulerui.c; \
|
renatofilho@20
|
493 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo" "$(DEPDIR)/mmyth-mmyth_schedulerui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo"; exit 1; fi
|
renatofilho@20
|
494 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_schedulerui.c' object='mmyth-mmyth_schedulerui.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
495 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
496 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_schedulerui.o `test -f 'mmyth_schedulerui.c' || echo '$(srcdir)/'`mmyth_schedulerui.c
|
renatofilho@20
|
497 |
|
renatofilho@20
|
498 |
mmyth-mmyth_schedulerui.obj: mmyth_schedulerui.c
|
renatofilho@20
|
499 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_schedulerui.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo" -c -o mmyth-mmyth_schedulerui.obj `if test -f 'mmyth_schedulerui.c'; then $(CYGPATH_W) 'mmyth_schedulerui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_schedulerui.c'; fi`; \
|
renatofilho@20
|
500 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo" "$(DEPDIR)/mmyth-mmyth_schedulerui.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_schedulerui.Tpo"; exit 1; fi
|
renatofilho@20
|
501 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_schedulerui.c' object='mmyth-mmyth_schedulerui.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
502 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
503 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_schedulerui.obj `if test -f 'mmyth_schedulerui.c'; then $(CYGPATH_W) 'mmyth_schedulerui.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_schedulerui.c'; fi`
|
renatofilho@20
|
504 |
|
renatofilho@20
|
505 |
mmyth-mmyth_tvplayer.o: mmyth_tvplayer.c
|
renatofilho@20
|
506 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_tvplayer.o -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo" -c -o mmyth-mmyth_tvplayer.o `test -f 'mmyth_tvplayer.c' || echo '$(srcdir)/'`mmyth_tvplayer.c; \
|
renatofilho@20
|
507 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo" "$(DEPDIR)/mmyth-mmyth_tvplayer.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo"; exit 1; fi
|
renatofilho@20
|
508 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_tvplayer.c' object='mmyth-mmyth_tvplayer.o' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
509 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
510 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_tvplayer.o `test -f 'mmyth_tvplayer.c' || echo '$(srcdir)/'`mmyth_tvplayer.c
|
renatofilho@20
|
511 |
|
renatofilho@20
|
512 |
mmyth-mmyth_tvplayer.obj: mmyth_tvplayer.c
|
renatofilho@20
|
513 |
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -MT mmyth-mmyth_tvplayer.obj -MD -MP -MF "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo" -c -o mmyth-mmyth_tvplayer.obj `if test -f 'mmyth_tvplayer.c'; then $(CYGPATH_W) 'mmyth_tvplayer.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_tvplayer.c'; fi`; \
|
renatofilho@20
|
514 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo" "$(DEPDIR)/mmyth-mmyth_tvplayer.Po"; else rm -f "$(DEPDIR)/mmyth-mmyth_tvplayer.Tpo"; exit 1; fi
|
renatofilho@20
|
515 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mmyth_tvplayer.c' object='mmyth-mmyth_tvplayer.obj' libtool=no @AMDEPBACKSLASH@
|
renatofilho@20
|
516 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
renatofilho@20
|
517 |
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mmyth_CFLAGS) $(CFLAGS) -c -o mmyth-mmyth_tvplayer.obj `if test -f 'mmyth_tvplayer.c'; then $(CYGPATH_W) 'mmyth_tvplayer.c'; else $(CYGPATH_W) '$(srcdir)/mmyth_tvplayer.c'; fi`
|
renatofilho@20
|
518 |
|
renatofilho@20
|
519 |
mostlyclean-libtool:
|
renatofilho@20
|
520 |
-rm -f *.lo
|
renatofilho@20
|
521 |
|
renatofilho@20
|
522 |
clean-libtool:
|
renatofilho@20
|
523 |
-rm -rf .libs _libs
|
renatofilho@20
|
524 |
|
renatofilho@20
|
525 |
distclean-libtool:
|
renatofilho@20
|
526 |
-rm -f libtool
|
renatofilho@20
|
527 |
uninstall-info-am:
|
renatofilho@20
|
528 |
|
renatofilho@20
|
529 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
renatofilho@20
|
530 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
renatofilho@20
|
531 |
unique=`for i in $$list; do \
|
renatofilho@20
|
532 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
renatofilho@20
|
533 |
done | \
|
renatofilho@20
|
534 |
$(AWK) ' { files[$$0] = 1; } \
|
renatofilho@20
|
535 |
END { for (i in files) print i; }'`; \
|
renatofilho@20
|
536 |
mkid -fID $$unique
|
renatofilho@20
|
537 |
tags: TAGS
|
renatofilho@20
|
538 |
|
renatofilho@20
|
539 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
renatofilho@20
|
540 |
$(TAGS_FILES) $(LISP)
|
renatofilho@20
|
541 |
tags=; \
|
renatofilho@20
|
542 |
here=`pwd`; \
|
renatofilho@20
|
543 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
renatofilho@20
|
544 |
unique=`for i in $$list; do \
|
renatofilho@20
|
545 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
renatofilho@20
|
546 |
done | \
|
renatofilho@20
|
547 |
$(AWK) ' { files[$$0] = 1; } \
|
renatofilho@20
|
548 |
END { for (i in files) print i; }'`; \
|
renatofilho@20
|
549 |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
renatofilho@20
|
550 |
test -n "$$unique" || unique=$$empty_fix; \
|
renatofilho@20
|
551 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
renatofilho@20
|
552 |
$$tags $$unique; \
|
renatofilho@20
|
553 |
fi
|
renatofilho@20
|
554 |
ctags: CTAGS
|
renatofilho@20
|
555 |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
renatofilho@20
|
556 |
$(TAGS_FILES) $(LISP)
|
renatofilho@20
|
557 |
tags=; \
|
renatofilho@20
|
558 |
here=`pwd`; \
|
renatofilho@20
|
559 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
renatofilho@20
|
560 |
unique=`for i in $$list; do \
|
renatofilho@20
|
561 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
renatofilho@20
|
562 |
done | \
|
renatofilho@20
|
563 |
$(AWK) ' { files[$$0] = 1; } \
|
renatofilho@20
|
564 |
END { for (i in files) print i; }'`; \
|
renatofilho@20
|
565 |
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
renatofilho@20
|
566 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
renatofilho@20
|
567 |
$$tags $$unique
|
renatofilho@20
|
568 |
|
renatofilho@20
|
569 |
GTAGS:
|
renatofilho@20
|
570 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
renatofilho@20
|
571 |
&& cd $(top_srcdir) \
|
renatofilho@20
|
572 |
&& gtags -i $(GTAGS_ARGS) $$here
|
renatofilho@20
|
573 |
|
renatofilho@20
|
574 |
distclean-tags:
|
renatofilho@20
|
575 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
renatofilho@20
|
576 |
|
renatofilho@20
|
577 |
distdir: $(DISTFILES)
|
renatofilho@20
|
578 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
renatofilho@20
|
579 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
renatofilho@20
|
580 |
list='$(DISTFILES)'; for file in $$list; do \
|
renatofilho@20
|
581 |
case $$file in \
|
renatofilho@20
|
582 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
renatofilho@20
|
583 |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
renatofilho@20
|
584 |
esac; \
|
renatofilho@20
|
585 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
renatofilho@20
|
586 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
renatofilho@20
|
587 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
renatofilho@20
|
588 |
dir="/$$dir"; \
|
renatofilho@20
|
589 |
$(mkdir_p) "$(distdir)$$dir"; \
|
renatofilho@20
|
590 |
else \
|
renatofilho@20
|
591 |
dir=''; \
|
renatofilho@20
|
592 |
fi; \
|
renatofilho@20
|
593 |
if test -d $$d/$$file; then \
|
renatofilho@20
|
594 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
renatofilho@20
|
595 |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
renatofilho@20
|
596 |
fi; \
|
renatofilho@20
|
597 |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
renatofilho@20
|
598 |
else \
|
renatofilho@20
|
599 |
test -f $(distdir)/$$file \
|
renatofilho@20
|
600 |
|| cp -p $$d/$$file $(distdir)/$$file \
|
renatofilho@20
|
601 |
|| exit 1; \
|
renatofilho@20
|
602 |
fi; \
|
renatofilho@20
|
603 |
done
|
renatofilho@20
|
604 |
check-am: all-am
|
renatofilho@20
|
605 |
check: check-am
|
renatofilho@20
|
606 |
all-am: Makefile $(PROGRAMS)
|
renatofilho@20
|
607 |
installdirs:
|
renatofilho@20
|
608 |
for dir in "$(DESTDIR)$(bindir)"; do \
|
renatofilho@20
|
609 |
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
renatofilho@20
|
610 |
done
|
renatofilho@20
|
611 |
install: install-am
|
renatofilho@20
|
612 |
install-exec: install-exec-am
|
renatofilho@20
|
613 |
install-data: install-data-am
|
renatofilho@20
|
614 |
uninstall: uninstall-am
|
renatofilho@20
|
615 |
|
renatofilho@20
|
616 |
install-am: all-am
|
renatofilho@20
|
617 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
renatofilho@20
|
618 |
|
renatofilho@20
|
619 |
installcheck: installcheck-am
|
renatofilho@20
|
620 |
install-strip:
|
renatofilho@20
|
621 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
renatofilho@20
|
622 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
renatofilho@20
|
623 |
`test -z '$(STRIP)' || \
|
renatofilho@20
|
624 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
renatofilho@20
|
625 |
mostlyclean-generic:
|
renatofilho@20
|
626 |
|
renatofilho@20
|
627 |
clean-generic:
|
renatofilho@20
|
628 |
|
renatofilho@20
|
629 |
distclean-generic:
|
renatofilho@20
|
630 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
renatofilho@20
|
631 |
|
renatofilho@20
|
632 |
maintainer-clean-generic:
|
renatofilho@20
|
633 |
@echo "This command is intended for maintainers to use"
|
renatofilho@20
|
634 |
@echo "it deletes files that may require special tools to rebuild."
|
renatofilho@20
|
635 |
clean: clean-am
|
renatofilho@20
|
636 |
|
renatofilho@20
|
637 |
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
|
renatofilho@20
|
638 |
|
renatofilho@20
|
639 |
distclean: distclean-am
|
renatofilho@20
|
640 |
-rm -rf ./$(DEPDIR)
|
renatofilho@20
|
641 |
-rm -f Makefile
|
renatofilho@20
|
642 |
distclean-am: clean-am distclean-compile distclean-generic \
|
renatofilho@20
|
643 |
distclean-libtool distclean-tags
|
renatofilho@20
|
644 |
|
renatofilho@20
|
645 |
dvi: dvi-am
|
renatofilho@20
|
646 |
|
renatofilho@20
|
647 |
dvi-am:
|
renatofilho@20
|
648 |
|
renatofilho@20
|
649 |
html: html-am
|
renatofilho@20
|
650 |
|
renatofilho@20
|
651 |
info: info-am
|
renatofilho@20
|
652 |
|
renatofilho@20
|
653 |
info-am:
|
renatofilho@20
|
654 |
|
renatofilho@20
|
655 |
install-data-am:
|
renatofilho@20
|
656 |
|
renatofilho@20
|
657 |
install-exec-am: install-binPROGRAMS
|
renatofilho@20
|
658 |
|
renatofilho@20
|
659 |
install-info: install-info-am
|
renatofilho@20
|
660 |
|
renatofilho@20
|
661 |
install-man:
|
renatofilho@20
|
662 |
|
renatofilho@20
|
663 |
installcheck-am:
|
renatofilho@20
|
664 |
|
renatofilho@20
|
665 |
maintainer-clean: maintainer-clean-am
|
renatofilho@20
|
666 |
-rm -rf ./$(DEPDIR)
|
renatofilho@20
|
667 |
-rm -f Makefile
|
renatofilho@20
|
668 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
renatofilho@20
|
669 |
|
renatofilho@20
|
670 |
mostlyclean: mostlyclean-am
|
renatofilho@20
|
671 |
|
renatofilho@20
|
672 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
renatofilho@20
|
673 |
mostlyclean-libtool
|
renatofilho@20
|
674 |
|
renatofilho@20
|
675 |
pdf: pdf-am
|
renatofilho@20
|
676 |
|
renatofilho@20
|
677 |
pdf-am:
|
renatofilho@20
|
678 |
|
renatofilho@20
|
679 |
ps: ps-am
|
renatofilho@20
|
680 |
|
renatofilho@20
|
681 |
ps-am:
|
renatofilho@20
|
682 |
|
renatofilho@20
|
683 |
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
renatofilho@20
|
684 |
|
renatofilho@20
|
685 |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
|
renatofilho@20
|
686 |
clean-generic clean-libtool ctags distclean distclean-compile \
|
renatofilho@20
|
687 |
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
renatofilho@20
|
688 |
dvi-am html html-am info info-am install install-am \
|
renatofilho@20
|
689 |
install-binPROGRAMS install-data install-data-am install-exec \
|
renatofilho@20
|
690 |
install-exec-am install-info install-info-am install-man \
|
renatofilho@20
|
691 |
install-strip installcheck installcheck-am installdirs \
|
renatofilho@20
|
692 |
maintainer-clean maintainer-clean-generic mostlyclean \
|
renatofilho@20
|
693 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
renatofilho@20
|
694 |
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
renatofilho@20
|
695 |
uninstall-binPROGRAMS uninstall-info-am
|
renatofilho@20
|
696 |
|
renatofilho@20
|
697 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
renatofilho@20
|
698 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
renatofilho@20
|
699 |
.NOEXPORT:
|