maemo-ui/pixmaps/Makefile.in
author renatofilho
Thu Sep 28 16:05:17 2006 +0100 (2006-09-28)
branchtrunk
changeset 21 3c4daefe377f
permissions -rw-r--r--
[svn r22] - new files;
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
# Adding the application icon
renatofilho@20
    18
#icondir = $(datadir)/mmyth/pixmaps
renatofilho@20
    19
#icon_DATA = \
renatofilho@20
    20
#	mmyth.png
renatofilho@20
    21
renatofilho@20
    22
srcdir = @srcdir@
renatofilho@20
    23
top_srcdir = @top_srcdir@
renatofilho@20
    24
VPATH = @srcdir@
renatofilho@20
    25
pkgdatadir = $(datadir)/@PACKAGE@
renatofilho@20
    26
pkglibdir = $(libdir)/@PACKAGE@
renatofilho@20
    27
pkgincludedir = $(includedir)/@PACKAGE@
renatofilho@20
    28
top_builddir = ..
renatofilho@20
    29
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
renatofilho@20
    30
INSTALL = @INSTALL@
renatofilho@20
    31
install_sh_DATA = $(install_sh) -c -m 644
renatofilho@20
    32
install_sh_PROGRAM = $(install_sh) -c
renatofilho@20
    33
install_sh_SCRIPT = $(install_sh) -c
renatofilho@20
    34
INSTALL_HEADER = $(INSTALL_DATA)
renatofilho@20
    35
transform = $(program_transform_name)
renatofilho@20
    36
NORMAL_INSTALL = :
renatofilho@20
    37
PRE_INSTALL = :
renatofilho@20
    38
POST_INSTALL = :
renatofilho@20
    39
NORMAL_UNINSTALL = :
renatofilho@20
    40
PRE_UNINSTALL = :
renatofilho@20
    41
POST_UNINSTALL = :
renatofilho@20
    42
build_triplet = @build@
renatofilho@20
    43
host_triplet = @host@
renatofilho@20
    44
subdir = pixmaps
renatofilho@20
    45
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
renatofilho@20
    46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
renatofilho@20
    47
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_doxygen.m4 \
renatofilho@20
    48
	$(top_srcdir)/m4/as-version.m4 $(top_srcdir)/configure.ac
renatofilho@20
    49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
renatofilho@20
    50
	$(ACLOCAL_M4)
renatofilho@20
    51
mkinstalldirs = $(install_sh) -d
renatofilho@20
    52
CONFIG_HEADER = $(top_builddir)/config.h
renatofilho@20
    53
CONFIG_CLEAN_FILES =
renatofilho@20
    54
SOURCES =
renatofilho@20
    55
DIST_SOURCES =
renatofilho@20
    56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
renatofilho@20
    57
am__vpath_adj = case $$p in \
renatofilho@20
    58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
renatofilho@20
    59
    *) f=$$p;; \
renatofilho@20
    60
  esac;
renatofilho@20
    61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
renatofilho@20
    62
am__installdirs = "$(DESTDIR)$(pixmapdir)"
renatofilho@20
    63
pixmapDATA_INSTALL = $(INSTALL_DATA)
renatofilho@20
    64
DATA = $(pixmap_DATA)
renatofilho@20
    65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
renatofilho@20
    66
ACLOCAL = @ACLOCAL@
renatofilho@20
    67
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
renatofilho@20
    68
AMDEP_FALSE = @AMDEP_FALSE@
renatofilho@20
    69
AMDEP_TRUE = @AMDEP_TRUE@
renatofilho@20
    70
AMTAR = @AMTAR@
renatofilho@20
    71
AR = @AR@
renatofilho@20
    72
AUTOCONF = @AUTOCONF@
renatofilho@20
    73
AUTOHEADER = @AUTOHEADER@
renatofilho@20
    74
AUTOMAKE = @AUTOMAKE@
renatofilho@20
    75
AWK = @AWK@
renatofilho@20
    76
CC = @CC@
renatofilho@20
    77
CCDEPMODE = @CCDEPMODE@
renatofilho@20
    78
CFLAGS = @CFLAGS@
renatofilho@20
    79
CPP = @CPP@
renatofilho@20
    80
CPPFLAGS = @CPPFLAGS@
renatofilho@20
    81
CXX = @CXX@
renatofilho@20
    82
CXXCPP = @CXXCPP@
renatofilho@20
    83
