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