Imported Upstream version 1.7.2
[platform/upstream/efreet.git] / src / bin / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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_@AM_V@)
70 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
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_@AM_V@)
89 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
90 am__v_CC_0 = @echo "  CC    " $@;
91 AM_V_at = $(am__v_at_@AM_V@)
92 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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_@AM_V@)
99 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
100 am__v_CCLD_0 = @echo "  CCLD  " $@;
101 AM_V_GEN = $(am__v_GEN_@AM_V@)
102 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
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 MANIFEST_TOOL = @MANIFEST_TOOL@
177 MKDIR_P = @MKDIR_P@
178 MSGFMT = @MSGFMT@
179 MSGFMT_015 = @MSGFMT_015@
180 MSGMERGE = @MSGMERGE@
181 NM = @NM@
182 NMEDIT = @NMEDIT@
183 OBJDUMP = @OBJDUMP@
184 OBJEXT = @OBJEXT@
185 OTOOL = @OTOOL@
186 OTOOL64 = @OTOOL64@
187 PACKAGE = @PACKAGE@
188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189 PACKAGE_NAME = @PACKAGE_NAME@
190 PACKAGE_STRING = @PACKAGE_STRING@
191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 PACKAGE_URL = @PACKAGE_URL@
193 PACKAGE_VERSION = @PACKAGE_VERSION@
194 PATH_SEPARATOR = @PATH_SEPARATOR@
195 PKG_CONFIG = @PKG_CONFIG@
196 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
197 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198 POSUB = @POSUB@
199 RANLIB = @RANLIB@
200 SED = @SED@
201 SET_MAKE = @SET_MAKE@
202 SHELL = @SHELL@
203 STRIP = @STRIP@
204 USE_NLS = @USE_NLS@
205 VERSION = @VERSION@
206 VMAJ = @VMAJ@
207 WIN32_LIBS = @WIN32_LIBS@
208 XGETTEXT = @XGETTEXT@
209 XGETTEXT_015 = @XGETTEXT_015@
210 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
211 abs_builddir = @abs_builddir@
212 abs_srcdir = @abs_srcdir@
213 abs_top_builddir = @abs_top_builddir@
214 abs_top_srcdir = @abs_top_srcdir@
215 ac_ct_AR = @ac_ct_AR@
216 ac_ct_CC = @ac_ct_CC@
217 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218 am__include = @am__include@
219 am__leading_dot = @am__leading_dot@
220 am__quote = @am__quote@
221 am__tar = @am__tar@
222 am__untar = @am__untar@
223 bindir = @bindir@
224 build = @build@
225 build_alias = @build_alias@
226 build_cpu = @build_cpu@
227 build_os = @build_os@
228 build_vendor = @build_vendor@
229 builddir = @builddir@
230 datadir = @datadir@
231 datarootdir = @datarootdir@
232 docdir = @docdir@
233 dvidir = @dvidir@
234 efl_doxygen = @efl_doxygen@
235 efl_have_doxygen = @efl_have_doxygen@
236 exec_prefix = @exec_prefix@
237 have_lcov = @have_lcov@
238 host = @host@
239 host_alias = @host_alias@
240 host_cpu = @host_cpu@
241 host_os = @host_os@
242 host_vendor = @host_vendor@
243 htmldir = @htmldir@
244 includedir = @includedir@
245 infodir = @infodir@
246 install_sh = @install_sh@
247 libdir = @libdir@
248 libexecdir = @libexecdir@
249 localedir = @localedir@
250 localstatedir = @localstatedir@
251 lt_enable_auto_import = @lt_enable_auto_import@
252 mandir = @mandir@
253 mkdir_p = @mkdir_p@
254 oldincludedir = @oldincludedir@
255 pdfdir = @pdfdir@
256 pkgconfig_requires_private = @pkgconfig_requires_private@
257 prefix = @prefix@
258 program_transform_name = @program_transform_name@
259 psdir = @psdir@
260 release_info = @release_info@
261 requirement_efreet = @requirement_efreet@
262 sbindir = @sbindir@
263 sharedstatedir = @sharedstatedir@
264 srcdir = @srcdir@
265 sysconfdir = @sysconfdir@
266 target_alias = @target_alias@
267 top_build_prefix = @top_build_prefix@
268 top_builddir = @top_builddir@
269 top_srcdir = @top_srcdir@
270 version_info = @version_info@
271 MAINTAINERCLEANFILES = Makefile.in
272 AM_CPPFLAGS = \
273 -I. \
274 -I$(top_srcdir)/src/lib \
275 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
276 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
277 -DPACKAGE_DATA_DIR=\"$(datadir)\" \
278 @EFREET_CFLAGS@
279
280 internal_bindir = $(libdir)/efreet
281 efreet_desktop_cache_create_LDADD = \
282 $(top_builddir)/src/lib/libefreet.la \
283 @EFREET_LIBS@
284
285 efreet_desktop_cache_create_SOURCES = \
286 efreet_desktop_cache_create.c
287
288 efreet_icon_cache_create_LDADD = \
289 $(top_builddir)/src/lib/libefreet.la \
290 @EFREET_LIBS@
291
292 efreet_icon_cache_create_SOURCES = \
293 efreet_icon_cache_create.c
294
295 all: all-am
296
297 .SUFFIXES:
298 .SUFFIXES: .c .lo .o .obj
299 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300         @for dep in $?; do \
301           case '$(am__configure_deps)' in \
302             *$$dep*) \
303               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304                 && { if test -f $@; then exit 0; else break; fi; }; \
305               exit 1;; \
306           esac; \
307         done; \
308         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/bin/Makefile'; \
309         $(am__cd) $(top_srcdir) && \
310           $(AUTOMAKE) --gnu src/bin/Makefile
311 .PRECIOUS: Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313         @case '$?' in \
314           *config.status*) \
315             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316           *) \
317             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319         esac;
320
321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324 $(top_srcdir)/configure:  $(am__configure_deps)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(am__aclocal_m4_deps):
329 install-internal_binPROGRAMS: $(internal_bin_PROGRAMS)
330         @$(NORMAL_INSTALL)
331         test -z "$(internal_bindir)" || $(MKDIR_P) "$(DESTDIR)$(internal_bindir)"
332         @list='$(internal_bin_PROGRAMS)'; test -n "$(internal_bindir)" || list=; \
333         for p in $$list; do echo "$$p $$p"; done | \
334         sed 's/$(EXEEXT)$$//' | \
335         while read p p1; do if test -f $$p || test -f $$p1; \
336           then echo "$$p"; echo "$$p"; else :; fi; \
337         done | \
338         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
339             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
340         sed 'N;N;N;s,\n, ,g' | \
341         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
342           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
343             if ($$2 == $$4) files[d] = files[d] " " $$1; \
344             else { print "f", $$3 "/" $$4, $$1; } } \
345           END { for (d in files) print "f", d, files[d] }' | \
346         while read type dir files; do \
347             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
348             test -z "$$files" || { \
349             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(internal_bindir)$$dir'"; \
350             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(internal_bindir)$$dir" || exit $$?; \
351             } \
352         ; done
353
354 uninstall-internal_binPROGRAMS:
355         @$(NORMAL_UNINSTALL)
356         @list='$(internal_bin_PROGRAMS)'; test -n "$(internal_bindir)" || list=; \
357         files=`for p in $$list; do echo "$$p"; done | \
358           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
359               -e 's/$$/$(EXEEXT)/' `; \
360         test -n "$$list" || exit 0; \
361         echo " ( cd '$(DESTDIR)$(internal_bindir)' && rm -f" $$files ")"; \
362         cd "$(DESTDIR)$(internal_bindir)" && rm -f $$files
363
364 clean-internal_binPROGRAMS:
365         @list='$(internal_bin_PROGRAMS)'; test -n "$$list" || exit 0; \
366         echo " rm -f" $$list; \
367         rm -f $$list || exit $$?; \
368         test -n "$(EXEEXT)" || exit 0; \
369         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
370         echo " rm -f" $$list; \
371         rm -f $$list
372 efreet_desktop_cache_create$(EXEEXT): $(efreet_desktop_cache_create_OBJECTS) $(efreet_desktop_cache_create_DEPENDENCIES) $(EXTRA_efreet_desktop_cache_create_DEPENDENCIES) 
373         @rm -f efreet_desktop_cache_create$(EXEEXT)
374         $(AM_V_CCLD)$(LINK) $(efreet_desktop_cache_create_OBJECTS) $(efreet_desktop_cache_create_LDADD) $(LIBS)
375 efreet_icon_cache_create$(EXEEXT): $(efreet_icon_cache_create_OBJECTS) $(efreet_icon_cache_create_DEPENDENCIES) $(EXTRA_efreet_icon_cache_create_DEPENDENCIES) 
376         @rm -f efreet_icon_cache_create$(EXEEXT)
377         $(AM_V_CCLD)$(LINK) $(efreet_icon_cache_create_OBJECTS) $(efreet_icon_cache_create_LDADD) $(LIBS)
378
379 mostlyclean-compile:
380         -rm -f *.$(OBJEXT)
381
382 distclean-compile:
383         -rm -f *.tab.c
384
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efreet_desktop_cache_create.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efreet_icon_cache_create.Po@am__quote@
387
388 .c.o:
389 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
390 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
401
402 .c.lo:
403 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
408
409 mostlyclean-libtool:
410         -rm -f *.lo
411
412 clean-libtool:
413         -rm -rf .libs _libs
414
415 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417         unique=`for i in $$list; do \
418             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419           done | \
420           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421               END { if (nonempty) { for (i in files) print i; }; }'`; \
422         mkid -fID $$unique
423 tags: TAGS
424
425 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426                 $(TAGS_FILES) $(LISP)
427         set x; \
428         here=`pwd`; \
429         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430         unique=`for i in $$list; do \
431             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432           done | \
433           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434               END { if (nonempty) { for (i in files) print i; }; }'`; \
435         shift; \
436         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
437           test -n "$$unique" || unique=$$empty_fix; \
438           if test $$# -gt 0; then \
439             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440               "$$@" $$unique; \
441           else \
442             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443               $$unique; \
444           fi; \
445         fi
446 ctags: CTAGS
447 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448                 $(TAGS_FILES) $(LISP)
449         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450         unique=`for i in $$list; do \
451             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452           done | \
453           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454               END { if (nonempty) { for (i in files) print i; }; }'`; \
455         test -z "$(CTAGS_ARGS)$$unique" \
456           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457              $$unique
458
459 GTAGS:
460         here=`$(am__cd) $(top_builddir) && pwd` \
461           && $(am__cd) $(top_srcdir) \
462           && gtags -i $(GTAGS_ARGS) "$$here"
463
464 distclean-tags:
465         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467 distdir: $(DISTFILES)
468         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470         list='$(DISTFILES)'; \
471           dist_files=`for file in $$list; do echo $$file; done | \
472           sed -e "s|^$$srcdirstrip/||;t" \
473               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474         case $$dist_files in \
475           */*) $(MKDIR_P) `echo "$$dist_files" | \
476                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477                            sort -u` ;; \
478         esac; \
479         for file in $$dist_files; do \
480           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481           if test -d $$d/$$file; then \
482             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483             if test -d "$(distdir)/$$file"; then \
484               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485             fi; \
486             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489             fi; \
490             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491           else \
492             test -f "$(distdir)/$$file" \
493             || cp -p $$d/$$file "$(distdir)/$$file" \
494             || exit 1; \
495           fi; \
496         done
497 check-am: all-am
498 check: check-am
499 all-am: Makefile $(PROGRAMS)
500 installdirs:
501         for dir in "$(DESTDIR)$(internal_bindir)"; do \
502           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503         done
504 install: install-am
505 install-exec: install-exec-am
506 install-data: install-data-am
507 uninstall: uninstall-am
508
509 install-am: all-am
510         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512 installcheck: installcheck-am
513 install-strip:
514         if test -z '$(STRIP)'; then \
515           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517               install; \
518         else \
519           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522         fi
523 mostlyclean-generic:
524
525 clean-generic:
526
527 distclean-generic:
528         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
529         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
530
531 maintainer-clean-generic:
532         @echo "This command is intended for maintainers to use"
533         @echo "it deletes files that may require special tools to rebuild."
534         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
535 clean: clean-am
536
537 clean-am: clean-generic clean-internal_binPROGRAMS clean-libtool \
538         mostlyclean-am
539
540 distclean: distclean-am
541         -rm -rf ./$(DEPDIR)
542         -rm -f Makefile
543 distclean-am: clean-am distclean-compile distclean-generic \
544         distclean-tags
545
546 dvi: dvi-am
547
548 dvi-am:
549
550 html: html-am
551
552 html-am:
553
554 info: info-am
555
556 info-am:
557
558 install-data-am: install-internal_binPROGRAMS
559
560 install-dvi: install-dvi-am
561
562 install-dvi-am:
563
564 install-exec-am:
565
566 install-html: install-html-am
567
568 install-html-am:
569
570 install-info: install-info-am
571
572 install-info-am:
573
574 install-man:
575
576 install-pdf: install-pdf-am
577
578 install-pdf-am:
579
580 install-ps: install-ps-am
581
582 install-ps-am:
583
584 installcheck-am:
585
586 maintainer-clean: maintainer-clean-am
587         -rm -rf ./$(DEPDIR)
588         -rm -f Makefile
589 maintainer-clean-am: distclean-am maintainer-clean-generic
590
591 mostlyclean: mostlyclean-am
592
593 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
594         mostlyclean-libtool
595
596 pdf: pdf-am
597
598 pdf-am:
599
600 ps: ps-am
601
602 ps-am:
603
604 uninstall-am: uninstall-internal_binPROGRAMS
605
606 .MAKE: install-am install-strip
607
608 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
609         clean-internal_binPROGRAMS clean-libtool ctags distclean \
610         distclean-compile distclean-generic distclean-libtool \
611         distclean-tags distdir dvi dvi-am html html-am info info-am \
612         install install-am install-data install-data-am install-dvi \
613         install-dvi-am install-exec install-exec-am install-html \
614         install-html-am install-info install-info-am \
615         install-internal_binPROGRAMS install-man install-pdf \
616         install-pdf-am install-ps install-ps-am install-strip \
617         installcheck installcheck-am installdirs maintainer-clean \
618         maintainer-clean-generic mostlyclean mostlyclean-compile \
619         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
620         tags uninstall uninstall-am uninstall-internal_binPROGRAMS
621
622
623 # Tell versions [3.59,3.63) of GNU make to not export all variables.
624 # Otherwise a system limit (for SysV at least) may be exceeded.
625 .NOEXPORT: