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