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