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