(no commit message)
[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 = gtask$(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_gtask_OBJECTS = main.$(OBJEXT) tw.$(OBJEXT)
67 gtask_OBJECTS = $(am_gtask_OBJECTS)
68 gtask_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 = $(gtask_SOURCES)
78 DIST_SOURCES = $(gtask_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 gtask_SOURCES = main.c \
256         tw.c tw.h
257
258 all: all-recursive
259
260 .SUFFIXES:
261 .SUFFIXES: .c .o .obj
262 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
263         @for dep in $?; do \
264           case '$(am__configure_deps)' in \
265             *$$dep*) \
266               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
267                 && { if test -f $@; then exit 0; else break; fi; }; \
268               exit 1;; \
269           esac; \
270         done; \
271         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
272         $(am__cd) $(top_srcdir) && \
273           $(AUTOMAKE) --gnu src/Makefile
274 .PRECIOUS: Makefile
275 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276         @case '$?' in \
277           *config.status*) \
278             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
279           *) \
280             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
281             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
282         esac;
283
284 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
285         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
287 $(top_srcdir)/configure:  $(am__configure_deps)
288         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
290         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(am__aclocal_m4_deps):
292 install-binPROGRAMS: $(bin_PROGRAMS)
293         @$(NORMAL_INSTALL)
294         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
295         if test -n "$$list"; then \
296           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
297           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
298         fi; \
299         for p in $$list; do echo "$$p $$p"; done | \
300         sed 's/$(EXEEXT)$$//' | \
301         while read p p1; do if test -f $$p; \
302           then echo "$$p"; echo "$$p"; else :; fi; \
303         done | \
304         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
305             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
306         sed 'N;N;N;s,\n, ,g' | \
307         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
308           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
309             if ($$2 == $$4) files[d] = files[d] " " $$1; \
310             else { print "f", $$3 "/" $$4, $$1; } } \
311           END { for (d in files) print "f", d, files[d] }' | \
312         while read type dir files; do \
313             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
314             test -z "$$files" || { \
315               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
316               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
317             } \
318         ; done
319
320 uninstall-binPROGRAMS:
321         @$(NORMAL_UNINSTALL)
322         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
323         files=`for p in $$list; do echo "$$p"; done | \
324           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
325               -e 's/$$/$(EXEEXT)/' `; \
326         test -n "$$list" || exit 0; \
327         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
328         cd "$(DESTDIR)$(bindir)" && rm -f $$files
329
330 clean-binPROGRAMS:
331         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
332 gtask$(EXEEXT): $(gtask_OBJECTS) $(gtask_DEPENDENCIES) $(EXTRA_gtask_DEPENDENCIES) 
333         @rm -f gtask$(EXEEXT)
334         $(LINK) $(gtask_OBJECTS) $(gtask_LDADD) $(LIBS)
335
336 mostlyclean-compile:
337         -rm -f *.$(OBJEXT)
338
339 distclean-compile:
340         -rm -f *.tab.c
341
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tw.Po@am__quote@
344
345 .c.o:
346 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
347 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
351
352 .c.obj:
353 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
354 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
358
359 # This directory's subdirectories are mostly independent; you can cd
360 # into them and run `make' without going through this Makefile.
361 # To change the values of `make' variables: instead of editing Makefiles,
362 # (1) if the variable is set in `config.status', edit `config.status'
363 #     (which will cause the Makefiles to be regenerated when you run `make');
364 # (2) otherwise, pass the desired values on the `make' command line.
365 $(RECURSIVE_TARGETS):
366         @fail= failcom='exit 1'; \
367         for f in x $$MAKEFLAGS; do \
368           case $$f in \
369             *=* | --[!k]*);; \
370             *k*) failcom='fail=yes';; \
371           esac; \
372         done; \
373         dot_seen=no; \
374         target=`echo $@ | sed s/-recursive//`; \
375         list='$(SUBDIRS)'; for subdir in $$list; do \
376           echo "Making $$target in $$subdir"; \
377           if test "$$subdir" = "."; then \
378             dot_seen=yes; \
379             local_target="$$target-am"; \
380           else \
381             local_target="$$target"; \
382           fi; \
383           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384           || eval $$failcom; \
385         done; \
386         if test "$$dot_seen" = "no"; then \
387           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
388         fi; test -z "$$fail"
389
390 $(RECURSIVE_CLEAN_TARGETS):
391         @fail= failcom='exit 1'; \
392         for f in x $$MAKEFLAGS; do \
393           case $$f in \
394             *=* | --[!k]*);; \
395             *k*) failcom='fail=yes';; \
396           esac; \
397         done; \
398         dot_seen=no; \
399         case "$@" in \
400           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
401           *) list='$(SUBDIRS)' ;; \
402         esac; \
403         rev=''; for subdir in $$list; do \
404           if test "$$subdir" = "."; then :; else \
405             rev="$$subdir $$rev"; \
406           fi; \
407         done; \
408         rev="$$rev ."; \
409         target=`echo $@ | sed s/-recursive//`; \
410         for subdir in $$rev; do \
411           echo "Making $$target in $$subdir"; \
412           if test "$$subdir" = "."; then \
413             local_target="$$target-am"; \
414           else \
415             local_target="$$target"; \
416           fi; \
417           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418           || eval $$failcom; \
419         done && test -z "$$fail"
420 tags-recursive:
421         list='$(SUBDIRS)'; for subdir in $$list; do \
422           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
423         done
424 ctags-recursive:
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
427         done
428
429 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431         unique=`for i in $$list; do \
432             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433           done | \
434           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435               END { if (nonempty) { for (i in files) print i; }; }'`; \
436         mkid -fID $$unique
437 tags: TAGS
438
439 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         set x; \
442         here=`pwd`; \
443         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
444           include_option=--etags-include; \
445           empty_fix=.; \
446         else \
447           include_option=--include; \
448           empty_fix=; \
449         fi; \
450         list='$(SUBDIRS)'; for subdir in $$list; do \
451           if test "$$subdir" = .; then :; else \
452             test ! -f $$subdir/TAGS || \
453               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
454           fi; \
455         done; \
456         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457         unique=`for i in $$list; do \
458             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459           done | \
460           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461               END { if (nonempty) { for (i in files) print i; }; }'`; \
462         shift; \
463         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464           test -n "$$unique" || unique=$$empty_fix; \
465           if test $$# -gt 0; then \
466             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467               "$$@" $$unique; \
468           else \
469             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470               $$unique; \
471           fi; \
472         fi
473 ctags: CTAGS
474 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475                 $(TAGS_FILES) $(LISP)
476         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477         unique=`for i in $$list; do \
478             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479           done | \
480           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481               END { if (nonempty) { for (i in files) print i; }; }'`; \
482         test -z "$(CTAGS_ARGS)$$unique" \
483           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484              $$unique
485
486 GTAGS:
487         here=`$(am__cd) $(top_builddir) && pwd` \
488           && $(am__cd) $(top_srcdir) \
489           && gtags -i $(GTAGS_ARGS) "$$here"
490
491 distclean-tags:
492         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(DISTFILES)
495         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497         list='$(DISTFILES)'; \
498           dist_files=`for file in $$list; do echo $$file; done | \
499           sed -e "s|^$$srcdirstrip/||;t" \
500               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501         case $$dist_files in \
502           */*) $(MKDIR_P) `echo "$$dist_files" | \
503                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504                            sort -u` ;; \
505         esac; \
506         for file in $$dist_files; do \
507           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508           if test -d $$d/$$file; then \
509             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510             if test -d "$(distdir)/$$file"; then \
511               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512             fi; \
513             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516             fi; \
517             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518           else \
519             test -f "$(distdir)/$$file" \
520             || cp -p $$d/$$file "$(distdir)/$$file" \
521             || exit 1; \
522           fi; \
523         done
524         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525           if test "$$subdir" = .; then :; else \
526             $(am__make_dryrun) \
527               || test -d "$(distdir)/$$subdir" \
528               || $(MKDIR_P) "$(distdir)/$$subdir" \
529               || exit 1; \
530             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531             $(am__relativize); \
532             new_distdir=$$reldir; \
533             dir1=$$subdir; dir2="$(top_distdir)"; \
534             $(am__relativize); \
535             new_top_distdir=$$reldir; \
536             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538             ($(am__cd) $$subdir && \
539               $(MAKE) $(AM_MAKEFLAGS) \
540                 top_distdir="$$new_top_distdir" \
541                 distdir="$$new_distdir" \
542                 am__remove_distdir=: \
543                 am__skip_length_check=: \
544                 am__skip_mode_fix=: \
545                 distdir) \
546               || exit 1; \
547           fi; \
548         done
549 check-am: all-am
550 check: check-recursive
551 all-am: Makefile $(PROGRAMS)
552 installdirs: installdirs-recursive
553 installdirs-am:
554         for dir in "$(DESTDIR)$(bindir)"; do \
555           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
556         done
557 install: install-recursive
558 install-exec: install-exec-recursive
559 install-data: install-data-recursive
560 uninstall: uninstall-recursive
561
562 install-am: all-am
563         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565 installcheck: installcheck-recursive
566 install-strip:
567         if test -z '$(STRIP)'; then \
568           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570               install; \
571         else \
572           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575         fi
576 mostlyclean-generic:
577
578 clean-generic:
579
580 distclean-generic:
581         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
584 maintainer-clean-generic:
585         @echo "This command is intended for maintainers to use"
586         @echo "it deletes files that may require special tools to rebuild."
587 clean: clean-recursive
588
589 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
590
591 distclean: distclean-recursive
592         -rm -rf ./$(DEPDIR)
593         -rm -f Makefile
594 distclean-am: clean-am distclean-compile distclean-generic \
595         distclean-tags
596
597 dvi: dvi-recursive
598
599 dvi-am:
600
601 html: html-recursive
602
603 html-am:
604
605 info: info-recursive
606
607 info-am:
608
609 install-data-am:
610
611 install-dvi: install-dvi-recursive
612
613 install-dvi-am:
614
615 install-exec-am: install-binPROGRAMS
616
617 install-html: install-html-recursive
618
619 install-html-am:
620
621 install-info: install-info-recursive
622
623 install-info-am:
624
625 install-man:
626
627 install-pdf: install-pdf-recursive
628
629 install-pdf-am:
630
631 install-ps: install-ps-recursive
632
633 install-ps-am:
634
635 installcheck-am:
636
637 maintainer-clean: maintainer-clean-recursive
638         -rm -rf ./$(DEPDIR)
639         -rm -f Makefile
640 maintainer-clean-am: distclean-am maintainer-clean-generic
641
642 mostlyclean: mostlyclean-recursive
643
644 mostlyclean-am: mostlyclean-compile mostlyclean-generic
645
646 pdf: pdf-recursive
647
648 pdf-am:
649
650 ps: ps-recursive
651
652 ps-am:
653
654 uninstall-am: uninstall-binPROGRAMS
655
656 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
657         install-am install-strip tags-recursive
658
659 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
660         all all-am check check-am clean clean-binPROGRAMS \
661         clean-generic ctags ctags-recursive distclean \
662         distclean-compile distclean-generic distclean-tags distdir dvi \
663         dvi-am html html-am info info-am install install-am \
664         install-binPROGRAMS install-data install-data-am install-dvi \
665         install-dvi-am install-exec install-exec-am install-html \
666         install-html-am install-info install-info-am install-man \
667         install-pdf install-pdf-am install-ps install-ps-am \
668         install-strip installcheck installcheck-am installdirs \
669         installdirs-am maintainer-clean maintainer-clean-generic \
670         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
671         ps ps-am tags tags-recursive uninstall uninstall-am \
672         uninstall-binPROGRAMS
673
674
675 #dist_man_MANS = gtask.1
676
677 #gtask.1: main.c $(top_srcdir)/configure.ac
678 #       $(MAKE) $(AM_MAKEFLAGS) gtask$(EXEEXT)
679 #       help2man -N --name="GTk+ Task application" --output=gtask.1 ./gtask$(EXEEXT)
680
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.
683 .NOEXPORT: