Codebase list gerbv / debian/2.0.1-1
Imported Debian patch 2.0.1-1 Ramakrishnan Muthukrishnan authored 16 years ago أحمد المحمودي (Ahmed El-Mahmoudy) committed 14 years ago
35 changed file(s) with 1491 addition(s) and 2060 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = .
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
3034 POST_UNINSTALL = :
3135 build_triplet = @build@
3236 host_triplet = @host@
33 subdir = .
3437 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
3538 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
3639 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
3740 TODO config.guess config.sub depcomp install-sh missing
41 subdir = .
3842 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3943 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
4044 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4145 $(ACLOCAL_M4)
4246 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
43 configure.lineno config.status.lineno
47 configure.lineno configure.status.lineno
4448 mkinstalldirs = $(install_sh) -d
4549 CONFIG_HEADER = config.h
4650 CONFIG_CLEAN_FILES =
4852 DIST_SOURCES =
4953 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
5054 html-recursive info-recursive install-data-recursive \
51 install-dvi-recursive install-exec-recursive \
52 install-html-recursive install-info-recursive \
53 install-pdf-recursive install-ps-recursive install-recursive \
54 installcheck-recursive installdirs-recursive pdf-recursive \
55 ps-recursive uninstall-recursive
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57 distclean-recursive maintainer-clean-recursive
55 install-exec-recursive install-info-recursive \
56 install-recursive installcheck-recursive installdirs-recursive \
57 pdf-recursive ps-recursive uninstall-info-recursive \
58 uninstall-recursive
5859 ETAGS = etags
5960 CTAGS = ctags
6061 DIST_SUBDIRS = $(SUBDIRS)
7071 distuninstallcheck_listfiles = find . -type f -print
7172 distcleancheck_listfiles = find . -type f -print
7273 ACLOCAL = @ACLOCAL@
74 AMDEP_FALSE = @AMDEP_FALSE@
75 AMDEP_TRUE = @AMDEP_TRUE@
7376 AMTAR = @AMTAR@
7477 AUTOCONF = @AUTOCONF@
7578 AUTOHEADER = @AUTOHEADER@
104107 IM_CONVERT = @IM_CONVERT@
105108 IM_DISPLAY = @IM_DISPLAY@
106109 IM_MONTAGE = @IM_MONTAGE@
107 INSTALL = @INSTALL@
108110 INSTALL_DATA = @INSTALL_DATA@
109111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115117 LIBS = @LIBS@
116118 LTLIBOBJS = @LTLIBOBJS@
117119 MAINT = @MAINT@
120 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
121 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
118122 MAKEINFO = @MAKEINFO@
119 MKDIR_P = @MKDIR_P@
120123 OBJEXT = @OBJEXT@
121124 PACKAGE = @PACKAGE@
122125 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139142 WIN32_TRUE = @WIN32_TRUE@
140143 XDGDATADIR = @XDGDATADIR@
141144 ac_ct_CC = @ac_ct_CC@
145 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
142147 am__include = @am__include@
143148 am__leading_dot = @am__leading_dot@
144149 am__quote = @am__quote@
150155 build_cpu = @build_cpu@
151156 build_os = @build_os@
152157 build_vendor = @build_vendor@
153 builddir = @builddir@
154158 datadir = @datadir@
155159 datarootdir = @datarootdir@
156160 docdir = @docdir@
178182 psdir = @psdir@
179183 sbindir = @sbindir@
180184 sharedstatedir = @sharedstatedir@
181 srcdir = @srcdir@
182185 sysconfdir = @sysconfdir@
183186 target_alias = @target_alias@
184 top_builddir = @top_builddir@
185 top_srcdir = @top_srcdir@
186187 SUBDIRS = src man doc example desktop scheme test win32
187188 EXTRA_DIST = CONTRIBUTORS HACKING AUTHORS ChangeLog COPYING INSTALL \
188189 INSTALL.MINGW.WIN32 NEWS README \
233234 config.h: stamp-h1
234235 @if test ! -f $@; then \
235236 rm -f stamp-h1; \
236 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
237 $(MAKE) stamp-h1; \
237238 else :; fi
238239
239240 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
246247
247248 distclean-hdr:
248249 -rm -f config.h stamp-h1
250 uninstall-info-am:
249251
250252 # This directory's subdirectories are mostly independent; you can cd
251253 # into them and run `make' without going through this Makefile.
278280 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
279281 fi; test -z "$$fail"
280282
281 $(RECURSIVE_CLEAN_TARGETS):
283 mostlyclean-recursive clean-recursive distclean-recursive \
284 maintainer-clean-recursive:
282285 @failcom='exit 1'; \
283286 for f in x $$MAKEFLAGS; do \
284287 case $$f in \
380383
381384 distdir: $(DISTFILES)
382385 $(am__remove_distdir)
383 test -d $(distdir) || mkdir $(distdir)
384 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386 list='$(DISTFILES)'; \
387 dist_files=`for file in $$list; do echo $$file; done | \
388 sed -e "s|^$$srcdirstrip/||;t" \
389 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
390 case $$dist_files in \
391 */*) $(MKDIR_P) `echo "$$dist_files" | \
392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
393 sort -u` ;; \
394 esac; \
395 for file in $$dist_files; do \
386 mkdir $(distdir)
387 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
388 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
389 list='$(DISTFILES)'; for file in $$list; do \
390 case $$file in \
391 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
392 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
393 esac; \
396394 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
396 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
397 dir="/$$dir"; \
398 $(mkdir_p) "$(distdir)$$dir"; \
399 else \
400 dir=''; \
401 fi; \
397402 if test -d $$d/$$file; then \
398 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
399403 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400404 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
401405 fi; \
409413 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
410414 if test "$$subdir" = .; then :; else \
411415 test -d "$(distdir)/$$subdir" \
412 || $(MKDIR_P) "$(distdir)/$$subdir" \
416 || $(mkdir_p) "$(distdir)/$$subdir" \
413417 || exit 1; \
414418 distdir=`$(am__cd) $(distdir) && pwd`; \
415419 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
417421 $(MAKE) $(AM_MAKEFLAGS) \
418422 top_distdir="$$top_distdir" \
419423 distdir="$$distdir/$$subdir" \
420 am__remove_distdir=: \
421 am__skip_length_check=: \
422424 distdir) \
423425 || exit 1; \
424426 fi; \
426428 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
427429 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
428430 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
429 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
431 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
430432 || chmod -R a+r $(distdir)
431433 dist-gzip: distdir
432434 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
501503 $(am__remove_distdir)
502504 @(echo "$(distdir) archives ready for distribution: "; \
503505 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
504 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
506 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
505507 distuninstallcheck:
506508 @cd $(distuninstallcheck_dir) \
507509 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
570572
571573 install-data-am:
572574
573 install-dvi: install-dvi-recursive
574
575575 install-exec-am:
576576
577 install-html: install-html-recursive
578
579577 install-info: install-info-recursive
580578
581579 install-man:
582
583 install-pdf: install-pdf-recursive
584
585 install-ps: install-ps-recursive
586580
587581 installcheck-am:
588582
604598
605599 ps-am:
606600
607 uninstall-am:
608
609 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
610 install-strip
611
612 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
613 all all-am am--refresh check check-am clean clean-generic \
614 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
615 dist-shar dist-tarZ dist-zip distcheck distclean \
616 distclean-generic distclean-hdr distclean-tags distcleancheck \
617 distdir distuninstallcheck dvi dvi-am html html-am info \
618 info-am install install-am install-data install-data-am \
619 install-dvi install-dvi-am install-exec install-exec-am \
620 install-html install-html-am install-info install-info-am \
621 install-man install-pdf install-pdf-am install-ps \
622 install-ps-am install-strip installcheck installcheck-am \
623 installdirs installdirs-am maintainer-clean \
624 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
625 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
601 uninstall-am: uninstall-info-am
602
603 uninstall-info: uninstall-info-recursive
604
605 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
606 check-am clean clean-generic clean-recursive ctags \
607 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
608 dist-tarZ dist-zip distcheck distclean distclean-generic \
609 distclean-hdr distclean-recursive distclean-tags \
610 distcleancheck distdir distuninstallcheck dvi dvi-am html \
611 html-am info info-am install install-am install-data \
612 install-data-am install-exec install-exec-am install-info \
613 install-info-am install-man install-strip installcheck \
614 installcheck-am installdirs installdirs-am maintainer-clean \
615 maintainer-clean-generic maintainer-clean-recursive \
616 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
617 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
618 uninstall-info-am
626619
627620 # Tell versions [3.59,3.63) of GNU make to not export all variables.
628621 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # generated automatically by aclocal 1.10 -*- Autoconf -*-
0 # generated automatically by aclocal 1.9.5 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006 Free Software Foundation, Inc.
3 # 2005 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_if(m4_PACKAGE_VERSION, [2.61],,
14 [m4_fatal([this file was generated for autoconf 2.61.
15 You have another version of autoconf. If you want to use that,
16 you should regenerate the build system entirely.], [63])])
17
18 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
19 #
20 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2 of the License, or
25 # (at your option) any later version.
26 #
27 # This program is distributed in the hope that it will be useful, but
28 # WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 # General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License
33 # along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
35 #
36 # As a special exception to the GNU General Public License, if you
37 # distribute this file as part of a program that contains a
38 # configuration script generated by Autoconf, you may include it under
39 # the same distribution terms that you use for the rest of that program.
40
41 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
42 # ----------------------------------
43 AC_DEFUN([PKG_PROG_PKG_CONFIG],
44 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
45 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
46 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
47 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
48 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
49 fi
50 if test -n "$PKG_CONFIG"; then
51 _pkg_min_version=m4_default([$1], [0.9.0])
52 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
53 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
54 AC_MSG_RESULT([yes])
55 else
56 AC_MSG_RESULT([no])
57 PKG_CONFIG=""
58 fi
59
60 fi[]dnl
61 ])# PKG_PROG_PKG_CONFIG
62
63 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
64 #
65 # Check to see whether a particular set of modules exists. Similar
66 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
67 #
68 #
69 # Similar to PKG_CHECK_MODULES, make sure that the first instance of
70 # this or PKG_CHECK_MODULES is called, or make sure to call
71 # PKG_CHECK_EXISTS manually
72 # --------------------------------------------------------------
73 AC_DEFUN([PKG_CHECK_EXISTS],
74 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
75 if test -n "$PKG_CONFIG" && \
76 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
77 m4_ifval([$2], [$2], [:])
78 m4_ifvaln([$3], [else
79 $3])dnl
80 fi])
81
82
83 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
84 # ---------------------------------------------
85 m4_define([_PKG_CONFIG],
86 [if test -n "$PKG_CONFIG"; then
87 if test -n "$$1"; then
88 pkg_cv_[]$1="$$1"
89 else
90 PKG_CHECK_EXISTS([$3],
91 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
92 [pkg_failed=yes])
93 fi
94 else
95 pkg_failed=untried
96 fi[]dnl
97 ])# _PKG_CONFIG
98
99 # _PKG_SHORT_ERRORS_SUPPORTED
100 # -----------------------------
101 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
102 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
103 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
104 _pkg_short_errors_supported=yes
105 else
106 _pkg_short_errors_supported=no
107 fi[]dnl
108 ])# _PKG_SHORT_ERRORS_SUPPORTED
109
110
111 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
112 # [ACTION-IF-NOT-FOUND])
113 #
114 #
115 # Note that if there is a possibility the first call to
116 # PKG_CHECK_MODULES might not happen, you should be sure to include an
117 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
118 #
119 #
120 # --------------------------------------------------------------
121 AC_DEFUN([PKG_CHECK_MODULES],
122 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
123 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
124 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
125
126 pkg_failed=no
127 AC_MSG_CHECKING([for $1])
128
129 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
130 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
131
132 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
133 and $1[]_LIBS to avoid the need to call pkg-config.
134 See the pkg-config man page for more details.])
135
136 if test $pkg_failed = yes; then
137 _PKG_SHORT_ERRORS_SUPPORTED
138 if test $_pkg_short_errors_supported = yes; then
139 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
140 else
141 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
13
14 dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
15 dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
16 dnl also defines GSTUFF_PKG_ERRORS on error
17 AC_DEFUN([PKG_CHECK_MODULES], [
18 succeeded=no
19
20 if test -z "$PKG_CONFIG"; then
21 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
22 fi
23
24 if test "$PKG_CONFIG" = "no" ; then
25 echo "*** The pkg-config script could not be found. Make sure it is"
26 echo "*** in your path, or set the PKG_CONFIG environment variable"
27 echo "*** to the full path to pkg-config."
28 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
29 else
30 PKG_CONFIG_MIN_VERSION=0.9.0
31 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
32 AC_MSG_CHECKING(for $2)
33
34 if $PKG_CONFIG --exists "$2" ; then
35 AC_MSG_RESULT(yes)
36 succeeded=yes
37
38 AC_MSG_CHECKING($1_CFLAGS)
39 $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
40 AC_MSG_RESULT($$1_CFLAGS)
41
42 AC_MSG_CHECKING($1_LIBS)
43 $1_LIBS=`$PKG_CONFIG --libs "$2"`
44 AC_MSG_RESULT($$1_LIBS)
45 else
46 $1_CFLAGS=""
47 $1_LIBS=""
48 ## If we have a custom action on failure, don't print errors, but
49 ## do set a variable so people can do so.
50 $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
51 ifelse([$4], ,echo $$1_PKG_ERRORS,)
14252 fi
143 # Put the nasty error message in config.log where it belongs
144 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
145
146 ifelse([$4], , [AC_MSG_ERROR(dnl
147 [Package requirements ($2) were not met:
148
149 $$1_PKG_ERRORS
150
151 Consider adjusting the PKG_CONFIG_PATH environment variable if you
152 installed software in a non-standard prefix.
153
154 _PKG_TEXT
155 ])],
156 [AC_MSG_RESULT([no])
157 $4])
158 elif test $pkg_failed = untried; then
159 ifelse([$4], , [AC_MSG_FAILURE(dnl
160 [The pkg-config script could not be found or is too old. Make sure it
161 is in your PATH or set the PKG_CONFIG environment variable to the full
162 path to pkg-config.
163
164 _PKG_TEXT
165
166 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
167 [$4])
168 else
169 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
170 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
171 AC_MSG_RESULT([yes])
172 ifelse([$3], , :, [$3])
173 fi[]dnl
174 ])# PKG_CHECK_MODULES
175
176 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
53
54 AC_SUBST($1_CFLAGS)
55 AC_SUBST($1_LIBS)
56 else
57 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
58 echo "*** See http://www.freedesktop.org/software/pkgconfig"
59 fi
60 fi
61
62 if test $succeeded = yes; then
63 ifelse([$3], , :, [$3])
64 else
65 ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
66 fi
67 ])
68
69
70
71 # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
17772 #
17873 # This file is free software; the Free Software Foundation
17974 # gives unlimited permission to copy and/or distribute it,
18378 # ----------------------------
18479 # Automake X.Y traces this macro to ensure aclocal.m4 has been
18580 # generated from the m4 files accompanying Automake X.Y.
186 # (This private macro should not be called outside this file.)
187 AC_DEFUN([AM_AUTOMAKE_VERSION],
188 [am__api_version='1.10'
189 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
190 dnl require some minimum version. Point them to the right macro.
191 m4_if([$1], [1.10], [],
192 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
193 ])
194
195 # _AM_AUTOCONF_VERSION(VERSION)
196 # -----------------------------
197 # aclocal traces this macro to find the Autoconf version.
198 # This is a private macro too. Using m4_define simplifies
199 # the logic in aclocal, which can simply ignore this definition.
200 m4_define([_AM_AUTOCONF_VERSION], [])
81 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
20182
20283 # AM_SET_CURRENT_AUTOMAKE_VERSION
20384 # -------------------------------
204 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
85 # Call AM_AUTOMAKE_VERSION so it can be traced.
20586 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
20687 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
207 [AM_AUTOMAKE_VERSION([1.10])dnl
208 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
88 [AM_AUTOMAKE_VERSION([1.9.5])])
20989
21090 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
21191
262142
263143 # AM_CONDITIONAL -*- Autoconf -*-
264144
265 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
145 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
266146 # Free Software Foundation, Inc.
267147 #
268148 # This file is free software; the Free Software Foundation
269149 # gives unlimited permission to copy and/or distribute it,
270150 # with or without modifications, as long as this notice is preserved.
271151
272 # serial 8
152 # serial 7
273153
274154 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
275155 # -------------------------------------
278158 [AC_PREREQ(2.52)dnl
279159 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
280160 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
281 AC_SUBST([$1_TRUE])dnl
282 AC_SUBST([$1_FALSE])dnl
283 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
284 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
161 AC_SUBST([$1_TRUE])
162 AC_SUBST([$1_FALSE])
285163 if $2; then
286164 $1_TRUE=
287165 $1_FALSE='#'
295173 Usually this means the macro was only invoked conditionally.]])
296174 fi])])
297175
298 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
176
177 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
299178 # Free Software Foundation, Inc.
300179 #
301180 # This file is free software; the Free Software Foundation
302181 # gives unlimited permission to copy and/or distribute it,
303182 # with or without modifications, as long as this notice is preserved.
304183
305 # serial 9
184 # serial 8
306185
307186 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
308187 # written in clear, in which case automake, when reading aclocal.m4,
330209 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
331210 [$1], CXX, [depcc="$CXX" am_compiler_list=],
332211 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
333 [$1], UPC, [depcc="$UPC" am_compiler_list=],
334212 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
335213 [depcc="$$1" am_compiler_list=])
336214
396274 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
397275 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
398276 >/dev/null 2>conftest.err &&
399 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
400277 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
401278 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
402279 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
449326 AMDEPBACKSLASH='\'
450327 fi
451328 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
452 AC_SUBST([AMDEPBACKSLASH])dnl
453 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
329 AC_SUBST([AMDEPBACKSLASH])
454330 ])
455331
456332 # Generate code to set up dependency tracking. -*- Autoconf -*-
475351 # some people rename them; so instead we look at the file content.
476352 # Grep'ing the first line is not enough: some people post-process
477353 # each Makefile.in and add a new line on top of each file to say so.
478 # Grep'ing the whole file is not good either: AIX grep has a line
479 # limit of 2048, but all sed's we know have understand at least 4000.
480 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
354 # So let's grep whole file.
355 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
481356 dirpart=`AS_DIRNAME("$mf")`
482357 else
483358 continue
536411
537412 # Do all the work for Automake. -*- Autoconf -*-
538413
539 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
540 # 2005, 2006 Free Software Foundation, Inc.
414 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
415 # Free Software Foundation, Inc.
541416 #
542417 # This file is free software; the Free Software Foundation
543418 # gives unlimited permission to copy and/or distribute it,
560435 # arguments mandatory, and then we can depend on a new Autoconf
561436 # release and drop the old call support.
562437 AC_DEFUN([AM_INIT_AUTOMAKE],
563 [AC_PREREQ([2.60])dnl
438 [AC_PREREQ([2.58])dnl
564439 dnl Autoconf wants to disallow AM_ names. We explicitly allow
565440 dnl the ones we care about.
566441 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
567442 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
568443 AC_REQUIRE([AC_PROG_INSTALL])dnl
569 if test "`cd $srcdir && pwd`" != "`pwd`"; then
570 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
571 # is not polluted with repeated "-I."
572 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
573 # test to see if srcdir already configured
574 if test -f $srcdir/config.status; then
575 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
576 fi
444 # test to see if srcdir already configured
445 if test "`cd $srcdir && pwd`" != "`pwd`" &&
446 test -f $srcdir/config.status; then
447 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
577448 fi
578449
579450 # test whether we have cygpath
593464 AC_SUBST([PACKAGE], [$1])dnl
594465 AC_SUBST([VERSION], [$2])],
595466 [_AM_SET_OPTIONS([$1])dnl
596 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
597 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
598 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
599467 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
600468 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
601469
631499 [_AM_DEPENDENCIES(CXX)],
632500 [define([AC_PROG_CXX],
633501 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
634 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
635 [_AM_DEPENDENCIES(OBJC)],
636 [define([AC_PROG_OBJC],
637 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
638502 ])
639503 ])
640504
670534 # Define $install_sh.
671535 AC_DEFUN([AM_PROG_INSTALL_SH],
672536 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
673 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
537 install_sh=${install_sh-"$am_aux_dir/install-sh"}
674538 AC_SUBST(install_sh)])
675539
676540 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
777641
778642 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
779643
780 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
644 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
781645 # Free Software Foundation, Inc.
782646 #
783647 # This file is free software; the Free Software Foundation
784648 # gives unlimited permission to copy and/or distribute it,
785649 # with or without modifications, as long as this notice is preserved.
786650
787 # serial 5
651 # serial 4
788652
789653 # AM_MISSING_PROG(NAME, PROGRAM)
790654 # ------------------------------
800664 # If it does, set am_missing_run to use it, otherwise, to nothing.
801665 AC_DEFUN([AM_MISSING_HAS_RUN],
802666 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
803 AC_REQUIRE_AUX_FILE([missing])dnl
804667 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
805668 # Use eval to expand $SHELL
806669 if eval "$MISSING --run true"; then
811674 fi
812675 ])
813676
814 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
677 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
815678 #
816679 # This file is free software; the Free Software Foundation
817680 # gives unlimited permission to copy and/or distribute it,
819682
820683 # AM_PROG_MKDIR_P
821684 # ---------------
822 # Check for `mkdir -p'.
685 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
686 #
687 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
688 # created by `make install' are always world readable, even if the
689 # installer happens to have an overly restrictive umask (e.g. 077).
690 # This was a mistake. There are at least two reasons why we must not
691 # use `-m 0755':
692 # - it causes special bits like SGID to be ignored,
693 # - it may be too restrictive (some setups expect 775 directories).
694 #
695 # Do not use -m 0755 and let people choose whatever they expect by
696 # setting umask.
697 #
698 # We cannot accept any implementation of `mkdir' that recognizes `-p'.
699 # Some implementations (such as Solaris 8's) are not thread-safe: if a
700 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
701 # concurrently, both version can detect that a/ is missing, but only
702 # one can create it and the other will error out. Consequently we
703 # restrict ourselves to GNU make (using the --version option ensures
704 # this.)
823705 AC_DEFUN([AM_PROG_MKDIR_P],
824 [AC_PREREQ([2.60])dnl
825 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
826 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
827 dnl while keeping a definition of mkdir_p for backward compatibility.
828 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
829 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
830 dnl Makefile.ins that do not define MKDIR_P, so we do our own
831 dnl adjustment using top_builddir (which is defined more often than
832 dnl MKDIR_P).
833 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
834 case $mkdir_p in
835 [[\\/$]]* | ?:[[\\/]]*) ;;
836 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
837 esac
838 ])
706 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
707 # We used to keeping the `.' as first argument, in order to
708 # allow $(mkdir_p) to be used without argument. As in
709 # $(mkdir_p) $(somedir)
710 # where $(somedir) is conditionally defined. However this is wrong
711 # for two reasons:
712 # 1. if the package is installed by a user who cannot write `.'
713 # make install will fail,
714 # 2. the above comment should most certainly read
715 # $(mkdir_p) $(DESTDIR)$(somedir)
716 # so it does not work when $(somedir) is undefined and
717 # $(DESTDIR) is not.
718 # To support the latter case, we have to write
719 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
720 # so the `.' trick is pointless.
721 mkdir_p='mkdir -p --'
722 else
723 # On NextStep and OpenStep, the `mkdir' command does not
724 # recognize any option. It will interpret all options as
725 # directories to create, and then abort because `.' already
726 # exists.
727 for d in ./-p ./--version;
728 do
729 test -d $d && rmdir $d
730 done
731 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
732 if test -f "$ac_aux_dir/mkinstalldirs"; then
733 mkdir_p='$(mkinstalldirs)'
734 else
735 mkdir_p='$(install_sh) -d'
736 fi
737 fi
738 AC_SUBST([mkdir_p])])
839739
840740 # Helper functions for option handling. -*- Autoconf -*-
841741
947847 if test "$cross_compiling" != no; then
948848 AC_CHECK_TOOL([STRIP], [strip], :)
949849 fi
950 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
850 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
951851 AC_SUBST([INSTALL_STRIP_PROGRAM])])
952
953 # Copyright (C) 2006 Free Software Foundation, Inc.
954 #
955 # This file is free software; the Free Software Foundation
956 # gives unlimited permission to copy and/or distribute it,
957 # with or without modifications, as long as this notice is preserved.
958
959 # _AM_SUBST_NOTMAKE(VARIABLE)
960 # ---------------------------
961 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
962 # This macro is traced by Automake.
963 AC_DEFUN([_AM_SUBST_NOTMAKE])
964852
965853 # Check how to create a tarball. -*- Autoconf -*-
966854
652652 INSTALL_PROGRAM
653653 INSTALL_SCRIPT
654654 INSTALL_DATA
655 am__isrc
656655 CYGPATH_W
657656 PACKAGE
658657 VERSION
737736 LDFLAGS
738737 LIBS
739738 CPPFLAGS
740 PKG_CONFIG
741 CAIRO_CFLAGS
742 CAIRO_LIBS
743 GTK_CFLAGS
744 GTK_LIBS
745739 CPP'
746740
747741
13481342 LIBS libraries to pass to the linker, e.g. -l<library>
13491343 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
13501344 you have headers in a nonstandard directory <include dir>
1351 PKG_CONFIG path to pkg-config utility
1352 CAIRO_CFLAGS
1353 C compiler flags for CAIRO, overriding pkg-config
1354 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
1355 GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
1356 GTK_LIBS linker flags for GTK, overriding pkg-config
13571345 CPP C preprocessor
13581346
13591347 Use these variables to override the choices made by `configure' or to help
17881776
17891777
17901778
1791 am__api_version='1.10'
1792
1779 am__api_version="1.9"
17931780 ac_aux_dir=
17941781 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
17951782 if test -f "$ac_dir/install-sh"; then
19721959 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
19731960 fi
19741961
1975 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1976 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1977 if test -z "$MKDIR_P"; then
1978 if test "${ac_cv_path_mkdir+set}" = set; then
1979 echo $ECHO_N "(cached) $ECHO_C" >&6
1980 else
1981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1982 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1983 do
1984 IFS=$as_save_IFS
1985 test -z "$as_dir" && as_dir=.
1986 for ac_prog in mkdir gmkdir; do
1987 for ac_exec_ext in '' $ac_executable_extensions; do
1988 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1989 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1990 'mkdir (GNU coreutils) '* | \
1991 'mkdir (coreutils) '* | \
1992 'mkdir (fileutils) '4.1*)
1993 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1994 break 3;;
1995 esac
1996 done
1997 done
1998 done
1999 IFS=$as_save_IFS
2000
2001 fi
2002
2003 if test "${ac_cv_path_mkdir+set}" = set; then
2004 MKDIR_P="$ac_cv_path_mkdir -p"
1962 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1963 # We used to keeping the `.' as first argument, in order to
1964 # allow $(mkdir_p) to be used without argument. As in
1965 # $(mkdir_p) $(somedir)
1966 # where $(somedir) is conditionally defined. However this is wrong
1967 # for two reasons:
1968 # 1. if the package is installed by a user who cannot write `.'
1969 # make install will fail,
1970 # 2. the above comment should most certainly read
1971 # $(mkdir_p) $(DESTDIR)$(somedir)
1972 # so it does not work when $(somedir) is undefined and
1973 # $(DESTDIR) is not.
1974 # To support the latter case, we have to write
1975 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1976 # so the `.' trick is pointless.
1977 mkdir_p='mkdir -p --'
1978 else
1979 # On NextStep and OpenStep, the `mkdir' command does not
1980 # recognize any option. It will interpret all options as
1981 # directories to create, and then abort because `.' already
1982 # exists.
1983 for d in ./-p ./--version;
1984 do
1985 test -d $d && rmdir $d
1986 done
1987 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1988 if test -f "$ac_aux_dir/mkinstalldirs"; then
1989 mkdir_p='$(mkinstalldirs)'
20051990 else
2006 # As a last resort, use the slow shell script. Don't cache a
2007 # value for MKDIR_P within a source directory, because that will
2008 # break other packages using the cache if that directory is
2009 # removed, or if the value is a relative name.
2010 test -d ./--version && rmdir ./--version
2011 MKDIR_P="$ac_install_sh -d"
1991 mkdir_p='$(install_sh) -d'
20121992 fi
20131993 fi
2014 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2015 echo "${ECHO_T}$MKDIR_P" >&6; }
2016
2017 mkdir_p="$MKDIR_P"
2018 case $mkdir_p in
2019 [\\/$]* | ?:[\\/]*) ;;
2020 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2021 esac
20221994
20231995 for ac_prog in gawk mawk nawk awk
20241996 do
21012073 fi
21022074 rmdir .tst 2>/dev/null
21032075
2104 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2105 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2106 # is not polluted with repeated "-I."
2107 am__isrc=' -I$(srcdir)'
2108 # test to see if srcdir already configured
2109 if test -f $srcdir/config.status; then
2110 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2076 # test to see if srcdir already configured
2077 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2078 test -f $srcdir/config.status; then
2079 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
21112080 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
21122081 { (exit 1); exit 1; }; }
2113 fi
21142082 fi
21152083
21162084 # test whether we have cygpath
21532121
21542122 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
21552123
2156 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2124 install_sh=${install_sh-"$am_aux_dir/install-sh"}
21572125
21582126 # Installed binaries are usually stripped using `strip' when the user
21592127 # run `make install-strip'. However `strip' might not be the right
22572225 fi
22582226
22592227 fi
2260 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2228 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
22612229
22622230 # We need awk for the "check" target. The system "awk" is bad on
22632231 # some platforms.
22862254
22872255 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
22882256 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2289 if test $USE_MAINTAINER_MODE = yes; then
2257
2258
2259 if test $USE_MAINTAINER_MODE = yes; then
22902260 MAINTAINER_MODE_TRUE=
22912261 MAINTAINER_MODE_FALSE='#'
22922262 else
24102380 { echo "$as_me:$LINENO: result: $WIN32" >&5
24112381 echo "${ECHO_T}$WIN32" >&6; }
24122382
2413 if test x$WIN32 = xyes; then
2383
2384
2385 if test x$WIN32 = xyes; then
24142386 WIN32_TRUE=
24152387 WIN32_FALSE='#'
24162388 else
25132485 fi
25142486
25152487
2516 if test x$use_cairo = xyes; then
2488
2489
2490 if test x$use_cairo = xyes; then
25172491 USE_CAIRO_TRUE=
25182492 USE_CAIRO_FALSE='#'
25192493 else
35593533 am_depcomp="$ac_aux_dir/depcomp"
35603534 AMDEPBACKSLASH='\'
35613535 fi
3562 if test "x$enable_dependency_tracking" != xno; then
3536
3537
3538 if test "x$enable_dependency_tracking" != xno; then
35633539 AMDEP_TRUE=
35643540 AMDEP_FALSE='#'
35653541 else
35663542 AMDEP_TRUE='#'
35673543 AMDEP_FALSE=
35683544 fi
3545
35693546
35703547
35713548
36363613 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
36373614 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
36383615 >/dev/null 2>conftest.err &&
3639 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
36403616 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
36413617 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
36423618 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
36663642 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
36673643 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
36683644
3669 if
3645
3646
3647 if
36703648 test "x$enable_dependency_tracking" != xno \
36713649 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
36723650 am__fastdepCC_TRUE=
40714049 echo "${ECHO_T}yes" >&6; }
40724050 have_magick=yes
40734051 fi
4074 if test x$have_magick = xyes; then
4052
4053
4054 if test x$have_magick = xyes; then
40754055 HAVE_MAGICK_TRUE=
40764056 HAVE_MAGICK_FALSE='#'
40774057 else
42244204 if test "$use_cairo" = "yes"; then
42254205
42264206
4227
4228 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4229 if test -n "$ac_tool_prefix"; then
4230 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4231 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
4207 succeeded=no
4208
4209 if test -z "$PKG_CONFIG"; then
4210 # Extract the first word of "pkg-config", so it can be a program name with args.
4211 set dummy pkg-config; ac_word=$2
42324212 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42334213 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42344214 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42544234 done
42554235 IFS=$as_save_IFS
42564236
4237 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
42574238 ;;
42584239 esac
42594240 fi
42674248 fi
42684249
42694250
4270 fi
4271 if test -z "$ac_cv_path_PKG_CONFIG"; then
4272 ac_pt_PKG_CONFIG=$PKG_CONFIG
4273 # Extract the first word of "pkg-config", so it can be a program name with args.
4274 set dummy pkg-config; ac_word=$2
4275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4277 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
4278 echo $ECHO_N "(cached) $ECHO_C" >&6
4279 else
4280 case $ac_pt_PKG_CONFIG in
4281 [\\/]* | ?:[\\/]*)
4282 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4283 ;;
4284 *)
4285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4286 for as_dir in $PATH
4287 do
4288 IFS=$as_save_IFS
4289 test -z "$as_dir" && as_dir=.
4290 for ac_exec_ext in '' $ac_executable_extensions; do
4291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4292 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4294 break 2
42954251 fi
4296 done
4297 done
4298 IFS=$as_save_IFS
4299
4300 ;;
4301 esac
4302 fi
4303 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4304 if test -n "$ac_pt_PKG_CONFIG"; then
4305 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
4306 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
4307 else
4308 { echo "$as_me:$LINENO: result: no" >&5
4309 echo "${ECHO_T}no" >&6; }
4310 fi
4311
4312 if test "x$ac_pt_PKG_CONFIG" = x; then
4313 PKG_CONFIG=""
4252
4253 if test "$PKG_CONFIG" = "no" ; then
4254 echo "*** The pkg-config script could not be found. Make sure it is"
4255 echo "*** in your path, or set the PKG_CONFIG environment variable"
4256 echo "*** to the full path to pkg-config."
4257 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
43144258 else
4315 case $cross_compiling:$ac_tool_warned in
4316 yes:)
4317 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4318 whose name does not start with the host triplet. If you think this
4319 configuration is useful to you, please write to autoconf@gnu.org." >&5
4320 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4321 whose name does not start with the host triplet. If you think this
4322 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4323 ac_tool_warned=yes ;;
4324 esac
4325 PKG_CONFIG=$ac_pt_PKG_CONFIG
4259 PKG_CONFIG_MIN_VERSION=0.9.0
4260 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
4261 { echo "$as_me:$LINENO: checking for cairo >= 1.2.0" >&5
4262 echo $ECHO_N "checking for cairo >= 1.2.0... $ECHO_C" >&6; }
4263
4264 if $PKG_CONFIG --exists "cairo >= 1.2.0" ; then
4265 { echo "$as_me:$LINENO: result: yes" >&5
4266 echo "${ECHO_T}yes" >&6; }
4267 succeeded=yes
4268
4269 { echo "$as_me:$LINENO: checking CAIRO_CFLAGS" >&5
4270 echo $ECHO_N "checking CAIRO_CFLAGS... $ECHO_C" >&6; }
4271 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.2.0"`
4272 { echo "$as_me:$LINENO: result: $CAIRO_CFLAGS" >&5
4273 echo "${ECHO_T}$CAIRO_CFLAGS" >&6; }
4274
4275 { echo "$as_me:$LINENO: checking CAIRO_LIBS" >&5
4276 echo $ECHO_N "checking CAIRO_LIBS... $ECHO_C" >&6; }
4277 CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.2.0"`
4278 { echo "$as_me:$LINENO: result: $CAIRO_LIBS" >&5
4279 echo "${ECHO_T}$CAIRO_LIBS" >&6; }
4280 else
4281 CAIRO_CFLAGS=""
4282 CAIRO_LIBS=""
4283 ## If we have a custom action on failure, don't print errors, but
4284 ## do set a variable so people can do so.
4285 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo >= 1.2.0"`
4286
4287 fi
4288
4289
4290
4291 else
4292 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
4293 echo "*** See http://www.freedesktop.org/software/pkgconfig"
4294 fi
43264295 fi
4327 else
4328 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4329 fi
4330
4331 fi
4332 if test -n "$PKG_CONFIG"; then
4333 _pkg_min_version=0.9.0
4334 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
4335 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
4336 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
4337 { echo "$as_me:$LINENO: result: yes" >&5
4338 echo "${ECHO_T}yes" >&6; }
4339 else
4340 { echo "$as_me:$LINENO: result: no" >&5
4341 echo "${ECHO_T}no" >&6; }
4342 PKG_CONFIG=""
4343 fi
4344
4345 fi
4346
4347 pkg_failed=no
4348 { echo "$as_me:$LINENO: checking for CAIRO" >&5
4349 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
4350
4351 if test -n "$PKG_CONFIG"; then
4352 if test -n "$CAIRO_CFLAGS"; then
4353 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
4354 else
4355 if test -n "$PKG_CONFIG" && \
4356 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.2.0\"") >&5
4357 ($PKG_CONFIG --exists --print-errors "cairo >= 1.2.0") 2>&5
4358 ac_status=$?
4359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); }; then
4361 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.2.0" 2>/dev/null`
4362 else
4363 pkg_failed=yes
4364 fi
4365 fi
4366 else
4367 pkg_failed=untried
4368 fi
4369 if test -n "$PKG_CONFIG"; then
4370 if test -n "$CAIRO_LIBS"; then
4371 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
4372 else
4373 if test -n "$PKG_CONFIG" && \
4374 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.2.0\"") >&5
4375 ($PKG_CONFIG --exists --print-errors "cairo >= 1.2.0") 2>&5
4376 ac_status=$?
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); }; then
4379 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.2.0" 2>/dev/null`
4380 else
4381 pkg_failed=yes
4382 fi
4383 fi
4384 else
4385 pkg_failed=untried
4386 fi
4387
4388
4389
4390 if test $pkg_failed = yes; then
4391
4392 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4393 _pkg_short_errors_supported=yes
4394 else
4395 _pkg_short_errors_supported=no
4396 fi
4397 if test $_pkg_short_errors_supported = yes; then
4398 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo >= 1.2.0"`
4399 else
4400 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo >= 1.2.0"`
4401 fi
4402 # Put the nasty error message in config.log where it belongs
4403 echo "$CAIRO_PKG_ERRORS" >&5
4404
4405 { echo "$as_me:$LINENO: result: no" >&5
4406 echo "${ECHO_T}no" >&6; }
4407 { { echo "$as_me:$LINENO: error:
4296
4297 if test $succeeded = yes; then
4298 :
4299 else
4300 { { echo "$as_me:$LINENO: error:
44084301 *** Cairo > 1.2.0 required but not found. Please install first or if
44094302 you wish to use the old GDK rendering (with possible loss of some
44104303 functionality) then use the --disable-cairo argument to configure ***
44184311 $CAIRO_PKG_ERRORS" >&2;}
44194312 { (exit 1); exit 1; }; }
44204313
4421 elif test $pkg_failed = untried; then
4422 { { echo "$as_me:$LINENO: error:
4423 *** Cairo > 1.2.0 required but not found. Please install first or if
4424 you wish to use the old GDK rendering (with possible loss of some
4425 functionality) then use the --disable-cairo argument to configure ***
4426 Please review the following errors:
4427 $CAIRO_PKG_ERRORS" >&5
4428 echo "$as_me: error:
4429 *** Cairo > 1.2.0 required but not found. Please install first or if
4430 you wish to use the old GDK rendering (with possible loss of some
4431 functionality) then use the --disable-cairo argument to configure ***
4432 Please review the following errors:
4433 $CAIRO_PKG_ERRORS" >&2;}
4434 { (exit 1); exit 1; }; }
4435
4436 else
4437 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
4438 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
4439 { echo "$as_me:$LINENO: result: yes" >&5
4314 fi
4315
4316
4317 CAIRO_VER=`$PKG_CONFIG cairo --modversion`
4318 else
4319 CAIRO_VER="N/A"
4320 fi
4321
4322
4323 succeeded=no
4324
4325 if test -z "$PKG_CONFIG"; then
4326 # Extract the first word of "pkg-config", so it can be a program name with args.
4327 set dummy pkg-config; ac_word=$2
4328 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4329 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4330 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
4331 echo $ECHO_N "(cached) $ECHO_C" >&6
4332 else
4333 case $PKG_CONFIG in
4334 [\\/]* | ?:[\\/]*)
4335 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4336 ;;
4337 *)
4338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4339 for as_dir in $PATH
4340 do
4341 IFS=$as_save_IFS
4342 test -z "$as_dir" && as_dir=.
4343 for ac_exec_ext in '' $ac_executable_extensions; do
4344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4345 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4347 break 2
4348 fi
4349 done
4350 done
4351 IFS=$as_save_IFS
4352
4353 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
4354 ;;
4355 esac
4356 fi
4357 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4358 if test -n "$PKG_CONFIG"; then
4359 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4360 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4361 else
4362 { echo "$as_me:$LINENO: result: no" >&5
4363 echo "${ECHO_T}no" >&6; }
4364 fi
4365
4366
4367 fi
4368
4369 if test "$PKG_CONFIG" = "no" ; then
4370 echo "*** The pkg-config script could not be found. Make sure it is"
4371 echo "*** in your path, or set the PKG_CONFIG environment variable"
4372 echo "*** to the full path to pkg-config."
4373 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
4374 else
4375 PKG_CONFIG_MIN_VERSION=0.9.0
4376 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
4377 { echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.4.0" >&5
4378 echo $ECHO_N "checking for gtk+-2.0 >= 2.4.0... $ECHO_C" >&6; }
4379
4380 if $PKG_CONFIG --exists "gtk+-2.0 >= 2.4.0" ; then
4381 { echo "$as_me:$LINENO: result: yes" >&5
44404382 echo "${ECHO_T}yes" >&6; }
4441 :
4442 fi
4443
4444 CAIRO_VER=`$PKG_CONFIG cairo --modversion`
4445 else
4446 CAIRO_VER="N/A"
4447 fi
4448
4449
4450 pkg_failed=no
4451 { echo "$as_me:$LINENO: checking for GTK" >&5
4452 echo $ECHO_N "checking for GTK... $ECHO_C" >&6; }
4453
4454 if test -n "$PKG_CONFIG"; then
4455 if test -n "$GTK_CFLAGS"; then
4456 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
4457 else
4458 if test -n "$PKG_CONFIG" && \
4459 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.4.0\"") >&5
4460 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0") 2>&5
4461 ac_status=$?
4462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4463 (exit $ac_status); }; then
4464 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4.0" 2>/dev/null`
4465 else
4466 pkg_failed=yes
4467 fi
4468 fi
4469 else
4470 pkg_failed=untried
4471 fi
4472 if test -n "$PKG_CONFIG"; then
4473 if test -n "$GTK_LIBS"; then
4474 pkg_cv_GTK_LIBS="$GTK_LIBS"
4475 else
4476 if test -n "$PKG_CONFIG" && \
4477 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.4.0\"") >&5
4478 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0") 2>&5
4479 ac_status=$?
4480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481 (exit $ac_status); }; then
4482 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4.0" 2>/dev/null`
4483 else
4484 pkg_failed=yes
4485 fi
4486 fi
4487 else
4488 pkg_failed=untried
4489 fi
4490
4491
4492
4493 if test $pkg_failed = yes; then
4494
4495 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4496 _pkg_short_errors_supported=yes
4497 else
4498 _pkg_short_errors_supported=no
4499 fi
4500 if test $_pkg_short_errors_supported = yes; then
4501 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4.0"`
4383 succeeded=yes
4384
4385 { echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
4386 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6; }
4387 GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4.0"`
4388 { echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
4389 echo "${ECHO_T}$GTK_CFLAGS" >&6; }
4390
4391 { echo "$as_me:$LINENO: checking GTK_LIBS" >&5
4392 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6; }
4393 GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4.0"`
4394 { echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
4395 echo "${ECHO_T}$GTK_LIBS" >&6; }
45024396 else
4503 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4.0"`
4397 GTK_CFLAGS=""
4398 GTK_LIBS=""
4399 ## If we have a custom action on failure, don't print errors, but
4400 ## do set a variable so people can do so.
4401 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4.0"`
4402
45044403 fi
4505 # Put the nasty error message in config.log where it belongs
4506 echo "$GTK_PKG_ERRORS" >&5
4507
4508 { echo "$as_me:$LINENO: result: no" >&5
4509 echo "${ECHO_T}no" >&6; }
4510 { { echo "$as_me:$LINENO: error:
4404
4405
4406
4407 else
4408 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
4409 echo "*** See http://www.freedesktop.org/software/pkgconfig"
4410 fi
4411 fi
4412
4413 if test $succeeded = yes; then
4414 :
4415 else
4416 { { echo "$as_me:$LINENO: error:
45114417 *** GTK >= 2.4.0 is required but was not found. Please review
45124418 the following errors:
45134419 $GTK_PKG_ERRORS" >&5
45174423 $GTK_PKG_ERRORS" >&2;}
45184424 { (exit 1); exit 1; }; }
45194425
4520 elif test $pkg_failed = untried; then
4521 { { echo "$as_me:$LINENO: error:
4522 *** GTK >= 2.4.0 is required but was not found. Please review
4523 the following errors:
4524 $GTK_PKG_ERRORS" >&5
4525 echo "$as_me: error:
4526 *** GTK >= 2.4.0 is required but was not found. Please review
4527 the following errors:
4528 $GTK_PKG_ERRORS" >&2;}
4529 { (exit 1); exit 1; }; }
4530
4531 else
4532 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
4533 GTK_LIBS=$pkg_cv_GTK_LIBS
4534 { echo "$as_me:$LINENO: result: yes" >&5
4535 echo "${ECHO_T}yes" >&6; }
4536 :
4537 fi
4426 fi
4427
45384428
45394429 GTK_VER=`$PKG_CONFIG gtk+-2.0 --modversion`
45404430
64346324 ac_pwd='$ac_pwd'
64356325 srcdir='$srcdir'
64366326 INSTALL='$INSTALL'
6437 MKDIR_P='$MKDIR_P'
64386327 _ACEOF
64396328
64406329 cat >>$CONFIG_STATUS <<\_ACEOF
66706559 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
66716560 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
66726561 INSTALL_DATA!$INSTALL_DATA$ac_delim
6673 am__isrc!$am__isrc$ac_delim
66746562 CYGPATH_W!$CYGPATH_W$ac_delim
66756563 PACKAGE!$PACKAGE$ac_delim
66766564 VERSION!$VERSION$ac_delim
67276615 IM_CONVERT!$IM_CONVERT$ac_delim
67286616 IM_DISPLAY!$IM_DISPLAY$ac_delim
67296617 IM_MONTAGE!$IM_MONTAGE$ac_delim
6618 HAVE_MAGICK_TRUE!$HAVE_MAGICK_TRUE$ac_delim
67306619 _ACEOF
67316620
67326621 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
67686657 ac_delim='%!_!# '
67696658 for ac_last_try in false false false false false :; do
67706659 cat >conf$$subs.sed <<_ACEOF
6771 HAVE_MAGICK_TRUE!$HAVE_MAGICK_TRUE$ac_delim
67726660 HAVE_MAGICK_FALSE!$HAVE_MAGICK_FALSE$ac_delim
67736661 PKG_CONFIG!$PKG_CONFIG$ac_delim
67746662 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
70166904 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
70176905 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
70186906 esac
7019 ac_MKDIR_P=$MKDIR_P
7020 case $MKDIR_P in
7021 [\\/$]* | ?:[\\/]* ) ;;
7022 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7023 esac
70246907 _ACEOF
70256908
70266909 cat >>$CONFIG_STATUS <<\_ACEOF
70746957 s&@abs_builddir@&$ac_abs_builddir&;t t
70756958 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
70766959 s&@INSTALL@&$ac_INSTALL&;t t
7077 s&@MKDIR_P@&$ac_MKDIR_P&;t t
70786960 $ac_datarootdir_hack
70796961 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
70806962
72397121 # some people rename them; so instead we look at the file content.
72407122 # Grep'ing the first line is not enough: some people post-process
72417123 # each Makefile.in and add a new line on top of each file to say so.
7242 # Grep'ing the whole file is not good either: AIX grep has a line
7243 # limit of 2048, but all sed's we know have understand at least 4000.
7244 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
7124 # So let's grep whole file.
7125 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
72457126 dirpart=`$as_dirname -- "$mf" ||
72467127 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
72477128 X"$mf" : 'X\(//\)[^/]' \| \
0 gerbv (2.0.1-1) unstable; urgency=low
1
2 * New upstream release
3
4 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org> Sun, 10 Feb 2008 19:57:33 +0530
5
06 gerbv (2.0.0-5) unstable; urgency=low
17
28 * debian/rules: More cleanups. It does not delete the config.* files
1010 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
1111 cp -f /usr/share/misc/config.guess config.guess
1212 endif
13 ./configure --prefix=/usr --enable-exportpng
13 ./configure --prefix=/usr --enable-exportpng --disable-update-desktop-database
1414
1515 build: build-stamp
1616 build-stamp: config.status
4747 cp desktop/gerbv.png debian/gerbv/usr/share/pixmaps/
4848 cp desktop/gerbv.desktop debian/gerbv/usr/share/applications/
4949
50 dh_desktop
5051 dh_installdocs AUTHORS README TODO doc/*.txt
5152 dh_installexamples example/*
5253 dh_installchangelogs ChangeLog
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1919 pkgdatadir = $(datadir)/@PACKAGE@
2020 pkglibdir = $(libdir)/@PACKAGE@
2121 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
2223 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2325 install_sh_DATA = $(install_sh) -c -m 644
2426 install_sh_PROGRAM = $(install_sh) -c
2527 install_sh_SCRIPT = $(install_sh) -c
5658 DATA = $(dist_desktop_DATA)
5759 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5860 ACLOCAL = @ACLOCAL@
61 AMDEP_FALSE = @AMDEP_FALSE@
62 AMDEP_TRUE = @AMDEP_TRUE@
5963 AMTAR = @AMTAR@
6064 AUTOCONF = @AUTOCONF@
6165 AUTOHEADER = @AUTOHEADER@
9094 IM_CONVERT = @IM_CONVERT@
9195 IM_DISPLAY = @IM_DISPLAY@
9296 IM_MONTAGE = @IM_MONTAGE@
93 INSTALL = @INSTALL@
9497 INSTALL_DATA = @INSTALL_DATA@
9598 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9699 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101104 LIBS = @LIBS@
102105 LTLIBOBJS = @LTLIBOBJS@
103106 MAINT = @MAINT@
107 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
108 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
104109 MAKEINFO = @MAKEINFO@
105 MKDIR_P = @MKDIR_P@
106110 OBJEXT = @OBJEXT@
107111 PACKAGE = @PACKAGE@
108112 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125129 WIN32_TRUE = @WIN32_TRUE@
126130 XDGDATADIR = @XDGDATADIR@
127131 ac_ct_CC = @ac_ct_CC@
132 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
128134 am__include = @am__include@
129135 am__leading_dot = @am__leading_dot@
130136 am__quote = @am__quote@
136142 build_cpu = @build_cpu@
137143 build_os = @build_os@
138144 build_vendor = @build_vendor@
139 builddir = @builddir@
140145 datadir = @datadir@
141146 datarootdir = @datarootdir@
142147 docdir = @docdir@
164169 psdir = @psdir@
165170 sbindir = @sbindir@
166171 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168172 sysconfdir = @sysconfdir@
169173 target_alias = @target_alias@
170174 theme = hicolor
255259
256260
257261 distdir: $(DISTFILES)
258 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
259 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
260 list='$(DISTFILES)'; \
261 dist_files=`for file in $$list; do echo $$file; done | \
262 sed -e "s|^$$srcdirstrip/||;t" \
263 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
264 case $$dist_files in \
265 */*) $(MKDIR_P) `echo "$$dist_files" | \
266 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
267 sort -u` ;; \
268 esac; \
269 for file in $$dist_files; do \
262 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
263 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
264 list='$(DISTFILES)'; for file in $$list; do \
265 case $$file in \
266 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
267 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
268 esac; \
270269 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
270 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
271 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
272 dir="/$$dir"; \
273 $(mkdir_p) "$(distdir)$$dir"; \
274 else \
275 dir=''; \
276 fi; \
271277 if test -d $$d/$$file; then \
272 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
273278 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
274279 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
275280 fi; \
335340 @$(NORMAL_INSTALL)
336341 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
337342
338 install-dvi: install-dvi-am
339
340343 install-exec-am:
341344
342 install-html: install-html-am
343
344345 install-info: install-info-am
345346
346347 install-man:
347
348 install-pdf: install-pdf-am
349
350 install-ps: install-ps-am
351348
352349 installcheck-am:
353350
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4549 html-recursive info-recursive install-data-recursive \
46 install-dvi-recursive install-exec-recursive \
47 install-html-recursive install-info-recursive \
48 install-pdf-recursive install-ps-recursive install-recursive \
49 installcheck-recursive installdirs-recursive pdf-recursive \
50 ps-recursive uninstall-recursive
51 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
52 distclean-recursive maintainer-clean-recursive
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
5354 ETAGS = etags
5455 CTAGS = ctags
5556 DIST_SUBDIRS = $(SUBDIRS)
5657 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5758 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
5861 AMTAR = @AMTAR@
5962 AUTOCONF = @AUTOCONF@
6063 AUTOHEADER = @AUTOHEADER@
8992 IM_CONVERT = @IM_CONVERT@
9093 IM_DISPLAY = @IM_DISPLAY@
9194 IM_MONTAGE = @IM_MONTAGE@
92 INSTALL = @INSTALL@
9395 INSTALL_DATA = @INSTALL_DATA@
9496 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9597 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100102 LIBS = @LIBS@
101103 LTLIBOBJS = @LTLIBOBJS@
102104 MAINT = @MAINT@
105 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
106 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
103107 MAKEINFO = @MAKEINFO@
104 MKDIR_P = @MKDIR_P@
105108 OBJEXT = @OBJEXT@
106109 PACKAGE = @PACKAGE@
107110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124127 WIN32_TRUE = @WIN32_TRUE@
125128 XDGDATADIR = @XDGDATADIR@
126129 ac_ct_CC = @ac_ct_CC@
130 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
127132 am__include = @am__include@
128133 am__leading_dot = @am__leading_dot@
129134 am__quote = @am__quote@
135140 build_cpu = @build_cpu@
136141 build_os = @build_os@
137142 build_vendor = @build_vendor@
138 builddir = @builddir@
139143 datadir = @datadir@
140144 datarootdir = @datarootdir@
141145 docdir = @docdir@
163167 psdir = @psdir@
164168 sbindir = @sbindir@
165169 sharedstatedir = @sharedstatedir@
166 srcdir = @srcdir@
167170 sysconfdir = @sysconfdir@
168171 target_alias = @target_alias@
169 top_builddir = @top_builddir@
170 top_srcdir = @top_srcdir@
171172 SUBDIRS = PNG-print eagle html
172173 EXTRA_DIST = Doxyfile.nopreprocessing aperturemacro.txt sources.txt image2pixmap.fig projectfiles.txt
173174 MOSTLYCLEANFILES = *~
203204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204205 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
205206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207 uninstall-info-am:
206208
207209 # This directory's subdirectories are mostly independent; you can cd
208210 # into them and run `make' without going through this Makefile.
235237 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
236238 fi; test -z "$$fail"
237239
238 $(RECURSIVE_CLEAN_TARGETS):
240 mostlyclean-recursive clean-recursive distclean-recursive \
241 maintainer-clean-recursive:
239242 @failcom='exit 1'; \
240243 for f in x $$MAKEFLAGS; do \
241244 case $$f in \
336339 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
337340
338341 distdir: $(DISTFILES)
339 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
340 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341 list='$(DISTFILES)'; \
342 dist_files=`for file in $$list; do echo $$file; done | \
343 sed -e "s|^$$srcdirstrip/||;t" \
344 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
345 case $$dist_files in \
346 */*) $(MKDIR_P) `echo "$$dist_files" | \
347 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
348 sort -u` ;; \
349 esac; \
350 for file in $$dist_files; do \
342 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
343 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
344 list='$(DISTFILES)'; for file in $$list; do \
345 case $$file in \
346 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
347 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
348 esac; \
351349 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352 dir="/$$dir"; \
353 $(mkdir_p) "$(distdir)$$dir"; \
354 else \
355 dir=''; \
356 fi; \
352357 if test -d $$d/$$file; then \
353 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
354358 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
355359 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
356360 fi; \
364368 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
365369 if test "$$subdir" = .; then :; else \
366370 test -d "$(distdir)/$$subdir" \
367 || $(MKDIR_P) "$(distdir)/$$subdir" \
371 || $(mkdir_p) "$(distdir)/$$subdir" \
368372 || exit 1; \
369373 distdir=`$(am__cd) $(distdir) && pwd`; \
370374 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
372376 $(MAKE) $(AM_MAKEFLAGS) \
373377 top_distdir="$$top_distdir" \
374378 distdir="$$distdir/$$subdir" \
375 am__remove_distdir=: \
376 am__skip_length_check=: \
377379 distdir) \
378380 || exit 1; \
379381 fi; \
428430
429431 install-data-am:
430432
431 install-dvi: install-dvi-recursive
432
433433 install-exec-am:
434434
435 install-html: install-html-recursive
436
437435 install-info: install-info-recursive
438436
439437 install-man:
440
441 install-pdf: install-pdf-recursive
442
443 install-ps: install-ps-recursive
444438
445439 installcheck-am:
446440
460454
461455 ps-am:
462456
463 uninstall-am:
464
465 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
466 install-strip
467
468 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
469 all all-am check check-am clean clean-generic ctags \
470 ctags-recursive distclean distclean-generic distclean-tags \
457 uninstall-am: uninstall-info-am
458
459 uninstall-info: uninstall-info-recursive
460
461 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
462 clean clean-generic clean-recursive ctags ctags-recursive \
463 distclean distclean-generic distclean-recursive distclean-tags \
471464 distdir dvi dvi-am html html-am info info-am install \
472 install-am install-data install-data-am install-dvi \
473 install-dvi-am install-exec install-exec-am install-html \
474 install-html-am install-info install-info-am install-man \
475 install-pdf install-pdf-am install-ps install-ps-am \
465 install-am install-data install-data-am install-exec \
466 install-exec-am install-info install-info-am install-man \
476467 install-strip installcheck installcheck-am installdirs \
477468 installdirs-am maintainer-clean maintainer-clean-generic \
478 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
479 tags-recursive uninstall uninstall-am
469 maintainer-clean-recursive mostlyclean mostlyclean-generic \
470 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
471 uninstall uninstall-am uninstall-info-am
480472
481473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
482474 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = gimp-window.jpg PNGPrintMiniHowto.txt
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = eagle2exc.pl eagle2exc.txt
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 INFO = doxygen ../Doxygen.nopreprocessing
160164 EXTRA_DIST =
161165 MOSTLYCLEANFILES = *~
191195 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192196 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
193197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198 uninstall-info-am:
194199 tags: TAGS
195200 TAGS:
196201
199204
200205
201206 distdir: $(DISTFILES)
202 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
204 list='$(DISTFILES)'; \
205 dist_files=`for file in $$list; do echo $$file; done | \
206 sed -e "s|^$$srcdirstrip/||;t" \
207 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
208 case $$dist_files in \
209 */*) $(MKDIR_P) `echo "$$dist_files" | \
210 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
211 sort -u` ;; \
212 esac; \
213 for file in $$dist_files; do \
207 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
208 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
209 list='$(DISTFILES)'; for file in $$list; do \
210 case $$file in \
211 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
212 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
213 esac; \
214214 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
215 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
216 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
217 dir="/$$dir"; \
218 $(mkdir_p) "$(distdir)$$dir"; \
219 else \
220 dir=''; \
221 fi; \
215222 if test -d $$d/$$file; then \
216 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
217223 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
218224 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
219225 fi; \
273279
274280 install-data-am:
275281
276 install-dvi: install-dvi-am
277
278282 install-exec-am:
279283
280 install-html: install-html-am
281
282284 install-info: install-info-am
283285
284286 install-man:
285
286 install-pdf: install-pdf-am
287
288 install-ps: install-ps-am
289287
290288 installcheck-am:
291289
305303
306304 ps-am:
307305
308 uninstall-am:
309
310 .MAKE: install-am install-strip
306 uninstall-am: uninstall-info-am
311307
312308 .PHONY: all all-am check check-am clean clean-generic distclean \
313309 distclean-generic distdir dvi dvi-am html html-am info info-am \
314 install install-am install-data install-data-am install-dvi \
315 install-dvi-am install-exec install-exec-am install-html \
316 install-html-am install-info install-info-am install-man \
317 install-pdf install-pdf-am install-ps install-ps-am \
310 install install-am install-data install-data-am install-exec \
311 install-exec-am install-info install-info-am install-man \
318312 install-strip installcheck installcheck-am installdirs \
319313 maintainer-clean maintainer-clean-generic mostlyclean \
320 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
314 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
315 uninstall-info-am
321316
322317 # Tell versions [3.59,3.63) of GNU make to not export all variables.
323318 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4549 html-recursive info-recursive install-data-recursive \
46 install-dvi-recursive install-exec-recursive \
47 install-html-recursive install-info-recursive \
48 install-pdf-recursive install-ps-recursive install-recursive \
49 installcheck-recursive installdirs-recursive pdf-recursive \
50 ps-recursive uninstall-recursive
51 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
52 distclean-recursive maintainer-clean-recursive
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
5354 ETAGS = etags
5455 CTAGS = ctags
5556 DIST_SUBDIRS = $(SUBDIRS)
5657 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5758 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
5861 AMTAR = @AMTAR@
5962 AUTOCONF = @AUTOCONF@
6063 AUTOHEADER = @AUTOHEADER@
8992 IM_CONVERT = @IM_CONVERT@
9093 IM_DISPLAY = @IM_DISPLAY@
9194 IM_MONTAGE = @IM_MONTAGE@
92 INSTALL = @INSTALL@
9395 INSTALL_DATA = @INSTALL_DATA@
9496 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9597 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100102 LIBS = @LIBS@
101103 LTLIBOBJS = @LTLIBOBJS@
102104 MAINT = @MAINT@
105 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
106 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
103107 MAKEINFO = @MAKEINFO@
104 MKDIR_P = @MKDIR_P@
105108 OBJEXT = @OBJEXT@
106109 PACKAGE = @PACKAGE@
107110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124127 WIN32_TRUE = @WIN32_TRUE@
125128 XDGDATADIR = @XDGDATADIR@
126129 ac_ct_CC = @ac_ct_CC@
130 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
127132 am__include = @am__include@
128133 am__leading_dot = @am__leading_dot@
129134 am__quote = @am__quote@
135140 build_cpu = @build_cpu@
136141 build_os = @build_os@
137142 build_vendor = @build_vendor@
138 builddir = @builddir@
139143 datadir = @datadir@
140144 datarootdir = @datarootdir@
141145 docdir = @docdir@
163167 psdir = @psdir@
164168 sbindir = @sbindir@
165169 sharedstatedir = @sharedstatedir@
166 srcdir = @srcdir@
167170 sysconfdir = @sysconfdir@
168171 target_alias = @target_alias@
169 top_builddir = @top_builddir@
170 top_srcdir = @top_srcdir@
171172 SUBDIRS = am-test cslk dan eaglecad1 ekf2 exposure jj Mentor-BoardStation nollezappare \
172173 numpres orcad pick-and-place polarity thermal trailing
173174
204205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205206 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
206207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 uninstall-info-am:
207209
208210 # This directory's subdirectories are mostly independent; you can cd
209211 # into them and run `make' without going through this Makefile.
236238 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
237239 fi; test -z "$$fail"
238240
239 $(RECURSIVE_CLEAN_TARGETS):
241 mostlyclean-recursive clean-recursive distclean-recursive \
242 maintainer-clean-recursive:
240243 @failcom='exit 1'; \
241244 for f in x $$MAKEFLAGS; do \
242245 case $$f in \
337340 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338341
339342 distdir: $(DISTFILES)
340 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342 list='$(DISTFILES)'; \
343 dist_files=`for file in $$list; do echo $$file; done | \
344 sed -e "s|^$$srcdirstrip/||;t" \
345 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346 case $$dist_files in \
347 */*) $(MKDIR_P) `echo "$$dist_files" | \
348 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349 sort -u` ;; \
350 esac; \
351 for file in $$dist_files; do \
343 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
345 list='$(DISTFILES)'; for file in $$list; do \
346 case $$file in \
347 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
348 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
349 esac; \
352350 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
351 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
352 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
353 dir="/$$dir"; \
354 $(mkdir_p) "$(distdir)$$dir"; \
355 else \
356 dir=''; \
357 fi; \
353358 if test -d $$d/$$file; then \
354 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
356360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
357361 fi; \
365369 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
366370 if test "$$subdir" = .; then :; else \
367371 test -d "$(distdir)/$$subdir" \
368 || $(MKDIR_P) "$(distdir)/$$subdir" \
372 || $(mkdir_p) "$(distdir)/$$subdir" \
369373 || exit 1; \
370374 distdir=`$(am__cd) $(distdir) && pwd`; \
371375 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
373377 $(MAKE) $(AM_MAKEFLAGS) \
374378 top_distdir="$$top_distdir" \
375379 distdir="$$distdir/$$subdir" \
376 am__remove_distdir=: \
377 am__skip_length_check=: \
378380 distdir) \
379381 || exit 1; \
380382 fi; \
429431
430432 install-data-am:
431433
432 install-dvi: install-dvi-recursive
433
434434 install-exec-am:
435435
436 install-html: install-html-recursive
437
438436 install-info: install-info-recursive
439437
440438 install-man:
441
442 install-pdf: install-pdf-recursive
443
444 install-ps: install-ps-recursive
445439
446440 installcheck-am:
447441
461455
462456 ps-am:
463457
464 uninstall-am:
465
466 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
467 install-strip
468
469 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
470 all all-am check check-am clean clean-generic ctags \
471 ctags-recursive distclean distclean-generic distclean-tags \
458 uninstall-am: uninstall-info-am
459
460 uninstall-info: uninstall-info-recursive
461
462 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
463 clean clean-generic clean-recursive ctags ctags-recursive \
464 distclean distclean-generic distclean-recursive distclean-tags \
472465 distdir dvi dvi-am html html-am info info-am install \
473 install-am install-data install-data-am install-dvi \
474 install-dvi-am install-exec install-exec-am install-html \
475 install-html-am install-info install-info-am install-man \
476 install-pdf install-pdf-am install-ps install-ps-am \
466 install-am install-data install-data-am install-exec \
467 install-exec-am install-info install-info-am install-man \
477468 install-strip installcheck installcheck-am installdirs \
478469 installdirs-am maintainer-clean maintainer-clean-generic \
479 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
480 tags-recursive uninstall uninstall-am
470 maintainer-clean-recursive mostlyclean mostlyclean-generic \
471 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
472 uninstall uninstall-am uninstall-info-am
481473
482474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
483475 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = artwork_1.grb README.txt
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = am-test.gbx
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = cslk.gbx cslk.ps README.txt
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt top.gbx top_sr.gbx
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = top-cop.gbx top-cop.pdf
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt l0.grb l1.grb l2.grb l3.grb l4.grb l5.grb \
160164 stp0.grb stp1.grb d1.grb resplan.grb gnd.grb pow.grb pow3.grb \
161165 sieb0.grb sieb1.grb drill0.exc drill1.exc drill20.exc drill30.exc
193197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194198 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
195199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
200 uninstall-info-am:
196201 tags: TAGS
197202 TAGS:
198203
201206
202207
203208 distdir: $(DISTFILES)
204 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
205 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
206 list='$(DISTFILES)'; \
207 dist_files=`for file in $$list; do echo $$file; done | \
208 sed -e "s|^$$srcdirstrip/||;t" \
209 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
210 case $$dist_files in \
211 */*) $(MKDIR_P) `echo "$$dist_files" | \
212 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
213 sort -u` ;; \
214 esac; \
215 for file in $$dist_files; do \
209 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
210 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
211 list='$(DISTFILES)'; for file in $$list; do \
212 case $$file in \
213 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
214 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
215 esac; \
216216 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
217 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
219 dir="/$$dir"; \
220 $(mkdir_p) "$(distdir)$$dir"; \
221 else \
222 dir=''; \
223 fi; \
217224 if test -d $$d/$$file; then \
218 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
219225 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
220226 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
221227 fi; \
275281
276282 install-data-am:
277283
278 install-dvi: install-dvi-am
279
280284 install-exec-am:
281285
282 install-html: install-html-am
283
284286 install-info: install-info-am
285287
286288 install-man:
287
288 install-pdf: install-pdf-am
289
290 install-ps: install-ps-am
291289
292290 installcheck-am:
293291
307305
308306 ps-am:
309307
310 uninstall-am:
311
312 .MAKE: install-am install-strip
308 uninstall-am: uninstall-info-am
313309
314310 .PHONY: all all-am check check-am clean clean-generic distclean \
315311 distclean-generic distdir dvi dvi-am html html-am info info-am \
316 install install-am install-data install-data-am install-dvi \
317 install-dvi-am install-exec install-exec-am install-html \
318 install-html-am install-info install-info-am install-man \
319 install-pdf install-pdf-am install-ps install-ps-am \
312 install install-am install-data install-data-am install-exec \
313 install-exec-am install-info install-info-am install-man \
320314 install-strip installcheck installcheck-am installdirs \
321315 maintainer-clean maintainer-clean-generic mostlyclean \
322 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
316 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
317 uninstall-info-am
323318
324319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325320 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt example.grb example.jpg
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = l1-1.grb l1-2.grb l1-3.grb l1-orig.grb README.txt
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = AssemblyTop.gdo ThruHolePlated.ncd EtchLayer2Bottom.gdo
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = numpres.pcb.output_group1.grb numpres.pcb.output_group2.grb \
160164 numpres.pcb numpres.pcb.output_plated-drill.grb \
161165 numpres.pcb.output_componentmask.grb numpres.pcb.output_soldermask.grb \
194198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195199 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
196200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201 uninstall-info-am:
197202 tags: TAGS
198203 TAGS:
199204
202207
203208
204209 distdir: $(DISTFILES)
205 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
206 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
207 list='$(DISTFILES)'; \
208 dist_files=`for file in $$list; do echo $$file; done | \
209 sed -e "s|^$$srcdirstrip/||;t" \
210 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
211 case $$dist_files in \
212 */*) $(MKDIR_P) `echo "$$dist_files" | \
213 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
214 sort -u` ;; \
215 esac; \
216 for file in $$dist_files; do \
210 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
211 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
212 list='$(DISTFILES)'; for file in $$list; do \
213 case $$file in \
214 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
215 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
216 esac; \
217217 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
218 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
219 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
220 dir="/$$dir"; \
221 $(mkdir_p) "$(distdir)$$dir"; \
222 else \
223 dir=''; \
224 fi; \
218225 if test -d $$d/$$file; then \
219 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
220226 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
221227 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222228 fi; \
276282
277283 install-data-am:
278284
279 install-dvi: install-dvi-am
280
281285 install-exec-am:
282286
283 install-html: install-html-am
284
285287 install-info: install-info-am
286288
287289 install-man:
288
289 install-pdf: install-pdf-am
290
291 install-ps: install-ps-am
292290
293291 installcheck-am:
294292
308306
309307 ps-am:
310308
311 uninstall-am:
312
313 .MAKE: install-am install-strip
309 uninstall-am: uninstall-info-am
314310
315311 .PHONY: all all-am check check-am clean clean-generic distclean \
316312 distclean-generic distdir dvi dvi-am html html-am info info-am \
317 install install-am install-data install-data-am install-dvi \
318 install-dvi-am install-exec install-exec-am install-html \
319 install-html-am install-info install-info-am install-man \
320 install-pdf install-pdf-am install-ps install-ps-am \
313 install install-am install-data install-data-am install-exec \
314 install-exec-am install-info install-info-am install-man \
321315 install-strip installcheck installcheck-am installdirs \
322316 maintainer-clean maintainer-clean-generic mostlyclean \
323 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
317 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
318 uninstall-info-am
324319
325320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
326321 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = ast.ps README.txt rs232_cm.bot rs232_cm.smt rs232_cm.top \
160164 rs232_cm.asb rs232_cm.drd rs232_cm.ssb rs232_cm.ast rs232_cm.smb \
161165 rs232_cm.sst thruhole.tap
193197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194198 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
195199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
200 uninstall-info-am:
196201 tags: TAGS
197202 TAGS:
198203
201206
202207
203208 distdir: $(DISTFILES)
204 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
205 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
206 list='$(DISTFILES)'; \
207 dist_files=`for file in $$list; do echo $$file; done | \
208 sed -e "s|^$$srcdirstrip/||;t" \
209 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
210 case $$dist_files in \
211 */*) $(MKDIR_P) `echo "$$dist_files" | \
212 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
213 sort -u` ;; \
214 esac; \
215 for file in $$dist_files; do \
209 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
210 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
211 list='$(DISTFILES)'; for file in $$list; do \
212 case $$file in \
213 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
214 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
215 esac; \
216216 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
217 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
219 dir="/$$dir"; \
220 $(mkdir_p) "$(distdir)$$dir"; \
221 else \
222 dir=''; \
223 fi; \
217224 if test -d $$d/$$file; then \
218 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
219225 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
220226 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
221227 fi; \
275281
276282 install-data-am:
277283
278 install-dvi: install-dvi-am
279
280284 install-exec-am:
281285
282 install-html: install-html-am
283
284286 install-info: install-info-am
285287
286288 install-man:
287
288 install-pdf: install-pdf-am
289
290 install-ps: install-ps-am
291289
292290 installcheck-am:
293291
307305
308306 ps-am:
309307
310 uninstall-am:
311
312 .MAKE: install-am install-strip
308 uninstall-am: uninstall-info-am
313309
314310 .PHONY: all all-am check check-am clean clean-generic distclean \
315311 distclean-generic distdir dvi dvi-am html html-am info info-am \
316 install install-am install-data install-data-am install-dvi \
317 install-dvi-am install-exec install-exec-am install-html \
318 install-html-am install-info install-info-am install-man \
319 install-pdf install-pdf-am install-ps install-ps-am \
312 install install-am install-data install-data-am install-exec \
313 install-exec-am install-info install-info-am install-man \
320314 install-strip installcheck installcheck-am installdirs \
321315 maintainer-clean maintainer-clean-generic mostlyclean \
322 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
316 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
317 uninstall-info-am
323318
324319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325320 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = LED.xy \
160164 LED.frontsilk.gbr
161165
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
193197 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
194198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199 uninstall-info-am:
195200 tags: TAGS
196201 TAGS:
197202
200205
201206
202207 distdir: $(DISTFILES)
203 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
204 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
205 list='$(DISTFILES)'; \
206 dist_files=`for file in $$list; do echo $$file; done | \
207 sed -e "s|^$$srcdirstrip/||;t" \
208 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
209 case $$dist_files in \
210 */*) $(MKDIR_P) `echo "$$dist_files" | \
211 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
212 sort -u` ;; \
213 esac; \
214 for file in $$dist_files; do \
208 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
209 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
210 list='$(DISTFILES)'; for file in $$list; do \
211 case $$file in \
212 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
213 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
214 esac; \
215215 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
216 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
217 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
218 dir="/$$dir"; \
219 $(mkdir_p) "$(distdir)$$dir"; \
220 else \
221 dir=''; \
222 fi; \
216223 if test -d $$d/$$file; then \
217 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
218224 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
219225 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
220226 fi; \
274280
275281 install-data-am:
276282
277 install-dvi: install-dvi-am
278
279283 install-exec-am:
280284
281 install-html: install-html-am
282
283285 install-info: install-info-am
284286
285287 install-man:
286
287 install-pdf: install-pdf-am
288
289 install-ps: install-ps-am
290288
291289 installcheck-am:
292290
306304
307305 ps-am:
308306
309 uninstall-am:
310
311 .MAKE: install-am install-strip
307 uninstall-am: uninstall-info-am
312308
313309 .PHONY: all all-am check check-am clean clean-generic distclean \
314310 distclean-generic distdir dvi dvi-am html html-am info info-am \
315 install install-am install-data install-data-am install-dvi \
316 install-dvi-am install-exec install-exec-am install-html \
317 install-html-am install-info install-info-am install-man \
318 install-pdf install-pdf-am install-ps install-ps-am \
311 install install-am install-data install-data-am install-exec \
312 install-exec-am install-info install-info-am install-man \
319313 install-strip installcheck installcheck-am installdirs \
320314 maintainer-clean maintainer-clean-generic mostlyclean \
321 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
315 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
316 uninstall-info-am
322317
323318 # Tell versions [3.59,3.63) of GNU make to not export all variables.
324319 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt 6_vbat.gbr
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt bpB.GP1 bpB.png dsp.GP1 dsp.png
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163 EXTRA_DIST = README.txt cd1r2.1_sieb0.off cd1r2.1_sieb1.off
160164 MOSTLYCLEANFILES = *~
161165 all: all-am
190194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
191195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
192196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197 uninstall-info-am:
193198 tags: TAGS
194199 TAGS:
195200
198203
199204
200205 distdir: $(DISTFILES)
201 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
202 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
203 list='$(DISTFILES)'; \
204 dist_files=`for file in $$list; do echo $$file; done | \
205 sed -e "s|^$$srcdirstrip/||;t" \
206 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
207 case $$dist_files in \
208 */*) $(MKDIR_P) `echo "$$dist_files" | \
209 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
210 sort -u` ;; \
211 esac; \
212 for file in $$dist_files; do \
206 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
207 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
208 list='$(DISTFILES)'; for file in $$list; do \
209 case $$file in \
210 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
211 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
212 esac; \
213213 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
214 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
215 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
216 dir="/$$dir"; \
217 $(mkdir_p) "$(distdir)$$dir"; \
218 else \
219 dir=''; \
220 fi; \
214221 if test -d $$d/$$file; then \
215 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
216222 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
217223 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
218224 fi; \
272278
273279 install-data-am:
274280
275 install-dvi: install-dvi-am
276
277281 install-exec-am:
278282
279 install-html: install-html-am
280
281283 install-info: install-info-am
282284
283285 install-man:
284
285 install-pdf: install-pdf-am
286
287 install-ps: install-ps-am
288286
289287 installcheck-am:
290288
304302
305303 ps-am:
306304
307 uninstall-am:
308
309 .MAKE: install-am install-strip
305 uninstall-am: uninstall-info-am
310306
311307 .PHONY: all all-am check check-am clean clean-generic distclean \
312308 distclean-generic distdir dvi dvi-am html html-am info info-am \
313 install install-am install-data install-data-am install-dvi \
314 install-dvi-am install-exec install-exec-am install-html \
315 install-html-am install-info install-info-am install-man \
316 install-pdf install-pdf-am install-ps install-ps-am \
309 install install-am install-data install-data-am install-exec \
310 install-exec-am install-info install-info-am install-man \
317311 install-strip installcheck installcheck-am installdirs \
318312 maintainer-clean maintainer-clean-generic mostlyclean \
319 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
313 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
314 uninstall-info-am
320315
321316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322317 # Otherwise a system limit (for SysV at least) may be exceeded.
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2006-10-14.15
3 scriptversion=2005-02-02.21
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
3838 # when there is no Makefile.
3939 #
4040 # This script is compatible with the BSD install script, but was written
41 # from scratch.
42
43 nl='
44 '
45 IFS=" "" $nl"
41 # from scratch. It can only install one file at a time, a restriction
42 # shared with many OS's install programs.
4643
4744 # set DOITPROG to echo to test this script
4845
4946 # Don't use :- since 4.3BSD and earlier shells don't like it.
5047 doit="${DOITPROG-}"
51 if test -z "$doit"; then
52 doit_exec=exec
53 else
54 doit_exec=$doit
55 fi
56
57 # Put in absolute file names if you don't have them in your path;
58 # or use environment vars.
48
49 # put in absolute paths if you don't have them in your path; or use env. vars.
5950
6051 mvprog="${MVPROG-mv}"
6152 cpprog="${CPPROG-cp}"
6657 rmprog="${RMPROG-rm}"
6758 mkdirprog="${MKDIRPROG-mkdir}"
6859
69 posix_glob=
70 posix_mkdir=
71
72 # Desired mode of installed file.
73 mode=0755
74
75 chmodcmd=$chmodprog
60 chmodcmd="$chmodprog 0755"
7661 chowncmd=
7762 chgrpcmd=
7863 stripcmd=
10994 CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
11095 "
11196
112 while test $# -ne 0; do
97 while test -n "$1"; do
11398 case $1 in
11499 -c) shift
115100 continue;;
125110
126111 --help) echo "$usage"; exit $?;;
127112
128 -m) mode=$2
129 shift
130 shift
131 case $mode in
132 *' '* | *' '* | *'
133 '* | *'*'* | *'?'* | *'['*)
134 echo "$0: invalid mode: $mode" >&2
135 exit 1;;
136 esac
113 -m) chmodcmd="$chmodprog $2"
114 shift
115 shift
137116 continue;;
138117
139118 -o) chowncmd="$chownprog $2"
156135
157136 --version) echo "$0 $scriptversion"; exit $?;;
158137
159 --) shift
138 *) # When -d is used, all remaining arguments are directories to create.
139 # When -t is used, the destination is already specified.
140 test -n "$dir_arg$dstarg" && break
141 # Otherwise, the last argument is the destination. Remove it from $@.
142 for arg
143 do
144 if test -n "$dstarg"; then
145 # $@ is not empty: it contains at least $arg.
146 set fnord "$@" "$dstarg"
147 shift # fnord
148 fi
149 shift # arg
150 dstarg=$arg
151 done
160152 break;;
161
162 -*) echo "$0: invalid option: $1" >&2
163 exit 1;;
164
165 *) break;;
166153 esac
167154 done
168155
169 if test $# -ne 0 && test -z "$dir_arg$dstarg"; then
170 # When -d is used, all remaining arguments are directories to create.
171 # When -t is used, the destination is already specified.
172 # Otherwise, the last argument is the destination. Remove it from $@.
173 for arg
174 do
175 if test -n "$dstarg"; then
176 # $@ is not empty: it contains at least $arg.
177 set fnord "$@" "$dstarg"
178 shift # fnord
179 fi
180 shift # arg
181 dstarg=$arg
182 done
183 fi
184
185 if test $# -eq 0; then
156 if test -z "$1"; then
186157 if test -z "$dir_arg"; then
187158 echo "$0: no input file specified." >&2
188159 exit 1
192163 exit 0
193164 fi
194165
195 if test -z "$dir_arg"; then
196 trap '(exit $?); exit' 1 2 13 15
197
198 # Set umask so as not to create temps with too-generous modes.
199 # However, 'strip' requires both read and write access to temps.
200 case $mode in
201 # Optimize common cases.
202 *644) cp_umask=133;;
203 *755) cp_umask=22;;
204
205 *[0-7])
206 if test -z "$stripcmd"; then
207 u_plus_rw=
208 else
209 u_plus_rw='% 200'
210 fi
211 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
212 *)
213 if test -z "$stripcmd"; then
214 u_plus_rw=
215 else
216 u_plus_rw=,u+rw
217 fi
218 cp_umask=$mode$u_plus_rw;;
219 esac
220 fi
221
222166 for src
223167 do
224168 # Protect names starting with `-'.
228172
229173 if test -n "$dir_arg"; then
230174 dst=$src
231 dstdir=$dst
232 test -d "$dstdir"
233 dstdir_status=$?
175 src=
176
177 if test -d "$dst"; then
178 mkdircmd=:
179 chmodcmd=
180 else
181 mkdircmd=$mkdirprog
182 fi
234183 else
235
236184 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
237185 # might cause directories to be created, which would be especially bad
238186 # if $src (and thus $dsttmp) contains '*'.
259207 echo "$0: $dstarg: Is a directory" >&2
260208 exit 1
261209 fi
262 dstdir=$dst
263 dst=$dstdir/`basename "$src"`
264 dstdir_status=0
265 else
266 # Prefer dirname, but fall back on a substitute if dirname fails.
267 dstdir=`
268 (dirname "$dst") 2>/dev/null ||
269 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
270 X"$dst" : 'X\(//\)[^/]' \| \
271 X"$dst" : 'X\(//\)$' \| \
272 X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
273 echo X"$dst" |
274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
275 s//\1/
276 q
277 }
278 /^X\(\/\/\)[^/].*/{
279 s//\1/
280 q
281 }
282 /^X\(\/\/\)$/{
283 s//\1/
284 q
285 }
286 /^X\(\/\).*/{
287 s//\1/
288 q
289 }
290 s/.*/./; q'
291 `
292
293 test -d "$dstdir"
294 dstdir_status=$?
210 dst=$dst/`basename "$src"`
295211 fi
296212 fi
297213
298 obsolete_mkdir_used=false
299
300 if test $dstdir_status != 0; then
301 case $posix_mkdir in
302 '')
303 # Create intermediate dirs using mode 755 as modified by the umask.
304 # This is like FreeBSD 'install' as of 1997-10-28.
305 umask=`umask`
306 case $stripcmd.$umask in
307 # Optimize common cases.
308 *[2367][2367]) mkdir_umask=$umask;;
309 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
310
311 *[0-7])
312 mkdir_umask=`expr $umask + 22 \
313 - $umask % 100 % 40 + $umask % 20 \
314 - $umask % 10 % 4 + $umask % 2
315 `;;
316 *) mkdir_umask=$umask,go-w;;
317 esac
318
319 # With -d, create the new directory with the user-specified mode.
320 # Otherwise, rely on $mkdir_umask.
321 if test -n "$dir_arg"; then
322 mkdir_mode=-m$mode
323 else
324 mkdir_mode=
325 fi
326
327 posix_mkdir=false
328 case $umask in
329 *[123567][0-7][0-7])
330 # POSIX mkdir -p sets u+wx bits regardless of umask, which
331 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
332 ;;
333 *)
334 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
335 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
336
337 if (umask $mkdir_umask &&
338 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
339 then
340 if test -z "$dir_arg" || {
341 # Check for POSIX incompatibilities with -m.
342 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
343 # other-writeable bit of parent directory when it shouldn't.
344 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
345 ls_ld_tmpdir=`ls -ld "$tmpdir"`
346 case $ls_ld_tmpdir in
347 d????-?r-*) different_mode=700;;
348 d????-?--*) different_mode=755;;
349 *) false;;
350 esac &&
351 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
352 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
353 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
354 }
355 }
356 then posix_mkdir=:
357 fi
358 rmdir "$tmpdir/d" "$tmpdir"
359 else
360 # Remove any dirs left behind by ancient mkdir implementations.
361 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
362 fi
363 trap '' 0;;
364 esac;;
365 esac
366
367 if
368 $posix_mkdir && (
369 umask $mkdir_umask &&
370 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
371 )
372 then :
373 else
374
375 # The umask is ridiculous, or mkdir does not conform to POSIX,
376 # or it failed possibly due to a race condition. Create the
377 # directory the slow way, step by step, checking for races as we go.
378
379 case $dstdir in
380 /*) prefix=/ ;;
381 -*) prefix=./ ;;
382 *) prefix= ;;
383 esac
384
385 case $posix_glob in
386 '')
387 if (set -f) 2>/dev/null; then
388 posix_glob=true
389 else
390 posix_glob=false
391 fi ;;
392 esac
393
394 oIFS=$IFS
395 IFS=/
396 $posix_glob && set -f
397 set fnord $dstdir
214 # This sed command emulates the dirname command.
215 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
216
217 # Make sure that the destination directory exists.
218
219 # Skip lots of stat calls in the usual case.
220 if test ! -d "$dstdir"; then
221 defaultIFS='
222 '
223 IFS="${IFS-$defaultIFS}"
224
225 oIFS=$IFS
226 # Some sh's can't handle IFS=/ for some reason.
227 IFS='%'
228 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
229 shift
230 IFS=$oIFS
231
232 pathcomp=
233
234 while test $# -ne 0 ; do
235 pathcomp=$pathcomp$1
398236 shift
399 $posix_glob && set +f
400 IFS=$oIFS
401
402 prefixes=
403
404 for d
405 do
406 test -z "$d" && continue
407
408 prefix=$prefix$d
409 if test -d "$prefix"; then
410 prefixes=
411 else
412 if $posix_mkdir; then
413 (umask=$mkdir_umask &&
414 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
415 # Don't fail if two instances are running concurrently.
416 test -d "$prefix" || exit 1
417 else
418 case $prefix in
419 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
420 *) qprefix=$prefix;;
421 esac
422 prefixes="$prefixes '$qprefix'"
423 fi
424 fi
425 prefix=$prefix/
426 done
427
428 if test -n "$prefixes"; then
429 # Don't fail if two instances are running concurrently.
430 (umask $mkdir_umask &&
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
432 test -d "$dstdir" || exit 1
433 obsolete_mkdir_used=true
237 if test ! -d "$pathcomp"; then
238 $mkdirprog "$pathcomp"
239 # mkdir can fail with a `File exist' error in case several
240 # install-sh are creating the directory concurrently. This
241 # is OK.
242 test -d "$pathcomp" || exit
434243 fi
435 fi
244 pathcomp=$pathcomp/
245 done
436246 fi
437247
438248 if test -n "$dir_arg"; then
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
441 { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
249 $doit $mkdircmd "$dst" \
250 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
254
443255 else
256 dstfile=`basename "$dst"`
444257
445258 # Make a couple of temp file names in the proper directory.
446259 dsttmp=$dstdir/_inst.$$_
448261
449262 # Trap to clean up those temp files at exit.
450263 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
264 trap '(exit $?); exit' 1 2 13 15
451265
452266 # Copy the file name to the temp name.
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
267 $doit $cpprog "$src" "$dsttmp" &&
454268
455269 # and set any options; do chmod last to preserve setuid bits.
456270 #
461275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
462276 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
463277 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
464 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
278 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
465279
466280 # Now rename the file to the real destination.
467 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \
281 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
468282 || {
469283 # The rename failed, perhaps because mv can't rename something else
470284 # to itself, or perhaps because mv is so ancient that it does not
476290 # reasons. In this case, the final cleanup might fail but the new
477291 # file should still install successfully.
478292 {
479 if test -f "$dst"; then
480 $doit $rmcmd -f "$dst" 2>/dev/null \
481 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \
482 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\
293 if test -f "$dstdir/$dstfile"; then
294 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
295 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
483296 || {
484 echo "$0: cannot unlink or rename $dst" >&2
297 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
485298 (exit 1); exit 1
486299 }
487300 else
490303 } &&
491304
492305 # Now rename the file to the real destination.
493 $doit $mvcmd "$dsttmp" "$dst"
306 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
494307 }
495 } || exit 1
496
497 trap '' 0
498 fi
308 }
309 fi || { (exit 1); exit 1; }
499310 done
311
312 # The final little trick to "correctly" pass the exit status to the exit trap.
313 {
314 (exit 0); exit 0
315 }
500316
501317 # Local variables:
502318 # eval: (add-hook 'write-file-hooks 'time-stamp)
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4751 MANS = $(man_MANS)
4852 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4953 ACLOCAL = @ACLOCAL@
54 AMDEP_FALSE = @AMDEP_FALSE@
55 AMDEP_TRUE = @AMDEP_TRUE@
5056 AMTAR = @AMTAR@
5157 AUTOCONF = @AUTOCONF@
5258 AUTOHEADER = @AUTOHEADER@
8187 IM_CONVERT = @IM_CONVERT@
8288 IM_DISPLAY = @IM_DISPLAY@
8389 IM_MONTAGE = @IM_MONTAGE@
84 INSTALL = @INSTALL@
8590 INSTALL_DATA = @INSTALL_DATA@
8691 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8792 INSTALL_SCRIPT = @INSTALL_SCRIPT@
9297 LIBS = @LIBS@
9398 LTLIBOBJS = @LTLIBOBJS@
9499 MAINT = @MAINT@
100 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
101 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
95102 MAKEINFO = @MAKEINFO@
96 MKDIR_P = @MKDIR_P@
97103 OBJEXT = @OBJEXT@
98104 PACKAGE = @PACKAGE@
99105 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116122 WIN32_TRUE = @WIN32_TRUE@
117123 XDGDATADIR = @XDGDATADIR@
118124 ac_ct_CC = @ac_ct_CC@
125 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
126 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
119127 am__include = @am__include@
120128 am__leading_dot = @am__leading_dot@
121129 am__quote = @am__quote@
127135 build_cpu = @build_cpu@
128136 build_os = @build_os@
129137 build_vendor = @build_vendor@
130 builddir = @builddir@
131138 datadir = @datadir@
132139 datarootdir = @datarootdir@
133140 docdir = @docdir@
155162 psdir = @psdir@
156163 sbindir = @sbindir@
157164 sharedstatedir = @sharedstatedir@
158 srcdir = @srcdir@
159165 sysconfdir = @sysconfdir@
160166 target_alias = @target_alias@
161 top_builddir = @top_builddir@
162 top_srcdir = @top_srcdir@
163167 EXTRA_DIST = gerbv.1.in
164168 man_MANS = gerbv.1
165169 MOSTLYCLEANFILES = *~
196200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197201 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
198202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203 uninstall-info-am:
199204 install-man1: $(man1_MANS) $(man_MANS)
200205 @$(NORMAL_INSTALL)
201 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
206 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
202207 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
203208 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
204209 for i in $$l2; do \
249254
250255
251256 distdir: $(DISTFILES)
252 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
253 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
254 list='$(DISTFILES)'; \
255 dist_files=`for file in $$list; do echo $$file; done | \
256 sed -e "s|^$$srcdirstrip/||;t" \
257 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
258 case $$dist_files in \
259 */*) $(MKDIR_P) `echo "$$dist_files" | \
260 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
261 sort -u` ;; \
262 esac; \
263 for file in $$dist_files; do \
257 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
258 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
259 list='$(DISTFILES)'; for file in $$list; do \
260 case $$file in \
261 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
262 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
263 esac; \
264264 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
265 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
266 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
267 dir="/$$dir"; \
268 $(mkdir_p) "$(distdir)$$dir"; \
269 else \
270 dir=''; \
271 fi; \
265272 if test -d $$d/$$file; then \
266 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
267273 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
268274 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
269275 fi; \
279285 all-am: Makefile $(MANS)
280286 installdirs:
281287 for dir in "$(DESTDIR)$(man1dir)"; do \
282 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
288 test -z "$$dir" || $(mkdir_p) "$$dir"; \
283289 done
284290 install: install-am
285291 install-exec: install-exec-am
327333
328334 install-data-am: install-man
329335
330 install-dvi: install-dvi-am
331
332336 install-exec-am:
333337
334 install-html: install-html-am
335
336338 install-info: install-info-am
337339
338340 install-man: install-man1
339
340 install-pdf: install-pdf-am
341
342 install-ps: install-ps-am
343341
344342 installcheck-am:
345343
359357
360358 ps-am:
361359
362 uninstall-am: uninstall-man
360 uninstall-am: uninstall-info-am uninstall-man
363361
364362 uninstall-man: uninstall-man1
365
366 .MAKE: install-am install-strip
367363
368364 .PHONY: all all-am check check-am clean clean-generic distclean \
369365 distclean-generic distdir dvi dvi-am html html-am info info-am \
370 install install-am install-data install-data-am install-dvi \
371 install-dvi-am install-exec install-exec-am install-html \
372 install-html-am install-info install-info-am install-man \
373 install-man1 install-pdf install-pdf-am install-ps \
374 install-ps-am install-strip installcheck installcheck-am \
366 install install-am install-data install-data-am install-exec \
367 install-exec-am install-info install-info-am install-man \
368 install-man1 install-strip installcheck installcheck-am \
375369 installdirs maintainer-clean maintainer-clean-generic \
376370 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
377 uninstall-am uninstall-man uninstall-man1
371 uninstall-am uninstall-info-am uninstall-man uninstall-man1
378372
379373
380374 gerbv.1: gerbv.1.in
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
22
3 scriptversion=2006-05-10.23
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
3 scriptversion=2005-02-08.22
4
5 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
66 # Free Software Foundation, Inc.
77 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
88
1818
1919 # You should have received a copy of the GNU General Public License
2020 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 # 02110-1301, USA.
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22 # 02111-1307, USA.
2323
2424 # As a special exception to the GNU General Public License, if you
2525 # distribute this file as part of a program that contains a
3232 fi
3333
3434 run=:
35 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
36 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
3735
3836 # In the cases where this matters, `missing' is being run in the
3937 # srcdir already.
4543
4644 msg="missing on your system"
4745
48 case $1 in
46 case "$1" in
4947 --run)
5048 # Try to run requested program, and just exit if it succeeds.
5149 run=
7876 aclocal touch file \`aclocal.m4'
7977 autoconf touch file \`configure'
8078 autoheader touch file \`config.h.in'
81 autom4te touch the output file, or create a stub one
8279 automake touch all \`Makefile.in' files
8380 bison create \`y.tab.[ch]', if possible, from existing .[ch]
8481 flex create \`lex.yy.c', if possible, from existing .c
108105 # Now exit if we have it, but it failed. Also exit now if we
109106 # don't have it and --version was passed (most likely to detect
110107 # the program).
111 case $1 in
108 case "$1" in
112109 lex|yacc)
113110 # Not GNU programs, they don't have --version.
114111 ;;
137134
138135 # If it does not exist, or fails to run (possibly an outdated version),
139136 # try to emulate it.
140 case $1 in
137 case "$1" in
141138 aclocal*)
142139 echo 1>&2 "\
143140 WARNING: \`$1' is $msg. You should only need it if
166163 test -z "$files" && files="config.h"
167164 touch_files=
168165 for f in $files; do
169 case $f in
166 case "$f" in
170167 *:*) touch_files="$touch_files "`echo "$f" |
171168 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
172169 *) touch_files="$touch_files $f.in";;
194191 You can get \`$1' as part of \`Autoconf' from any GNU
195192 archive site."
196193
197 file=`echo "$*" | sed -n "$sed_output"`
198 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
194 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
195 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
199196 if test -f "$file"; then
200197 touch $file
201198 else
216213 in order for those modifications to take effect. You can get
217214 \`Bison' from any GNU archive site."
218215 rm -f y.tab.c y.tab.h
219 if test $# -ne 1; then
216 if [ $# -ne 1 ]; then
220217 eval LASTARG="\${$#}"
221 case $LASTARG in
218 case "$LASTARG" in
222219 *.y)
223220 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
224 if test -f "$SRCFILE"; then
221 if [ -f "$SRCFILE" ]; then
225222 cp "$SRCFILE" y.tab.c
226223 fi
227224 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
228 if test -f "$SRCFILE"; then
225 if [ -f "$SRCFILE" ]; then
229226 cp "$SRCFILE" y.tab.h
230227 fi
231228 ;;
232229 esac
233230 fi
234 if test ! -f y.tab.h; then
231 if [ ! -f y.tab.h ]; then
235232 echo >y.tab.h
236233 fi
237 if test ! -f y.tab.c; then
234 if [ ! -f y.tab.c ]; then
238235 echo 'main() { return 0; }' >y.tab.c
239236 fi
240237 ;;
246243 in order for those modifications to take effect. You can get
247244 \`Flex' from any GNU archive site."
248245 rm -f lex.yy.c
249 if test $# -ne 1; then
246 if [ $# -ne 1 ]; then
250247 eval LASTARG="\${$#}"
251 case $LASTARG in
248 case "$LASTARG" in
252249 *.l)
253250 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
254 if test -f "$SRCFILE"; then
251 if [ -f "$SRCFILE" ]; then
255252 cp "$SRCFILE" lex.yy.c
256253 fi
257254 ;;
258255 esac
259256 fi
260 if test ! -f lex.yy.c; then
257 if [ ! -f lex.yy.c ]; then
261258 echo 'main() { return 0; }' >lex.yy.c
262259 fi
263260 ;;
269266 \`Help2man' package in order for those modifications to take
270267 effect. You can get \`Help2man' from any GNU archive site."
271268
272 file=`echo "$*" | sed -n "$sed_output"`
273 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
274 if test -f "$file"; then
269 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
270 if test -z "$file"; then
271 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
272 fi
273 if [ -f "$file" ]; then
275274 touch $file
276275 else
277276 test -z "$file" || exec >$file
289288 DU, IRIX). You might want to install the \`Texinfo' package or
290289 the \`GNU make' package. Grab either from any GNU archive site."
291290 # The file to touch is that specified with -o ...
292 file=`echo "$*" | sed -n "$sed_output"`
293 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
291 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
294292 if test -z "$file"; then
295293 # ... or it is the one specified with @setfilename ...
296294 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
297 file=`sed -n '
298 /^@setfilename/{
299 s/.* \([^ ]*\) *$/\1/
300 p
301 q
302 }' $infile`
295 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
303296 # ... or it is derived from the source name (dir/f.texi becomes f.info)
304297 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
305298 fi
306 # If the file does not exist, the user really needs makeinfo;
307 # let's fail without touching anything.
308 test -f $file || exit 1
309299 touch $file
310300 ;;
311301
323313 fi
324314 firstarg="$1"
325315 if shift; then
326 case $firstarg in
316 case "$firstarg" in
327317 *o*)
328318 firstarg=`echo "$firstarg" | sed s/o//`
329319 tar "$firstarg" "$@" && exit 0
330320 ;;
331321 esac
332 case $firstarg in
322 case "$firstarg" in
333323 *h*)
334324 firstarg=`echo "$firstarg" | sed s/h//`
335325 tar "$firstarg" "$@" && exit 0
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1313
1414 @SET_MAKE@
1515
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1618 VPATH = @srcdir@
1719 pkgdatadir = $(datadir)/@PACKAGE@
1820 pkglibdir = $(libdir)/@PACKAGE@
1921 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
2023 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2125 install_sh_DATA = $(install_sh) -c -m 644
2226 install_sh_PROGRAM = $(install_sh) -c
2327 install_sh_SCRIPT = $(install_sh) -c
5458 DATA = $(dist_scmdata_DATA)
5559 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5660 ACLOCAL = @ACLOCAL@
61 AMDEP_FALSE = @AMDEP_FALSE@
62 AMDEP_TRUE = @AMDEP_TRUE@
5763 AMTAR = @AMTAR@
5864 AUTOCONF = @AUTOCONF@
5965 AUTOHEADER = @AUTOHEADER@
8894 IM_CONVERT = @IM_CONVERT@
8995 IM_DISPLAY = @IM_DISPLAY@
9096 IM_MONTAGE = @IM_MONTAGE@
91 INSTALL = @INSTALL@
9297 INSTALL_DATA = @INSTALL_DATA@
9398 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9499 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99104 LIBS = @LIBS@
100105 LTLIBOBJS = @LTLIBOBJS@
101106 MAINT = @MAINT@
107 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
108 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
102109 MAKEINFO = @MAKEINFO@
103 MKDIR_P = @MKDIR_P@
104110 OBJEXT = @OBJEXT@
105111 PACKAGE = @PACKAGE@
106112 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123129 WIN32_TRUE = @WIN32_TRUE@
124130 XDGDATADIR = @XDGDATADIR@
125131 ac_ct_CC = @ac_ct_CC@
132 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
126134 am__include = @am__include@
127135 am__leading_dot = @am__leading_dot@
128136 am__quote = @am__quote@
134142 build_cpu = @build_cpu@
135143 build_os = @build_os@
136144 build_vendor = @build_vendor@
137 builddir = @builddir@
138145 datadir = @datadir@
139146 datarootdir = @datarootdir@
140147 docdir = @docdir@
162169 psdir = @psdir@
163170 sbindir = @sbindir@
164171 sharedstatedir = @sharedstatedir@
165 srcdir = @srcdir@
166172 sysconfdir = @sysconfdir@
167173 target_alias = @target_alias@
168 top_builddir = @top_builddir@
169 top_srcdir = @top_srcdir@
170174 scmdatadir = $(pkgdatadir)/scheme/
171175 dist_scmdata_DATA = gerb-ps.scm gerb-debug.scm
172176 EXTRA_DIST = gbx2ps.scm parse-gerber.scm pgt.scm
203207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204208 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
205209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210 uninstall-info-am:
206211 install-dist_scmdataDATA: $(dist_scmdata_DATA)
207212 @$(NORMAL_INSTALL)
208 test -z "$(scmdatadir)" || $(MKDIR_P) "$(DESTDIR)$(scmdatadir)"
213 test -z "$(scmdatadir)" || $(mkdir_p) "$(DESTDIR)$(scmdatadir)"
209214 @list='$(dist_scmdata_DATA)'; for p in $$list; do \
210215 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
211216 f=$(am__strip_dir) \
228233
229234
230235 distdir: $(DISTFILES)
231 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
232 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
233 list='$(DISTFILES)'; \
234 dist_files=`for file in $$list; do echo $$file; done | \
235 sed -e "s|^$$srcdirstrip/||;t" \
236 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
237 case $$dist_files in \
238 */*) $(MKDIR_P) `echo "$$dist_files" | \
239 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
240 sort -u` ;; \
241 esac; \
242 for file in $$dist_files; do \
236 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
237 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
238 list='$(DISTFILES)'; for file in $$list; do \
239 case $$file in \
240 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
241 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
242 esac; \
243243 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
244 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
245 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
246 dir="/$$dir"; \
247 $(mkdir_p) "$(distdir)$$dir"; \
248 else \
249 dir=''; \
250 fi; \
244251 if test -d $$d/$$file; then \
245 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
246252 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
247253 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
248254 fi; \
258264 all-am: Makefile $(DATA)
259265 installdirs:
260266 for dir in "$(DESTDIR)$(scmdatadir)"; do \
261 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
267 test -z "$$dir" || $(mkdir_p) "$$dir"; \
262268 done
263269 install: install-am
264270 install-exec: install-exec-am
305311
306312 install-data-am: install-dist_scmdataDATA
307313
308 install-dvi: install-dvi-am
309
310314 install-exec-am:
311315
312 install-html: install-html-am
313
314316 install-info: install-info-am
315317
316318 install-man:
317
318 install-pdf: install-pdf-am
319
320 install-ps: install-ps-am
321319
322320 installcheck-am:
323321
337335
338336 ps-am:
339337
340 uninstall-am: uninstall-dist_scmdataDATA
341
342 .MAKE: install-am install-strip
338 uninstall-am: uninstall-dist_scmdataDATA uninstall-info-am
343339
344340 .PHONY: all all-am check check-am clean clean-generic distclean \
345341 distclean-generic distdir dvi dvi-am html html-am info info-am \
346342 install install-am install-data install-data-am \
347 install-dist_scmdataDATA install-dvi install-dvi-am \
348 install-exec install-exec-am install-html install-html-am \
349 install-info install-info-am install-man install-pdf \
350 install-pdf-am install-ps install-ps-am install-strip \
343 install-dist_scmdataDATA install-exec install-exec-am \
344 install-info install-info-am install-man install-strip \
351345 installcheck installcheck-am installdirs maintainer-clean \
352346 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
353347 pdf-am ps ps-am uninstall uninstall-am \
354 uninstall-dist_scmdataDATA
348 uninstall-dist_scmdataDATA uninstall-info-am
355349
356350 # Tell versions [3.59,3.63) of GNU make to not export all variables.
357351 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1414 @SET_MAKE@
1515
1616
17 SOURCES = $(gerbv_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
1721 VPATH = @srcdir@
1822 pkgdatadir = $(datadir)/@PACKAGE@
1923 pkglibdir = $(libdir)/@PACKAGE@
2024 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
2126 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
2228 install_sh_DATA = $(install_sh) -c -m 644
2329 install_sh_PROGRAM = $(install_sh) -c
2430 install_sh_SCRIPT = $(install_sh) -c
9399 CTAGS = ctags
94100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95101 ACLOCAL = @ACLOCAL@
102 AMDEP_FALSE = @AMDEP_FALSE@
103 AMDEP_TRUE = @AMDEP_TRUE@
96104 AMTAR = @AMTAR@
97105 AUTOCONF = @AUTOCONF@
98106 AUTOHEADER = @AUTOHEADER@
127135 IM_CONVERT = @IM_CONVERT@
128136 IM_DISPLAY = @IM_DISPLAY@
129137 IM_MONTAGE = @IM_MONTAGE@
130 INSTALL = @INSTALL@
131138 INSTALL_DATA = @INSTALL_DATA@
132139 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133140 INSTALL_SCRIPT = @INSTALL_SCRIPT@
138145 LIBS = @LIBS@
139146 LTLIBOBJS = @LTLIBOBJS@
140147 MAINT = @MAINT@
148 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141150 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143151 OBJEXT = @OBJEXT@
144152 PACKAGE = @PACKAGE@
145153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162170 WIN32_TRUE = @WIN32_TRUE@
163171 XDGDATADIR = @XDGDATADIR@
164172 ac_ct_CC = @ac_ct_CC@
173 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165175 am__include = @am__include@
166176 am__leading_dot = @am__leading_dot@
167177 am__quote = @am__quote@
173183 build_cpu = @build_cpu@
174184 build_os = @build_os@
175185 build_vendor = @build_vendor@
176 builddir = @builddir@
177186 datadir = @datadir@
178187 datarootdir = @datarootdir@
179188 docdir = @docdir@
201210 psdir = @psdir@
202211 sbindir = @sbindir@
203212 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205213 sysconfdir = @sysconfdir@
206214 target_alias = @target_alias@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
209215 gerbv_SOURCES = amacro.c amacro.h batch.c batch.h color.c color.h common.h \
210216 ${DRAW} drill.c drill.h dynload.c \
211217 dynload.h exportimage.c exportimage.h gerb_aperture.h gerb_error.h \
265271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266272 install-binPROGRAMS: $(bin_PROGRAMS)
267273 @$(NORMAL_INSTALL)
268 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
274 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
269275 @list='$(bin_PROGRAMS)'; for p in $$list; do \
270276 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
271277 if test -f $$p \
288294 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
289295 gerbv$(EXEEXT): $(gerbv_OBJECTS) $(gerbv_DEPENDENCIES)
290296 @rm -f gerbv$(EXEEXT)
291 $(LINK) $(gerbv_OBJECTS) $(gerbv_LDADD) $(LIBS)
297 $(LINK) $(gerbv_LDFLAGS) $(gerbv_OBJECTS) $(gerbv_LDADD) $(LIBS)
292298
293299 mostlyclean-compile:
294300 -rm -f *.$(OBJEXT)
324330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tooltable.Po@am__quote@
325331
326332 .c.o:
327 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
334 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
329335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330336 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331337 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
332338
333339 .c.obj:
334 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
341 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
336342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338344 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
345 uninstall-info-am:
339346 install-dist_scmdataDATA: $(dist_scmdata_DATA)
340347 @$(NORMAL_INSTALL)
341 test -z "$(scmdatadir)" || $(MKDIR_P) "$(DESTDIR)$(scmdatadir)"
348 test -z "$(scmdatadir)" || $(mkdir_p) "$(DESTDIR)$(scmdatadir)"
342349 @list='$(dist_scmdata_DATA)'; for p in $$list; do \
343350 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
344351 f=$(am__strip_dir) \
403410 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404411
405412 distdir: $(DISTFILES)
406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408 list='$(DISTFILES)'; \
409 dist_files=`for file in $$list; do echo $$file; done | \
410 sed -e "s|^$$srcdirstrip/||;t" \
411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412 case $$dist_files in \
413 */*) $(MKDIR_P) `echo "$$dist_files" | \
414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415 sort -u` ;; \
416 esac; \
417 for file in $$dist_files; do \
413 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
414 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
415 list='$(DISTFILES)'; for file in $$list; do \
416 case $$file in \
417 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
418 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
419 esac; \
418420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
422 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
423 dir="/$$dir"; \
424 $(mkdir_p) "$(distdir)$$dir"; \
425 else \
426 dir=''; \
427 fi; \
419428 if test -d $$d/$$file; then \
420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421429 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422430 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
423431 fi; \
433441 all-am: Makefile $(PROGRAMS) $(DATA)
434442 installdirs:
435443 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(scmdatadir)"; do \
436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
444 test -z "$$dir" || $(mkdir_p) "$$dir"; \
437445 done
438446 install: install-am
439447 install-exec: install-exec-am
483491
484492 install-data-am: install-dist_scmdataDATA
485493
486 install-dvi: install-dvi-am
487
488494 install-exec-am: install-binPROGRAMS
489495
490 install-html: install-html-am
491
492496 install-info: install-info-am
493497
494498 install-man:
495
496 install-pdf: install-pdf-am
497
498 install-ps: install-ps-am
499499
500500 installcheck-am:
501501
516516
517517 ps-am:
518518
519 uninstall-am: uninstall-binPROGRAMS uninstall-dist_scmdataDATA
520
521 .MAKE: install-am install-strip
519 uninstall-am: uninstall-binPROGRAMS uninstall-dist_scmdataDATA \
520 uninstall-info-am
522521
523522 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
524523 clean-generic ctags distclean distclean-compile \
525524 distclean-generic distclean-tags distdir dvi dvi-am html \
526525 html-am info info-am install install-am install-binPROGRAMS \
527526 install-data install-data-am install-dist_scmdataDATA \
528 install-dvi install-dvi-am install-exec install-exec-am \
529 install-html install-html-am install-info install-info-am \
530 install-man install-pdf install-pdf-am install-ps \
531 install-ps-am install-strip installcheck installcheck-am \
527 install-exec install-exec-am install-info install-info-am \
528 install-man install-strip installcheck installcheck-am \
532529 installdirs maintainer-clean maintainer-clean-generic \
533530 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
534531 ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
535 uninstall-dist_scmdataDATA
532 uninstall-dist_scmdataDATA uninstall-info-am
536533
537534
538535 # If we are building on win32, then compile in some icons for the
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
3034 POST_UNINSTALL = :
3135 build_triplet = @build@
3236 host_triplet = @host@
33 @HAVE_MAGICK_TRUE@@USE_CAIRO_TRUE@TESTS = $(RUN_TESTS)
3437 subdir = test
3538 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
3639 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4447 DIST_SOURCES =
4548 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
4649 html-recursive info-recursive install-data-recursive \
47 install-dvi-recursive install-exec-recursive \
48 install-html-recursive install-info-recursive \
49 install-pdf-recursive install-ps-recursive install-recursive \
50 installcheck-recursive installdirs-recursive pdf-recursive \
51 ps-recursive uninstall-recursive
52 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53 distclean-recursive maintainer-clean-recursive
50 install-exec-recursive install-info-recursive \
51 install-recursive installcheck-recursive installdirs-recursive \
52 pdf-recursive ps-recursive uninstall-info-recursive \
53 uninstall-recursive
5454 ETAGS = etags
5555 CTAGS = ctags
5656 DIST_SUBDIRS = $(SUBDIRS)
5757 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5858 ACLOCAL = @ACLOCAL@
59 AMDEP_FALSE = @AMDEP_FALSE@
60 AMDEP_TRUE = @AMDEP_TRUE@
5961 AMTAR = @AMTAR@
6062 AUTOCONF = @AUTOCONF@
6163 AUTOHEADER = @AUTOHEADER@
9092 IM_CONVERT = @IM_CONVERT@
9193 IM_DISPLAY = @IM_DISPLAY@
9294 IM_MONTAGE = @IM_MONTAGE@
93 INSTALL = @INSTALL@
9495 INSTALL_DATA = @INSTALL_DATA@
9596 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9697 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101102 LIBS = @LIBS@
102103 LTLIBOBJS = @LTLIBOBJS@
103104 MAINT = @MAINT@
105 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
106 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
104107 MAKEINFO = @MAKEINFO@
105 MKDIR_P = @MKDIR_P@
106108 OBJEXT = @OBJEXT@
107109 PACKAGE = @PACKAGE@
108110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125127 WIN32_TRUE = @WIN32_TRUE@
126128 XDGDATADIR = @XDGDATADIR@
127129 ac_ct_CC = @ac_ct_CC@
130 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
128132 am__include = @am__include@
129133 am__leading_dot = @am__leading_dot@
130134 am__quote = @am__quote@
136140 build_cpu = @build_cpu@
137141 build_os = @build_os@
138142 build_vendor = @build_vendor@
139 builddir = @builddir@
140143 datadir = @datadir@
141144 datarootdir = @datarootdir@
142145 docdir = @docdir@
164167 psdir = @psdir@
165168 sbindir = @sbindir@
166169 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168170 sysconfdir = @sysconfdir@
169171 target_alias = @target_alias@
170 top_builddir = @top_builddir@
171 top_srcdir = @top_srcdir@
172172 SUBDIRS = golden inputs
173173 TESTS_ENVIRONMENT = \
174174 IM_ANIMATE=${IM_ANIMATE} \
180180
181181 RUN_TESTS = run_tests.sh
182182 check_SCRIPTS = ${RUN_TESTS}
183
184 # png export is different if we are not using cairo so don't bother
185 # uncomment when the testsuite is actually ready.
186 @HAVE_MAGICK_TRUE@@USE_CAIRO_TRUE@TESTS = ${RUN_TESTS}
183187 DISTCLEANFILES = configure.lineno
184188 MAINTAINERCLEANFILES = *~ *.o Makefile Makefile.in
185189 EXTRA_DIST = ${RUN_TESTS} tests.list README.txt
215219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216220 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222 uninstall-info-am:
218223
219224 # This directory's subdirectories are mostly independent; you can cd
220225 # into them and run `make' without going through this Makefile.
247252 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
248253 fi; test -z "$$fail"
249254
250 $(RECURSIVE_CLEAN_TARGETS):
255 mostlyclean-recursive clean-recursive distclean-recursive \
256 maintainer-clean-recursive:
251257 @failcom='exit 1'; \
252258 for f in x $$MAKEFLAGS; do \
253259 case $$f in \
348354 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
349355
350356 check-TESTS: $(TESTS)
351 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
357 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
352358 srcdir=$(srcdir); export srcdir; \
353 list=' $(TESTS) '; \
359 list='$(TESTS)'; \
354360 if test -n "$$list"; then \
355361 for tst in $$list; do \
356362 if test -f ./$$tst; then dir=./; \
359365 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
360366 all=`expr $$all + 1`; \
361367 case " $(XFAIL_TESTS) " in \
362 *$$ws$$tst$$ws*) \
368 *" $$tst "*) \
363369 xpass=`expr $$xpass + 1`; \
364370 failed=`expr $$failed + 1`; \
365371 echo "XPASS: $$tst"; \
371377 elif test $$? -ne 77; then \
372378 all=`expr $$all + 1`; \
373379 case " $(XFAIL_TESTS) " in \
374 *$$ws$$tst$$ws*) \
380 *" $$tst "*) \
375381 xfail=`expr $$xfail + 1`; \
376382 echo "XFAIL: $$tst"; \
377383 ;; \
421427 else :; fi
422428
423429 distdir: $(DISTFILES)
424 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426 list='$(DISTFILES)'; \
427 dist_files=`for file in $$list; do echo $$file; done | \
428 sed -e "s|^$$srcdirstrip/||;t" \
429 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430 case $$dist_files in \
431 */*) $(MKDIR_P) `echo "$$dist_files" | \
432 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433 sort -u` ;; \
434 esac; \
435 for file in $$dist_files; do \
430 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
431 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
432 list='$(DISTFILES)'; for file in $$list; do \
433 case $$file in \
434 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
435 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
436 esac; \
436437 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
438 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
439 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
440 dir="/$$dir"; \
441 $(mkdir_p) "$(distdir)$$dir"; \
442 else \
443 dir=''; \
444 fi; \
437445 if test -d $$d/$$file; then \
438 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439446 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440447 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441448 fi; \
449456 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450457 if test "$$subdir" = .; then :; else \
451458 test -d "$(distdir)/$$subdir" \
452 || $(MKDIR_P) "$(distdir)/$$subdir" \
459 || $(mkdir_p) "$(distdir)/$$subdir" \
453460 || exit 1; \
454461 distdir=`$(am__cd) $(distdir) && pwd`; \
455462 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
457464 $(MAKE) $(AM_MAKEFLAGS) \
458465 top_distdir="$$top_distdir" \
459466 distdir="$$distdir/$$subdir" \
460 am__remove_distdir=: \
461 am__skip_length_check=: \
462467 distdir) \
463468 || exit 1; \
464469 fi; \
516521
517522 install-data-am:
518523
519 install-dvi: install-dvi-recursive
520
521524 install-exec-am:
522525
523 install-html: install-html-recursive
524
525526 install-info: install-info-recursive
526527
527528 install-man:
528
529 install-pdf: install-pdf-recursive
530
531 install-ps: install-ps-recursive
532529
533530 installcheck-am:
534531
548545
549546 ps-am:
550547
551 uninstall-am:
552
553 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
554 install-strip
555
556 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
557 all all-am check check-TESTS check-am clean clean-generic \
558 clean-local ctags ctags-recursive distclean distclean-generic \
559 distclean-tags distdir dvi dvi-am html html-am info info-am \
560 install install-am install-data install-data-am install-dvi \
561 install-dvi-am install-exec install-exec-am install-html \
562 install-html-am install-info install-info-am install-man \
563 install-pdf install-pdf-am install-ps install-ps-am \
564 install-strip installcheck installcheck-am installdirs \
565 installdirs-am maintainer-clean maintainer-clean-generic \
566 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
567 tags-recursive uninstall uninstall-am
548 uninstall-am: uninstall-info-am
549
550 uninstall-info: uninstall-info-recursive
551
552 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-TESTS \
553 check-am clean clean-generic clean-local clean-recursive ctags \
554 ctags-recursive distclean distclean-generic \
555 distclean-recursive distclean-tags distdir dvi dvi-am html \
556 html-am info info-am install install-am install-data \
557 install-data-am install-exec install-exec-am install-info \
558 install-info-am install-man install-strip installcheck \
559 installcheck-am installdirs installdirs-am maintainer-clean \
560 maintainer-clean-generic maintainer-clean-recursive \
561 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
562 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
563 uninstall-info-am
568564
569565
570566 # these are created by 'make check'
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163
160164 # awk 'BEGIN{FS="|"} /^[a-zA-Z0-9]/ {x=$1; gsub(/[ \t]*$/, ".png", x); printf("\t%s \\\n", x)}' tests.list >> golden/Makefile.am
161165 EXTRA_DIST = \
273277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274278 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
275279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 uninstall-info-am:
276281 tags: TAGS
277282 TAGS:
278283
281286
282287
283288 distdir: $(DISTFILES)
284 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
285 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
286 list='$(DISTFILES)'; \
287 dist_files=`for file in $$list; do echo $$file; done | \
288 sed -e "s|^$$srcdirstrip/||;t" \
289 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
290 case $$dist_files in \
291 */*) $(MKDIR_P) `echo "$$dist_files" | \
292 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
293 sort -u` ;; \
294 esac; \
295 for file in $$dist_files; do \
289 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
290 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
291 list='$(DISTFILES)'; for file in $$list; do \
292 case $$file in \
293 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
294 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
295 esac; \
296296 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
297 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
298 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
299 dir="/$$dir"; \
300 $(mkdir_p) "$(distdir)$$dir"; \
301 else \
302 dir=''; \
303 fi; \
297304 if test -d $$d/$$file; then \
298 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
299305 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
300306 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
301307 fi; \
354360
355361 install-data-am:
356362
357 install-dvi: install-dvi-am
358
359363 install-exec-am:
360364
361 install-html: install-html-am
362
363365 install-info: install-info-am
364366
365367 install-man:
366
367 install-pdf: install-pdf-am
368
369 install-ps: install-ps-am
370368
371369 installcheck-am:
372370
386384
387385 ps-am:
388386
389 uninstall-am:
390
391 .MAKE: install-am install-strip
387 uninstall-am: uninstall-info-am
392388
393389 .PHONY: all all-am check check-am clean clean-generic distclean \
394390 distclean-generic distdir dvi dvi-am html html-am info info-am \
395 install install-am install-data install-data-am install-dvi \
396 install-dvi-am install-exec install-exec-am install-html \
397 install-html-am install-info install-info-am install-man \
398 install-pdf install-pdf-am install-ps install-ps-am \
391 install install-am install-data install-data-am install-exec \
392 install-exec-am install-info install-info-am install-man \
399393 install-strip installcheck installcheck-am installdirs \
400394 maintainer-clean maintainer-clean-generic mostlyclean \
401 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
395 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
396 uninstall-info-am
402397
403398 # Tell versions [3.59,3.63) of GNU make to not export all variables.
404399 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1212 # PARTICULAR PURPOSE.
1313
1414 @SET_MAKE@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
1517 VPATH = @srcdir@
1618 pkgdatadir = $(datadir)/@PACKAGE@
1719 pkglibdir = $(libdir)/@PACKAGE@
1820 pkgincludedir = $(includedir)/@PACKAGE@
21 top_builddir = ../..
1922 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 INSTALL = @INSTALL@
2024 install_sh_DATA = $(install_sh) -c -m 644
2125 install_sh_PROGRAM = $(install_sh) -c
2226 install_sh_SCRIPT = $(install_sh) -c
4347 DIST_SOURCES =
4448 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4549 ACLOCAL = @ACLOCAL@
50 AMDEP_FALSE = @AMDEP_FALSE@
51 AMDEP_TRUE = @AMDEP_TRUE@
4652 AMTAR = @AMTAR@
4753 AUTOCONF = @AUTOCONF@
4854 AUTOHEADER = @AUTOHEADER@
7783 IM_CONVERT = @IM_CONVERT@
7884 IM_DISPLAY = @IM_DISPLAY@
7985 IM_MONTAGE = @IM_MONTAGE@
80 INSTALL = @INSTALL@
8186 INSTALL_DATA = @INSTALL_DATA@
8287 INSTALL_PROGRAM = @INSTALL_PROGRAM@
8388 INSTALL_SCRIPT = @INSTALL_SCRIPT@
8893 LIBS = @LIBS@
8994 LTLIBOBJS = @LTLIBOBJS@
9095 MAINT = @MAINT@
96 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
97 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
9198 MAKEINFO = @MAKEINFO@
92 MKDIR_P = @MKDIR_P@
9399 OBJEXT = @OBJEXT@
94100 PACKAGE = @PACKAGE@
95101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112118 WIN32_TRUE = @WIN32_TRUE@
113119 XDGDATADIR = @XDGDATADIR@
114120 ac_ct_CC = @ac_ct_CC@
121 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
115123 am__include = @am__include@
116124 am__leading_dot = @am__leading_dot@
117125 am__quote = @am__quote@
123131 build_cpu = @build_cpu@
124132 build_os = @build_os@
125133 build_vendor = @build_vendor@
126 builddir = @builddir@
127134 datadir = @datadir@
128135 datarootdir = @datarootdir@
129136 docdir = @docdir@
151158 psdir = @psdir@
152159 sbindir = @sbindir@
153160 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155161 sysconfdir = @sysconfdir@
156162 target_alias = @target_alias@
157 top_builddir = @top_builddir@
158 top_srcdir = @top_srcdir@
159163
160164 # awk 'BEGIN{FS="|"} /^[a-zA-Z0-9]/ {x=$2; printf("\t%s \\\n", x)}' tests.list >> inputs/Makefile.am
161165 EXTRA_DIST = \
219223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220224 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
221225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 uninstall-info-am:
222227 tags: TAGS
223228 TAGS:
224229
227232
228233
229234 distdir: $(DISTFILES)
230 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
231 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
232 list='$(DISTFILES)'; \
233 dist_files=`for file in $$list; do echo $$file; done | \
234 sed -e "s|^$$srcdirstrip/||;t" \
235 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
236 case $$dist_files in \
237 */*) $(MKDIR_P) `echo "$$dist_files" | \
238 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
239 sort -u` ;; \
240 esac; \
241 for file in $$dist_files; do \
235 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
236 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
237 list='$(DISTFILES)'; for file in $$list; do \
238 case $$file in \
239 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
240 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
241 esac; \
242242 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
243 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
244 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
245 dir="/$$dir"; \
246 $(mkdir_p) "$(distdir)$$dir"; \
247 else \
248 dir=''; \
249 fi; \
243250 if test -d $$d/$$file; then \
244 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
245251 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
246252 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
247253 fi; \
300306
301307 install-data-am:
302308
303 install-dvi: install-dvi-am
304
305309 install-exec-am:
306310
307 install-html: install-html-am
308
309311 install-info: install-info-am
310312
311313 install-man:
312
313 install-pdf: install-pdf-am
314
315 install-ps: install-ps-am
316314
317315 installcheck-am:
318316
332330
333331 ps-am:
334332
335 uninstall-am:
336
337 .MAKE: install-am install-strip
333 uninstall-am: uninstall-info-am
338334
339335 .PHONY: all all-am check check-am clean clean-generic distclean \
340336 distclean-generic distdir dvi dvi-am html html-am info info-am \
341 install install-am install-data install-data-am install-dvi \
342 install-dvi-am install-exec install-exec-am install-html \
343 install-html-am install-info install-info-am install-man \
344 install-pdf install-pdf-am install-ps install-ps-am \
337 install install-am install-data install-data-am install-exec \
338 install-exec-am install-info install-info-am install-man \
345339 install-strip installcheck installcheck-am installdirs \
346340 maintainer-clean maintainer-clean-generic mostlyclean \
347 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
341 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
342 uninstall-info-am
348343
349344 # Tell versions [3.59,3.63) of GNU make to not export all variables.
350345 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.9.5 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
1313
1414 @SET_MAKE@
1515
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
1618 VPATH = @srcdir@
1719 pkgdatadir = $(datadir)/@PACKAGE@
1820 pkglibdir = $(libdir)/@PACKAGE@
1921 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
2023 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
2125 install_sh_DATA = $(install_sh) -c -m 644
2226 install_sh_PROGRAM = $(install_sh) -c
2327 install_sh_SCRIPT = $(install_sh) -c
5357 DATA = $(pkgdata_DATA)
5458 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5559 ACLOCAL = @ACLOCAL@
60 AMDEP_FALSE = @AMDEP_FALSE@
61 AMDEP_TRUE = @AMDEP_TRUE@
5662 AMTAR = @AMTAR@
5763 AUTOCONF = @AUTOCONF@
5864 AUTOHEADER = @AUTOHEADER@
8793 IM_CONVERT = @IM_CONVERT@
8894 IM_DISPLAY = @IM_DISPLAY@
8995 IM_MONTAGE = @IM_MONTAGE@
90 INSTALL = @INSTALL@
9196 INSTALL_DATA = @INSTALL_DATA@
9297 INSTALL_PROGRAM = @INSTALL_PROGRAM@
9398 INSTALL_SCRIPT = @INSTALL_SCRIPT@
98103 LIBS = @LIBS@
99104 LTLIBOBJS = @LTLIBOBJS@
100105 MAINT = @MAINT@
106 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
107 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
101108 MAKEINFO = @MAKEINFO@
102 MKDIR_P = @MKDIR_P@
103109 OBJEXT = @OBJEXT@
104110 PACKAGE = @PACKAGE@
105111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122128 WIN32_TRUE = @WIN32_TRUE@
123129 XDGDATADIR = @XDGDATADIR@
124130 ac_ct_CC = @ac_ct_CC@
131 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
132 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
125133 am__include = @am__include@
126134 am__leading_dot = @am__leading_dot@
127135 am__quote = @am__quote@
133141 build_cpu = @build_cpu@
134142 build_os = @build_os@
135143 build_vendor = @build_vendor@
136 builddir = @builddir@
137144 datadir = @datadir@
138145 datarootdir = @datarootdir@
139146 docdir = @docdir@
161168 psdir = @psdir@
162169 sbindir = @sbindir@
163170 sharedstatedir = @sharedstatedir@
164 srcdir = @srcdir@
165171 sysconfdir = @sysconfdir@
166172 target_alias = @target_alias@
167 top_builddir = @top_builddir@
168 top_srcdir = @top_srcdir@
169173 MAINTAINERCLEANFILES = *~ *.o Makefile Makefile.in
170174 EXTRA_DIST = build_gerbv extract_gtk_win32 gerbv.nsi.in Readme.txt
171175 @WIN32_TRUE@pkgdata_DATA = Readme.txt
201205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
202206 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
203207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 uninstall-info-am:
204209 install-pkgdataDATA: $(pkgdata_DATA)
205210 @$(NORMAL_INSTALL)
206 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
211 test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
207212 @list='$(pkgdata_DATA)'; for p in $$list; do \
208213 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
209214 f=$(am__strip_dir) \
226231
227232
228233 distdir: $(DISTFILES)
229 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
230 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
231 list='$(DISTFILES)'; \
232 dist_files=`for file in $$list; do echo $$file; done | \
233 sed -e "s|^$$srcdirstrip/||;t" \
234 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
235 case $$dist_files in \
236 */*) $(MKDIR_P) `echo "$$dist_files" | \
237 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
238 sort -u` ;; \
239 esac; \
240 for file in $$dist_files; do \
234 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
235 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
236 list='$(DISTFILES)'; for file in $$list; do \
237 case $$file in \
238 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
239 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
240 esac; \
241241 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
242 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
243 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
244 dir="/$$dir"; \
245 $(mkdir_p) "$(distdir)$$dir"; \
246 else \
247 dir=''; \
248 fi; \
242249 if test -d $$d/$$file; then \
243 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
244250 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
245251 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
246252 fi; \
256262 all-am: Makefile $(DATA)
257263 installdirs:
258264 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
259 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
265 test -z "$$dir" || $(mkdir_p) "$$dir"; \
260266 done
261267 install: install-am
262268 install-exec: install-exec-am
303309
304310 install-data-am: install-pkgdataDATA
305311
306 install-dvi: install-dvi-am
307
308312 install-exec-am:
309313
310 install-html: install-html-am
311
312314 install-info: install-info-am
313315
314316 install-man:
315
316 install-pdf: install-pdf-am
317
318 install-ps: install-ps-am
319317
320318 installcheck-am:
321319
335333
336334 ps-am:
337335
338 uninstall-am: uninstall-pkgdataDATA
339
340 .MAKE: install-am install-strip
336 uninstall-am: uninstall-info-am uninstall-pkgdataDATA
341337
342338 .PHONY: all all-am check check-am clean clean-generic distclean \
343339 distclean-generic distdir dvi dvi-am html html-am info info-am \
344 install install-am install-data install-data-am install-dvi \
345 install-dvi-am install-exec install-exec-am install-html \
346 install-html-am install-info install-info-am install-man \
347 install-pdf install-pdf-am install-pkgdataDATA install-ps \
348 install-ps-am install-strip installcheck installcheck-am \
340 install install-am install-data install-data-am install-exec \
341 install-exec-am install-info install-info-am install-man \
342 install-pkgdataDATA install-strip installcheck installcheck-am \
349343 installdirs maintainer-clean maintainer-clean-generic \
350344 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
351 uninstall-am uninstall-pkgdataDATA
345 uninstall-am uninstall-info-am uninstall-pkgdataDATA
352346
353347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
354348 # Otherwise a system limit (for SysV at least) may be exceeded.