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