1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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# Makefile for building lcms sample programs
19# Originally Written by Bob Friesenhahn, June 2003
20# Additions and bugs by Marti Maria Oct 2004
21
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40target_triplet = @target@
41bin_PROGRAMS = icctrans$(EXEEXT) wtpt$(EXEEXT) icc2ps$(EXEEXT) \
42	icclink$(EXEEXT)
43subdir = samples
44DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48	$(ACLOCAL_M4)
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_CLEAN_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53PROGRAMS = $(bin_PROGRAMS)
54am_icc2ps_OBJECTS = icc2ps.$(OBJEXT) xgetopt.$(OBJEXT)
55icc2ps_OBJECTS = $(am_icc2ps_OBJECTS)
56icc2ps_DEPENDENCIES = $(top_builddir)/src/liblcms.la
57icc2ps_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icc2ps_LDFLAGS) \
59	$(LDFLAGS) -o $@
60am_icclink_OBJECTS = icclink.$(OBJEXT) xgetopt.$(OBJEXT) \
61	vprf.$(OBJEXT)
62icclink_OBJECTS = $(am_icclink_OBJECTS)
63icclink_DEPENDENCIES = $(top_builddir)/src/liblcms.la
64icclink_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icclink_LDFLAGS) \
66	$(LDFLAGS) -o $@
67am_icctrans_OBJECTS = icctrans.$(OBJEXT) xgetopt.$(OBJEXT) \
68	vprf.$(OBJEXT)
69icctrans_OBJECTS = $(am_icctrans_OBJECTS)
70icctrans_DEPENDENCIES = $(top_builddir)/src/liblcms.la
71icctrans_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icctrans_LDFLAGS) \
73	$(LDFLAGS) -o $@
74am_wtpt_OBJECTS = wtpt.$(OBJEXT) xgetopt.$(OBJEXT)
75wtpt_OBJECTS = $(am_wtpt_OBJECTS)
76wtpt_DEPENDENCIES = $(top_builddir)/src/liblcms.la
77wtpt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(wtpt_LDFLAGS) \
79	$(LDFLAGS) -o $@
80DEFAULT_INCLUDES = -I.@am__isrc@
81depcomp = $(SHELL) $(top_srcdir)/depcomp
82am__depfiles_maybe = depfiles
83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88CCLD = $(CC)
89LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91	$(LDFLAGS) -o $@
92SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) $(icctrans_SOURCES) \
93	$(wtpt_SOURCES)
94DIST_SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) \
95	$(icctrans_SOURCES) $(wtpt_SOURCES)
96man1dir = $(mandir)/man1
97NROFF = nroff
98MANS = $(man_MANS)
99ETAGS = etags
100CTAGS = ctags
101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102ACLOCAL = @ACLOCAL@
103AMTAR = @AMTAR@
104AR = @AR@
105AS = @AS@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110CC = @CC@
111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
113CPP = @CPP@
114CPPFLAGS = @CPPFLAGS@
115CXX = @CXX@
116CXXCPP = @CXXCPP@
117CXXDEPMODE = @CXXDEPMODE@
118CXXFLAGS = @CXXFLAGS@
119CYGPATH_W = @CYGPATH_W@
120DEFS = @DEFS@
121DEPDIR = @DEPDIR@
122DLLTOOL = @DLLTOOL@
123ECHO = @ECHO@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
129F77 = @F77@
130FFLAGS = @FFLAGS@
131GREP = @GREP@
132INSTALL = @INSTALL@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137INT16_T = @INT16_T@
138INT32_T = @INT32_T@
139INT64_T = @INT64_T@
140INT8_T = @INT8_T@
141JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
142LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
143LCMS_PYEXECDIR = @LCMS_PYEXECDIR@
144LCMS_PYINCLUDE = @LCMS_PYINCLUDE@
145LCMS_PYLIB = @LCMS_PYLIB@
146LD = @LD@
147LDFLAGS = @LDFLAGS@
148LIBOBJS = @LIBOBJS@
149LIBRARY_AGE = @LIBRARY_AGE@
150LIBRARY_CURRENT = @LIBRARY_CURRENT@
151LIBRARY_REVISION = @LIBRARY_REVISION@
152LIBS = @LIBS@
153LIBTOOL = @LIBTOOL@
154LIBTOOL_DEPS = @LIBTOOL_DEPS@
155LIB_JPEG = @LIB_JPEG@
156LIB_MATH = @LIB_MATH@
157LIB_TIFF = @LIB_TIFF@
158LIB_ZLIB = @LIB_ZLIB@
159LN_S = @LN_S@
160LTLIBOBJS = @LTLIBOBJS@
161MAINT = @MAINT@
162MAKEINFO = @MAKEINFO@
163MKDIR_P = @MKDIR_P@
164OBJDUMP = @OBJDUMP@
165OBJEXT = @OBJEXT@
166PACKAGE = @PACKAGE@
167PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168PACKAGE_NAME = @PACKAGE_NAME@
169PACKAGE_STRING = @PACKAGE_STRING@
170PACKAGE_TARNAME = @PACKAGE_TARNAME@
171PACKAGE_VERSION = @PACKAGE_VERSION@
172PATH_SEPARATOR = @PATH_SEPARATOR@
173PYTHON = @PYTHON@
174PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
175PYTHON_PLATFORM = @PYTHON_PLATFORM@
176PYTHON_PREFIX = @PYTHON_PREFIX@
177PYTHON_VERSION = @PYTHON_VERSION@
178RANLIB = @RANLIB@
179SED = @SED@
180SET_MAKE = @SET_MAKE@
181SHELL = @SHELL@
182STRIP = @STRIP@
183TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
184UINT16_T = @UINT16_T@
185UINT32_T = @UINT32_T@
186UINT64_T = @UINT64_T@
187UINT8_T = @UINT8_T@
188VERSION = @VERSION@
189abs_builddir = @abs_builddir@
190abs_srcdir = @abs_srcdir@
191abs_top_builddir = @abs_top_builddir@
192abs_top_srcdir = @abs_top_srcdir@
193ac_ct_CC = @ac_ct_CC@
194ac_ct_CXX = @ac_ct_CXX@
195ac_ct_F77 = @ac_ct_F77@
196am__include = @am__include@
197am__leading_dot = @am__leading_dot@
198am__quote = @am__quote@
199am__tar = @am__tar@
200am__untar = @am__untar@
201bindir = @bindir@
202build = @build@
203build_alias = @build_alias@
204build_cpu = @build_cpu@
205build_os = @build_os@
206build_vendor = @build_vendor@
207builddir = @builddir@
208datadir = @datadir@
209datarootdir = @datarootdir@
210docdir = @docdir@
211dvidir = @dvidir@
212exec_prefix = @exec_prefix@
213host = @host@
214host_alias = @host_alias@
215host_cpu = @host_cpu@
216host_os = @host_os@
217host_vendor = @host_vendor@
218htmldir = @htmldir@
219includedir = @includedir@
220infodir = @infodir@
221inline = @inline@
222install_sh = @install_sh@
223libdir = @libdir@
224libexecdir = @libexecdir@
225localedir = @localedir@
226localstatedir = @localstatedir@
227mandir = @mandir@
228mkdir_p = @mkdir_p@
229oldincludedir = @oldincludedir@
230pdfdir = @pdfdir@
231pkgpyexecdir = @pkgpyexecdir@
232pkgpythondir = @pkgpythondir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236pyexecdir = @pyexecdir@
237pythondir = @pythondir@
238sbindir = @sbindir@
239sharedstatedir = @sharedstatedir@
240srcdir = @srcdir@
241sysconfdir = @sysconfdir@
242target = @target@
243target_alias = @target_alias@
244target_cpu = @target_cpu@
245target_os = @target_os@
246target_vendor = @target_vendor@
247top_builddir = @top_builddir@
248top_srcdir = @top_srcdir@
249
250# Don't require all the GNU mandated files
251AUTOMAKE_OPTIONS = 1.7 foreign
252AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
253icctrans_LDADD = $(top_builddir)/src/liblcms.la
254icctrans_LDFLAGS = @LDFLAGS@
255icctrans_SOURCES = icctrans.c xgetopt.c vprf.c
256icctrans_MANS = icctrans.1
257wtpt_LDADD = $(top_builddir)/src/liblcms.la
258wtpt_LDFLAGS = @LDFLAGS@
259wtpt_SOURCES = wtpt.c xgetopt.c
260icc2ps_LDADD = $(top_builddir)/src/liblcms.la
261icc2ps_LDFLAGS = @LDFLAGS@
262icc2ps_SOURCES = icc2ps.c xgetopt.c
263icclink_LDADD = $(top_builddir)/src/liblcms.la
264icclink_LDFLAGS = @LDFLAGS@
265icclink_SOURCES = icclink.c xgetopt.c vprf.c
266man_MANS = wtpt.1 icc2ps.1 icclink.1
267EXTRA_DIST = $(man_MANS)
268all: all-am
269
270.SUFFIXES:
271.SUFFIXES: .c .lo .o .obj
272$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
273	@for dep in $?; do \
274	  case '$(am__configure_deps)' in \
275	    *$$dep*) \
276	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
277		&& exit 0; \
278	      exit 1;; \
279	  esac; \
280	done; \
281	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  samples/Makefile'; \
282	cd $(top_srcdir) && \
283	  $(AUTOMAKE) --foreign  samples/Makefile
284.PRECIOUS: Makefile
285Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286	@case '$?' in \
287	  *config.status*) \
288	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
289	  *) \
290	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
292	esac;
293
294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
297$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301install-binPROGRAMS: $(bin_PROGRAMS)
302	@$(NORMAL_INSTALL)
303	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
304	@list='$(bin_PROGRAMS)'; for p in $$list; do \
305	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
306	  if test -f $$p \
307	     || test -f $$p1 \
308	  ; then \
309	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
310	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
311	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
312	  else :; fi; \
313	done
314
315uninstall-binPROGRAMS:
316	@$(NORMAL_UNINSTALL)
317	@list='$(bin_PROGRAMS)'; for p in $$list; do \
318	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
319	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
320	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
321	done
322
323clean-binPROGRAMS:
324	@list='$(bin_PROGRAMS)'; for p in $$list; do \
325	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
326	  echo " rm -f $$p $$f"; \
327	  rm -f $$p $$f ; \
328	done
329icc2ps$(EXEEXT): $(icc2ps_OBJECTS) $(icc2ps_DEPENDENCIES)
330	@rm -f icc2ps$(EXEEXT)
331	$(icc2ps_LINK) $(icc2ps_OBJECTS) $(icc2ps_LDADD) $(LIBS)
332icclink$(EXEEXT): $(icclink_OBJECTS) $(icclink_DEPENDENCIES)
333	@rm -f icclink$(EXEEXT)
334	$(icclink_LINK) $(icclink_OBJECTS) $(icclink_LDADD) $(LIBS)
335icctrans$(EXEEXT): $(icctrans_OBJECTS) $(icctrans_DEPENDENCIES)
336	@rm -f icctrans$(EXEEXT)
337	$(icctrans_LINK) $(icctrans_OBJECTS) $(icctrans_LDADD) $(LIBS)
338wtpt$(EXEEXT): $(wtpt_OBJECTS) $(wtpt_DEPENDENCIES)
339	@rm -f wtpt$(EXEEXT)
340	$(wtpt_LINK) $(wtpt_OBJECTS) $(wtpt_LDADD) $(LIBS)
341
342mostlyclean-compile:
343	-rm -f *.$(OBJEXT)
344
345distclean-compile:
346	-rm -f *.tab.c
347
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icc2ps.Po@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icclink.Po@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icctrans.Po@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vprf.Po@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wtpt.Po@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetopt.Po@am__quote@
354
355.c.o:
356@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360@am__fastdepCC_FALSE@	$(COMPILE) -c $<
361
362.c.obj:
363@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
368
369.c.lo:
370@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
375
376mostlyclean-libtool:
377	-rm -f *.lo
378
379clean-libtool:
380	-rm -rf .libs _libs
381install-man1: $(man1_MANS) $(man_MANS)
382	@$(NORMAL_INSTALL)
383	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
384	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
385	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
386	for i in $$l2; do \
387	  case "$$i" in \
388	    *.1*) list="$$list $$i" ;; \
389	  esac; \
390	done; \
391	for i in $$list; do \
392	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
393	  else file=$$i; fi; \
394	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
395	  case "$$ext" in \
396	    1*) ;; \
397	    *) ext='1' ;; \
398	  esac; \
399	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
400	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
401	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
402	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
403	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
404	done
405uninstall-man1:
406	@$(NORMAL_UNINSTALL)
407	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
408	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
409	for i in $$l2; do \
410	  case "$$i" in \
411	    *.1*) list="$$list $$i" ;; \
412	  esac; \
413	done; \
414	for i in $$list; do \
415	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
416	  case "$$ext" in \
417	    1*) ;; \
418	    *) ext='1' ;; \
419	  esac; \
420	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
421	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
422	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
423	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
424	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
425	done
426
427ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
428	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '    { files[$$0] = 1; } \
433	       END { for (i in files) print i; }'`; \
434	mkid -fID $$unique
435tags: TAGS
436
437TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
438		$(TAGS_FILES) $(LISP)
439	tags=; \
440	here=`pwd`; \
441	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442	unique=`for i in $$list; do \
443	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444	  done | \
445	  $(AWK) '    { files[$$0] = 1; } \
446	       END { for (i in files) print i; }'`; \
447	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
448	  test -n "$$unique" || unique=$$empty_fix; \
449	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	    $$tags $$unique; \
451	fi
452ctags: CTAGS
453CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454		$(TAGS_FILES) $(LISP)
455	tags=; \
456	here=`pwd`; \
457	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458	unique=`for i in $$list; do \
459	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460	  done | \
461	  $(AWK) '    { files[$$0] = 1; } \
462	       END { for (i in files) print i; }'`; \
463	test -z "$(CTAGS_ARGS)$$tags$$unique" \
464	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465	     $$tags $$unique
466
467GTAGS:
468	here=`$(am__cd) $(top_builddir) && pwd` \
469	  && cd $(top_srcdir) \
470	  && gtags -i $(GTAGS_ARGS) $$here
471
472distclean-tags:
473	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
475distdir: $(DISTFILES)
476	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478	list='$(DISTFILES)'; \
479	  dist_files=`for file in $$list; do echo $$file; done | \
480	  sed -e "s|^$$srcdirstrip/||;t" \
481	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
482	case $$dist_files in \
483	  */*) $(MKDIR_P) `echo "$$dist_files" | \
484			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
485			   sort -u` ;; \
486	esac; \
487	for file in $$dist_files; do \
488	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489	  if test -d $$d/$$file; then \
490	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
491	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
493	    fi; \
494	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
495	  else \
496	    test -f $(distdir)/$$file \
497	    || cp -p $$d/$$file $(distdir)/$$file \
498	    || exit 1; \
499	  fi; \
500	done
501check-am: all-am
502check: check-am
503all-am: Makefile $(PROGRAMS) $(MANS)
504installdirs:
505	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
506	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
507	done
508install: install-am
509install-exec: install-exec-am
510install-data: install-data-am
511uninstall: uninstall-am
512
513install-am: all-am
514	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516installcheck: installcheck-am
517install-strip:
518	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520	  `test -z '$(STRIP)' || \
521	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
522mostlyclean-generic:
523
524clean-generic:
525
526distclean-generic:
527	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528
529maintainer-clean-generic:
530	@echo "This command is intended for maintainers to use"
531	@echo "it deletes files that may require special tools to rebuild."
532clean: clean-am
533
534clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
535
536distclean: distclean-am
537	-rm -rf ./$(DEPDIR)
538	-rm -f Makefile
539distclean-am: clean-am distclean-compile distclean-generic \
540	distclean-tags
541
542dvi: dvi-am
543
544dvi-am:
545
546html: html-am
547
548info: info-am
549
550info-am:
551
552install-data-am: install-man
553
554install-dvi: install-dvi-am
555
556install-exec-am: install-binPROGRAMS
557
558install-html: install-html-am
559
560install-info: install-info-am
561
562install-man: install-man1
563
564install-pdf: install-pdf-am
565
566install-ps: install-ps-am
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-am
571	-rm -rf ./$(DEPDIR)
572	-rm -f Makefile
573maintainer-clean-am: distclean-am maintainer-clean-generic
574
575mostlyclean: mostlyclean-am
576
577mostlyclean-am: mostlyclean-compile mostlyclean-generic \
578	mostlyclean-libtool
579
580pdf: pdf-am
581
582pdf-am:
583
584ps: ps-am
585
586ps-am:
587
588uninstall-am: uninstall-binPROGRAMS uninstall-man
589
590uninstall-man: uninstall-man1
591
592.MAKE: install-am install-strip
593
594.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
595	clean-generic clean-libtool ctags distclean distclean-compile \
596	distclean-generic distclean-libtool distclean-tags distdir dvi \
597	dvi-am html html-am info info-am install install-am \
598	install-binPROGRAMS install-data install-data-am install-dvi \
599	install-dvi-am install-exec install-exec-am install-html \
600	install-html-am install-info install-info-am install-man \
601	install-man1 install-pdf install-pdf-am install-ps \
602	install-ps-am install-strip installcheck installcheck-am \
603	installdirs maintainer-clean maintainer-clean-generic \
604	mostlyclean mostlyclean-compile mostlyclean-generic \
605	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
606	uninstall-am uninstall-binPROGRAMS uninstall-man \
607	uninstall-man1
608
609# Tell versions [3.59,3.63) of GNU make to not export all variables.
610# Otherwise a system limit (for SysV at least) may be exceeded.
611.NOEXPORT:
612