bd9ba1f990937f8754e520236cbbcc9af8e8049f
[platform/upstream/efreet.git] / src / bin / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 internal_bin_PROGRAMS = efreet_desktop_cache_create$(EXEEXT) \
38         efreet_icon_cache_create$(EXEEXT)
39 subdir = src/bin
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
43         $(top_srcdir)/m4/efl_compiler_flag.m4 \
44         $(top_srcdir)/m4/efl_coverage.m4 \
45         $(top_srcdir)/m4/efl_doxygen.m4 \
46         $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
47         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
48         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
49         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
50         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
51         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
52         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
53         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = $(top_builddir)/config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 am__installdirs = "$(DESTDIR)$(internal_bindir)"
62 PROGRAMS = $(internal_bin_PROGRAMS)
63 am_efreet_desktop_cache_create_OBJECTS =  \
64         efreet_desktop_cache_create.$(OBJEXT)
65 efreet_desktop_cache_create_OBJECTS =  \
66         $(am_efreet_desktop_cache_create_OBJECTS)
67 efreet_desktop_cache_create_DEPENDENCIES =  \
68         $(top_builddir)/src/lib/libefreet.la
69 AM_V_lt = $(am__v_lt_$(V))
70 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
71 am__v_lt_0 = --silent
72 am_efreet_icon_cache_create_OBJECTS =  \
73         efreet_icon_cache_create.$(OBJEXT)
74 efreet_icon_cache_create_OBJECTS =  \
75         $(am_efreet_icon_cache_create_OBJECTS)
76 efreet_icon_cache_create_DEPENDENCIES =  \
77         $(top_builddir)/src/lib/libefreet.la
78 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79 depcomp = $(SHELL) $(top_srcdir)/depcomp
80 am__depfiles_maybe = depfiles
81 am__mv = mv -f
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
85         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
86         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
87         $(AM_CFLAGS) $(CFLAGS)
88 AM_V_CC = $(am__v_CC_$(V))
89 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
90 am__v_CC_0 = @echo "  CC    " $@;
91 AM_V_at = $(am__v_at_$(V))
92 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
93 am__v_at_0 = @
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
96         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
97         $(AM_LDFLAGS) $(LDFLAGS) -o $@
98 AM_V_CCLD = $(am__v_CCLD_$(V))
99 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
100 am__v_CCLD_0 = @echo "  CCLD  " $@;
101 AM_V_GEN = $(am__v_GEN_$(V))
102 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
103 am__v_GEN_0 = @echo "  GEN   " $@;
104 SOURCES = $(efreet_desktop_cache_create_SOURCES) \
105         $(efreet_icon_cache_create_SOURCES)
106 DIST_SOURCES = $(efreet_desktop_cache_create_SOURCES) \
107         $(efreet_icon_cache_create_SOURCES)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 ALLOCA = @ALLOCA@
113 AMTAR = @AMTAR@
114 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115 AR = @AR@
116 AS = @AS@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CHECK_CFLAGS = @CHECK_CFLAGS@
125 CHECK_LIBS = @CHECK_LIBS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DLLTOOL = @DLLTOOL@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@
138 EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@
139 EFL_EFREET_BUILD = @EFL_EFREET_BUILD@
140 EFL_EFREET_MIME_BUILD = @EFL_EFREET_MIME_BUILD@
141 EFL_EFREET_TRASH_BUILD = @EFL_EFREET_TRASH_BUILD@
142 EFREET_CFLAGS = @EFREET_CFLAGS@
143 EFREET_LIBS = @EFREET_LIBS@
144 EGREP = @EGREP@
145 EINA_CFLAGS = @EINA_CFLAGS@
146 EINA_LIBS = @EINA_LIBS@
147 EVIL_CFLAGS = @EVIL_CFLAGS@
148 EVIL_LIBS = @EVIL_LIBS@
149 EXEEXT = @EXEEXT@
150 FGREP = @FGREP@
151 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
152 GMSGFMT = @GMSGFMT@
153 GMSGFMT_015 = @GMSGFMT_015@
154 GREP = @GREP@
155 INSTALL = @INSTALL@
156 INSTALL_DATA = @INSTALL_DATA@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 INTLLIBS = @INTLLIBS@
161 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
162 LD = @LD@
163 LDFLAGS = @LDFLAGS@
164 LIBICONV = @LIBICONV@
165 LIBINTL = @LIBINTL@
166 LIBOBJS = @LIBOBJS@
167 LIBS = @LIBS@
168 LIBTOOL = @LIBTOOL@
169 LIPO = @LIPO@
170 LN_S = @LN_S@
171 LOCALE_DIR = @LOCALE_DIR@
172 LTLIBICONV = @LTLIBICONV@
173 LTLIBINTL = @LTLIBINTL@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAKEINFO = @MAKEINFO@
176 MKDIR_P = @MKDIR_P@
177 MSGFMT = @MSGFMT@
178 MSGFMT_015 = @MSGFMT_015@
179 MSGMERGE = @MSGMERGE@
180 NM = @NM@
181 NMEDIT = @NMEDIT@
182 OBJDUMP = @OBJDUMP@
183 OBJEXT = @OBJEXT@
184 OTOOL = @OTOOL@
185 OTOOL64 = @OTOOL64@
186 PACKAGE = @PACKAGE@
187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188 PACKAGE_NAME = @PACKAGE_NAME@
189 PACKAGE_STRING = @PACKAGE_STRING@
190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
191 PACKAGE_URL = @PACKAGE_URL@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PKG_CONFIG = @PKG_CONFIG@
195 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
196 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
197 POSUB = @POSUB@
198 RANLIB = @RANLIB@
199 SED = @SED@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202 STRIP = @STRIP@
203 USE_NLS = @USE_NLS@
204 VERSION = @VERSION@
205 VMAJ = @VMAJ@
206 WIN32_LIBS = @WIN32_LIBS@
207 XGETTEXT = @XGETTEXT@
208 XGETTEXT_015 = @XGETTEXT_015@
209 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
210 abs_builddir = @abs_builddir@
211 abs_srcdir = @abs_srcdir@
212 abs_top_builddir = @abs_top_builddir@
213 abs_top_srcdir = @abs_top_srcdir@
214 ac_ct_CC = @ac_ct_CC@
215 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 builddir = @builddir@
228 datadir = @datadir@
229 datarootdir = @datarootdir@
230 docdir = @docdir@
231 dvidir = @dvidir@
232 efl_doxygen = @efl_doxygen@
233 efl_have_doxygen = @efl_have_doxygen@
234 exec_prefix = @exec_prefix@
235 have_lcov = @have_lcov@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 htmldir = @htmldir@
242 includedir = @includedir@
243 infodir = @infodir@
244 install_sh = @install_sh@
245 libdir = @libdir@
246 libexecdir = @libexecdir@
247 localedir = @localedir@
248 localstatedir = @localstatedir@
249 lt_ECHO = @lt_ECHO@
250 lt_enable_auto_import = @lt_enable_auto_import@
251 mandir = @mandir@
252 mkdir_p = @mkdir_p@
253 oldincludedir = @oldincludedir@
254 pdfdir = @pdfdir@
255 pkgconfig_requires_private = @pkgconfig_requires_private@
256 prefix = @prefix@
257 program_transform_name = @program_transform_name@
258 psdir = @psdir@
259 release_info = @release_info@
260 requirement_efreet = @requirement_efreet@
261 sbindir = @sbindir@
262 sharedstatedir = @sharedstatedir@
263 srcdir = @srcdir@
264 sysconfdir = @sysconfdir@
265 target_alias = @target_alias@
266 top_build_prefix = @top_build_prefix@
267 top_builddir = @top_builddir@
268 top_srcdir = @top_srcdir@
269 version_info = @version_info@
270 MAINTAINERCLEANFILES = Makefile.in
271 AM_CPPFLAGS = \
272 -I. \
273 -I$(top_srcdir)/src/lib \
274 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
275 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
276 -DPACKAGE_DATA_DIR=\"$(datadir)\" \
277 @EFREET_CFLAGS@
278
279 internal_bindir = $(libdir)/efreet
280 efreet_desktop_cache_create_LDADD = \
281 $(top_builddir)/src/lib/libefreet.la \
282 @EFREET_LIBS@
283
284 efreet_desktop_cache_create_SOURCES = \
285 efreet_desktop_cache_create.c
286
287 efreet_icon_cache_create_LDADD = \
288 $(top_builddir)/src/lib/libefreet.la \
289 @EFREET_LIBS@
290
291 efreet_icon_cache_create_SOURCES = \
292 efreet_icon_cache_create.c
293
294 all: all-am
295
296 .SUFFIXES:
297 .SUFFIXES: .c .lo .o .obj
298 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303                 && { if test -f $@; then exit 0; else break; fi; }; \
304               exit 1;; \
305           esac; \
306         done; \
307         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/bin/Makefile'; \
308         $(am__cd) $(top_srcdir) && \
309           $(AUTOMAKE) --gnu src/bin/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312         @case '$?' in \
313           *config.status*) \
314             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315           *) \
316             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318         esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure:  $(am__configure_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(am__aclocal_m4_deps):
328 install-internal_binPROGRAMS: $(internal_bin_PROGRAMS)
329         @$(NORMAL_INSTALL)
330         test -z "$(internal_bindir)" || $(MKDIR_P) "$(DESTDIR)$(internal_bindir)"
331         @list='$(internal_bin_PROGRAMS)'; test -n "$(internal_bindir)" || list=; \
332         for p in $$list; do echo "$$p $$p"; done | \
333         sed 's/$(EXEEXT)$$//' | \
334         while read p p1; do if test -f $$p || test -f $$p1; \
335           then echo "$$p"; echo "$$p"; else :; fi; \
336         done | \
337         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
338             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
339         sed 'N;N;N;s,\n, ,g' | \
340         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
341           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
342             if ($$2 == $$4) files[d] = files[d] " " $$1; \
343             else { print "f", $$3 "/" $$4, $$1; } } \
344           END { for (d in files) print "f", d, files[d] }' | \
345         while read type dir files; do \
346             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
347             test -z "$$files" || { \
348             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(internal_bindir)$$dir'"; \
349             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(internal_bindir)$$dir" || exit $$?; \
350             } \
351         ; done
352
353 uninstall-internal_binPROGRAMS:
354         @$(NORMAL_UNINSTALL)
355         @list='$(internal_bin_PROGRAMS)'; test -n "$(internal_bindir)" || list=; \
356         files=`for p in $$list; do echo "$$p"; done | \
357           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
358               -e 's/$$/$(EXEEXT)/' `; \
359         test -n "$$list" || exit 0; \
360         echo " ( cd '$(DESTDIR)$(internal_bindir)' && rm -f" $$files ")"; \
361         cd "$(DESTDIR)$(internal_bindir)" && rm -f $$files
362
363 clean-internal_binPROGRAMS:
364         @list='$(internal_bin_PROGRAMS)'; test -n "$$list" || exit 0; \
365         echo " rm -f" $$list; \
366         rm -f $$list || exit $$?; \
367         test -n "$(EXEEXT)" || exit 0; \
368         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
369         echo " rm -f" $$list; \
370         rm -f $$list
371 efreet_desktop_cache_create$(EXEEXT): $(efreet_desktop_cache_create_OBJECTS) $(efreet_desktop_cache_create_DEPENDENCIES) 
372         @rm -f efreet_desktop_cache_create$(EXEEXT)
373         $(AM_V_CCLD)$(LINK) $(efreet_desktop_cache_create_OBJECTS) $(efreet_desktop_cache_create_LDADD) $(LIBS)
374 efreet_icon_cache_create$(EXEEXT): $(efreet_icon_cache_create_OBJECTS) $(efreet_icon_cache_create_DEPENDENCIES) 
375         @rm -f efreet_icon_cache_create$(EXEEXT)
376         $(AM_V_CCLD)$(LINK) $(efreet_icon_cache_create_OBJECTS) $(efreet_icon_cache_create_LDADD) $(LIBS)
377
378 mostlyclean-compile:
379         -rm -f *.$(OBJEXT)
380
381 distclean-compile:
382         -rm -f *.tab.c
383
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efreet_desktop_cache_create.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efreet_icon_cache_create.Po@am__quote@
386
387 .c.o:
388 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
389 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
394
395 .c.obj:
396 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
397 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
402
403 .c.lo:
404 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
410
411 mostlyclean-libtool:
412         -rm -f *.lo
413
414 clean-libtool:
415         -rm -rf .libs _libs
416
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         mkid -fID $$unique
425 tags: TAGS
426
427 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428                 $(TAGS_FILES) $(LISP)
429         set x; \
430         here=`pwd`; \
431         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         shift; \
438         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439           test -n "$$unique" || unique=$$empty_fix; \
440           if test $$# -gt 0; then \
441             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442               "$$@" $$unique; \
443           else \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               $$unique; \
446           fi; \
447         fi
448 ctags: CTAGS
449 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450                 $(TAGS_FILES) $(LISP)
451         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456               END { if (nonempty) { for (i in files) print i; }; }'`; \
457         test -z "$(CTAGS_ARGS)$$unique" \
458           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459              $$unique
460
461 GTAGS:
462         here=`$(am__cd) $(top_builddir) && pwd` \
463           && $(am__cd) $(top_srcdir) \
464           && gtags -i $(GTAGS_ARGS) "$$here"
465
466 distclean-tags:
467         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469 distdir: $(DISTFILES)
470         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472         list='$(DISTFILES)'; \
473           dist_files=`for file in $$list; do echo $$file; done | \
474           sed -e "s|^$$srcdirstrip/||;t" \
475               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476         case $$dist_files in \
477           */*) $(MKDIR_P) `echo "$$dist_files" | \
478                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479                            sort -u` ;; \
480         esac; \
481         for file in $$dist_files; do \
482           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483           if test -d $$d/$$file; then \
484             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485             if test -d "$(distdir)/$$file"; then \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493           else \
494             test -f "$(distdir)/$$file" \
495             || cp -p $$d/$$file "$(distdir)/$$file" \
496             || exit 1; \
497           fi; \
498         done
499 check-am: all-am
500 check: check-am
501 all-am: Makefile $(PROGRAMS)
502 installdirs:
503         for dir in "$(DESTDIR)$(internal_bindir)"; do \
504           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
505         done
506 install: install-am
507 install-exec: install-exec-am
508 install-data: install-data-am
509 uninstall: uninstall-am
510
511 install-am: all-am
512         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514 installcheck: installcheck-am
515 install-strip:
516         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518           `test -z '$(STRIP)' || \
519             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
520 mostlyclean-generic:
521
522 clean-generic:
523
524 distclean-generic:
525         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527
528 maintainer-clean-generic:
529         @echo "This command is intended for maintainers to use"
530         @echo "it deletes files that may require special tools to rebuild."
531         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
532 clean: clean-am
533
534 clean-am: clean-generic clean-internal_binPROGRAMS clean-libtool \
535         mostlyclean-am
536
537 distclean: distclean-am
538         -rm -rf ./$(DEPDIR)
539         -rm -f Makefile
540 distclean-am: clean-am distclean-compile distclean-generic \
541         distclean-tags
542
543 dvi: dvi-am
544
545 dvi-am:
546
547 html: html-am
548
549 html-am:
550
551 info: info-am
552
553 info-am:
554
555 install-data-am: install-internal_binPROGRAMS
556
557 install-dvi: install-dvi-am
558
559 install-dvi-am:
560
561 install-exec-am:
562
563 install-html: install-html-am
564
565 install-html-am:
566
567 install-info: install-info-am
568
569 install-info-am:
570
571 install-man:
572
573 install-pdf: install-pdf-am
574
575 install-pdf-am:
576
577 install-ps: install-ps-am
578
579 install-ps-am:
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584         -rm -rf ./$(DEPDIR)
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591         mostlyclean-libtool
592
593 pdf: pdf-am
594
595 pdf-am:
596
597 ps: ps-am
598
599 ps-am:
600
601 uninstall-am: uninstall-internal_binPROGRAMS
602
603 .MAKE: install-am install-strip
604
605 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
606         clean-internal_binPROGRAMS clean-libtool ctags distclean \
607         distclean-compile distclean-generic distclean-libtool \
608         distclean-tags distdir dvi dvi-am html html-am info info-am \
609         install install-am install-data install-data-am install-dvi \
610         install-dvi-am install-exec install-exec-am install-html \
611         install-html-am install-info install-info-am \
612         install-internal_binPROGRAMS install-man install-pdf \
613         install-pdf-am install-ps install-ps-am install-strip \
614         installcheck installcheck-am installdirs maintainer-clean \
615         maintainer-clean-generic mostlyclean mostlyclean-compile \
616         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
617         tags uninstall uninstall-am uninstall-internal_binPROGRAMS
618
619
620 # Tell versions [3.59,3.63) of GNU make to not export all variables.
621 # Otherwise a system limit (for SysV at least) may be exceeded.
622 .NOEXPORT: