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