1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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
18### ##########################################################################
19### PUNC = < Portable Understructure for Numerical Computing >
20### Copyright (C) 1994-- Michael Holst
21###
22### This library is free software; you can redistribute it and/or
23### modify it under the terms of the GNU Lesser General Public
24### License as published by the Free Software Foundation; either
25### version 2.1 of the License, or (at your option) any later version.
26###
27### This library is distributed in the hope that it will be useful,
28### but WITHOUT ANY WARRANTY; without even the implied warranty of
29### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30### Lesser General Public License for more details.
31###
32### You should have received a copy of the GNU Lesser General Public
33### License along with this library; if not, write to the Free Software
34### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
35###
36### rcsid="$Id: Makefile.in,v 1.52 2010/12/09 20:43:28 fetk Exp $"
37### ##########################################################################
38
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58target_triplet = @target@
59subdir = src/arpack
60DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62am__aclocal_m4_deps = $(top_srcdir)/configure.ac
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64	$(ACLOCAL_M4)
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = $(top_builddir)/src/aaa_inc/punccf.h
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69LTLIBRARIES = $(noinst_LTLIBRARIES)
70libarpack_la_LIBADD =
71am__objects_1 = sgetv0.lo slaqrb.lo sstqrb.lo ssortc.lo ssortr.lo \
72	sstatn.lo sstats.lo snaitr.lo snapps.lo snaup2.lo snaupd.lo \
73	snconv.lo sneigh.lo sngets.lo ssaitr.lo ssapps.lo ssaup2.lo \
74	ssaupd.lo ssconv.lo sseigt.lo ssgets.lo sneupd.lo sseupd.lo \
75	ssesrt.lo
76am__objects_2 = dgetv0.lo dlaqrb.lo dstqrb.lo dsortc.lo dsortr.lo \
77	dstatn.lo dstats.lo dnaitr.lo dnapps.lo dnaup2.lo dnaupd.lo \
78	dnconv.lo dneigh.lo dngets.lo dsaitr.lo dsapps.lo dsaup2.lo \
79	dsaupd.lo dsconv.lo dseigt.lo dsgets.lo dneupd.lo dseupd.lo \
80	dsesrt.lo
81am__objects_3 = cnaitr.lo cnapps.lo cnaup2.lo cnaupd.lo cneigh.lo \
82	cneupd.lo cngets.lo cgetv0.lo csortc.lo cstatn.lo
83am__objects_4 = znaitr.lo znapps.lo znaup2.lo znaupd.lo zneigh.lo \
84	zneupd.lo zngets.lo zgetv0.lo zsortc.lo zstatn.lo
85am__objects_5 = cmout.lo cvout.lo dmout.lo dvout.lo icnteq.lo icopy.lo \
86	iset.lo iswap.lo ivout.lo second.lo smout.lo svout.lo zmout.lo \
87	zvout.lo
88am_libarpack_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
89	$(am__objects_3) $(am__objects_4) $(am__objects_5)
90libarpack_la_OBJECTS = $(am_libarpack_la_OBJECTS)
91DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/aaa_inc
92depcomp =
93am__depfiles_maybe =
94COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
98	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99CCLD = $(CC)
100LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
102	$(LDFLAGS) -o $@
103SOURCES = $(libarpack_la_SOURCES)
104DIST_SOURCES = $(libarpack_la_SOURCES)
105RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106	html-recursive info-recursive install-data-recursive \
107	install-dvi-recursive install-exec-recursive \
108	install-html-recursive install-info-recursive \
109	install-pdf-recursive install-ps-recursive install-recursive \
110	installcheck-recursive installdirs-recursive pdf-recursive \
111	ps-recursive uninstall-recursive
112RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
113  distclean-recursive maintainer-clean-recursive
114AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
115	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
116	distdir
117ETAGS = etags
118CTAGS = ctags
119DIST_SUBDIRS = $(SUBDIRS)
120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121am__relativize = \
122  dir0=`pwd`; \
123  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
124  sed_rest='s,^[^/]*/*,,'; \
125  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
126  sed_butlast='s,/*[^/]*$$,,'; \
127  while test -n "$$dir1"; do \
128    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
129    if test "$$first" != "."; then \
130      if test "$$first" = ".."; then \
131        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
132        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
133      else \
134        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
135        if test "$$first2" = "$$first"; then \
136          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
137        else \
138          dir2="../$$dir2"; \
139        fi; \
140        dir0="$$dir0"/"$$first"; \
141      fi; \
142    fi; \
143    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
144  done; \
145  reldir="$$dir2"
146ACLOCAL = @ACLOCAL@
147AMTAR = @AMTAR@
148AR = @AR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CC = @CC@
154CCDEPMODE = @CCDEPMODE@
155CFLAGS = @CFLAGS@
156CPP = @CPP@
157CPPFLAGS = @CPPFLAGS@
158CYGPATH_W = @CYGPATH_W@
159DEFS = @DEFS@
160DEPDIR = @DEPDIR@
161DLLTOOL = @DLLTOOL@
162DSYMUTIL = @DSYMUTIL@
163DUMPBIN = @DUMPBIN@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169FETK_VERSION = @FETK_VERSION@
170FGREP = @FGREP@
171GREP = @GREP@
172INSTALL = @INSTALL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBOBJS = @LIBOBJS@
180LIBS = @LIBS@
181LIBTOOL = @LIBTOOL@
182LIPO = @LIPO@
183LN_S = @LN_S@
184LTLIBOBJS = @LTLIBOBJS@
185MAINT = @MAINT@
186MAKEINFO = @MAKEINFO@
187MAKE_DOC = @MAKE_DOC@
188MANIFEST_TOOL = @MANIFEST_TOOL@
189MKDIR_P = @MKDIR_P@
190NM = @NM@
191NMEDIT = @NMEDIT@
192OBJDUMP = @OBJDUMP@
193OBJEXT = @OBJEXT@
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204RANLIB = @RANLIB@
205SED = @SED@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
209VERSION = @VERSION@
210abs_builddir = @abs_builddir@
211abs_srcdir = @abs_srcdir@
212abs_top_builddir = @abs_top_builddir@
213abs_top_srcdir = @abs_top_srcdir@
214ac_ct_AR = @ac_ct_AR@
215ac_ct_CC = @ac_ct_CC@
216ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222amd = @amd@
223amd_lib = @amd_lib@
224arpack = @arpack@
225arpack_lib = @arpack_lib@
226bindir = @bindir@
227blas = @blas@
228blas_lib = @blas_lib@
229build = @build@
230build_alias = @build_alias@
231build_cpu = @build_cpu@
232build_os = @build_os@
233build_vendor = @build_vendor@
234builddir = @builddir@
235cgcode = @cgcode@
236cgcode_lib = @cgcode_lib@
237datadir = @datadir@
238datarootdir = @datarootdir@
239docdir = @docdir@
240dot_path = @dot_path@
241doxygen_path = @doxygen_path@
242dvidir = @dvidir@
243exec_prefix = @exec_prefix@
244fetk_cpu_vendor_os = @fetk_cpu_vendor_os@
245host = @host@
246host_alias = @host_alias@
247host_cpu = @host_cpu@
248host_os = @host_os@
249host_vendor = @host_vendor@
250htmldir = @htmldir@
251includedir = @includedir@
252infodir = @infodir@
253install_sh = @install_sh@
254lapack = @lapack@
255lapack_lib = @lapack_lib@
256libdir = @libdir@
257liberty_lib = @liberty_lib@
258libexecdir = @libexecdir@
259localedir = @localedir@
260localstatedir = @localstatedir@
261maloc_inc = @maloc_inc@
262maloc_lib = @maloc_lib@
263mandir = @mandir@
264math_lib = @math_lib@
265mkdir_p = @mkdir_p@
266mpi_lib = @mpi_lib@
267nsl_lib = @nsl_lib@
268oldincludedir = @oldincludedir@
269pdfdir = @pdfdir@
270pedantic_ansi = @pedantic_ansi@
271pmg = @pmg@
272pmg_lib = @pmg_lib@
273prefix = @prefix@
274profile = @profile@
275profile_lib = @profile_lib@
276program_transform_name = @program_transform_name@
277psdir = @psdir@
278rl_lib = @rl_lib@
279sbindir = @sbindir@
280sharedstatedir = @sharedstatedir@
281socket_lib = @socket_lib@
282srcdir = @srcdir@
283superlu = @superlu@
284superlu_lib = @superlu_lib@
285sysconfdir = @sysconfdir@
286target = @target@
287target_alias = @target_alias@
288target_cpu = @target_cpu@
289target_os = @target_os@
290target_vendor = @target_vendor@
291thread_lib = @thread_lib@
292top_build_prefix = @top_build_prefix@
293top_builddir = @top_builddir@
294top_srcdir = @top_srcdir@
295umfpack = @umfpack@
296umfpack_lib = @umfpack_lib@
297vf2c = @vf2c@
298vf2c_lib = @vf2c_lib@
299wall = @wall@
300wall_pedantic = @wall_pedantic@
301wall_pedantic_ansi = @wall_pedantic_ansi@
302zfence = @zfence@
303zfence_lib = @zfence_lib@
304AUTOMAKE_OPTIONS = no-dependencies
305SUFFIXES = .y .l .H .h .m .C .cc .c .f .java .o
306always_built_SUBDIRS =
307SUBDIRS = $(always_built_SUBDIRS) .
308THISLIB = arpack
309noinst_LTLIBRARIES = libarpack.la
310SSRC = sgetv0.c slaqrb.c sstqrb.c ssortc.c ssortr.c sstatn.c sstats.c snaitr.c snapps.c snaup2.c snaupd.c snconv.c sneigh.c sngets.c ssaitr.c ssapps.c ssaup2.c ssaupd.c ssconv.c sseigt.c ssgets.c sneupd.c sseupd.c ssesrt.c
311DSRC = dgetv0.c dlaqrb.c dstqrb.c dsortc.c dsortr.c dstatn.c dstats.c dnaitr.c dnapps.c dnaup2.c dnaupd.c dnconv.c dneigh.c dngets.c dsaitr.c dsapps.c dsaup2.c dsaupd.c dsconv.c dseigt.c dsgets.c dneupd.c dseupd.c dsesrt.c
312CSRC = cnaitr.c cnapps.c cnaup2.c cnaupd.c cneigh.c cneupd.c cngets.c cgetv0.c csortc.c cstatn.c
313ZSRC = znaitr.c znapps.c znaup2.c znaupd.c zneigh.c zneupd.c zngets.c zgetv0.c zsortc.c zstatn.c
314UTIL = cmout.c cvout.c dmout.c dvout.c icnteq.c icopy.c iset.c iswap.c ivout.c second.c smout.c svout.c zmout.c zvout.c
315libarpack_la_SOURCES = ${SSRC} ${DSRC} ${CSRC} ${ZSRC} ${UTIL}
316INCLUDES = @maloc_inc@
317AM_CFLAGS = @profile@ @pedantic_ansi@
318all: all-recursive
319
320.SUFFIXES:
321.SUFFIXES: .y .l .H .h .m .C .cc .c .f .java .o .lo .obj
322$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
323	@for dep in $?; do \
324	  case '$(am__configure_deps)' in \
325	    *$$dep*) \
326	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327	        && { if test -f $@; then exit 0; else break; fi; }; \
328	      exit 1;; \
329	  esac; \
330	done; \
331	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/arpack/Makefile'; \
332	$(am__cd) $(top_srcdir) && \
333	  $(AUTOMAKE) --foreign src/arpack/Makefile
334.PRECIOUS: Makefile
335Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336	@case '$?' in \
337	  *config.status*) \
338	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339	  *) \
340	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342	esac;
343
344$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(am__aclocal_m4_deps):
352
353clean-noinstLTLIBRARIES:
354	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
355	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
356	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
357	  test "$$dir" != "$$p" || dir=.; \
358	  echo "rm -f \"$${dir}/so_locations\""; \
359	  rm -f "$${dir}/so_locations"; \
360	done
361libarpack.la: $(libarpack_la_OBJECTS) $(libarpack_la_DEPENDENCIES)
362	$(LINK)  $(libarpack_la_OBJECTS) $(libarpack_la_LIBADD) $(LIBS)
363
364mostlyclean-compile:
365	-rm -f *.$(OBJEXT)
366
367distclean-compile:
368	-rm -f *.tab.c
369
370.c.o:
371	$(COMPILE) -c $<
372
373.c.obj:
374	$(COMPILE) -c `$(CYGPATH_W) '$<'`
375
376.c.lo:
377	$(LTCOMPILE) -c -o $@ $<
378
379mostlyclean-libtool:
380	-rm -f *.lo
381
382clean-libtool:
383	-rm -rf .libs _libs
384
385# This directory's subdirectories are mostly independent; you can cd
386# into them and run `make' without going through this Makefile.
387# To change the values of `make' variables: instead of editing Makefiles,
388# (1) if the variable is set in `config.status', edit `config.status'
389#     (which will cause the Makefiles to be regenerated when you run `make');
390# (2) otherwise, pass the desired values on the `make' command line.
391$(RECURSIVE_TARGETS):
392	@fail= failcom='exit 1'; \
393	for f in x $$MAKEFLAGS; do \
394	  case $$f in \
395	    *=* | --[!k]*);; \
396	    *k*) failcom='fail=yes';; \
397	  esac; \
398	done; \
399	dot_seen=no; \
400	target=`echo $@ | sed s/-recursive//`; \
401	list='$(SUBDIRS)'; for subdir in $$list; do \
402	  echo "Making $$target in $$subdir"; \
403	  if test "$$subdir" = "."; then \
404	    dot_seen=yes; \
405	    local_target="$$target-am"; \
406	  else \
407	    local_target="$$target"; \
408	  fi; \
409	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410	  || eval $$failcom; \
411	done; \
412	if test "$$dot_seen" = "no"; then \
413	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414	fi; test -z "$$fail"
415
416$(RECURSIVE_CLEAN_TARGETS):
417	@fail= failcom='exit 1'; \
418	for f in x $$MAKEFLAGS; do \
419	  case $$f in \
420	    *=* | --[!k]*);; \
421	    *k*) failcom='fail=yes';; \
422	  esac; \
423	done; \
424	dot_seen=no; \
425	case "$@" in \
426	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
427	  *) list='$(SUBDIRS)' ;; \
428	esac; \
429	rev=''; for subdir in $$list; do \
430	  if test "$$subdir" = "."; then :; else \
431	    rev="$$subdir $$rev"; \
432	  fi; \
433	done; \
434	rev="$$rev ."; \
435	target=`echo $@ | sed s/-recursive//`; \
436	for subdir in $$rev; do \
437	  echo "Making $$target in $$subdir"; \
438	  if test "$$subdir" = "."; then \
439	    local_target="$$target-am"; \
440	  else \
441	    local_target="$$target"; \
442	  fi; \
443	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444	  || eval $$failcom; \
445	done && test -z "$$fail"
446tags-recursive:
447	list='$(SUBDIRS)'; for subdir in $$list; do \
448	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
449	done
450ctags-recursive:
451	list='$(SUBDIRS)'; for subdir in $$list; do \
452	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
453	done
454
455ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
456	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457	unique=`for i in $$list; do \
458	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459	  done | \
460	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461	      END { if (nonempty) { for (i in files) print i; }; }'`; \
462	mkid -fID $$unique
463tags: TAGS
464
465TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
467	set x; \
468	here=`pwd`; \
469	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
470	  include_option=--etags-include; \
471	  empty_fix=.; \
472	else \
473	  include_option=--include; \
474	  empty_fix=; \
475	fi; \
476	list='$(SUBDIRS)'; for subdir in $$list; do \
477	  if test "$$subdir" = .; then :; else \
478	    test ! -f $$subdir/TAGS || \
479	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
480	  fi; \
481	done; \
482	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
483	unique=`for i in $$list; do \
484	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485	  done | \
486	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487	      END { if (nonempty) { for (i in files) print i; }; }'`; \
488	shift; \
489	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490	  test -n "$$unique" || unique=$$empty_fix; \
491	  if test $$# -gt 0; then \
492	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493	      "$$@" $$unique; \
494	  else \
495	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496	      $$unique; \
497	  fi; \
498	fi
499ctags: CTAGS
500CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501		$(TAGS_FILES) $(LISP)
502	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503	unique=`for i in $$list; do \
504	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505	  done | \
506	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507	      END { if (nonempty) { for (i in files) print i; }; }'`; \
508	test -z "$(CTAGS_ARGS)$$unique" \
509	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510	     $$unique
511
512GTAGS:
513	here=`$(am__cd) $(top_builddir) && pwd` \
514	  && $(am__cd) $(top_srcdir) \
515	  && gtags -i $(GTAGS_ARGS) "$$here"
516
517distclean-tags:
518	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520distdir: $(DISTFILES)
521	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523	list='$(DISTFILES)'; \
524	  dist_files=`for file in $$list; do echo $$file; done | \
525	  sed -e "s|^$$srcdirstrip/||;t" \
526	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527	case $$dist_files in \
528	  */*) $(MKDIR_P) `echo "$$dist_files" | \
529			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
530			   sort -u` ;; \
531	esac; \
532	for file in $$dist_files; do \
533	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534	  if test -d $$d/$$file; then \
535	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536	    if test -d "$(distdir)/$$file"; then \
537	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538	    fi; \
539	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542	    fi; \
543	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544	  else \
545	    test -f "$(distdir)/$$file" \
546	    || cp -p $$d/$$file "$(distdir)/$$file" \
547	    || exit 1; \
548	  fi; \
549	done
550	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551	  if test "$$subdir" = .; then :; else \
552	    test -d "$(distdir)/$$subdir" \
553	    || $(MKDIR_P) "$(distdir)/$$subdir" \
554	    || exit 1; \
555	  fi; \
556	done
557	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
558	  if test "$$subdir" = .; then :; else \
559	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
560	    $(am__relativize); \
561	    new_distdir=$$reldir; \
562	    dir1=$$subdir; dir2="$(top_distdir)"; \
563	    $(am__relativize); \
564	    new_top_distdir=$$reldir; \
565	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
566	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
567	    ($(am__cd) $$subdir && \
568	      $(MAKE) $(AM_MAKEFLAGS) \
569	        top_distdir="$$new_top_distdir" \
570	        distdir="$$new_distdir" \
571		am__remove_distdir=: \
572		am__skip_length_check=: \
573		am__skip_mode_fix=: \
574	        distdir) \
575	      || exit 1; \
576	  fi; \
577	done
578check-am: all-am
579check: check-recursive
580all-am: Makefile $(LTLIBRARIES) all-local
581installdirs: installdirs-recursive
582installdirs-am:
583install: install-recursive
584install-exec: install-exec-recursive
585install-data: install-data-recursive
586uninstall: uninstall-recursive
587
588install-am: all-am
589	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590
591installcheck: installcheck-recursive
592install-strip:
593	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595	  `test -z '$(STRIP)' || \
596	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
597mostlyclean-generic:
598
599clean-generic:
600
601distclean-generic:
602	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
603	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
604
605maintainer-clean-generic:
606	@echo "This command is intended for maintainers to use"
607	@echo "it deletes files that may require special tools to rebuild."
608clean: clean-recursive
609
610clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
611	mostlyclean-am
612
613distclean: distclean-recursive
614	-rm -f Makefile
615distclean-am: clean-am distclean-compile distclean-generic \
616	distclean-tags
617
618dvi: dvi-recursive
619
620dvi-am:
621
622html: html-recursive
623
624html-am:
625
626info: info-recursive
627
628info-am:
629
630install-data-am:
631
632install-dvi: install-dvi-recursive
633
634install-dvi-am:
635
636install-exec-am:
637
638install-html: install-html-recursive
639
640install-html-am:
641
642install-info: install-info-recursive
643
644install-info-am:
645
646install-man:
647
648install-pdf: install-pdf-recursive
649
650install-pdf-am:
651
652install-ps: install-ps-recursive
653
654install-ps-am:
655
656installcheck-am:
657
658maintainer-clean: maintainer-clean-recursive
659	-rm -f Makefile
660maintainer-clean-am: distclean-am maintainer-clean-generic
661
662mostlyclean: mostlyclean-recursive
663
664mostlyclean-am: mostlyclean-compile mostlyclean-generic \
665	mostlyclean-libtool
666
667pdf: pdf-recursive
668
669pdf-am:
670
671ps: ps-recursive
672
673ps-am:
674
675uninstall-am:
676
677.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
678	install-am install-strip tags-recursive
679
680.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
681	all all-am all-local check check-am clean clean-generic \
682	clean-libtool clean-noinstLTLIBRARIES ctags ctags-recursive \
683	distclean distclean-compile distclean-generic \
684	distclean-libtool distclean-tags distdir dvi dvi-am html \
685	html-am info info-am install install-am install-data \
686	install-data-am install-dvi install-dvi-am install-exec \
687	install-exec-am install-html install-html-am install-info \
688	install-info-am install-man install-pdf install-pdf-am \
689	install-ps install-ps-am install-strip installcheck \
690	installcheck-am installdirs installdirs-am maintainer-clean \
691	maintainer-clean-generic mostlyclean mostlyclean-compile \
692	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
693	tags tags-recursive uninstall uninstall-am
694
695
696all-local:
697#	-cp -p ${top_srcdir}/src/${THISLIB}/punc/*.h ../aaa_inc/punc/.
698
699# Tell versions [3.59,3.63) of GNU make to not export all variables.
700# Otherwise a system limit (for SysV at least) may be exceeded.
701.NOEXPORT:
702