CXXDEPMODE = @CXXDEPMODE@
renatofilho@20
    84
CXXFLAGS = @CXXFLAGS@
renatofilho@20
    85
CYGPATH_W = @CYGPATH_W@
renatofilho@20
    86
DEFS = @DEFS@
renatofilho@20
    87
DEPDIR = @DEPDIR@
renatofilho@20
    88
DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
renatofilho@20
    89
DX_COND_chi_FALSE = @DX_COND_chi_FALSE@
renatofilho@20
    90
DX_COND_chi_TRUE = @DX_COND_chi_TRUE@
renatofilho@20
    91
DX_COND_chm_FALSE = @DX_COND_chm_FALSE@
renatofilho@20
    92
DX_COND_chm_TRUE = @DX_COND_chm_TRUE@
renatofilho@20
    93
DX_COND_doc_FALSE = @DX_COND_doc_FALSE@
renatofilho@20
    94
DX_COND_doc_TRUE = @DX_COND_doc_TRUE@
renatofilho@20
    95
DX_COND_dot_FALSE = @DX_COND_dot_FALSE@
renatofilho@20
    96
DX_COND_dot_TRUE = @DX_COND_dot_TRUE@
renatofilho@20
    97
DX_COND_html_FALSE = @DX_COND_html_FALSE@
renatofilho@20
    98
DX_COND_html_TRUE = @DX_COND_html_TRUE@
renatofilho@20
    99
DX_COND_latex_FALSE = @DX_COND_latex_FALSE@
renatofilho@20
   100
DX_COND_latex_TRUE = @DX_COND_latex_TRUE@
renatofilho@20
   101
DX_COND_man_FALSE = @DX_COND_man_FALSE@
renatofilho@20
   102
DX_COND_man_TRUE = @DX_COND_man_TRUE@
renatofilho@20
   103
DX_COND_pdf_FALSE = @DX_COND_pdf_FALSE@
renatofilho@20
   104
DX_COND_pdf_TRUE = @DX_COND_pdf_TRUE@
renatofilho@20
   105
DX_COND_ps_FALSE = @DX_COND_ps_FALSE@
renatofilho@20
   106
DX_COND_ps_TRUE = @DX_COND_ps_TRUE@
renatofilho@20
   107
DX_COND_rtf_FALSE = @DX_COND_rtf_FALSE@
renatofilho@20
   108
DX_COND_rtf_TRUE = @DX_COND_rtf_TRUE@
renatofilho@20
   109
DX_COND_xml_FALSE = @DX_COND_xml_FALSE@
renatofilho@20
   110
DX_COND_xml_TRUE = @DX_COND_xml_TRUE@
renatofilho@20
   111
DX_CONFIG = @DX_CONFIG@
renatofilho@20
   112
DX_DOCDIR = @DX_DOCDIR@
renatofilho@20
   113
DX_DOT = @DX_DOT@
renatofilho@20
   114
DX_DOXYGEN = @DX_DOXYGEN@
renatofilho@20
   115
DX_DVIPS = @DX_DVIPS@
renatofilho@20
   116
DX_EGREP = @DX_EGREP@
renatofilho@20
   117
DX_ENV = @DX_ENV@
renatofilho@20
   118
DX_FLAG_chi = @DX_FLAG_chi@
renatofilho@20
   119
DX_FLAG_chm = @DX_FLAG_chm@
renatofilho@20
   120
DX_FLAG_doc = @DX_FLAG_doc@
renatofilho@20
   121
DX_FLAG_dot = @DX_FLAG_dot@
renatofilho@20
   122
DX_FLAG_html = @DX_FLAG_html@
renatofilho@20
   123
DX_FLAG_man = @DX_FLAG_man@
renatofilho@20
   124
DX_FLAG_pdf = @DX_FLAG_pdf@
renatofilho@20
   125
DX_FLAG_ps = @DX_FLAG_ps@
renatofilho@20
   126
DX_FLAG_rtf = @DX_FLAG_rtf@
renatofilho@20
   127
DX_FLAG_xml = @DX_FLAG_xml@
renatofilho@20
   128
DX_HHC = @DX_HHC@
renatofilho@20
   129
DX_LATEX = @DX_LATEX@
renatofilho@20
   130
DX_MAKEINDEX = @DX_MAKEINDEX@
renatofilho@20
   131
DX_PDFLATEX = @DX_PDFLATEX@
renatofilho@20
   132
