& must be encoded as &
[prss.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 bin_PROGRAMS = prss$(EXEEXT)
82 subdir = src
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(top_srcdir)/depcomp $(dist_man_MANS)
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88         $(ACLOCAL_M4)
89 mkinstalldirs = $(install_sh) -d
90 CONFIG_HEADER = $(top_builddir)/config.h
91 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES =
93 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
94 PROGRAMS = $(bin_PROGRAMS)
95 am_prss_OBJECTS = main.$(OBJEXT) http.$(OBJEXT) io.$(OBJEXT) \
96         list.$(OBJEXT) plog.$(OBJEXT) pstr.$(OBJEXT) ptime.$(OBJEXT) \
97         ttrss.$(OBJEXT) ttrss_cache.$(OBJEXT) ttrss_model.$(OBJEXT) \
98         ttrss_ws.$(OBJEXT) ttrss_wsasync.$(OBJEXT) url.$(OBJEXT) \
99         webbrowser.$(OBJEXT)
100 prss_OBJECTS = $(am_prss_OBJECTS)
101 prss_LDADD = $(LDADD)
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo "  GEN     " $@;
109 am__v_GEN_1 = 
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 = 
114 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115 depcomp = $(SHELL) $(top_srcdir)/depcomp
116 am__depfiles_maybe = depfiles
117 am__mv = mv -f
118 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 AM_V_CC = $(am__v_CC_@AM_V@)
121 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122 am__v_CC_0 = @echo "  CC      " $@;
123 am__v_CC_1 = 
124 CCLD = $(CC)
125 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
127 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
128 am__v_CCLD_0 = @echo "  CCLD    " $@;
129 am__v_CCLD_1 = 
130 SOURCES = $(prss_SOURCES)
131 DIST_SOURCES = $(prss_SOURCES)
132 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
133         ctags-recursive dvi-recursive html-recursive info-recursive \
134         install-data-recursive install-dvi-recursive \
135         install-exec-recursive install-html-recursive \
136         install-info-recursive install-pdf-recursive \
137         install-ps-recursive install-recursive installcheck-recursive \
138         installdirs-recursive pdf-recursive ps-recursive \
139         tags-recursive uninstall-recursive
140 am__can_run_installinfo = \
141   case $$AM_UPDATE_INFO_DIR in \
142     n|no|NO) false;; \
143     *) (install-info --version) >/dev/null 2>&1;; \
144   esac
145 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146 am__vpath_adj = case $$p in \
147     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
148     *) f=$$p;; \
149   esac;
150 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151 am__install_max = 40
152 am__nobase_strip_setup = \
153   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154 am__nobase_strip = \
155   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
156 am__nobase_list = $(am__nobase_strip_setup); \
157   for p in $$list; do echo "$$p $$p"; done | \
158   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
159   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
160     if (++n[$$2] == $(am__install_max)) \
161       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162     END { for (dir in files) print dir, files[dir] }'
163 am__base_list = \
164   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
165   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
166 am__uninstall_files_from_dir = { \
167   test -z "$$files" \
168     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170          $(am__cd) "$$dir" && rm -f $$files; }; \
171   }
172 man1dir = $(mandir)/man1
173 NROFF = nroff
174 MANS = $(dist_man_MANS)
175 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
176   distclean-recursive maintainer-clean-recursive
177 am__recursive_targets = \
178   $(RECURSIVE_TARGETS) \
179   $(RECURSIVE_CLEAN_TARGETS) \
180   $(am__extra_recursive_targets)
181 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182         distdir
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 # Read a list of newline-separated strings from the standard input,
185 # and print each of them once, without duplicates.  Input order is
186 # *not* preserved.
187 am__uniquify_input = $(AWK) '\
188   BEGIN { nonempty = 0; } \
189   { items[$$0] = 1; nonempty = 1; } \
190   END { if (nonempty) { for (i in items) print i; }; } \
191 '
192 # Make sure the list of sources is unique.  This is necessary because,
193 # e.g., the same source file might be shared among _SOURCES variables
194 # for different programs/libraries.
195 am__define_uniq_tagged_files = \
196   list='$(am__tagged_files)'; \
197   unique=`for i in $$list; do \
198     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199   done | $(am__uniquify_input)`
200 ETAGS = etags
201 CTAGS = ctags
202 DIST_SUBDIRS = $(SUBDIRS)
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 am__relativize = \
205   dir0=`pwd`; \
206   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
207   sed_rest='s,^[^/]*/*,,'; \
208   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
209   sed_butlast='s,/*[^/]*$$,,'; \
210   while test -n "$$dir1"; do \
211     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
212     if test "$$first" != "."; then \
213       if test "$$first" = ".."; then \
214         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
215         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
216       else \
217         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
218         if test "$$first2" = "$$first"; then \
219           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
220         else \
221           dir2="../$$dir2"; \
222         fi; \
223         dir0="$$dir0"/"$$first"; \
224       fi; \
225     fi; \
226     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
227   done; \
228   reldir="$$dir2"
229 ACLOCAL = @ACLOCAL@
230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232 AUTOCONF = @AUTOCONF@
233 AUTOHEADER = @AUTOHEADER@
234 AUTOMAKE = @AUTOMAKE@
235 AWK = @AWK@
236 CC = @CC@
237 CCDEPMODE = @CCDEPMODE@
238 CFLAGS = @CFLAGS@
239 CPP = @CPP@
240 CPPFLAGS = @CPPFLAGS@
241 CURL_CFLAGS = @CURL_CFLAGS@
242 CURL_LIBS = @CURL_LIBS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
245 DEPDIR = @DEPDIR@
246 ECHO_C = @ECHO_C@
247 ECHO_N = @ECHO_N@
248 ECHO_T = @ECHO_T@
249 EGREP = @EGREP@
250 EXEEXT = @EXEEXT@
251 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
252 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
253 GMSGFMT = @GMSGFMT@
254 GMSGFMT_015 = @GMSGFMT_015@
255 GREP = @GREP@
256 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
257 GTK_CFLAGS = @GTK_CFLAGS@
258 GTK_LIBS = @GTK_LIBS@
259 HAVE_CPPCHECK = @HAVE_CPPCHECK@
260 HELP2MAN = @HELP2MAN@
261 INSTALL = @INSTALL@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 INTLLIBS = @INTLLIBS@
267 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
268 JSON_CFLAGS = @JSON_CFLAGS@
269 JSON_LIBS = @JSON_LIBS@
270 LDFLAGS = @LDFLAGS@
271 LIBICONV = @LIBICONV@
272 LIBINTL = @LIBINTL@
273 LIBOBJS = @LIBOBJS@
274 LIBS = $(CURL_LIBS) $(JSON_LIBS) $(GTK_LIBS) $(PTHREAD_LIBS) $(WEBKIT_LIBS)
275 LTLIBICONV = @LTLIBICONV@
276 LTLIBINTL = @LTLIBINTL@
277 LTLIBOBJS = @LTLIBOBJS@
278 MAKEINFO = @MAKEINFO@
279 MKDIR_P = @MKDIR_P@
280 MSGFMT = @MSGFMT@
281 MSGFMT_015 = @MSGFMT_015@
282 MSGMERGE = @MSGMERGE@
283 OBJEXT = @OBJEXT@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_URL = @PACKAGE_URL@
290 PACKAGE_VERSION = @PACKAGE_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 PKG_CONFIG = @PKG_CONFIG@
293 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
294 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
295 POSUB = @POSUB@
296 PTHREAD_LIBS = @PTHREAD_LIBS@
297 SED = @SED@
298 SET_MAKE = @SET_MAKE@
299 SHELL = @SHELL@
300 STRIP = @STRIP@
301 USE_NLS = @USE_NLS@
302 VERSION = @VERSION@
303 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
304 WEBKIT_LIBS = @WEBKIT_LIBS@
305 X11_CFLAGS = @X11_CFLAGS@
306 X11_LIBS = @X11_LIBS@
307 XEXT_CFLAGS = @XEXT_CFLAGS@
308 XEXT_LIBS = @XEXT_LIBS@
309 XGETTEXT = @XGETTEXT@
310 XGETTEXT_015 = @XGETTEXT_015@
311 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
312 XMKMF = @XMKMF@
313 abs_builddir = @abs_builddir@
314 abs_srcdir = @abs_srcdir@
315 abs_top_builddir = @abs_top_builddir@
316 abs_top_srcdir = @abs_top_srcdir@
317 ac_ct_CC = @ac_ct_CC@
318 am__include = @am__include@
319 am__leading_dot = @am__leading_dot@
320 am__quote = @am__quote@
321 am__tar = @am__tar@
322 am__untar = @am__untar@
323 bindir = @bindir@
324 build = @build@
325 build_alias = @build_alias@
326 build_cpu = @build_cpu@
327 build_os = @build_os@
328 build_vendor = @build_vendor@
329 builddir = @builddir@
330 datadir = @datadir@
331 datarootdir = @datarootdir@
332 docdir = @docdir@
333 dvidir = @dvidir@
334 exec_prefix = @exec_prefix@
335 gsettingsschemadir = @gsettingsschemadir@
336 host = @host@
337 host_alias = @host_alias@
338 host_cpu = @host_cpu@
339 host_os = @host_os@
340 host_vendor = @host_vendor@
341 htmldir = @htmldir@
342 includedir = @includedir@
343 infodir = @infodir@
344 install_sh = @install_sh@
345 libdir = @libdir@
346 libexecdir = @libexecdir@
347 localedir = @localedir@
348 localstatedir = @localstatedir@
349 mandir = @mandir@
350 mkdir_p = @mkdir_p@
351 oldincludedir = @oldincludedir@
352 pdfdir = @pdfdir@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 sbindir = @sbindir@
357 sharedstatedir = @sharedstatedir@
358 srcdir = @srcdir@
359 sysconfdir = @sysconfdir@
360 target_alias = @target_alias@
361 top_build_prefix = @top_build_prefix@
362 top_builddir = @top_builddir@
363 top_srcdir = @top_srcdir@
364 SUBDIRS = glade
365
366 # -export-dynamic is need for defining handlers in the glade file.
367 AM_LDFLAGS = -Wl,--as-needed  -export-dynamic
368 AM_CPPFLAGS = -Wall -Werror $(CURL_CFLAGS) $(GTK_CFLAGS) $(JSON_CFLAGS) $(WEBKIT_CFLAGS)
369 prss_SOURCES = main.c \
370         http.c \
371         http.h \
372         io.c \
373         io.h \
374         list.c \
375         list.h \
376         plog.c \
377         plog.h \
378         pstr.c \
379         pstr.h \
380         ptime.c \
381         ptime.h \
382         ttrss.c \
383         ttrss.h \
384         ttrss_cache.c \
385         ttrss_cache.h \
386         ttrss_model.c \
387         ttrss_model.h \
388         ttrss_ws.c \
389         ttrss_ws.h \
390         ttrss_wsasync.c \
391         ttrss_wsasync.h \
392         url.c \
393         url.h \
394         webbrowser.c \
395         webbrowser.h
396
397 gsettings_SCHEMAS = prss.gschema.xml
398 EXTRA_DIST = $(gsettings_SCHEMAS)
399 dist_man_MANS = prss.1
400 all: all-recursive
401
402 .SUFFIXES:
403 .SUFFIXES: .c .o .obj
404 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
405         @for dep in $?; do \
406           case '$(am__configure_deps)' in \
407             *$$dep*) \
408               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409                 && { if test -f $@; then exit 0; else break; fi; }; \
410               exit 1;; \
411           esac; \
412         done; \
413         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
414         $(am__cd) $(top_srcdir) && \
415           $(AUTOMAKE) --gnu src/Makefile
416 .PRECIOUS: Makefile
417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418         @case '$?' in \
419           *config.status*) \
420             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421           *) \
422             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424         esac;
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429 $(top_srcdir)/configure:  $(am__configure_deps)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
432         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433 $(am__aclocal_m4_deps):
434 install-binPROGRAMS: $(bin_PROGRAMS)
435         @$(NORMAL_INSTALL)
436         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
437         if test -n "$$list"; then \
438           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
439           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
440         fi; \
441         for p in $$list; do echo "$$p $$p"; done | \
442         sed 's/$(EXEEXT)$$//' | \
443         while read p p1; do if test -f $$p \
444           ; then echo "$$p"; echo "$$p"; else :; fi; \
445         done | \
446         sed -e 'p;s,.*/,,;n;h' \
447             -e 's|.*|.|' \
448             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
449         sed 'N;N;N;s,\n, ,g' | \
450         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
451           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
452             if ($$2 == $$4) files[d] = files[d] " " $$1; \
453             else { print "f", $$3 "/" $$4, $$1; } } \
454           END { for (d in files) print "f", d, files[d] }' | \
455         while read type dir files; do \
456             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
457             test -z "$$files" || { \
458               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
459               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
460             } \
461         ; done
462
463 uninstall-binPROGRAMS:
464         @$(NORMAL_UNINSTALL)
465         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
466         files=`for p in $$list; do echo "$$p"; done | \
467           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
468               -e 's/$$/$(EXEEXT)/' \
469         `; \
470         test -n "$$list" || exit 0; \
471         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
472         cd "$(DESTDIR)$(bindir)" && rm -f $$files
473
474 clean-binPROGRAMS:
475         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
476
477 prss$(EXEEXT): $(prss_OBJECTS) $(prss_DEPENDENCIES) $(EXTRA_prss_DEPENDENCIES) 
478         @rm -f prss$(EXEEXT)
479         $(AM_V_CCLD)$(LINK) $(prss_OBJECTS) $(prss_LDADD) $(LIBS)
480
481 mostlyclean-compile:
482         -rm -f *.$(OBJEXT)
483
484 distclean-compile:
485         -rm -f *.tab.c
486
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plog.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pstr.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptime.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_cache.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_model.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_ws.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_wsasync.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webbrowser.Po@am__quote@
501
502 .c.o:
503 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
508
509 .c.obj:
510 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
511 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
515 install-man1: $(dist_man_MANS)
516         @$(NORMAL_INSTALL)
517         @list1=''; \
518         list2='$(dist_man_MANS)'; \
519         test -n "$(man1dir)" \
520           && test -n "`echo $$list1$$list2`" \
521           || exit 0; \
522         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
523         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
524         { for i in $$list1; do echo "$$i"; done;  \
525         if test -n "$$list2"; then \
526           for i in $$list2; do echo "$$i"; done \
527             | sed -n '/\.1[a-z]*$$/p'; \
528         fi; \
529         } | while read p; do \
530           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
531           echo "$$d$$p"; echo "$$p"; \
532         done | \
533         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
534               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
535         sed 'N;N;s,\n, ,g' | { \
536         list=; while read file base inst; do \
537           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
538             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
539             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
540           fi; \
541         done; \
542         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
543         while read files; do \
544           test -z "$$files" || { \
545             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
546             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
547         done; }
548
549 uninstall-man1:
550         @$(NORMAL_UNINSTALL)
551         @list=''; test -n "$(man1dir)" || exit 0; \
552         files=`{ for i in $$list; do echo "$$i"; done; \
553         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
554           sed -n '/\.1[a-z]*$$/p'; \
555         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
556               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
557         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
558
559 # This directory's subdirectories are mostly independent; you can cd
560 # into them and run 'make' without going through this Makefile.
561 # To change the values of 'make' variables: instead of editing Makefiles,
562 # (1) if the variable is set in 'config.status', edit 'config.status'
563 #     (which will cause the Makefiles to be regenerated when you run 'make');
564 # (2) otherwise, pass the desired values on the 'make' command line.
565 $(am__recursive_targets):
566         @fail=; \
567         if $(am__make_keepgoing); then \
568           failcom='fail=yes'; \
569         else \
570           failcom='exit 1'; \
571         fi; \
572         dot_seen=no; \
573         target=`echo $@ | sed s/-recursive//`; \
574         case "$@" in \
575           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
576           *) list='$(SUBDIRS)' ;; \
577         esac; \
578         for subdir in $$list; do \
579           echo "Making $$target in $$subdir"; \
580           if test "$$subdir" = "."; then \
581             dot_seen=yes; \
582             local_target="$$target-am"; \
583           else \
584             local_target="$$target"; \
585           fi; \
586           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
587           || eval $$failcom; \
588         done; \
589         if test "$$dot_seen" = "no"; then \
590           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
591         fi; test -z "$$fail"
592
593 ID: $(am__tagged_files)
594         $(am__define_uniq_tagged_files); mkid -fID $$unique
595 tags: tags-recursive
596 TAGS: tags
597
598 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599         set x; \
600         here=`pwd`; \
601         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
602           include_option=--etags-include; \
603           empty_fix=.; \
604         else \
605           include_option=--include; \
606           empty_fix=; \
607         fi; \
608         list='$(SUBDIRS)'; for subdir in $$list; do \
609           if test "$$subdir" = .; then :; else \
610             test ! -f $$subdir/TAGS || \
611               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
612           fi; \
613         done; \
614         $(am__define_uniq_tagged_files); \
615         shift; \
616         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
617           test -n "$$unique" || unique=$$empty_fix; \
618           if test $$# -gt 0; then \
619             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
620               "$$@" $$unique; \
621           else \
622             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623               $$unique; \
624           fi; \
625         fi
626 ctags: ctags-recursive
627
628 CTAGS: ctags
629 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
630         $(am__define_uniq_tagged_files); \
631         test -z "$(CTAGS_ARGS)$$unique" \
632           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633              $$unique
634
635 GTAGS:
636         here=`$(am__cd) $(top_builddir) && pwd` \
637           && $(am__cd) $(top_srcdir) \
638           && gtags -i $(GTAGS_ARGS) "$$here"
639 cscopelist: cscopelist-recursive
640
641 cscopelist-am: $(am__tagged_files)
642         list='$(am__tagged_files)'; \
643         case "$(srcdir)" in \
644           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
645           *) sdir=$(subdir)/$(srcdir) ;; \
646         esac; \
647         for i in $$list; do \
648           if test -f "$$i"; then \
649             echo "$(subdir)/$$i"; \
650           else \
651             echo "$$sdir/$$i"; \
652           fi; \
653         done >> $(top_builddir)/cscope.files
654
655 distclean-tags:
656         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
657
658 distdir: $(DISTFILES)
659         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661         list='$(DISTFILES)'; \
662           dist_files=`for file in $$list; do echo $$file; done | \
663           sed -e "s|^$$srcdirstrip/||;t" \
664               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
665         case $$dist_files in \
666           */*) $(MKDIR_P) `echo "$$dist_files" | \
667                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
668                            sort -u` ;; \
669         esac; \
670         for file in $$dist_files; do \
671           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
672           if test -d $$d/$$file; then \
673             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
674             if test -d "$(distdir)/$$file"; then \
675               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
676             fi; \
677             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
678               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
679               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
680             fi; \
681             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
682           else \
683             test -f "$(distdir)/$$file" \
684             || cp -p $$d/$$file "$(distdir)/$$file" \
685             || exit 1; \
686           fi; \
687         done
688         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
689           if test "$$subdir" = .; then :; else \
690             $(am__make_dryrun) \
691               || test -d "$(distdir)/$$subdir" \
692               || $(MKDIR_P) "$(distdir)/$$subdir" \
693               || exit 1; \
694             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
695             $(am__relativize); \
696             new_distdir=$$reldir; \
697             dir1=$$subdir; dir2="$(top_distdir)"; \
698             $(am__relativize); \
699             new_top_distdir=$$reldir; \
700             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
701             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
702             ($(am__cd) $$subdir && \
703               $(MAKE) $(AM_MAKEFLAGS) \
704                 top_distdir="$$new_top_distdir" \
705                 distdir="$$new_distdir" \
706                 am__remove_distdir=: \
707                 am__skip_length_check=: \
708                 am__skip_mode_fix=: \
709                 distdir) \
710               || exit 1; \
711           fi; \
712         done
713 check-am: all-am
714 check: check-recursive
715 all-am: Makefile $(PROGRAMS) $(MANS)
716 installdirs: installdirs-recursive
717 installdirs-am:
718         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
719           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
720         done
721 install: install-recursive
722 install-exec: install-exec-recursive
723 install-data: install-data-recursive
724 uninstall: uninstall-recursive
725
726 install-am: all-am
727         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
728
729 installcheck: installcheck-recursive
730 install-strip:
731         if test -z '$(STRIP)'; then \
732           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
733             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
734               install; \
735         else \
736           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
737             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
738             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
739         fi
740 mostlyclean-generic:
741
742 clean-generic:
743
744 distclean-generic:
745         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
746         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
747
748 maintainer-clean-generic:
749         @echo "This command is intended for maintainers to use"
750         @echo "it deletes files that may require special tools to rebuild."
751 clean: clean-recursive
752
753 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
754
755 distclean: distclean-recursive
756         -rm -rf ./$(DEPDIR)
757         -rm -f Makefile
758 distclean-am: clean-am distclean-compile distclean-generic \
759         distclean-tags
760
761 dvi: dvi-recursive
762
763 dvi-am:
764
765 html: html-recursive
766
767 html-am:
768
769 info: info-recursive
770
771 info-am:
772
773 install-data-am: install-man
774
775 install-dvi: install-dvi-recursive
776
777 install-dvi-am:
778
779 install-exec-am: install-binPROGRAMS
780
781 install-html: install-html-recursive
782
783 install-html-am:
784
785 install-info: install-info-recursive
786
787 install-info-am:
788
789 install-man: install-man1
790
791 install-pdf: install-pdf-recursive
792
793 install-pdf-am:
794
795 install-ps: install-ps-recursive
796
797 install-ps-am:
798
799 installcheck-am:
800
801 maintainer-clean: maintainer-clean-recursive
802         -rm -rf ./$(DEPDIR)
803         -rm -f Makefile
804 maintainer-clean-am: distclean-am maintainer-clean-generic
805
806 mostlyclean: mostlyclean-recursive
807
808 mostlyclean-am: mostlyclean-compile mostlyclean-generic
809
810 pdf: pdf-recursive
811
812 pdf-am:
813
814 ps: ps-recursive
815
816 ps-am:
817
818 uninstall-am: uninstall-binPROGRAMS uninstall-man
819
820 uninstall-man: uninstall-man1
821
822 .MAKE: $(am__recursive_targets) install-am install-strip
823
824 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
825         check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
826         ctags ctags-am distclean distclean-compile distclean-generic \
827         distclean-tags distdir dvi dvi-am html html-am info info-am \
828         install install-am install-binPROGRAMS install-data \
829         install-data-am install-dvi install-dvi-am install-exec \
830         install-exec-am install-html install-html-am install-info \
831         install-info-am install-man install-man1 install-pdf \
832         install-pdf-am install-ps install-ps-am install-strip \
833         installcheck installcheck-am installdirs installdirs-am \
834         maintainer-clean maintainer-clean-generic mostlyclean \
835         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
836         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
837         uninstall-man uninstall-man1
838
839
840 @GSETTINGS_RULES@
841
842 prss.1: main.c $(top_srcdir)/configure.ac
843         $(MAKE) $(AM_MAKEFLAGS) prss$(EXEEXT)
844         help2man -N --name="GTk+ TT-RSS application" --output=prss.1 ./prss$(EXEEXT)
845
846 # Tell versions [3.59,3.63) of GNU make to not export all variables.
847 # Otherwise a system limit (for SysV at least) may be exceeded.
848 .NOEXPORT: