1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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
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
)
35 build_triplet
= @build@
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 \
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
) \
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
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
))
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/||"`;; \
73 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
75 am__nobase_strip_setup
= \
76 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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
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)"; }; }
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"`; \
119 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
120 if
test "$$first2" = "$$first"; then \
121 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
125 dir0
="$$dir0"/"$$first"; \
128 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131 DIST_ARCHIVES
= $(distdir
).
tar.gz
133 distuninstallcheck_listfiles
= find .
-type f
-print
134 distcleancheck_listfiles
= find .
-type f
-print
136 ALL_LINGUAS
= @ALL_LINGUAS@
138 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
140 AUTOCONF
= @AUTOCONF@
141 AUTOHEADER
= @AUTOHEADER@
142 AUTOMAKE
= @AUTOMAKE@
144 CATALOGS
= @CATALOGS@
145 CATOBJEXT
= @CATOBJEXT@
147 CCDEPMODE
= @CCDEPMODE@
150 CPPFLAGS
= @CPPFLAGS@
151 CYGPATH_W
= @CYGPATH_W@
152 DATADIRNAME
= @DATADIRNAME@
155 DSYMUTIL
= @DSYMUTIL@
163 GETTEXT_PACKAGE
= @GETTEXT_PACKAGE@
164 GMOFILES
= @GMOFILES@
167 GTKGRAPH_CFLAGS
= @GTKGRAPH_CFLAGS@
168 GTKGRAPH_LIBS
= @GTKGRAPH_LIBS@
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@
187 LTLIBOBJS
= @LTLIBOBJS@
189 MAKEINFO
= @MAKEINFO@
191 MKINSTALLDIRS
= @MKINSTALLDIRS@
193 MSGFMT_OPTS
= @MSGFMT_OPTS@
194 MSGMERGE
= @MSGMERGE@
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@
212 PO_IN_DATADIR_FALSE
= @PO_IN_DATADIR_FALSE@
213 PO_IN_DATADIR_TRUE
= @PO_IN_DATADIR_TRUE@
216 SET_MAKE
= @SET_MAKE@
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@
232 am__untar
= @am__untar@
235 build_alias
= @build_alias@
236 build_cpu
= @build_cpu@
237 build_os
= @build_os@
238 build_vendor
= @build_vendor@
239 builddir
= @builddir@
241 datarootdir
= @datarootdir@
244 exec_prefix = @
exec_prefix@
246 host_alias
= @host_alias@
247 host_cpu
= @host_cpu@
249 host_vendor
= @host_vendor@
251 includedir = @
includedir@
253 install_sh
= @install_sh@
255 libexecdir
= @libexecdir@
256 localedir
= @localedir@
257 localstatedir
= @localstatedir@
261 oldincludedir = @
oldincludedir@
264 program_transform_name
= @program_transform_name@
267 sharedstatedir
= @sharedstatedir@
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@
275 gtkgraphdocdir
= ${prefix}/doc
/gtkgraph
284 INTLTOOL_FILES
= intltool-extract.in \
288 EXTRA_DIST
= $(gtkgraphdoc_DATA
) \
291 DISTCLEANFILES
= intltool-extract \
294 po
/.intltool-merge-cache
297 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
302 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
304 case
'$(am__configure_deps)' in \
306 echo
' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
307 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnu \
312 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
313 $(am__cd
) $(top_srcdir
) && \
314 $(AUTOMAKE
) --gnu Makefile
316 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
319 echo
' $(SHELL) ./config.status'; \
320 $(SHELL
) .
/config.status
;; \
322 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
323 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
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
):
336 @if
test ! -f
$@
; then \
338 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
341 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
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
))
350 -rm -f config.h stamp-h1
359 -rm -f libtool config.lt
360 install-gtkgraphdocDATA
: $(gtkgraphdoc_DATA
)
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
; \
367 done |
$(am__base_list
) | \
368 while read files
; do \
369 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkgraphdocdir)'"; \
370 $(INSTALL_DATA
) $$files "$(DESTDIR)$(gtkgraphdocdir)" || exit
$$?
; \
373 uninstall-gtkgraphdocDATA
:
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 \
392 *k
*) failcom
='fail=yes';; \
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 \
401 local_target
="$$target-am"; \
403 local_target
="$$target"; \
405 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
408 if
test "$$dot_seen" = "no"; then \
409 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
412 $(RECURSIVE_CLEAN_TARGETS
):
413 @fail
= failcom
='exit 1'; \
414 for f in x
$$MAKEFLAGS; do \
417 *k
*) failcom
='fail=yes';; \
422 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
423 *) list
='$(SUBDIRS)' ;; \
425 rev
=''; for subdir in
$$list; do \
426 if
test "$$subdir" = "."; then
:; else \
427 rev
="$$subdir $$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"; \
437 local_target
="$$target"; \
439 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
441 done
&& test -z
"$$fail"
443 list
='$(SUBDIRS)'; for subdir in
$$list; do \
444 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
447 list
='$(SUBDIRS)'; for subdir in
$$list; do \
448 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
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; \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
461 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
462 $(TAGS_FILES
) $(LISP
)
465 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
466 include_option
=--etags-include
; \
469 include_option
=--include; \
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"; \
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; \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
491 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
509 here
=`$(am__cd) $(top_builddir) && pwd` \
510 && $(am__cd
) $(top_srcdir
) \
511 && gtags
-i
$(GTAGS_ARGS
) "$$here"
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
541 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
543 test -f
"$(distdir)/$$file" \
544 || cp
-p
$$d/$$file "$(distdir)/$$file" \
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" \
555 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
556 if
test "$$subdir" = .
; then
:; else \
557 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
559 new_distdir
=$$reldir; \
560 dir1
=$$subdir; dir2
="$(top_distdir)"; \
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
=: \
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)"
584 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
585 $(am__remove_distdir
)
588 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
589 $(am__remove_distdir
)
592 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
593 $(am__remove_distdir
)
596 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
597 $(am__remove_distdir
)
600 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
601 $(am__remove_distdir
)
604 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
605 $(am__remove_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
620 case
'$(DIST_ARCHIVES)' in \
622 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
624 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
626 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
628 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
630 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
632 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
634 unzip
$(distdir
).zip
;;\
636 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
637 mkdir
$(distdir
)/_build
638 mkdir
$(distdir
)/_inst
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-$$$$/" \
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" \
655 && chmod
-R a-w
"$$dc_install_base" \
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 \
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'
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)"; \
680 $(distuninstallcheck_listfiles
) ; \
682 distcleancheck
: distclean
683 @if
test '$(srcdir)' = .
; then \
684 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
687 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
688 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
689 $(distcleancheck_listfiles
) ; \
692 check: check-recursive
693 all-am
: Makefile
$(DATA
) config.h
694 installdirs: installdirs-recursive
696 for
dir in
"$(DESTDIR)$(gtkgraphdocdir)"; do \
697 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
699 install: install-recursive
700 install-exec
: install-exec-recursive
701 install-data
: install-data-recursive
702 uninstall: uninstall-recursive
705 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
707 installcheck: installcheck-recursive
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
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
)
732 distclean-am
: clean-am distclean-generic distclean-hdr \
733 distclean-libtool distclean-tags
747 install-data-am
: install-gtkgraphdocDATA
749 install-dvi
: install-dvi-recursive
755 install-html
: install-html-recursive
759 install-info
: install-info-recursive
765 install-pdf
: install-pdf-recursive
769 install-ps
: install-ps-recursive
775 maintainer-clean
: maintainer-clean-recursive
776 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
777 -rm -rf
$(top_srcdir
)/autom4te.cache
779 maintainer-clean-am
: distclean-am maintainer-clean-generic
781 mostlyclean: mostlyclean-recursive
783 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
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
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.