DX_PERL = @DX_PERL@
renatofilho@20
   133
DX_PROJECT = @DX_PROJECT@
renatofilho@20
   134
ECHO = @ECHO@
renatofilho@20
   135
ECHO_C = @ECHO_C@
renatofilho@20
   136
ECHO_N = @ECHO_N@
renatofilho@20
   137
ECHO_T = @ECHO_T@
renatofilho@20
   138
EGREP = @EGREP@
renatofilho@20
   139
EXEEXT = @EXEEXT@
renatofilho@20
   140
F77 = @F77@
renatofilho@20
   141
FFLAGS = @FFLAGS@
renatofilho@20
   142
GLIB_CFLAGS = @GLIB_CFLAGS@
renatofilho@20
   143
GLIB_LIBS = @GLIB_LIBS@
renatofilho@20
   144
GMYTH_MAJORMINOR = @GMYTH_MAJORMINOR@
renatofilho@20
   145
GMYTH_MAJOR_VERSION = @GMYTH_MAJOR_VERSION@
renatofilho@20
   146
GMYTH_MICRO_VERSION = @GMYTH_MICRO_VERSION@
renatofilho@20
   147
GMYTH_MINOR_VERSION = @GMYTH_MINOR_VERSION@
renatofilho@20
   148
GMYTH_NANO_VERSION = @GMYTH_NANO_VERSION@
renatofilho@20
   149
GMYTH_RELEASE = @GMYTH_RELEASE@
renatofilho@20
   150
GMYTH_VERSION = @GMYTH_VERSION@
renatofilho@20
   151
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
renatofilho@20
   152
GOBJECT_LIBS = @GOBJECT_LIBS@
renatofilho@20
   153
GREP = @GREP@
renatofilho@20
   154
GSTBASE_CFLAGS = @GSTBASE_CFLAGS@
renatofilho@20
   155
GSTBASE_LIBS = @GSTBASE_LIBS@
renatofilho@20
   156
GST_CFLAGS = @GST_CFLAGS@
renatofilho@20
   157
GST_LIBS = @GST_LIBS@
renatofilho@20
   158
GST_MAJORMINOR = @GST_MAJORMINOR@
renatofilho@20
   159
GTK_CFLAGS = @GTK_CFLAGS@
renatofilho@20
   160
GTK_LIBS = @GTK_LIBS@
renatofilho@20
   161
HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
renatofilho@20
   162
HILDON_CFLAGS = @HILDON_CFLAGS@
renatofilho@20
   163
HILDON_LIBS = @HILDON_LIBS@
renatofilho@20
   164
INSTALL_DATA = @INSTALL_DATA@
renatofilho@20
   165
INSTALL_PROGRAM = @INSTALL_PROGRAM@
renatofilho@20
   166
INSTALL_SCRIPT = @INSTALL_SCRIPT@
renatofilho@20
   167
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
renatofilho@20
   168
LDFLAGS = @LDFLAGS@
renatofilho@20
   169
LIBGMYTH_CFLAGS = @LIBGMYTH_CFLAGS@
renatofilho@20
   170
LIBGMYTH_LIBS = @LIBGMYTH_LIBS@
renatofilho@20
   171
LIBOBJS = @LIBOBJS@
renatofilho@20
   172
LIBS = @LIBS@
renatofilho@20
   173
LIBTOOL = @LIBTOOL@
renatofilho@20
   174
LIBXML_CFLAGS = @LIBXML_CFLAGS@
renatofilho@20
   175
LIBXML_LIBS = @LIBXML_LIBS@
renatofilho@20
   176
LN_S = @LN_S@
renatofilho@20
   177
LTLIBOBJS = @LTLIBOBJS@
renatofilho@20
   178
MAEMO_PLATFORM_FALSE = @MAEMO_PLATFORM_FALSE@
renatofilho@20
   179
MAEMO_PLATFORM_TRUE = @MAEMO_PLATFORM_TRUE@
renatofilho@20
   180
MAINT = @MAINT@
renatofilho@20
   181
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
renatofilho@20
   182
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
renatofilho@20
   183
MAKEINFO = @MAKEINFO@
renatofilho@20
   184
MYSQL_CFLAGS = @MYSQL_CFLAGS@
renatofilho@20
   185
MYSQL_LIBS = @MYSQL_LIBS@
renatofilho@20
   186
NDEBUG_FALSE = @NDEBUG_FALSE@
renatofilho@20
   187
