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