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