xref: /potrace-1.14/src/Makefile.in (revision b3fce824)
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93bin_PROGRAMS = potrace$(EXEEXT) mkbitmap$(EXEEXT)
94EXTRA_PROGRAMS = potracelib_demo$(EXEEXT)
95subdir = src
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
98	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100	$(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
104	$(am__DIST_COMMON)
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130am__uninstall_files_from_dir = { \
131  test -z "$$files" \
132    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134         $(am__cd) "$$dir" && rm -f $$files; }; \
135  }
136am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
137	"$(DESTDIR)$(includedir)"
138LTLIBRARIES = $(lib_LTLIBRARIES)
139libpotrace_la_DEPENDENCIES =
140am__objects_1 = curve.lo trace.lo decompose.lo potracelib.lo
141am_libpotrace_la_OBJECTS = $(am__objects_1)
142libpotrace_la_OBJECTS = $(am_libpotrace_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147libpotrace_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149	$(libpotrace_la_LDFLAGS) $(LDFLAGS) -o $@
150PROGRAMS = $(bin_PROGRAMS)
151am_mkbitmap_OBJECTS = mkbitmap.$(OBJEXT) bitmap_io.$(OBJEXT) \
152	greymap.$(OBJEXT)
153mkbitmap_OBJECTS = $(am_mkbitmap_OBJECTS)
154am_potrace_OBJECTS = main.$(OBJEXT) bitmap_io.$(OBJEXT) \
155	backend_eps.$(OBJEXT) flate.$(OBJEXT) greymap.$(OBJEXT) \
156	render.$(OBJEXT) backend_pgm.$(OBJEXT) backend_svg.$(OBJEXT) \
157	backend_xfig.$(OBJEXT) backend_dxf.$(OBJEXT) \
158	backend_pdf.$(OBJEXT) backend_geojson.$(OBJEXT) lzw.$(OBJEXT) \
159	progress_bar.$(OBJEXT) bbox.$(OBJEXT) trans.$(OBJEXT)
160potrace_OBJECTS = $(am_potrace_OBJECTS)
161am_potracelib_demo_OBJECTS = potracelib_demo.$(OBJEXT)
162potracelib_demo_OBJECTS = $(am_potracelib_demo_OBJECTS)
163AM_V_P = $(am__v_P_@AM_V@)
164am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
165am__v_P_0 = false
166am__v_P_1 = :
167AM_V_GEN = $(am__v_GEN_@AM_V@)
168am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169am__v_GEN_0 = @echo "  GEN     " $@;
170am__v_GEN_1 =
171AM_V_at = $(am__v_at_@AM_V@)
172am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173am__v_at_0 = @
174am__v_at_1 =
175DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
176depcomp = $(SHELL) $(top_srcdir)/depcomp
177am__depfiles_maybe = depfiles
178am__mv = mv -f
179COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
183	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
184	$(AM_CFLAGS) $(CFLAGS)
185AM_V_CC = $(am__v_CC_@AM_V@)
186am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
187am__v_CC_0 = @echo "  CC      " $@;
188am__v_CC_1 =
189CCLD = $(CC)
190LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192	$(AM_LDFLAGS) $(LDFLAGS) -o $@
193AM_V_CCLD = $(am__v_CCLD_@AM_V@)
194am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
195am__v_CCLD_0 = @echo "  CCLD    " $@;
196am__v_CCLD_1 =
197SOURCES = $(libpotrace_la_SOURCES) $(mkbitmap_SOURCES) \
198	$(potrace_SOURCES) $(potracelib_demo_SOURCES)
199DIST_SOURCES = $(libpotrace_la_SOURCES) $(mkbitmap_SOURCES) \
200	$(potrace_SOURCES) $(potracelib_demo_SOURCES)
201am__can_run_installinfo = \
202  case $$AM_UPDATE_INFO_DIR in \
203    n|no|NO) false;; \
204    *) (install-info --version) >/dev/null 2>&1;; \
205  esac
206HEADERS = $(include_HEADERS)
207am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208# Read a list of newline-separated strings from the standard input,
209# and print each of them once, without duplicates.  Input order is
210# *not* preserved.
211am__uniquify_input = $(AWK) '\
212  BEGIN { nonempty = 0; } \
213  { items[$$0] = 1; nonempty = 1; } \
214  END { if (nonempty) { for (i in items) print i; }; } \
215'
216# Make sure the list of sources is unique.  This is necessary because,
217# e.g., the same source file might be shared among _SOURCES variables
218# for different programs/libraries.
219am__define_uniq_tagged_files = \
220  list='$(am__tagged_files)'; \
221  unique=`for i in $$list; do \
222    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223  done | $(am__uniquify_input)`
224ETAGS = etags
225CTAGS = ctags
226am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
227	$(top_srcdir)/mkinstalldirs
228DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229ACLOCAL = @ACLOCAL@
230AMTAR = @AMTAR@
231AM_CPPFLAGS = @AM_CPPFLAGS@
232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233AR = @AR@
234AS = @AS@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239CADD = @CADD@
240CC = @CC@
241CCDEPMODE = @CCDEPMODE@
242CFLAGS = @CFLAGS@
243CPP = @CPP@
244CPPFLAGS = @CPPFLAGS@
245CYGPATH_W = @CYGPATH_W@
246DATE = @DATE@
247DEFS = @DEFS@
248DEPDIR = @DEPDIR@
249DLLTOOL = @DLLTOOL@
250DSYMUTIL = @DSYMUTIL@
251DUMPBIN = @DUMPBIN@
252ECHO_C = @ECHO_C@
253ECHO_N = @ECHO_N@
254ECHO_T = @ECHO_T@
255EGREP = @EGREP@
256EXEEXT = @EXEEXT@
257EXTRA_LIBS = @EXTRA_LIBS@
258EXTRA_OBJS = @EXTRA_OBJS@
259FGREP = @FGREP@
260GREP = @GREP@
261INSTALL = @INSTALL@
262INSTALL_DATA = @INSTALL_DATA@
263INSTALL_PROGRAM = @INSTALL_PROGRAM@
264INSTALL_SCRIPT = @INSTALL_SCRIPT@
265INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266INSTHEADERS = @INSTHEADERS@
267INSTLIBS = @INSTLIBS@
268LD = @LD@
269LDFLAGS = @LDFLAGS@
270LIBOBJS = @LIBOBJS@
271LIBS = @LIBS@
272LIBTOOL = @LIBTOOL@
273LIPO = @LIPO@
274LN_S = @LN_S@
275LTLIBOBJS = @LTLIBOBJS@
276LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
277MAKEINFO = @MAKEINFO@
278MANIFEST_TOOL = @MANIFEST_TOOL@
279MKBITMAP = @MKBITMAP@
280MKDIR_P = @MKDIR_P@
281NM = @NM@
282NMEDIT = @NMEDIT@
283OBJDUMP = @OBJDUMP@
284OBJEXT = @OBJEXT@
285OTOOL = @OTOOL@
286OTOOL64 = @OTOOL64@
287PACKAGE = @PACKAGE@
288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289PACKAGE_NAME = @PACKAGE_NAME@
290PACKAGE_STRING = @PACKAGE_STRING@
291PACKAGE_TARNAME = @PACKAGE_TARNAME@
292PACKAGE_URL = @PACKAGE_URL@
293PACKAGE_VERSION = @PACKAGE_VERSION@
294PATH_SEPARATOR = @PATH_SEPARATOR@
295POTRACE = @POTRACE@
296POTRACELIB_VERSION = @POTRACELIB_VERSION@
297RANLIB = @RANLIB@
298SED = @SED@
299SET_MAKE = @SET_MAKE@
300SHELL = @SHELL@
301STRIP = @STRIP@
302VERSION = @VERSION@
303abs_builddir = @abs_builddir@
304abs_srcdir = @abs_srcdir@
305abs_top_builddir = @abs_top_builddir@
306abs_top_srcdir = @abs_top_srcdir@
307ac_ct_AR = @ac_ct_AR@
308ac_ct_CC = @ac_ct_CC@
309ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
310am__include = @am__include@
311am__leading_dot = @am__leading_dot@
312am__quote = @am__quote@
313am__tar = @am__tar@
314am__untar = @am__untar@
315bindir = @bindir@
316build = @build@
317build_alias = @build_alias@
318build_cpu = @build_cpu@
319build_os = @build_os@
320build_vendor = @build_vendor@
321builddir = @builddir@
322datadir = @datadir@
323datarootdir = @datarootdir@
324docdir = @docdir@
325dvidir = @dvidir@
326exec_prefix = @exec_prefix@
327host = @host@
328host_alias = @host_alias@
329host_cpu = @host_cpu@
330host_os = @host_os@
331host_vendor = @host_vendor@
332htmldir = @htmldir@
333includedir = @includedir@
334infodir = @infodir@
335install_sh = @install_sh@
336libdir = @libdir@
337libexecdir = @libexecdir@
338localedir = @localedir@
339localstatedir = @localstatedir@
340mandir = @mandir@
341mkdir_p = @mkdir_p@
342oldincludedir = @oldincludedir@
343pdfdir = @pdfdir@
344prefix = @prefix@
345program_transform_name = @program_transform_name@
346psdir = @psdir@
347runstatedir = @runstatedir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351sysconfdir = @sysconfdir@
352target_alias = @target_alias@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
356AM_CFLAGS = $(CADD)
357potrace_SOURCES = main.c main.h bitmap_io.c bitmap_io.h backend_eps.c	\
358 backend_eps.h flate.c flate.h lists.h greymap.c greymap.h render.c	\
359 render.h backend_pgm.c backend_pgm.h backend_svg.c backend_svg.h	\
360 backend_xfig.c backend_xfig.h backend_dxf.c backend_dxf.h		\
361 backend_pdf.c backend_pdf.h backend_geojson.c backend_geojson.h	\
362 lzw.c lzw.h bitops.h auxiliary.h potracelib.h bitmap.h curve.h		\
363 platform.h progress.h progress_bar.c progress_bar.h bbox.c bbox.h	\
364 trans.c trans.h
365
366potrace_LDADD = libpotrace.la @EXTRA_OBJS@ -lm @EXTRA_LIBS@
367potrace_DEPENDENCIES = libpotrace.la @EXTRA_OBJS@
368mkbitmap_SOURCES = mkbitmap.c bitmap_io.c bitmap_io.h greymap.c	\
369 greymap.h platform.h bitmap.h potracelib.h bitops.h
370
371mkbitmap_LDADD = @EXTRA_OBJS@ -lm
372mkbitmap_DEPENDENCIES = @EXTRA_OBJS@
373potracelib_demo_SOURCES = potracelib_demo.c
374potracelib_demo_LDADD = libpotrace.la -lm
375potracelib_demo_DEPENDENCIES = libpotrace.la
376
377#----------------------------------------------------------------------
378# Potrace library:
379libsources = curve.c curve.h trace.c trace.h decompose.c		\
380 decompose.h potracelib.c potracelib.h lists.h auxiliary.h bitmap.h	\
381 progress.h
382
383lib_LTLIBRARIES = $(INSTLIBS)
384EXTRA_LTLIBRARIES = libpotrace.la
385libpotrace_la_SOURCES = $(libsources)
386libpotrace_la_LDFLAGS = -version-info 0:4:0 -rpath '$(libdir)' \
387 -export-symbols $(srcdir)/libpotrace-export.sym -no-undefined
388
389libpotrace_la_LIBADD = -lm
390MOSTLYCLEANFILES = libpotrace.la
391
392# header files to install
393include_HEADERS = $(INSTHEADERS)
394EXTRA_HEADERS = potracelib.h
395
396#----------------------------------------------------------------------
397# other stuff to distribute
398EXTRA_DIST = getopt.c getopt1.c getopt.h libpotrace-export.sym
399all: all-am
400
401.SUFFIXES:
402.SUFFIXES: .c .lo .o .obj
403$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
404	@for dep in $?; do \
405	  case '$(am__configure_deps)' in \
406	    *$$dep*) \
407	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408	        && { if test -f $@; then exit 0; else break; fi; }; \
409	      exit 1;; \
410	  esac; \
411	done; \
412	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
413	$(am__cd) $(top_srcdir) && \
414	  $(AUTOMAKE) --gnu src/Makefile
415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416	@case '$?' in \
417	  *config.status*) \
418	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
419	  *) \
420	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
421	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
422	esac;
423
424$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
425	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426
427$(top_srcdir)/configure:  $(am__configure_deps)
428	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
430	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431$(am__aclocal_m4_deps):
432
433install-libLTLIBRARIES: $(lib_LTLIBRARIES)
434	@$(NORMAL_INSTALL)
435	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
436	list2=; for p in $$list; do \
437	  if test -f $$p; then \
438	    list2="$$list2 $$p"; \
439	  else :; fi; \
440	done; \
441	test -z "$$list2" || { \
442	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
443	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
444	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
445	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
446	}
447
448uninstall-libLTLIBRARIES:
449	@$(NORMAL_UNINSTALL)
450	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
451	for p in $$list; do \
452	  $(am__strip_dir) \
453	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
454	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
455	done
456
457clean-libLTLIBRARIES:
458	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
459	@list='$(lib_LTLIBRARIES)'; \
460	locs=`for p in $$list; do echo $$p; done | \
461	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
462	      sort -u`; \
463	test -z "$$locs" || { \
464	  echo rm -f $${locs}; \
465	  rm -f $${locs}; \
466	}
467
468libpotrace.la: $(libpotrace_la_OBJECTS) $(libpotrace_la_DEPENDENCIES) $(EXTRA_libpotrace_la_DEPENDENCIES)
469	$(AM_V_CCLD)$(libpotrace_la_LINK)  $(libpotrace_la_OBJECTS) $(libpotrace_la_LIBADD) $(LIBS)
470install-binPROGRAMS: $(bin_PROGRAMS)
471	@$(NORMAL_INSTALL)
472	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
473	if test -n "$$list"; then \
474	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
475	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
476	fi; \
477	for p in $$list; do echo "$$p $$p"; done | \
478	sed 's/$(EXEEXT)$$//' | \
479	while read p p1; do if test -f $$p \
480	 || test -f $$p1 \
481	  ; then echo "$$p"; echo "$$p"; else :; fi; \
482	done | \
483	sed -e 'p;s,.*/,,;n;h' \
484	    -e 's|.*|.|' \
485	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
486	sed 'N;N;N;s,\n, ,g' | \
487	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
488	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
489	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
490	    else { print "f", $$3 "/" $$4, $$1; } } \
491	  END { for (d in files) print "f", d, files[d] }' | \
492	while read type dir files; do \
493	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
494	    test -z "$$files" || { \
495	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
496	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
497	    } \
498	; done
499
500uninstall-binPROGRAMS:
501	@$(NORMAL_UNINSTALL)
502	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
503	files=`for p in $$list; do echo "$$p"; done | \
504	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
505	      -e 's/$$/$(EXEEXT)/' \
506	`; \
507	test -n "$$list" || exit 0; \
508	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
509	cd "$(DESTDIR)$(bindir)" && rm -f $$files
510
511clean-binPROGRAMS:
512	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
513	echo " rm -f" $$list; \
514	rm -f $$list || exit $$?; \
515	test -n "$(EXEEXT)" || exit 0; \
516	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
517	echo " rm -f" $$list; \
518	rm -f $$list
519
520mkbitmap$(EXEEXT): $(mkbitmap_OBJECTS) $(mkbitmap_DEPENDENCIES) $(EXTRA_mkbitmap_DEPENDENCIES)
521	@rm -f mkbitmap$(EXEEXT)
522	$(AM_V_CCLD)$(LINK) $(mkbitmap_OBJECTS) $(mkbitmap_LDADD) $(LIBS)
523
524potrace$(EXEEXT): $(potrace_OBJECTS) $(potrace_DEPENDENCIES) $(EXTRA_potrace_DEPENDENCIES)
525	@rm -f potrace$(EXEEXT)
526	$(AM_V_CCLD)$(LINK) $(potrace_OBJECTS) $(potrace_LDADD) $(LIBS)
527
528potracelib_demo$(EXEEXT): $(potracelib_demo_OBJECTS) $(potracelib_demo_DEPENDENCIES) $(EXTRA_potracelib_demo_DEPENDENCIES)
529	@rm -f potracelib_demo$(EXEEXT)
530	$(AM_V_CCLD)$(LINK) $(potracelib_demo_OBJECTS) $(potracelib_demo_LDADD) $(LIBS)
531
532mostlyclean-compile:
533	-rm -f *.$(OBJEXT)
534
535distclean-compile:
536	-rm -f *.tab.c
537
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_dxf.Po@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_eps.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_geojson.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_pdf.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_pgm.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_svg.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend_xfig.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbox.Po@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap_io.Po@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve.Plo@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decompose.Plo@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flate.Po@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/greymap.Po@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzw.Po@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkbitmap.Po@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/potracelib.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/potracelib_demo.Po@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress_bar.Po@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trans.Po@am__quote@
560
561.c.o:
562@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
563@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
567
568.c.obj:
569@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
570@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
574
575.c.lo:
576@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
577@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
578@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
579@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
581
582mostlyclean-libtool:
583	-rm -f *.lo
584
585clean-libtool:
586	-rm -rf .libs _libs
587install-includeHEADERS: $(include_HEADERS)
588	@$(NORMAL_INSTALL)
589	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
590	if test -n "$$list"; then \
591	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
592	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
593	fi; \
594	for p in $$list; do \
595	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
596	  echo "$$d$$p"; \
597	done | $(am__base_list) | \
598	while read files; do \
599	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
600	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
601	done
602
603uninstall-includeHEADERS:
604	@$(NORMAL_UNINSTALL)
605	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
606	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
607	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
608
609ID: $(am__tagged_files)
610	$(am__define_uniq_tagged_files); mkid -fID $$unique
611tags: tags-am
612TAGS: tags
613
614tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
615	set x; \
616	here=`pwd`; \
617	$(am__define_uniq_tagged_files); \
618	shift; \
619	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
620	  test -n "$$unique" || unique=$$empty_fix; \
621	  if test $$# -gt 0; then \
622	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623	      "$$@" $$unique; \
624	  else \
625	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
626	      $$unique; \
627	  fi; \
628	fi
629ctags: ctags-am
630
631CTAGS: ctags
632ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
633	$(am__define_uniq_tagged_files); \
634	test -z "$(CTAGS_ARGS)$$unique" \
635	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
636	     $$unique
637
638GTAGS:
639	here=`$(am__cd) $(top_builddir) && pwd` \
640	  && $(am__cd) $(top_srcdir) \
641	  && gtags -i $(GTAGS_ARGS) "$$here"
642cscopelist: cscopelist-am
643
644cscopelist-am: $(am__tagged_files)
645	list='$(am__tagged_files)'; \
646	case "$(srcdir)" in \
647	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
648	  *) sdir=$(subdir)/$(srcdir) ;; \
649	esac; \
650	for i in $$list; do \
651	  if test -f "$$i"; then \
652	    echo "$(subdir)/$$i"; \
653	  else \
654	    echo "$$sdir/$$i"; \
655	  fi; \
656	done >> $(top_builddir)/cscope.files
657
658distclean-tags:
659	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
660
661distdir: $(DISTFILES)
662	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
663	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
664	list='$(DISTFILES)'; \
665	  dist_files=`for file in $$list; do echo $$file; done | \
666	  sed -e "s|^$$srcdirstrip/||;t" \
667	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
668	case $$dist_files in \
669	  */*) $(MKDIR_P) `echo "$$dist_files" | \
670			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
671			   sort -u` ;; \
672	esac; \
673	for file in $$dist_files; do \
674	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
675	  if test -d $$d/$$file; then \
676	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
677	    if test -d "$(distdir)/$$file"; then \
678	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
679	    fi; \
680	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
681	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
682	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
683	    fi; \
684	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
685	  else \
686	    test -f "$(distdir)/$$file" \
687	    || cp -p $$d/$$file "$(distdir)/$$file" \
688	    || exit 1; \
689	  fi; \
690	done
691check-am: all-am
692check: check-am
693all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
694install-binPROGRAMS: install-libLTLIBRARIES
695
696installdirs:
697	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
698	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
699	done
700install: install-am
701install-exec: install-exec-am
702install-data: install-data-am
703uninstall: uninstall-am
704
705install-am: all-am
706	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708installcheck: installcheck-am
709install-strip:
710	if test -z '$(STRIP)'; then \
711	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713	      install; \
714	else \
715	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
718	fi
719mostlyclean-generic:
720	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
721
722clean-generic:
723
724distclean-generic:
725	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
727
728maintainer-clean-generic:
729	@echo "This command is intended for maintainers to use"
730	@echo "it deletes files that may require special tools to rebuild."
731clean: clean-am
732
733clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
734	clean-libtool mostlyclean-am
735
736distclean: distclean-am
737	-rm -rf ./$(DEPDIR)
738	-rm -f Makefile
739distclean-am: clean-am distclean-compile distclean-generic \
740	distclean-tags
741
742dvi: dvi-am
743
744dvi-am:
745
746html: html-am
747
748html-am:
749
750info: info-am
751
752info-am:
753
754install-data-am: install-includeHEADERS
755
756install-dvi: install-dvi-am
757
758install-dvi-am:
759
760install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
761
762install-html: install-html-am
763
764install-html-am:
765
766install-info: install-info-am
767
768install-info-am:
769
770install-man:
771
772install-pdf: install-pdf-am
773
774install-pdf-am:
775
776install-ps: install-ps-am
777
778install-ps-am:
779
780installcheck-am:
781
782maintainer-clean: maintainer-clean-am
783	-rm -rf ./$(DEPDIR)
784	-rm -f Makefile
785maintainer-clean-am: distclean-am maintainer-clean-generic
786
787mostlyclean: mostlyclean-am
788
789mostlyclean-am: mostlyclean-compile mostlyclean-generic \
790	mostlyclean-libtool
791
792pdf: pdf-am
793
794pdf-am:
795
796ps: ps-am
797
798ps-am:
799
800uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
801	uninstall-libLTLIBRARIES
802
803.MAKE: install-am install-strip
804
805.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
806	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
807	clean-libtool cscopelist-am ctags ctags-am distclean \
808	distclean-compile distclean-generic distclean-libtool \
809	distclean-tags distdir dvi dvi-am html html-am info info-am \
810	install install-am install-binPROGRAMS install-data \
811	install-data-am install-dvi install-dvi-am install-exec \
812	install-exec-am install-html install-html-am \
813	install-includeHEADERS install-info install-info-am \
814	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
815	install-ps install-ps-am install-strip installcheck \
816	installcheck-am installdirs maintainer-clean \
817	maintainer-clean-generic mostlyclean mostlyclean-compile \
818	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
819	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
820	uninstall-includeHEADERS uninstall-libLTLIBRARIES
821
822.PRECIOUS: Makefile
823
824
825# Tell versions [3.59,3.63) of GNU make to not export all variables.
826# Otherwise a system limit (for SysV at least) may be exceeded.
827.NOEXPORT:
828