Improve color scheme
[gmodulargraph.git] / Makefile.in
blob64ba85cb714b118753e800650baf2d915f91e735
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # 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.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41 config.guess config.sub depcomp install-sh ltmain.sh missing \
42 mkinstalldirs
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 AM_V_GEN = $(am__v_GEN_$(V))
54 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
55 am__v_GEN_0 = @echo " GEN " $@;
56 AM_V_at = $(am__v_at_$(V))
57 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
58 am__v_at_0 = @
59 SOURCES =
60 DIST_SOURCES =
61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-dvi-recursive install-exec-recursive \
64 install-html-recursive install-info-recursive \
65 install-pdf-recursive install-ps-recursive install-recursive \
66 installcheck-recursive installdirs-recursive pdf-recursive \
67 ps-recursive uninstall-recursive
68 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69 am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \
72 esac;
73 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74 am__install_max = 40
75 am__nobase_strip_setup = \
76 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77 am__nobase_strip = \
78 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79 am__nobase_list = $(am__nobase_strip_setup); \
80 for p in $$list; do echo "$$p $$p"; done | \
81 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83 if (++n[$$2] == $(am__install_max)) \
84 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85 END { for (dir in files) print dir, files[dir] }'
86 am__base_list = \
87 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89 am__installdirs = "$(DESTDIR)$(gtkgraphdocdir)"
90 DATA = $(gtkgraphdoc_DATA)
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 dist dist-all distcheck
96 ETAGS = etags
97 CTAGS = ctags
98 DIST_SUBDIRS = $(SUBDIRS)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103 { test ! -d "$(distdir)" \
104 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105 && rm -fr "$(distdir)"; }; }
106 am__relativize = \
107 dir0=`pwd`; \
108 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109 sed_rest='s,^[^/]*/*,,'; \
110 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111 sed_butlast='s,/*[^/]*$$,,'; \
112 while test -n "$$dir1"; do \
113 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114 if test "$$first" != "."; then \
115 if test "$$first" = ".."; then \
116 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118 else \
119 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120 if test "$$first2" = "$$first"; then \
121 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122 else \
123 dir2="../$$dir2"; \
124 fi; \
125 dir0="$$dir0"/"$$first"; \
126 fi; \
127 fi; \
128 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129 done; \
130 reldir="$$dir2"
131 DIST_ARCHIVES = $(distdir).tar.gz
132 GZIP_ENV = --best
133 distuninstallcheck_listfiles = find . -type f -print
134 distcleancheck_listfiles = find . -type f -print
135 ACLOCAL = @ACLOCAL@
136 ALL_LINGUAS = @ALL_LINGUAS@
137 AMTAR = @AMTAR@
138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139 AR = @AR@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 CATALOGS = @CATALOGS@
145 CATOBJEXT = @CATOBJEXT@
146 CC = @CC@
147 CCDEPMODE = @CCDEPMODE@
148 CFLAGS = @CFLAGS@
149 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@
151 CYGPATH_W = @CYGPATH_W@
152 DATADIRNAME = @DATADIRNAME@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DSYMUTIL = @DSYMUTIL@
156 DUMPBIN = @DUMPBIN@
157 ECHO_C = @ECHO_C@
158 ECHO_N = @ECHO_N@
159 ECHO_T = @ECHO_T@
160 EGREP = @EGREP@
161 EXEEXT = @EXEEXT@
162 FGREP = @FGREP@
163 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
164 GMOFILES = @GMOFILES@
165 GMSGFMT = @GMSGFMT@
166 GREP = @GREP@
167 GTKGRAPH_CFLAGS = @GTKGRAPH_CFLAGS@
168 GTKGRAPH_LIBS = @GTKGRAPH_LIBS@
169 INSTALL = @INSTALL@
170 INSTALL_DATA = @INSTALL_DATA@
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174 INSTOBJEXT = @INSTOBJEXT@
175 INTLLIBS = @INTLLIBS@
176 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
177 INTLTOOL_MERGE = @INTLTOOL_MERGE@
178 INTLTOOL_PERL = @INTLTOOL_PERL@
179 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIPO = @LIPO@
186 LN_S = @LN_S@
187 LTLIBOBJS = @LTLIBOBJS@
188 MAINT = @MAINT@
189 MAKEINFO = @MAKEINFO@
190 MKDIR_P = @MKDIR_P@
191 MKINSTALLDIRS = @MKINSTALLDIRS@
192 MSGFMT = @MSGFMT@
193 MSGFMT_OPTS = @MSGFMT_OPTS@
194 MSGMERGE = @MSGMERGE@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OTOOL = @OTOOL@
200 OTOOL64 = @OTOOL64@
201 PACKAGE = @PACKAGE@
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203 PACKAGE_NAME = @PACKAGE_NAME@
204 PACKAGE_STRING = @PACKAGE_STRING@
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 PACKAGE_URL = @PACKAGE_URL@
207 PACKAGE_VERSION = @PACKAGE_VERSION@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 PKG_CONFIG = @PKG_CONFIG@
210 POFILES = @POFILES@
211 POSUB = @POSUB@
212 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
213 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
214 RANLIB = @RANLIB@
215 SED = @SED@
216 SET_MAKE = @SET_MAKE@
217 SHELL = @SHELL@
218 STRIP = @STRIP@
219 USE_NLS = @USE_NLS@
220 VERSION = @VERSION@
221 XGETTEXT = @XGETTEXT@
222 abs_builddir = @abs_builddir@
223 abs_srcdir = @abs_srcdir@
224 abs_top_builddir = @abs_top_builddir@
225 abs_top_srcdir = @abs_top_srcdir@
226 ac_ct_CC = @ac_ct_CC@
227 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228 am__include = @am__include@
229 am__leading_dot = @am__leading_dot@
230 am__quote = @am__quote@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 bindir = @bindir@
234 build = @build@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
239 builddir = @builddir@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 exec_prefix = @exec_prefix@
245 host = @host@
246 host_alias = @host_alias@
247 host_cpu = @host_cpu@
248 host_os = @host_os@
249 host_vendor = @host_vendor@
250 htmldir = @htmldir@
251 includedir = @includedir@
252 infodir = @infodir@
253 install_sh = @install_sh@
254 libdir = @libdir@
255 libexecdir = @libexecdir@
256 localedir = @localedir@
257 localstatedir = @localstatedir@
258 lt_ECHO = @lt_ECHO@
259 mandir = @mandir@
260 mkdir_p = @mkdir_p@
261 oldincludedir = @oldincludedir@
262 pdfdir = @pdfdir@
263 prefix = @prefix@
264 program_transform_name = @program_transform_name@
265 psdir = @psdir@
266 sbindir = @sbindir@
267 sharedstatedir = @sharedstatedir@
268 srcdir = @srcdir@
269 sysconfdir = @sysconfdir@
270 target_alias = @target_alias@
271 top_build_prefix = @top_build_prefix@
272 top_builddir = @top_builddir@
273 top_srcdir = @top_srcdir@
274 SUBDIRS = src po
275 gtkgraphdocdir = ${prefix}/doc/gtkgraph
276 gtkgraphdoc_DATA = \
277 README\
278 COPYING\
279 AUTHORS\
280 ChangeLog\
281 INSTALL\
282 NEWS
284 INTLTOOL_FILES = intltool-extract.in \
285 intltool-merge.in \
286 intltool-update.in
288 EXTRA_DIST = $(gtkgraphdoc_DATA) \
289 $(INTLTOOL_FILES)
291 DISTCLEANFILES = intltool-extract \
292 intltool-merge \
293 intltool-update \
294 po/.intltool-merge-cache
296 all: config.h
297 $(MAKE) $(AM_MAKEFLAGS) all-recursive
299 .SUFFIXES:
300 am--refresh:
302 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
303 @for dep in $?; do \
304 case '$(am__configure_deps)' in \
305 *$$dep*) \
306 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
307 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
308 && exit 0; \
309 exit 1;; \
310 esac; \
311 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --gnu Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317 @case '$?' in \
318 *config.status*) \
319 echo ' $(SHELL) ./config.status'; \
320 $(SHELL) ./config.status;; \
321 *) \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
324 esac;
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 $(SHELL) ./config.status --recheck
329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 $(am__cd) $(srcdir) && $(AUTOCONF)
331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
333 $(am__aclocal_m4_deps):
335 config.h: stamp-h1
336 @if test ! -f $@; then \
337 rm -f stamp-h1; \
338 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
339 else :; fi
341 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
342 @rm -f stamp-h1
343 cd $(top_builddir) && $(SHELL) ./config.status config.h
344 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
346 rm -f stamp-h1
347 touch $@
349 distclean-hdr:
350 -rm -f config.h stamp-h1
352 mostlyclean-libtool:
353 -rm -f *.lo
355 clean-libtool:
356 -rm -rf .libs _libs
358 distclean-libtool:
359 -rm -f libtool config.lt
360 install-gtkgraphdocDATA: $(gtkgraphdoc_DATA)
361 @$(NORMAL_INSTALL)
362 test -z "$(gtkgraphdocdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkgraphdocdir)"
363 @list='$(gtkgraphdoc_DATA)'; test -n "$(gtkgraphdocdir)" || list=; \
364 for p in $$list; do \
365 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
366 echo "$$d$$p"; \
367 done | $(am__base_list) | \
368 while read files; do \
369 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkgraphdocdir)'"; \
370 $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkgraphdocdir)" || exit $$?; \
371 done
373 uninstall-gtkgraphdocDATA:
374 @$(NORMAL_UNINSTALL)
375 @list='$(gtkgraphdoc_DATA)'; test -n "$(gtkgraphdocdir)" || list=; \
376 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
377 test -n "$$files" || exit 0; \
378 echo " ( cd '$(DESTDIR)$(gtkgraphdocdir)' && rm -f" $$files ")"; \
379 cd "$(DESTDIR)$(gtkgraphdocdir)" && rm -f $$files
381 # This directory's subdirectories are mostly independent; you can cd
382 # into them and run `make' without going through this Makefile.
383 # To change the values of `make' variables: instead of editing Makefiles,
384 # (1) if the variable is set in `config.status', edit `config.status'
385 # (which will cause the Makefiles to be regenerated when you run `make');
386 # (2) otherwise, pass the desired values on the `make' command line.
387 $(RECURSIVE_TARGETS):
388 @fail= failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 echo "Making $$target in $$subdir"; \
399 if test "$$subdir" = "."; then \
400 dot_seen=yes; \
401 local_target="$$target-am"; \
402 else \
403 local_target="$$target"; \
404 fi; \
405 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406 || eval $$failcom; \
407 done; \
408 if test "$$dot_seen" = "no"; then \
409 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
410 fi; test -z "$$fail"
412 $(RECURSIVE_CLEAN_TARGETS):
413 @fail= failcom='exit 1'; \
414 for f in x $$MAKEFLAGS; do \
415 case $$f in \
416 *=* | --[!k]*);; \
417 *k*) failcom='fail=yes';; \
418 esac; \
419 done; \
420 dot_seen=no; \
421 case "$@" in \
422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423 *) list='$(SUBDIRS)' ;; \
424 esac; \
425 rev=''; for subdir in $$list; do \
426 if test "$$subdir" = "."; then :; else \
427 rev="$$subdir $$rev"; \
428 fi; \
429 done; \
430 rev="$$rev ."; \
431 target=`echo $@ | sed s/-recursive//`; \
432 for subdir in $$rev; do \
433 echo "Making $$target in $$subdir"; \
434 if test "$$subdir" = "."; then \
435 local_target="$$target-am"; \
436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done && test -z "$$fail"
442 tags-recursive:
443 list='$(SUBDIRS)'; for subdir in $$list; do \
444 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
445 done
446 ctags-recursive:
447 list='$(SUBDIRS)'; for subdir in $$list; do \
448 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
449 done
451 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
458 mkid -fID $$unique
459 tags: TAGS
461 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 set x; \
464 here=`pwd`; \
465 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466 include_option=--etags-include; \
467 empty_fix=.; \
468 else \
469 include_option=--include; \
470 empty_fix=; \
471 fi; \
472 list='$(SUBDIRS)'; for subdir in $$list; do \
473 if test "$$subdir" = .; then :; else \
474 test ! -f $$subdir/TAGS || \
475 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
476 fi; \
477 done; \
478 list='$(SOURCES) $(HEADERS) config.h.in $(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 shift; \
485 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486 test -n "$$unique" || unique=$$empty_fix; \
487 if test $$# -gt 0; then \
488 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489 "$$@" $$unique; \
490 else \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 $$unique; \
493 fi; \
495 ctags: CTAGS
496 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
497 $(TAGS_FILES) $(LISP)
498 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503 END { if (nonempty) { for (i in files) print i; }; }'`; \
504 test -z "$(CTAGS_ARGS)$$unique" \
505 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506 $$unique
508 GTAGS:
509 here=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd) $(top_srcdir) \
511 && gtags -i $(GTAGS_ARGS) "$$here"
513 distclean-tags:
514 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
516 distdir: $(DISTFILES)
517 $(am__remove_distdir)
518 test -d "$(distdir)" || mkdir "$(distdir)"
519 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521 list='$(DISTFILES)'; \
522 dist_files=`for file in $$list; do echo $$file; done | \
523 sed -e "s|^$$srcdirstrip/||;t" \
524 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525 case $$dist_files in \
526 */*) $(MKDIR_P) `echo "$$dist_files" | \
527 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528 sort -u` ;; \
529 esac; \
530 for file in $$dist_files; do \
531 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532 if test -d $$d/$$file; then \
533 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534 if test -d "$(distdir)/$$file"; then \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540 fi; \
541 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542 else \
543 test -f "$(distdir)/$$file" \
544 || cp -p $$d/$$file "$(distdir)/$$file" \
545 || exit 1; \
546 fi; \
547 done
548 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
549 if test "$$subdir" = .; then :; else \
550 test -d "$(distdir)/$$subdir" \
551 || $(MKDIR_P) "$(distdir)/$$subdir" \
552 || exit 1; \
553 fi; \
554 done
555 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
556 if test "$$subdir" = .; then :; else \
557 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
558 $(am__relativize); \
559 new_distdir=$$reldir; \
560 dir1=$$subdir; dir2="$(top_distdir)"; \
561 $(am__relativize); \
562 new_top_distdir=$$reldir; \
563 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
564 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
565 ($(am__cd) $$subdir && \
566 $(MAKE) $(AM_MAKEFLAGS) \
567 top_distdir="$$new_top_distdir" \
568 distdir="$$new_distdir" \
569 am__remove_distdir=: \
570 am__skip_length_check=: \
571 am__skip_mode_fix=: \
572 distdir) \
573 || exit 1; \
574 fi; \
575 done
576 -test -n "$(am__skip_mode_fix)" \
577 || find "$(distdir)" -type d ! -perm -755 \
578 -exec chmod u+rwx,go+rx {} \; -o \
579 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
580 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
581 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
582 || chmod -R a+r "$(distdir)"
583 dist-gzip: distdir
584 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
585 $(am__remove_distdir)
587 dist-bzip2: distdir
588 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
589 $(am__remove_distdir)
591 dist-lzma: distdir
592 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
593 $(am__remove_distdir)
595 dist-xz: distdir
596 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
597 $(am__remove_distdir)
599 dist-tarZ: distdir
600 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
601 $(am__remove_distdir)
603 dist-shar: distdir
604 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
605 $(am__remove_distdir)
607 dist-zip: distdir
608 -rm -f $(distdir).zip
609 zip -rq $(distdir).zip $(distdir)
610 $(am__remove_distdir)
612 dist dist-all: distdir
613 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
614 $(am__remove_distdir)
616 # This target untars the dist file and tries a VPATH configuration. Then
617 # it guarantees that the distribution is self-contained by making another
618 # tarfile.
619 distcheck: dist
620 case '$(DIST_ARCHIVES)' in \
621 *.tar.gz*) \
622 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
623 *.tar.bz2*) \
624 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
625 *.tar.lzma*) \
626 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
627 *.tar.xz*) \
628 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
629 *.tar.Z*) \
630 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
631 *.shar.gz*) \
632 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
633 *.zip*) \
634 unzip $(distdir).zip ;;\
635 esac
636 chmod -R a-w $(distdir); chmod a+w $(distdir)
637 mkdir $(distdir)/_build
638 mkdir $(distdir)/_inst
639 chmod a-w $(distdir)
640 test -d $(distdir)/_build || exit 0; \
641 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
642 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
643 && am__cwd=`pwd` \
644 && $(am__cd) $(distdir)/_build \
645 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
646 $(DISTCHECK_CONFIGURE_FLAGS) \
647 && $(MAKE) $(AM_MAKEFLAGS) \
648 && $(MAKE) $(AM_MAKEFLAGS) dvi \
649 && $(MAKE) $(AM_MAKEFLAGS) check \
650 && $(MAKE) $(AM_MAKEFLAGS) install \
651 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
652 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
653 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
654 distuninstallcheck \
655 && chmod -R a-w "$$dc_install_base" \
656 && ({ \
657 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
660 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
661 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
662 } || { rm -rf "$$dc_destdir"; exit 1; }) \
663 && rm -rf "$$dc_destdir" \
664 && $(MAKE) $(AM_MAKEFLAGS) dist \
665 && rm -rf $(DIST_ARCHIVES) \
666 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
667 && cd "$$am__cwd" \
668 || exit 1
669 $(am__remove_distdir)
670 @(echo "$(distdir) archives ready for distribution: "; \
671 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
672 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
673 distuninstallcheck:
674 @$(am__cd) '$(distuninstallcheck_dir)' \
675 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
676 || { echo "ERROR: files left after uninstall:" ; \
677 if test -n "$(DESTDIR)"; then \
678 echo " (check DESTDIR support)"; \
679 fi ; \
680 $(distuninstallcheck_listfiles) ; \
681 exit 1; } >&2
682 distcleancheck: distclean
683 @if test '$(srcdir)' = . ; then \
684 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
685 exit 1 ; \
687 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
688 || { echo "ERROR: files left in build directory after distclean:" ; \
689 $(distcleancheck_listfiles) ; \
690 exit 1; } >&2
691 check-am: all-am
692 check: check-recursive
693 all-am: Makefile $(DATA) config.h
694 installdirs: installdirs-recursive
695 installdirs-am:
696 for dir in "$(DESTDIR)$(gtkgraphdocdir)"; do \
697 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
698 done
699 install: install-recursive
700 install-exec: install-exec-recursive
701 install-data: install-data-recursive
702 uninstall: uninstall-recursive
704 install-am: all-am
705 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707 installcheck: installcheck-recursive
708 install-strip:
709 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711 `test -z '$(STRIP)' || \
712 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
713 mostlyclean-generic:
715 clean-generic:
717 distclean-generic:
718 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
720 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
722 maintainer-clean-generic:
723 @echo "This command is intended for maintainers to use"
724 @echo "it deletes files that may require special tools to rebuild."
725 clean: clean-recursive
727 clean-am: clean-generic clean-libtool mostlyclean-am
729 distclean: distclean-recursive
730 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
731 -rm -f Makefile
732 distclean-am: clean-am distclean-generic distclean-hdr \
733 distclean-libtool distclean-tags
735 dvi: dvi-recursive
737 dvi-am:
739 html: html-recursive
741 html-am:
743 info: info-recursive
745 info-am:
747 install-data-am: install-gtkgraphdocDATA
749 install-dvi: install-dvi-recursive
751 install-dvi-am:
753 install-exec-am:
755 install-html: install-html-recursive
757 install-html-am:
759 install-info: install-info-recursive
761 install-info-am:
763 install-man:
765 install-pdf: install-pdf-recursive
767 install-pdf-am:
769 install-ps: install-ps-recursive
771 install-ps-am:
773 installcheck-am:
775 maintainer-clean: maintainer-clean-recursive
776 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
777 -rm -rf $(top_srcdir)/autom4te.cache
778 -rm -f Makefile
779 maintainer-clean-am: distclean-am maintainer-clean-generic
781 mostlyclean: mostlyclean-recursive
783 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
785 pdf: pdf-recursive
787 pdf-am:
789 ps: ps-recursive
791 ps-am:
793 uninstall-am: uninstall-gtkgraphdocDATA uninstall-local
795 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
796 ctags-recursive install-am install-strip tags-recursive
798 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
799 all all-am am--refresh check check-am clean clean-generic \
800 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
801 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
802 distcheck distclean distclean-generic distclean-hdr \
803 distclean-libtool distclean-tags distcleancheck distdir \
804 distuninstallcheck dvi dvi-am html html-am info info-am \
805 install install-am install-data install-data-am install-dvi \
806 install-dvi-am install-exec install-exec-am \
807 install-gtkgraphdocDATA install-html install-html-am \
808 install-info install-info-am install-man install-pdf \
809 install-pdf-am install-ps install-ps-am install-strip \
810 installcheck installcheck-am installdirs installdirs-am \
811 maintainer-clean maintainer-clean-generic mostlyclean \
812 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
813 tags tags-recursive uninstall uninstall-am \
814 uninstall-gtkgraphdocDATA uninstall-local
817 # Remove doc directory on uninstall
818 uninstall-local:
819 -rm -r $(gtkgraphdocdir)
821 # Tell versions [3.59,3.63) of GNU make to not export all variables.
822 # Otherwise a system limit (for SysV at least) may be exceeded.
823 .NOEXPORT: