1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src/hf
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
41	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
42	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
43	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
44	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50LIBRARIES = $(noinst_LIBRARIES)
51AR = ar
52ARFLAGS = cru
53libhf_a_AR = $(AR) $(ARFLAGS)
54libhf_a_LIBADD =
55am_libhf_a_OBJECTS = surfadd.$(OBJEXT) img_process_dialog.$(OBJEXT) \
56	surfadd_dialog.$(OBJEXT) img_process.$(OBJEXT) \
57	img_process_dialog.$(OBJEXT) subdiv1.$(OBJEXT) \
58	uniform.$(OBJEXT) subdiv1_dialog.$(OBJEXT) \
59	uniform_dialog.$(OBJEXT) hf_filters.$(OBJEXT) \
60	hf_filters_dialog.$(OBJEXT) draw_dialog.$(OBJEXT) \
61	draw_hf_dialog.$(OBJEXT) draw_crater_dialog.$(OBJEXT) \
62	waves_dialog.$(OBJEXT) waves.$(OBJEXT) \
63	subdiv2_dialog.$(OBJEXT) subdiv2.$(OBJEXT) \
64	gl_preview.$(OBJEXT) merge_dialog.$(OBJEXT) \
65	geom_transform_dialog.$(OBJEXT) erode_dialog.$(OBJEXT) \
66	craters.$(OBJEXT) view_area.$(OBJEXT) draw.$(OBJEXT) \
67	draw_tools_dialog.$(OBJEXT) camera.$(OBJEXT) hf_calc.$(OBJEXT) \
68	hf.$(OBJEXT) draw_hf.$(OBJEXT) merge.$(OBJEXT) fault.$(OBJEXT) \
69	fault_dialog.$(OBJEXT) swirl.$(OBJEXT) swirl_dialog.$(OBJEXT) \
70	erode.$(OBJEXT) wind.$(OBJEXT) wind_dialog.$(OBJEXT) \
71	dialog_utilities.$(OBJEXT) line.$(OBJEXT) \
72	line_dialog.$(OBJEXT) fill.$(OBJEXT) fill_dialog.$(OBJEXT) \
73	render.$(OBJEXT) hf_wrapper.$(OBJEXT) \
74	hf_dialog_options.$(OBJEXT) hf_tools_dialog.$(OBJEXT) \
75	hf_creation_dialog.$(OBJEXT) voronoi.$(OBJEXT) \
76	voronoi_dialog.$(OBJEXT)
77libhf_a_OBJECTS = $(am_libhf_a_OBJECTS)
78DEFAULT_INCLUDES = -I.@am__isrc@
79depcomp = $(SHELL) $(top_srcdir)/depcomp
80am__depfiles_maybe = depfiles
81am__mv = mv -f
82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84CCLD = $(CC)
85LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
86SOURCES = $(libhf_a_SOURCES)
87DIST_SOURCES = $(libhf_a_SOURCES)
88ETAGS = etags
89CTAGS = ctags
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91ACLOCAL = @ACLOCAL@
92AMTAR = @AMTAR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CC = @CC@
98CCDEPMODE = @CCDEPMODE@
99CFLAGS = @CFLAGS@
100CPP = @CPP@
101CPPFLAGS = @CPPFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEFS = @DEFS@
104DEPDIR = @DEPDIR@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
111GMSGFMT = @GMSGFMT@
112GMSGFMT_015 = @GMSGFMT_015@
113GREP = @GREP@
114GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
115GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
116GTK_CFLAGS = @GTK_CFLAGS@
117GTK_LIBS = @GTK_LIBS@
118INSTALL = @INSTALL@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123INTLLIBS = @INTLLIBS@
124INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
125LDFLAGS = @LDFLAGS@
126LIBICONV = @LIBICONV@
127LIBINTL = @LIBINTL@
128LIBOBJS = @LIBOBJS@
129LIBS = @LIBS@
130LN_S = @LN_S@
131LTLIBICONV = @LTLIBICONV@
132LTLIBINTL = @LTLIBINTL@
133LTLIBOBJS = @LTLIBOBJS@
134MAKEINFO = @MAKEINFO@
135MKDIR_P = @MKDIR_P@
136MSGFMT = @MSGFMT@
137MSGFMT_015 = @MSGFMT_015@
138MSGMERGE = @MSGMERGE@
139OBJEXT = @OBJEXT@
140PACKAGE = @PACKAGE@
141PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142PACKAGE_NAME = @PACKAGE_NAME@
143PACKAGE_STRING = @PACKAGE_STRING@
144PACKAGE_TARNAME = @PACKAGE_TARNAME@
145PACKAGE_URL = @PACKAGE_URL@
146PACKAGE_VERSION = @PACKAGE_VERSION@
147PATH_SEPARATOR = @PATH_SEPARATOR@
148PKG_CONFIG = @PKG_CONFIG@
149PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
150PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
151PNG_CFLAGS = @PNG_CFLAGS@
152PNG_LIBS = @PNG_LIBS@
153POSUB = @POSUB@
154RANLIB = @RANLIB@
155SET_MAKE = @SET_MAKE@
156SHELL = @SHELL@
157STRIP = @STRIP@
158USE_NLS = @USE_NLS@
159VERSION = @VERSION@
160XGETTEXT = @XGETTEXT@
161XGETTEXT_015 = @XGETTEXT_015@
162XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
163abs_builddir = @abs_builddir@
164abs_srcdir = @abs_srcdir@
165abs_top_builddir = @abs_top_builddir@
166abs_top_srcdir = @abs_top_srcdir@
167ac_ct_CC = @ac_ct_CC@
168am__include = @am__include@
169am__leading_dot = @am__leading_dot@
170am__quote = @am__quote@
171am__tar = @am__tar@
172am__untar = @am__untar@
173bindir = @bindir@
174build = @build@
175build_alias = @build_alias@
176build_cpu = @build_cpu@
177build_os = @build_os@
178build_vendor = @build_vendor@
179builddir = @builddir@
180datadir = @datadir@
181datarootdir = @datarootdir@
182docdir = @docdir@
183dvidir = @dvidir@
184exec_prefix = @exec_prefix@
185geomorphdatadir = @geomorphdatadir@
186host = @host@
187host_alias = @host_alias@
188host_cpu = @host_cpu@
189host_os = @host_os@
190host_vendor = @host_vendor@
191htmldir = @htmldir@
192includedir = @includedir@
193infodir = @infodir@
194install_sh = @install_sh@
195libdir = @libdir@
196libexecdir = @libexecdir@
197localedir = @localedir@
198localstatedir = @localstatedir@
199mandir = @mandir@
200mkdir_p = @mkdir_p@
201oldincludedir = @oldincludedir@
202pdfdir = @pdfdir@
203prefix = @prefix@
204program_transform_name = @program_transform_name@
205psdir = @psdir@
206sbindir = @sbindir@
207sharedstatedir = @sharedstatedir@
208srcdir = @srcdir@
209sysconfdir = @sysconfdir@
210target_alias = @target_alias@
211top_build_prefix = @top_build_prefix@
212top_builddir = @top_builddir@
213top_srcdir = @top_srcdir@
214noinst_LIBRARIES = libhf.a
215libhf_a_SOURCES = surfadd.c img_process_dialog.c surfadd_dialog.c \
216	img_process.c img_process_dialog.c subdiv1.c uniform.c subdiv1_dialog.c \
217	uniform_dialog.c hf_filters.c hf_filters_dialog.c \
218	draw_dialog.c draw_hf_dialog.c draw_crater_dialog.c \
219	waves_dialog.c waves.c subdiv2_dialog.c subdiv2.c gl_preview.c merge_dialog.c \
220	geom_transform_dialog.c erode_dialog.c craters.c view_area.c draw.c  \
221	draw_tools_dialog.c camera.c hf_calc.c hf.c draw_hf.c merge.c \
222	standard.map peak.map irregular.map \
223	craters.h draw_crater_dialog.h draw_dialog.h draw.h draw_hf_dialog.h \
224	draw_tools_dialog.h draw_hf.h \
225	erode_dialog.h geom_transform_dialog.h globals.h gl_preview.h hf_filters_dialog.h \
226	hf_filters.h hf.h img_process_dialog.h img_process.h merge_dialog.h subdiv1.h \
227	subdiv2.h surfadd.h uniform.h view_area.h waves_dialog.h waves.h camera.h \
228	fault.h fault.c fault_dialog.h fault_dialog.c swirl.h swirl.c swirl_dialog.h swirl_dialog.c erode.c erode.h wind.c wind.h wind_dialog.c wind_dialog.h \
229	dialog_utilities.h dialog_utilities.c line.h line.c line_dialog.h line_dialog.c \
230	fill.h fill_dialog.h fill.c fill_dialog.c render.c render.h merge.h \
231	hf_wrapper.c hf_wrapper.h hf_dialog_options.c hf_dialog_options.h \
232	hf_tools_dialog.c hf_tools_dialog.h hf_creation_dialog.c hf_creation_dialog.h \
233	voronoi.c voronoi.h voronoi_dialog.c voronoi_dialog.h hf_calc.h
234
235INCLUDES = @GTK_CFLAGS@ @GTKGLEXT_CFLAGS@  -lgtkglext-x11-1.0 -lgdkglext-x11-1.0
236LDADD = @GTK_LIBS@ @GTKGLEXT_LIBS@ ../utils/libutils.a ../fourier/libfourier.a
237CLEANFILES = *~
238DISTCLEANFILES = .dep/*.P
239all: all-am
240
241.SUFFIXES:
242.SUFFIXES: .c .o .obj
243$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
244	@for dep in $?; do \
245	  case '$(am__configure_deps)' in \
246	    *$$dep*) \
247	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248	        && { if test -f $@; then exit 0; else break; fi; }; \
249	      exit 1;; \
250	  esac; \
251	done; \
252	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/hf/Makefile'; \
253	$(am__cd) $(top_srcdir) && \
254	  $(AUTOMAKE) --gnu src/hf/Makefile
255.PRECIOUS: Makefile
256Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257	@case '$?' in \
258	  *config.status*) \
259	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260	  *) \
261	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263	esac;
264
265$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268$(top_srcdir)/configure:  $(am__configure_deps)
269	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
271	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272$(am__aclocal_m4_deps):
273
274clean-noinstLIBRARIES:
275	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
276libhf.a: $(libhf_a_OBJECTS) $(libhf_a_DEPENDENCIES) $(EXTRA_libhf_a_DEPENDENCIES)
277	-rm -f libhf.a
278	$(libhf_a_AR) libhf.a $(libhf_a_OBJECTS) $(libhf_a_LIBADD)
279	$(RANLIB) libhf.a
280
281mostlyclean-compile:
282	-rm -f *.$(OBJEXT)
283
284distclean-compile:
285	-rm -f *.tab.c
286
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/craters.Po@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog_utilities.Po@am__quote@
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_crater_dialog.Po@am__quote@
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_dialog.Po@am__quote@
293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_hf.Po@am__quote@
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_hf_dialog.Po@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_tools_dialog.Po@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/erode.Po@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/erode_dialog.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fault.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fault_dialog.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fill.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fill_dialog.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom_transform_dialog.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_preview.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_calc.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_creation_dialog.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_dialog_options.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_filters.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_filters_dialog.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_tools_dialog.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hf_wrapper.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img_process.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img_process_dialog.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line_dialog.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge_dialog.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdiv1.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdiv1_dialog.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdiv2.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdiv2_dialog.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surfadd.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surfadd_dialog.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swirl.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swirl_dialog.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniform.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniform_dialog.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view_area.Po@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voronoi.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voronoi_dialog.Po@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waves.Po@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waves_dialog.Po@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wind.Po@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wind_dialog.Po@am__quote@
336
337.c.o:
338@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
339@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342@am__fastdepCC_FALSE@	$(COMPILE) -c $<
343
344.c.obj:
345@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
346@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
350
351ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353	unique=`for i in $$list; do \
354	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355	  done | \
356	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357	      END { if (nonempty) { for (i in files) print i; }; }'`; \
358	mkid -fID $$unique
359tags: TAGS
360
361TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362		$(TAGS_FILES) $(LISP)
363	set x; \
364	here=`pwd`; \
365	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366	unique=`for i in $$list; do \
367	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368	  done | \
369	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370	      END { if (nonempty) { for (i in files) print i; }; }'`; \
371	shift; \
372	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
373	  test -n "$$unique" || unique=$$empty_fix; \
374	  if test $$# -gt 0; then \
375	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376	      "$$@" $$unique; \
377	  else \
378	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379	      $$unique; \
380	  fi; \
381	fi
382ctags: CTAGS
383CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384		$(TAGS_FILES) $(LISP)
385	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386	unique=`for i in $$list; do \
387	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388	  done | \
389	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390	      END { if (nonempty) { for (i in files) print i; }; }'`; \
391	test -z "$(CTAGS_ARGS)$$unique" \
392	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
393	     $$unique
394
395GTAGS:
396	here=`$(am__cd) $(top_builddir) && pwd` \
397	  && $(am__cd) $(top_srcdir) \
398	  && gtags -i $(GTAGS_ARGS) "$$here"
399
400distclean-tags:
401	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402
403distdir: $(DISTFILES)
404	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406	list='$(DISTFILES)'; \
407	  dist_files=`for file in $$list; do echo $$file; done | \
408	  sed -e "s|^$$srcdirstrip/||;t" \
409	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
410	case $$dist_files in \
411	  */*) $(MKDIR_P) `echo "$$dist_files" | \
412			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413			   sort -u` ;; \
414	esac; \
415	for file in $$dist_files; do \
416	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417	  if test -d $$d/$$file; then \
418	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419	    if test -d "$(distdir)/$$file"; then \
420	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421	    fi; \
422	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
424	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425	    fi; \
426	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427	  else \
428	    test -f "$(distdir)/$$file" \
429	    || cp -p $$d/$$file "$(distdir)/$$file" \
430	    || exit 1; \
431	  fi; \
432	done
433check-am: all-am
434check: check-am
435all-am: Makefile $(LIBRARIES)
436installdirs:
437install: install-am
438install-exec: install-exec-am
439install-data: install-data-am
440uninstall: uninstall-am
441
442install-am: all-am
443	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
445installcheck: installcheck-am
446install-strip:
447	if test -z '$(STRIP)'; then \
448	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450	      install; \
451	else \
452	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
453	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
454	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
455	fi
456mostlyclean-generic:
457
458clean-generic:
459	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
460
461distclean-generic:
462	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
464	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
465
466maintainer-clean-generic:
467	@echo "This command is intended for maintainers to use"
468	@echo "it deletes files that may require special tools to rebuild."
469clean: clean-am
470
471clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
472
473distclean: distclean-am
474	-rm -rf ./$(DEPDIR)
475	-rm -f Makefile
476distclean-am: clean-am distclean-compile distclean-generic \
477	distclean-tags
478
479dvi: dvi-am
480
481dvi-am:
482
483html: html-am
484
485html-am:
486
487info: info-am
488
489info-am:
490
491install-data-am:
492
493install-dvi: install-dvi-am
494
495install-dvi-am:
496
497install-exec-am:
498
499install-html: install-html-am
500
501install-html-am:
502
503install-info: install-info-am
504
505install-info-am:
506
507install-man:
508
509install-pdf: install-pdf-am
510
511install-pdf-am:
512
513install-ps: install-ps-am
514
515install-ps-am:
516
517installcheck-am:
518
519maintainer-clean: maintainer-clean-am
520	-rm -rf ./$(DEPDIR)
521	-rm -f Makefile
522maintainer-clean-am: distclean-am maintainer-clean-generic
523
524mostlyclean: mostlyclean-am
525
526mostlyclean-am: mostlyclean-compile mostlyclean-generic
527
528pdf: pdf-am
529
530pdf-am:
531
532ps: ps-am
533
534ps-am:
535
536uninstall-am:
537
538.MAKE: install-am install-strip
539
540.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
541	clean-noinstLIBRARIES ctags distclean distclean-compile \
542	distclean-generic distclean-tags distdir dvi dvi-am html \
543	html-am info info-am install install-am install-data \
544	install-data-am install-dvi install-dvi-am install-exec \
545	install-exec-am install-html install-html-am install-info \
546	install-info-am install-man install-pdf install-pdf-am \
547	install-ps install-ps-am install-strip installcheck \
548	installcheck-am installdirs maintainer-clean \
549	maintainer-clean-generic mostlyclean mostlyclean-compile \
550	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
551	uninstall-am
552
553
554# Tell versions [3.59,3.63) of GNU make to not export all variables.
555# Otherwise a system limit (for SysV at least) may be exceeded.
556.NOEXPORT:
557