NDEBUG_TRUE = @NDEBUG_TRUE@
renatofilho@20
   188
OBJEXT = @OBJEXT@
renatofilho@20
   189
PACKAGE = @PACKAGE@
renatofilho@20
   190
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
renatofilho@20
   191
PACKAGE_NAME = @PACKAGE_NAME@
renatofilho@20
   192
PACKAGE_STRING = @PACKAGE_STRING@
renatofilho@20
   193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
renatofilho@20
   194
PACKAGE_VERSION = @PACKAGE_VERSION@
renatofilho@20
   195
PATH_SEPARATOR = @PATH_SEPARATOR@
renatofilho@20
   196
PKG_CONFIG = @PKG_CONFIG@
renatofilho@20
   197
RANLIB = @RANLIB@
renatofilho@20
   198
SET_MAKE = @SET_MAKE@
renatofilho@20
   199
SHELL = @SHELL@
renatofilho@20
   200
STRIP = @STRIP@
renatofilho@20
   201
VERSION = @VERSION@
renatofilho@20
   202
WITH_GTK_FALSE = @WITH_GTK_FALSE@
renatofilho@20
   203
WITH_GTK_TRUE = @WITH_GTK_TRUE@
renatofilho@20
   204
ac_ct_CC = @ac_ct_CC@
renatofilho@20
   205
ac_ct_CXX = @ac_ct_CXX@
renatofilho@20
   206
ac_ct_F77 = @ac_ct_F77@
renatofilho@20
   207
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
renatofilho@20
   208
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
renatofilho@20
   209
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
renatofilho@20
   210
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
renatofilho@20
   211
am__include = @am__include@
renatofilho@20
   212
am__leading_dot = @am__leading_dot@
renatofilho@20
   213
am__quote = @am__quote@
renatofilho@20
   214
am__tar = @am__tar@
renatofilho@20
   215
am__untar = @am__untar@
renatofilho@20
   216
bindir = @bindir@
renatofilho@20
   217
build = @build@
renatofilho@20
   218
build_alias = @build_alias@
renatofilho@20
   219
build_cpu = @build_cpu@
renatofilho@20
   220
build_os = @build_os@
renatofilho@20
   221
build_vendor = @build_vendor@
renatofilho@20
   222
datadir = @datadir@
renatofilho@20
   223
datarootdir = @datarootdir@
renatofilho@20
   224
docdir = @docdir@
renatofilho@20
   225
dvidir = @dvidir@
renatofilho@20
   226
exec_prefix = @exec_prefix@
renatofilho@20
   227
host = @host@
renatofilho@20
   228
host_alias = @host_alias@
renatofilho@20
   229
host_cpu = @host_cpu@
renatofilho@20
   230
host_os = @host_os@
renatofilho@20
   231
host_vendor = @host_vendor@
renatofilho@20
   232
htmldir = @htmldir@
renatofilho@20
   233
includedir = @includedir@
renatofilho@20
   234
infodir = @infodir@
renatofilho@20
   235
install_sh = @install_sh@
renatofilho@20
   236
libdir = @libdir@
renatofilho@20
   237
libexecdir = @libexecdir@
renatofilho@20
   238
localedir = @localedir@
renatofilho@20
   239
localstatedir = @localstatedir@
renatofilho@20
   240
mandir = @mandir@
renatofilho@20
   241
mkdir_p = @mkdir_p@
renatofilho@20
   242
oldincludedir = @oldincludedir@
renatofilho@20
   243
pdfdir = @pdfdir@
renatofilho@20
   244
prefix = @prefix@
renatofilho@20
   245
program_transform_name = @program_transform_name@
renatofilho@20
   246
psdir = @psdir@
renatofilho@20
   247
sbindir = @sbindir@
renatofilho@20
   248
sharedstatedir = @sharedstatedir@
renatofilho@20
   249
sysconfdir = @sysconfdir@
renatofilho@20
   250
target_alias = @target_alias@
renatofilho@20
   251
renatofilho@20
   252
# Adding the application resources
renatofilho@20
   253
pixmapdir = $(pkgdatadir)/pixmaps
renatofilho@20
   254
pixmap_DATA = mmyth_logo.png
renatofilho@20
   255
EXTRA_DIST = $(pixmap_DATA)
renatofilho@20
   256
all: all-am
renatofilho@20
   257
renatofilho@20
   258
.SUFFIXES:
renatofilho@20
   259
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
renatofilho@20
   260
	@for dep in $?; do \
renatofilho@20
   261
	  case '$(am__configure_deps)' in \
renatofilho@20
   262
	    *$$dep*) \
renatofilho@20
   263
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
renatofilho@20
   264
		&& exit 0; \
renatofilho@20
   265
	      exit 1;; \
renatofilho@20
   266
	  esac; \
renatofilho@20
   267
	done; \
renatofilho@20
   268
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pixmaps/Makefile'; \
renatofilho@20
   269
	cd $(top_srcdir) && \
renatofilho@20
   270
	  $(AUTOMAKE) --gnu  pixmaps/Makefile
renatofilho@20
   271
.PRECIOUS: Makefile
renatofilho@20
   272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
renatofilho@20
   273
	@case '$?' in \
renatofilho@20
   274
	  *config.status*) \
renatofilho@20
   275
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
renatofilho@20
   276
	  *) \
renatofilho@20
   277
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
renatofilho@20
   278
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
renatofilho@20
   279
	esac;
renatofilho@20
   280
renatofilho@20
   281
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
renatofilho@20
   282
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
renatofilho@20
   283
renatofilho@20
   284
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
renatofilho@20
   285
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
renatofilho@20
   286
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
renatofilho@20
   287
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
renatofilho@20
   288
renatofilho@20
   289
mostlyclean-libtool:
renatofilho@20
   290
	-rm -f *.lo
renatofilho@20
   291
renatofilho@20
   292
clean-libtool:
renatofilho@20
   293
	-rm -rf .libs _libs
renatofilho@20
   294
renatofilho@20
   295
distclean-libtool:
renatofilho@20
   296
	-rm -f libtool
renatofilho@20
   297
uninstall-info-am:
renatofilho@20
   298
install-pixmapDATA: $(pixmap_DATA)
renatofilho@20
   299
	@$(NORMAL_INSTALL)
renatofilho@20
   300
	test -z "$(pixmapdir)" || $(mkdir_p) "$(DESTDIR)$(pixmapdir)"
renatofilho@20
   301
	@list='$(pixmap_DATA)'; for p in $$list; do \
renatofilho@20
   302
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
renatofilho@20
   303
	  f=$(am__strip_dir) \
renatofilho@20
   304
	  echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \
renatofilho@20
   305
	  $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \
renatofilho@20
   306
	done
renatofilho@20
   307
renatofilho@20
   308
uninstall-pixmapDATA:
renatofilho@20
   309
	@$(NORMAL_UNINSTALL)
renatofilho@20
   310
	@list='$(pixmap_DATA)'; for p in $$list; do \
renatofilho@20
   311
	  f=$(am__strip_dir) \
renatofilho@20
   312
	  echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \
renatofilho@20
   313
	  rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \
renatofilho@20
   314
	done
renatofilho@20
   315
tags: TAGS
renatofilho@20
   316
TAGS:
renatofilho@20
   317
renatofilho@20
   318
ctags: CTAGS
renatofilho@20
   319
CTAGS:
renatofilho@20
   320
renatofilho@20
   321
renatofilho@20
   322
distdir: $(DISTFILES)
renatofilho@20
   323
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
renatofilho@20
   324
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
renatofilho@20
   325
	list='$(DISTFILES)'; for file in $$list; do \
renatofilho@20
   326
	  case $$file in \
renatofilho@20
   327
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
renatofilho@20
   328
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
renatofilho@20
   329
	  esac; \
renatofilho@20
   330
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
renatofilho@20
   331
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
renatofilho@20
   332
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
renatofilho@20
   333
	    dir="/$$dir"; \
renatofilho@20
   334
	    $(mkdir_p) "$(distdir)$$dir"; \
renatofilho@20
   335
	  else \
renatofilho@20
   336
	    dir=''; \
renatofilho@20
   337
	  fi; \
renatofilho@20
   338
	  if test -d $$d/$$file; then \
renatofilho@20
   339
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
renatofilho@20
   340
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
renatofilho@20
   341
	    fi; \
renatofilho@20
   342
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
renatofilho@20
   343
	  else \
renatofilho@20
   344
	    test -f $(distdir)/$$file \
renatofilho@20
   345
	    || cp -p $$d/$$file $(distdir)/$$file \
renatofilho@20
   346
	    || exit 1; \
renatofilho@20
   347
	  fi; \
renatofilho@20
   348
	done
renatofilho@20
   349
