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