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