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##############################################################################
19
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = ADOL-C/include/adolc/lie
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/autoconf/acx_builtin.m4 \
97	$(top_srcdir)/autoconf/ampi.m4 \
98	$(top_srcdir)/autoconf/ax_boost_base.m4 \
99	$(top_srcdir)/autoconf/ax_boost_system.m4 \
100	$(top_srcdir)/autoconf/colpack.m4 \
101	$(top_srcdir)/autoconf/libtool.m4 \
102	$(top_srcdir)/autoconf/ltoptions.m4 \
103	$(top_srcdir)/autoconf/ltsugar.m4 \
104	$(top_srcdir)/autoconf/ltversion.m4 \
105	$(top_srcdir)/autoconf/lt~obsolete.m4 \
106	$(top_srcdir)/autoconf/medipack.m4 \
107	$(top_srcdir)/autoconf/mpi.m4 \
108	$(top_srcdir)/autoconf/stdcxx_11.m4 $(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(libliedriversinclude_HEADERS) \
112	$(am__DIST_COMMON)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/ADOL-C/src/config.h
115CONFIG_CLEAN_FILES =
116CONFIG_CLEAN_VPATH_FILES =
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129SOURCES =
130DIST_SOURCES =
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(libliedriversincludedir)"
164HEADERS = $(libliedriversinclude_HEADERS)
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166# Read a list of newline-separated strings from the standard input,
167# and print each of them once, without duplicates.  Input order is
168# *not* preserved.
169am__uniquify_input = $(AWK) '\
170  BEGIN { nonempty = 0; } \
171  { items[$$0] = 1; nonempty = 1; } \
172  END { if (nonempty) { for (i in items) print i; }; } \
173'
174# Make sure the list of sources is unique.  This is necessary because,
175# e.g., the same source file might be shared among _SOURCES variables
176# for different programs/libraries.
177am__define_uniq_tagged_files = \
178  list='$(am__tagged_files)'; \
179  unique=`for i in $$list; do \
180    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181  done | $(am__uniquify_input)`
182ETAGS = etags
183CTAGS = ctags
184am__DIST_COMMON = $(srcdir)/Makefile.in
185DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186ACLOCAL = @ACLOCAL@
187ADOLC_PATCHLEVEL = @ADOLC_PATCHLEVEL@
188ADOLC_SUBVERSION = @ADOLC_SUBVERSION@
189ADOLC_VERSION = @ADOLC_VERSION@
190ADTL_REFCNT = @ADTL_REFCNT@
191ADVBRANCH = @ADVBRANCH@
192AMTAR = @AMTAR@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194AR = @AR@
195AS = @AS@
196ATRIG_ERF = @ATRIG_ERF@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
202BOOST_LDFLAGS = @BOOST_LDFLAGS@
203BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
204CC = @CC@
205CCDEPMODE = @CCDEPMODE@
206CFLAGS = @CFLAGS@
207CPP = @CPP@
208CPPFLAGS = @CPPFLAGS@
209CXX = @CXX@
210CXXCPP = @CXXCPP@
211CXXDEPMODE = @CXXDEPMODE@
212CXXFLAGS = @CXXFLAGS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219ECHO_C = @ECHO_C@
220ECHO_N = @ECHO_N@
221ECHO_T = @ECHO_T@
222EGREP = @EGREP@
223EXEEXT = @EXEEXT@
224FGREP = @FGREP@
225GREP = @GREP@
226HAVE_CXX11 = @HAVE_CXX11@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232LD = @LD@
233LDFLAGS = @LDFLAGS@
234LIBOBJS = @LIBOBJS@
235LIBS = @LIBS@
236LIBTOOL = @LIBTOOL@
237LIPO = @LIPO@
238LN_S = @LN_S@
239LTLIBOBJS = @LTLIBOBJS@
240LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
241MAINT = @MAINT@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MKDIR_P = @MKDIR_P@
245NM = @NM@
246NMEDIT = @NMEDIT@
247OBJDUMP = @OBJDUMP@
248OBJEXT = @OBJEXT@
249OTOOL = @OTOOL@
250OTOOL64 = @OTOOL64@
251PACKAGE = @PACKAGE@
252PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253PACKAGE_NAME = @PACKAGE_NAME@
254PACKAGE_STRING = @PACKAGE_STRING@
255PACKAGE_TARNAME = @PACKAGE_TARNAME@
256PACKAGE_URL = @PACKAGE_URL@
257PACKAGE_VERSION = @PACKAGE_VERSION@
258PATH_SEPARATOR = @PATH_SEPARATOR@
259PYTHON = @PYTHON@
260PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
261PYTHON_PLATFORM = @PYTHON_PLATFORM@
262PYTHON_PREFIX = @PYTHON_PREFIX@
263PYTHON_VERSION = @PYTHON_VERSION@
264RANLIB = @RANLIB@
265REAL_TYPE = @REAL_TYPE@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269SPARSE_DRIVERS = @SPARSE_DRIVERS@
270STRIP = @STRIP@
271SWIG = @SWIG@
272UINT_TYPE = @UINT_TYPE@
273USE_BOOST_POOL = @USE_BOOST_POOL@
274VERSION = @VERSION@
275_lib = @_lib@
276abs_builddir = @abs_builddir@
277abs_srcdir = @abs_srcdir@
278abs_top_builddir = @abs_top_builddir@
279abs_top_srcdir = @abs_top_srcdir@
280ac_adolc_cflags = @ac_adolc_cflags@
281ac_adolc_cxxflags = @ac_adolc_cxxflags@
282ac_aux_dir = @ac_aux_dir@
283ac_ct_AR = @ac_ct_AR@
284ac_ct_CC = @ac_ct_CC@
285ac_ct_CXX = @ac_ct_CXX@
286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287adolclib = @adolclib@
288am__include = @am__include@
289am__leading_dot = @am__leading_dot@
290am__quote = @am__quote@
291am__tar = @am__tar@
292am__untar = @am__untar@
293bindir = @bindir@
294build = @build@
295build_alias = @build_alias@
296build_cpu = @build_cpu@
297build_os = @build_os@
298build_vendor = @build_vendor@
299builddir = @builddir@
300datadir = @datadir@
301datarootdir = @datarootdir@
302docdir = @docdir@
303dvidir = @dvidir@
304exec_prefix = @exec_prefix@
305host = @host@
306host_alias = @host_alias@
307host_cpu = @host_cpu@
308host_os = @host_os@
309host_vendor = @host_vendor@
310htmldir = @htmldir@
311includedir = @includedir@
312infodir = @infodir@
313install_sh = @install_sh@
314libdir = @libdir@
315libexecdir = @libexecdir@
316localedir = @localedir@
317localstatedir = @localstatedir@
318mandir = @mandir@
319mkdir_p = @mkdir_p@
320oldincludedir = @oldincludedir@
321pdfdir = @pdfdir@
322pkgpyexecdir = @pkgpyexecdir@
323pkgpythondir = @pkgpythondir@
324prefix = @prefix@
325program_transform_name = @program_transform_name@
326psdir = @psdir@
327pyexecdir = @pyexecdir@
328pythondir = @pythondir@
329runstatedir = @runstatedir@
330saveCC = @saveCC@
331saveCXX = @saveCXX@
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336target_alias = @target_alias@
337top_build_prefix = @top_build_prefix@
338top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@
340libliedriversincludedir = $(pkgincludedir)/lie
341libliedriversinclude_HEADERS = drivers.h
342all: all-am
343
344.SUFFIXES:
345$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
346	@for dep in $?; do \
347	  case '$(am__configure_deps)' in \
348	    *$$dep*) \
349	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350	        && { if test -f $@; then exit 0; else break; fi; }; \
351	      exit 1;; \
352	  esac; \
353	done; \
354	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ADOL-C/include/adolc/lie/Makefile'; \
355	$(am__cd) $(top_srcdir) && \
356	  $(AUTOMAKE) --foreign ADOL-C/include/adolc/lie/Makefile
357Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358	@case '$?' in \
359	  *config.status*) \
360	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361	  *) \
362	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364	esac;
365
366$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
369$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373$(am__aclocal_m4_deps):
374
375mostlyclean-libtool:
376	-rm -f *.lo
377
378clean-libtool:
379	-rm -rf .libs _libs
380install-libliedriversincludeHEADERS: $(libliedriversinclude_HEADERS)
381	@$(NORMAL_INSTALL)
382	@list='$(libliedriversinclude_HEADERS)'; test -n "$(libliedriversincludedir)" || list=; \
383	if test -n "$$list"; then \
384	  echo " $(MKDIR_P) '$(DESTDIR)$(libliedriversincludedir)'"; \
385	  $(MKDIR_P) "$(DESTDIR)$(libliedriversincludedir)" || exit 1; \
386	fi; \
387	for p in $$list; do \
388	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389	  echo "$$d$$p"; \
390	done | $(am__base_list) | \
391	while read files; do \
392	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libliedriversincludedir)'"; \
393	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libliedriversincludedir)" || exit $$?; \
394	done
395
396uninstall-libliedriversincludeHEADERS:
397	@$(NORMAL_UNINSTALL)
398	@list='$(libliedriversinclude_HEADERS)'; test -n "$(libliedriversincludedir)" || list=; \
399	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400	dir='$(DESTDIR)$(libliedriversincludedir)'; $(am__uninstall_files_from_dir)
401
402ID: $(am__tagged_files)
403	$(am__define_uniq_tagged_files); mkid -fID $$unique
404tags: tags-am
405TAGS: tags
406
407tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
408	set x; \
409	here=`pwd`; \
410	$(am__define_uniq_tagged_files); \
411	shift; \
412	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
413	  test -n "$$unique" || unique=$$empty_fix; \
414	  if test $$# -gt 0; then \
415	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416	      "$$@" $$unique; \
417	  else \
418	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419	      $$unique; \
420	  fi; \
421	fi
422ctags: ctags-am
423
424CTAGS: ctags
425ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
426	$(am__define_uniq_tagged_files); \
427	test -z "$(CTAGS_ARGS)$$unique" \
428	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429	     $$unique
430
431GTAGS:
432	here=`$(am__cd) $(top_builddir) && pwd` \
433	  && $(am__cd) $(top_srcdir) \
434	  && gtags -i $(GTAGS_ARGS) "$$here"
435cscopelist: cscopelist-am
436
437cscopelist-am: $(am__tagged_files)
438	list='$(am__tagged_files)'; \
439	case "$(srcdir)" in \
440	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
441	  *) sdir=$(subdir)/$(srcdir) ;; \
442	esac; \
443	for i in $$list; do \
444	  if test -f "$$i"; then \
445	    echo "$(subdir)/$$i"; \
446	  else \
447	    echo "$$sdir/$$i"; \
448	  fi; \
449	done >> $(top_builddir)/cscope.files
450
451distclean-tags:
452	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
454distdir: $(DISTFILES)
455	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457	list='$(DISTFILES)'; \
458	  dist_files=`for file in $$list; do echo $$file; done | \
459	  sed -e "s|^$$srcdirstrip/||;t" \
460	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
461	case $$dist_files in \
462	  */*) $(MKDIR_P) `echo "$$dist_files" | \
463			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
464			   sort -u` ;; \
465	esac; \
466	for file in $$dist_files; do \
467	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468	  if test -d $$d/$$file; then \
469	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470	    if test -d "$(distdir)/$$file"; then \
471	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472	    fi; \
473	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
475	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476	    fi; \
477	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
478	  else \
479	    test -f "$(distdir)/$$file" \
480	    || cp -p $$d/$$file "$(distdir)/$$file" \
481	    || exit 1; \
482	  fi; \
483	done
484check-am: all-am
485check: check-am
486all-am: Makefile $(HEADERS)
487installdirs:
488	for dir in "$(DESTDIR)$(libliedriversincludedir)"; do \
489	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
490	done
491install: install-am
492install-exec: install-exec-am
493install-data: install-data-am
494uninstall: uninstall-am
495
496install-am: all-am
497	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-am
500install-strip:
501	if test -z '$(STRIP)'; then \
502	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504	      install; \
505	else \
506	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
509	fi
510mostlyclean-generic:
511
512clean-generic:
513
514distclean-generic:
515	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
516	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
518maintainer-clean-generic:
519	@echo "This command is intended for maintainers to use"
520	@echo "it deletes files that may require special tools to rebuild."
521clean: clean-am
522
523clean-am: clean-generic clean-libtool mostlyclean-am
524
525distclean: distclean-am
526	-rm -f Makefile
527distclean-am: clean-am distclean-generic distclean-tags
528
529dvi: dvi-am
530
531dvi-am:
532
533html: html-am
534
535html-am:
536
537info: info-am
538
539info-am:
540
541install-data-am: install-libliedriversincludeHEADERS
542
543install-dvi: install-dvi-am
544
545install-dvi-am:
546
547install-exec-am:
548
549install-html: install-html-am
550
551install-html-am:
552
553install-info: install-info-am
554
555install-info-am:
556
557install-man:
558
559install-pdf: install-pdf-am
560
561install-pdf-am:
562
563install-ps: install-ps-am
564
565install-ps-am:
566
567installcheck-am:
568
569maintainer-clean: maintainer-clean-am
570	-rm -f Makefile
571maintainer-clean-am: distclean-am maintainer-clean-generic
572
573mostlyclean: mostlyclean-am
574
575mostlyclean-am: mostlyclean-generic mostlyclean-libtool
576
577pdf: pdf-am
578
579pdf-am:
580
581ps: ps-am
582
583ps-am:
584
585uninstall-am: uninstall-libliedriversincludeHEADERS
586
587.MAKE: install-am install-strip
588
589.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
590	clean-libtool cscopelist-am ctags ctags-am distclean \
591	distclean-generic distclean-libtool distclean-tags distdir dvi \
592	dvi-am html html-am info info-am install install-am \
593	install-data install-data-am install-dvi install-dvi-am \
594	install-exec install-exec-am install-html install-html-am \
595	install-info install-info-am \
596	install-libliedriversincludeHEADERS install-man install-pdf \
597	install-pdf-am install-ps install-ps-am install-strip \
598	installcheck installcheck-am installdirs maintainer-clean \
599	maintainer-clean-generic mostlyclean mostlyclean-generic \
600	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
601	uninstall-am uninstall-libliedriversincludeHEADERS
602
603.PRECIOUS: Makefile
604
605
606# Tell versions [3.59,3.63) of GNU make to not export all variables.
607# Otherwise a system limit (for SysV at least) may be exceeded.
608.NOEXPORT:
609