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