check-am: all-am
renatofilho@20
   350
check: check-am
renatofilho@20
   351
all-am: Makefile $(DATA)
renatofilho@20
   352
installdirs:
renatofilho@20
   353
	for dir in "$(DESTDIR)$(pixmapdir)"; do \
renatofilho@20
   354
	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
renatofilho@20
   355
	done
renatofilho@20
   356
install: install-am
renatofilho@20
   357
install-exec: install-exec-am
renatofilho@20
   358
install-data: install-data-am
renatofilho@20
   359
uninstall: uninstall-am
renatofilho@20
   360
renatofilho@20
   361
install-am: all-am
renatofilho@20
   362
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
renatofilho@20
   363
renatofilho@20
   364
installcheck: installcheck-am
renatofilho@20
   365
install-strip:
renatofilho@20
   366
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
renatofilho@20
   367
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
renatofilho@20
   368
	  `test -z '$(STRIP)' || \
renatofilho@20
   369
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
renatofilho@20
   370
mostlyclean-generic:
renatofilho@20
   371
renatofilho@20
   372
clean-generic:
renatofilho@20
   373
renatofilho@20
   374
distclean-generic:
renatofilho@20
   375
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
renatofilho@20
   376
renatofilho@20
   377
maintainer-clean-generic:
renatofilho@20
   378
	@echo "This command is intended for maintainers to use"
renatofilho@20
   379
	@echo "it deletes files that may require special tools to rebuild."
renatofilho@20
   380
clean: clean-am
renatofilho@20
   381
renatofilho@20
   382
clean-am: clean-generic clean-libtool mostlyclean-am
renatofilho@20
   383
renatofilho@20
   384
distclean: distclean-am
renatofilho@20
   385
	-rm -f Makefile
renatofilho@20
   386
distclean-am: clean-am distclean-generic distclean-libtool
renatofilho@20
   387
renatofilho@20
   388
dvi: dvi-am
renatofilho@20
   389
renatofilho@20
   390
dvi-am:
renatofilho@20
   391
renatofilho@20
   392
html: html-am
renatofilho@20
   393
renatofilho@20
   394
info: info-am
renatofilho@20
   395
renatofilho@20
   396
info-am:
renatofilho@20
   397
renatofilho@20
   398
install-data-am: install-pixmapDATA
renatofilho@20
   399
renatofilho@20
   400
install-exec-am:
renatofilho@20
   401
renatofilho@20
   402
install-info: install-info-am
renatofilho@20
   403
renatofilho@20
   404
install-man:
renatofilho@20
   405
renatofilho@20
   406
installcheck-am:
renatofilho@20
   407
renatofilho@20
   408
maintainer-clean: maintainer-clean-am
renatofilho@20
   409
	-rm -f Makefile
renatofilho@20
   410
maintainer-clean-am: distclean-am maintainer-clean-generic
renatofilho@20
   411
renatofilho@20
   412
mostlyclean: mostlyclean-am
renatofilho@20
   413
renatofilho@20
   414
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
renatofilho@20
   415
renatofilho@20
   416
pdf: pdf-am
renatofilho@20
   417
renatofilho@20
   418
pdf-am:
renatofilho@20
   419
renatofilho@20
   420
ps: ps-am
renatofilho@20
   421
renatofilho@20
   422
ps-am:
renatofilho@20
   423
renatofilho@20
   424
uninstall-am: uninstall-info-am uninstall-pixmapDATA
renatofilho@20
   425
renatofilho@20
   426
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
renatofilho@20
   427
	distclean distclean-generic distclean-libtool distdir dvi \
renatofilho@20
   428
	dvi-am html html-am info info-am install install-am \
renatofilho@20
   429
	install-data install-data-am install-exec install-exec-am \
renatofilho@20
   430
	install-info install-info-am install-man install-pixmapDATA \
renatofilho@20
   431
	install-strip installcheck installcheck-am installdirs \
renatofilho@20
   432
	maintainer-clean maintainer-clean-generic mostlyclean \
renatofilho@20
   433
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
renatofilho@20
   434
	uninstall uninstall-am uninstall-info-am uninstall-pixmapDATA
renatofilho@20
   435
renatofilho@20
   436
# Tell versions [3.59,3.63) of GNU make to not export all variables.
renatofilho@20
   437
# Otherwise a system limit (for SysV at least) may be exceeded.
renatofilho@20
   438
.NOEXPORT: