(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 dist_man_MANS = prss.1
313 all: all-recursive
314
315 .SUFFIXES:
316 .SUFFIXES: .c .o .obj
317 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318         @for dep in $?; do \
319           case '$(am__configure_deps)' in \
320             *$$dep*) \
321               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
322                 && { if test -f $@; then exit 0; else break; fi; }; \
323               exit 1;; \
324           esac; \
325         done; \
326         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
327         $(am__cd) $(top_srcdir) && \
328           $(AUTOMAKE) --gnu src/Makefile
329 .PRECIOUS: Makefile
330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331         @case '$?' in \
332           *config.status*) \
333             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334           *) \
335             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337         esac;
338
339 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
342 $(top_srcdir)/configure:  $(am__configure_deps)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(am__aclocal_m4_deps):
347 install-binPROGRAMS: $(bin_PROGRAMS)
348         @$(NORMAL_INSTALL)
349         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
350         if test -n "$$list"; then \
351           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
352           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
353         fi; \
354         for p in $$list; do echo "$$p $$p"; done | \
355         sed 's/$(EXEEXT)$$//' | \
356         while read p p1; do if test -f $$p; \
357           then echo "$$p"; echo "$$p"; else :; fi; \
358         done | \
359         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
360             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
361         sed 'N;N;N;s,\n, ,g' | \
362         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
363           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
364             if ($$2 == $$4) files[d] = files[d] " " $$1; \
365             else { print "f", $$3 "/" $$4, $$1; } } \
366           END { for (d in files) print "f", d, files[d] }' | \
367         while read type dir files; do \
368             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
369             test -z "$$files" || { \
370               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
371               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
372             } \
373         ; done
374
375 uninstall-binPROGRAMS:
376         @$(NORMAL_UNINSTALL)
377         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
378         files=`for p in $$list; do echo "$$p"; done | \
379           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
380               -e 's/$$/$(EXEEXT)/' `; \
381         test -n "$$list" || exit 0; \
382         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
383         cd "$(DESTDIR)$(bindir)" && rm -f $$files
384
385 clean-binPROGRAMS:
386         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
387 prss$(EXEEXT): $(prss_OBJECTS) $(prss_DEPENDENCIES) $(EXTRA_prss_DEPENDENCIES) 
388         @rm -f prss$(EXEEXT)
389         $(LINK) $(prss_OBJECTS) $(prss_LDADD) $(LIBS)
390
391 mostlyclean-compile:
392         -rm -f *.$(OBJEXT)
393
394 distclean-compile:
395         -rm -f *.tab.c
396
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_model.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttrss_ws.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webbrowser.Po@am__quote@
405
406 .c.o:
407 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
412
413 .c.obj:
414 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
419 install-man1: $(dist_man_MANS)
420         @$(NORMAL_INSTALL)
421         @list1=''; \
422         list2='$(dist_man_MANS)'; \
423         test -n "$(man1dir)" \
424           && test -n "`echo $$list1$$list2`" \
425           || exit 0; \
426         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
427         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
428         { for i in $$list1; do echo "$$i"; done;  \
429         if test -n "$$list2"; then \
430           for i in $$list2; do echo "$$i"; done \
431             | sed -n '/\.1[a-z]*$$/p'; \
432         fi; \
433         } | while read p; do \
434           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
435           echo "$$d$$p"; echo "$$p"; \
436         done | \
437         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
438               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
439         sed 'N;N;s,\n, ,g' | { \
440         list=; while read file base inst; do \
441           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
442             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
443             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
444           fi; \
445         done; \
446         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
447         while read files; do \
448           test -z "$$files" || { \
449             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
450             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
451         done; }
452
453 uninstall-man1:
454         @$(NORMAL_UNINSTALL)
455         @list=''; test -n "$(man1dir)" || exit 0; \
456         files=`{ for i in $$list; do echo "$$i"; done; \
457         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
458           sed -n '/\.1[a-z]*$$/p'; \
459         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
460               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
461         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
462
463 # This directory's subdirectories are mostly independent; you can cd
464 # into them and run `make' without going through this Makefile.
465 # To change the values of `make' variables: instead of editing Makefiles,
466 # (1) if the variable is set in `config.status', edit `config.status'
467 #     (which will cause the Makefiles to be regenerated when you run `make');
468 # (2) otherwise, pass the desired values on the `make' command line.
469 $(RECURSIVE_TARGETS):
470         @fail= failcom='exit 1'; \
471         for f in x $$MAKEFLAGS; do \
472           case $$f in \
473             *=* | --[!k]*);; \
474             *k*) failcom='fail=yes';; \
475           esac; \
476         done; \
477         dot_seen=no; \
478         target=`echo $@ | sed s/-recursive//`; \
479         list='$(SUBDIRS)'; for subdir in $$list; do \
480           echo "Making $$target in $$subdir"; \
481           if test "$$subdir" = "."; then \
482             dot_seen=yes; \
483             local_target="$$target-am"; \
484           else \
485             local_target="$$target"; \
486           fi; \
487           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488           || eval $$failcom; \
489         done; \
490         if test "$$dot_seen" = "no"; then \
491           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492         fi; test -z "$$fail"
493
494 $(RECURSIVE_CLEAN_TARGETS):
495         @fail= failcom='exit 1'; \
496         for f in x $$MAKEFLAGS; do \
497           case $$f in \
498             *=* | --[!k]*);; \
499             *k*) failcom='fail=yes';; \
500           esac; \
501         done; \
502         dot_seen=no; \
503         case "$@" in \
504           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
505           *) list='$(SUBDIRS)' ;; \
506         esac; \
507         rev=''; for subdir in $$list; do \
508           if test "$$subdir" = "."; then :; else \
509             rev="$$subdir $$rev"; \
510           fi; \
511         done; \
512         rev="$$rev ."; \
513         target=`echo $@ | sed s/-recursive//`; \
514         for subdir in $$rev; do \
515           echo "Making $$target in $$subdir"; \
516           if test "$$subdir" = "."; then \
517             local_target="$$target-am"; \
518           else \
519             local_target="$$target"; \
520           fi; \
521           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522           || eval $$failcom; \
523         done && test -z "$$fail"
524 tags-recursive:
525         list='$(SUBDIRS)'; for subdir in $$list; do \
526           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
527         done
528 ctags-recursive:
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
531         done
532
533 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
534         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
535         unique=`for i in $$list; do \
536             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537           done | \
538           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539               END { if (nonempty) { for (i in files) print i; }; }'`; \
540         mkid -fID $$unique
541 tags: TAGS
542
543 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
544                 $(TAGS_FILES) $(LISP)
545         set x; \
546         here=`pwd`; \
547         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
548           include_option=--etags-include; \
549           empty_fix=.; \
550         else \
551           include_option=--include; \
552           empty_fix=; \
553         fi; \
554         list='$(SUBDIRS)'; for subdir in $$list; do \
555           if test "$$subdir" = .; then :; else \
556             test ! -f $$subdir/TAGS || \
557               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
558           fi; \
559         done; \
560         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
561         unique=`for i in $$list; do \
562             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563           done | \
564           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565               END { if (nonempty) { for (i in files) print i; }; }'`; \
566         shift; \
567         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
568           test -n "$$unique" || unique=$$empty_fix; \
569           if test $$# -gt 0; then \
570             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571               "$$@" $$unique; \
572           else \
573             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574               $$unique; \
575           fi; \
576         fi
577 ctags: CTAGS
578 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
579                 $(TAGS_FILES) $(LISP)
580         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
581         unique=`for i in $$list; do \
582             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583           done | \
584           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585               END { if (nonempty) { for (i in files) print i; }; }'`; \
586         test -z "$(CTAGS_ARGS)$$unique" \
587           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588              $$unique
589
590 GTAGS:
591         here=`$(am__cd) $(top_builddir) && pwd` \
592           && $(am__cd) $(top_srcdir) \
593           && gtags -i $(GTAGS_ARGS) "$$here"
594
595 distclean-tags:
596         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597
598 distdir: $(DISTFILES)
599         @list='$(MANS)'; if test -n "$$list"; then \
600           list=`for p in $$list; do \
601             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
602             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
603           if test -n "$$list" && \
604             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
605             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
606             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
607             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
608             echo "       typically \`make maintainer-clean' will remove them" >&2; \
609             exit 1; \
610           else :; fi; \
611         else :; fi
612         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
613         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614         list='$(DISTFILES)'; \
615           dist_files=`for file in $$list; do echo $$file; done | \
616           sed -e "s|^$$srcdirstrip/||;t" \
617               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
618         case $$dist_files in \
619           */*) $(MKDIR_P) `echo "$$dist_files" | \
620                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
621                            sort -u` ;; \
622         esac; \
623         for file in $$dist_files; do \
624           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
625           if test -d $$d/$$file; then \
626             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
627             if test -d "$(distdir)/$$file"; then \
628               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629             fi; \
630             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
631               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
635           else \
636             test -f "$(distdir)/$$file" \
637             || cp -p $$d/$$file "$(distdir)/$$file" \
638             || exit 1; \
639           fi; \
640         done
641         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
642           if test "$$subdir" = .; then :; else \
643             $(am__make_dryrun) \
644               || test -d "$(distdir)/$$subdir" \
645               || $(MKDIR_P) "$(distdir)/$$subdir" \
646               || exit 1; \
647             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
648             $(am__relativize); \
649             new_distdir=$$reldir; \
650             dir1=$$subdir; dir2="$(top_distdir)"; \
651             $(am__relativize); \
652             new_top_distdir=$$reldir; \
653             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
654             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
655             ($(am__cd) $$subdir && \
656               $(MAKE) $(AM_MAKEFLAGS) \
657                 top_distdir="$$new_top_distdir" \
658                 distdir="$$new_distdir" \
659                 am__remove_distdir=: \
660                 am__skip_length_check=: \
661                 am__skip_mode_fix=: \
662                 distdir) \
663               || exit 1; \
664           fi; \
665         done
666 check-am: all-am
667 check: check-recursive
668 all-am: Makefile $(PROGRAMS) $(MANS)
669 installdirs: installdirs-recursive
670 installdirs-am:
671         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
672           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
673         done
674 install: install-recursive
675 install-exec: install-exec-recursive
676 install-data: install-data-recursive
677 uninstall: uninstall-recursive
678
679 install-am: all-am
680         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
681
682 installcheck: installcheck-recursive
683 install-strip:
684         if test -z '$(STRIP)'; then \
685           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687               install; \
688         else \
689           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
692         fi
693 mostlyclean-generic:
694
695 clean-generic:
696
697 distclean-generic:
698         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
700
701 maintainer-clean-generic:
702         @echo "This command is intended for maintainers to use"
703         @echo "it deletes files that may require special tools to rebuild."
704 clean: clean-recursive
705
706 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
707
708 distclean: distclean-recursive
709         -rm -rf ./$(DEPDIR)
710         -rm -f Makefile
711 distclean-am: clean-am distclean-compile distclean-generic \
712         distclean-tags
713
714 dvi: dvi-recursive
715
716 dvi-am:
717
718 html: html-recursive
719
720 html-am:
721
722 info: info-recursive
723
724 info-am:
725
726 install-data-am: install-man
727
728 install-dvi: install-dvi-recursive
729
730 install-dvi-am:
731
732 install-exec-am: install-binPROGRAMS
733
734 install-html: install-html-recursive
735
736 install-html-am:
737
738 install-info: install-info-recursive
739
740 install-info-am:
741
742 install-man: install-man1
743
744 install-pdf: install-pdf-recursive
745
746 install-pdf-am:
747
748 install-ps: install-ps-recursive
749
750 install-ps-am:
751
752 installcheck-am:
753
754 maintainer-clean: maintainer-clean-recursive
755         -rm -rf ./$(DEPDIR)
756         -rm -f Makefile
757 maintainer-clean-am: distclean-am maintainer-clean-generic
758
759 mostlyclean: mostlyclean-recursive
760
761 mostlyclean-am: mostlyclean-compile mostlyclean-generic
762
763 pdf: pdf-recursive
764
765 pdf-am:
766
767 ps: ps-recursive
768
769 ps-am:
770
771 uninstall-am: uninstall-binPROGRAMS uninstall-man
772
773 uninstall-man: uninstall-man1
774
775 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
776         install-am install-strip tags-recursive
777
778 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
779         all all-am check check-am clean clean-binPROGRAMS \
780         clean-generic ctags ctags-recursive distclean \
781         distclean-compile distclean-generic distclean-tags distdir dvi \
782         dvi-am html html-am info info-am install install-am \
783         install-binPROGRAMS install-data install-data-am install-dvi \
784         install-dvi-am install-exec install-exec-am install-html \
785         install-html-am install-info install-info-am install-man \
786         install-man1 install-pdf install-pdf-am install-ps \
787         install-ps-am install-strip installcheck installcheck-am \
788         installdirs installdirs-am maintainer-clean \
789         maintainer-clean-generic mostlyclean mostlyclean-compile \
790         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
791         uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
792         uninstall-man1
793
794
795 @GSETTINGS_RULES@
796
797 prss.1: main.c $(top_srcdir)/configure.ac
798         $(MAKE) $(AM_MAKEFLAGS) prss$(EXEEXT)
799         help2man -N --name="GTk+ TT-RSS application" --output=prss.1 ./prss$(EXEEXT)
800
801 # Tell versions [3.59,3.63) of GNU make to not export all variables.
802 # Otherwise a system limit (for SysV at least) may be exceeded.
803 .NOEXPORT: