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