regenerated build files
[ptask.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 = list.$(OBJEXT) log.$(OBJEXT) main.$(OBJEXT) \
96         note.$(OBJEXT) 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 = list.c list.h \
365         log.c log.h \
366         main.c \
367         note.c note.h \
368         pio.c pio.h \
369         pstr.c pstr.h \
370         ptime.c ptime.h \
371         settings.c settings.h \
372         tw.c tw.h \
373         ui.c ui.h \
374         ui_newtask_diag.c ui_newtask_diag.h \
375         ui_projecttree.c ui_projecttree.h \
376         ui_taskpanel.c ui_taskpanel.h \
377         ui_tasktree.c ui_tasktree.h
378
379 dist_man_MANS = ptask.1
380 gsettings_SCHEMAS = ptask.gschema.xml
381 EXTRA_DIST = $(gsettings_SCHEMAS)
382 all: all-recursive
383
384 .SUFFIXES:
385 .SUFFIXES: .c .o .obj
386 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
387         @for dep in $?; do \
388           case '$(am__configure_deps)' in \
389             *$$dep*) \
390               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
391                 && { if test -f $@; then exit 0; else break; fi; }; \
392               exit 1;; \
393           esac; \
394         done; \
395         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
396         $(am__cd) $(top_srcdir) && \
397           $(AUTOMAKE) --gnu src/Makefile
398 .PRECIOUS: Makefile
399 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400         @case '$?' in \
401           *config.status*) \
402             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
403           *) \
404             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
405             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
406         esac;
407
408 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410
411 $(top_srcdir)/configure:  $(am__configure_deps)
412         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
414         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415 $(am__aclocal_m4_deps):
416 install-binPROGRAMS: $(bin_PROGRAMS)
417         @$(NORMAL_INSTALL)
418         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
419         if test -n "$$list"; then \
420           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
421           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
422         fi; \
423         for p in $$list; do echo "$$p $$p"; done | \
424         sed 's/$(EXEEXT)$$//' | \
425         while read p p1; do if test -f $$p \
426           ; then echo "$$p"; echo "$$p"; else :; fi; \
427         done | \
428         sed -e 'p;s,.*/,,;n;h' \
429             -e 's|.*|.|' \
430             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
431         sed 'N;N;N;s,\n, ,g' | \
432         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
433           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
434             if ($$2 == $$4) files[d] = files[d] " " $$1; \
435             else { print "f", $$3 "/" $$4, $$1; } } \
436           END { for (d in files) print "f", d, files[d] }' | \
437         while read type dir files; do \
438             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
439             test -z "$$files" || { \
440               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
441               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
442             } \
443         ; done
444
445 uninstall-binPROGRAMS:
446         @$(NORMAL_UNINSTALL)
447         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
448         files=`for p in $$list; do echo "$$p"; done | \
449           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
450               -e 's/$$/$(EXEEXT)/' \
451         `; \
452         test -n "$$list" || exit 0; \
453         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
454         cd "$(DESTDIR)$(bindir)" && rm -f $$files
455
456 clean-binPROGRAMS:
457         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
458
459 ptask$(EXEEXT): $(ptask_OBJECTS) $(ptask_DEPENDENCIES) $(EXTRA_ptask_DEPENDENCIES) 
460         @rm -f ptask$(EXEEXT)
461         $(AM_V_CCLD)$(LINK) $(ptask_OBJECTS) $(ptask_LDADD) $(LIBS)
462
463 mostlyclean-compile:
464         -rm -f *.$(OBJEXT)
465
466 distclean-compile:
467         -rm -f *.tab.c
468
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/note.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pio.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pstr.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptime.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tw.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_newtask_diag.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_projecttree.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_taskpanel.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_tasktree.Po@am__quote@
483
484 .c.o:
485 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
486 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
490
491 .c.obj:
492 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
493 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
497 install-man1: $(dist_man_MANS)
498         @$(NORMAL_INSTALL)
499         @list1=''; \
500         list2='$(dist_man_MANS)'; \
501         test -n "$(man1dir)" \
502           && test -n "`echo $$list1$$list2`" \
503           || exit 0; \
504         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
505         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
506         { for i in $$list1; do echo "$$i"; done;  \
507         if test -n "$$list2"; then \
508           for i in $$list2; do echo "$$i"; done \
509             | sed -n '/\.1[a-z]*$$/p'; \
510         fi; \
511         } | while read p; do \
512           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
513           echo "$$d$$p"; echo "$$p"; \
514         done | \
515         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
516               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
517         sed 'N;N;s,\n, ,g' | { \
518         list=; while read file base inst; do \
519           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
520             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
521             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
522           fi; \
523         done; \
524         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
525         while read files; do \
526           test -z "$$files" || { \
527             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
528             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
529         done; }
530
531 uninstall-man1:
532         @$(NORMAL_UNINSTALL)
533         @list=''; test -n "$(man1dir)" || exit 0; \
534         files=`{ for i in $$list; do echo "$$i"; done; \
535         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
536           sed -n '/\.1[a-z]*$$/p'; \
537         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
538               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
539         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
540
541 # This directory's subdirectories are mostly independent; you can cd
542 # into them and run 'make' without going through this Makefile.
543 # To change the values of 'make' variables: instead of editing Makefiles,
544 # (1) if the variable is set in 'config.status', edit 'config.status'
545 #     (which will cause the Makefiles to be regenerated when you run 'make');
546 # (2) otherwise, pass the desired values on the 'make' command line.
547 $(am__recursive_targets):
548         @fail=; \
549         if $(am__make_keepgoing); then \
550           failcom='fail=yes'; \
551         else \
552           failcom='exit 1'; \
553         fi; \
554         dot_seen=no; \
555         target=`echo $@ | sed s/-recursive//`; \
556         case "$@" in \
557           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
558           *) list='$(SUBDIRS)' ;; \
559         esac; \
560         for subdir in $$list; do \
561           echo "Making $$target in $$subdir"; \
562           if test "$$subdir" = "."; then \
563             dot_seen=yes; \
564             local_target="$$target-am"; \
565           else \
566             local_target="$$target"; \
567           fi; \
568           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
569           || eval $$failcom; \
570         done; \
571         if test "$$dot_seen" = "no"; then \
572           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
573         fi; test -z "$$fail"
574
575 ID: $(am__tagged_files)
576         $(am__define_uniq_tagged_files); mkid -fID $$unique
577 tags: tags-recursive
578 TAGS: tags
579
580 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
581         set x; \
582         here=`pwd`; \
583         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
584           include_option=--etags-include; \
585           empty_fix=.; \
586         else \
587           include_option=--include; \
588           empty_fix=; \
589         fi; \
590         list='$(SUBDIRS)'; for subdir in $$list; do \
591           if test "$$subdir" = .; then :; else \
592             test ! -f $$subdir/TAGS || \
593               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
594           fi; \
595         done; \
596         $(am__define_uniq_tagged_files); \
597         shift; \
598         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
599           test -n "$$unique" || unique=$$empty_fix; \
600           if test $$# -gt 0; then \
601             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
602               "$$@" $$unique; \
603           else \
604             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605               $$unique; \
606           fi; \
607         fi
608 ctags: ctags-recursive
609
610 CTAGS: ctags
611 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612         $(am__define_uniq_tagged_files); \
613         test -z "$(CTAGS_ARGS)$$unique" \
614           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
615              $$unique
616
617 GTAGS:
618         here=`$(am__cd) $(top_builddir) && pwd` \
619           && $(am__cd) $(top_srcdir) \
620           && gtags -i $(GTAGS_ARGS) "$$here"
621 cscopelist: cscopelist-recursive
622
623 cscopelist-am: $(am__tagged_files)
624         list='$(am__tagged_files)'; \
625         case "$(srcdir)" in \
626           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
627           *) sdir=$(subdir)/$(srcdir) ;; \
628         esac; \
629         for i in $$list; do \
630           if test -f "$$i"; then \
631             echo "$(subdir)/$$i"; \
632           else \
633             echo "$$sdir/$$i"; \
634           fi; \
635         done >> $(top_builddir)/cscope.files
636
637 distclean-tags:
638         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639
640 distdir: $(DISTFILES)
641         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643         list='$(DISTFILES)'; \
644           dist_files=`for file in $$list; do echo $$file; done | \
645           sed -e "s|^$$srcdirstrip/||;t" \
646               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
647         case $$dist_files in \
648           */*) $(MKDIR_P) `echo "$$dist_files" | \
649                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
650                            sort -u` ;; \
651         esac; \
652         for file in $$dist_files; do \
653           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
654           if test -d $$d/$$file; then \
655             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
656             if test -d "$(distdir)/$$file"; then \
657               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658             fi; \
659             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662             fi; \
663             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
664           else \
665             test -f "$(distdir)/$$file" \
666             || cp -p $$d/$$file "$(distdir)/$$file" \
667             || exit 1; \
668           fi; \
669         done
670         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671           if test "$$subdir" = .; then :; else \
672             $(am__make_dryrun) \
673               || test -d "$(distdir)/$$subdir" \
674               || $(MKDIR_P) "$(distdir)/$$subdir" \
675               || exit 1; \
676             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
677             $(am__relativize); \
678             new_distdir=$$reldir; \
679             dir1=$$subdir; dir2="$(top_distdir)"; \
680             $(am__relativize); \
681             new_top_distdir=$$reldir; \
682             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
683             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
684             ($(am__cd) $$subdir && \
685               $(MAKE) $(AM_MAKEFLAGS) \
686                 top_distdir="$$new_top_distdir" \
687                 distdir="$$new_distdir" \
688                 am__remove_distdir=: \
689                 am__skip_length_check=: \
690                 am__skip_mode_fix=: \
691                 distdir) \
692               || exit 1; \
693           fi; \
694         done
695 check-am: all-am
696 check: check-recursive
697 all-am: Makefile $(PROGRAMS) $(MANS)
698 installdirs: installdirs-recursive
699 installdirs-am:
700         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
701           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
702         done
703 install: install-recursive
704 install-exec: install-exec-recursive
705 install-data: install-data-recursive
706 uninstall: uninstall-recursive
707
708 install-am: all-am
709         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
711 installcheck: installcheck-recursive
712 install-strip:
713         if test -z '$(STRIP)'; then \
714           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
715             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
716               install; \
717         else \
718           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
721         fi
722 mostlyclean-generic:
723
724 clean-generic:
725
726 distclean-generic:
727         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
728         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
729
730 maintainer-clean-generic:
731         @echo "This command is intended for maintainers to use"
732         @echo "it deletes files that may require special tools to rebuild."
733 clean: clean-recursive
734
735 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
736
737 distclean: distclean-recursive
738         -rm -rf ./$(DEPDIR)
739         -rm -f Makefile
740 distclean-am: clean-am distclean-compile distclean-generic \
741         distclean-tags
742
743 dvi: dvi-recursive
744
745 dvi-am:
746
747 html: html-recursive
748
749 html-am:
750
751 info: info-recursive
752
753 info-am:
754
755 install-data-am: install-man
756
757 install-dvi: install-dvi-recursive
758
759 install-dvi-am:
760
761 install-exec-am: install-binPROGRAMS
762
763 install-html: install-html-recursive
764
765 install-html-am:
766
767 install-info: install-info-recursive
768
769 install-info-am:
770
771 install-man: install-man1
772
773 install-pdf: install-pdf-recursive
774
775 install-pdf-am:
776
777 install-ps: install-ps-recursive
778
779 install-ps-am:
780
781 installcheck-am:
782
783 maintainer-clean: maintainer-clean-recursive
784         -rm -rf ./$(DEPDIR)
785         -rm -f Makefile
786 maintainer-clean-am: distclean-am maintainer-clean-generic
787
788 mostlyclean: mostlyclean-recursive
789
790 mostlyclean-am: mostlyclean-compile mostlyclean-generic
791
792 pdf: pdf-recursive
793
794 pdf-am:
795
796 ps: ps-recursive
797
798 ps-am:
799
800 uninstall-am: uninstall-binPROGRAMS uninstall-man
801
802 uninstall-man: uninstall-man1
803
804 .MAKE: $(am__recursive_targets) install-am install-strip
805
806 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
807         check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
808         ctags ctags-am distclean distclean-compile distclean-generic \
809         distclean-tags distdir dvi dvi-am html html-am info info-am \
810         install install-am install-binPROGRAMS install-data \
811         install-data-am install-dvi install-dvi-am install-exec \
812         install-exec-am install-html install-html-am install-info \
813         install-info-am install-man install-man1 install-pdf \
814         install-pdf-am install-ps install-ps-am install-strip \
815         installcheck installcheck-am installdirs installdirs-am \
816         maintainer-clean maintainer-clean-generic mostlyclean \
817         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
818         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
819         uninstall-man uninstall-man1
820
821
822 ptask.1: main.c $(top_srcdir)/configure.ac
823         $(MAKE) $(AM_MAKEFLAGS) ptask$(EXEEXT)
824         help2man -N --name="GTk+ Task application" --output=ptask.1 ./ptask$(EXEEXT)
825
826 @GSETTINGS_RULES@
827
828 # Tell versions [3.59,3.63) of GNU make to not export all variables.
829 # Otherwise a system limit (for SysV at least) may be exceeded.
830 .NOEXPORT: