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