1# Makefile.in generated by automake 1.11.6 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@ 19am__make_dryrun = \ 20 { \ 21 am__dry=no; \ 22 case $$MAKEFLAGS in \ 23 *\\[\ \ ]*) \ 24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 26 *) \ 27 for am__flg in $$MAKEFLAGS; do \ 28 case $$am__flg in \ 29 *=*|--*) ;; \ 30 *n*) am__dry=yes; break;; \ 31 esac; \ 32 done;; \ 33 esac; \ 34 test $$am__dry = yes; \ 35 } 36pkgdatadir = $(datadir)/@PACKAGE@ 37pkgincludedir = $(includedir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkglibexecdir = $(libexecdir)/@PACKAGE@ 40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41install_sh_DATA = $(install_sh) -c -m 644 42install_sh_PROGRAM = $(install_sh) -c 43install_sh_SCRIPT = $(install_sh) -c 44INSTALL_HEADER = $(INSTALL_DATA) 45transform = $(program_transform_name) 46NORMAL_INSTALL = : 47PRE_INSTALL = : 48POST_INSTALL = : 49NORMAL_UNINSTALL = : 50PRE_UNINSTALL = : 51POST_UNINSTALL = : 52build_triplet = @build@ 53host_triplet = @host@ 54target_triplet = @target@ 55subdir = src/matvec 56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 58am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 59 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 60 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 61 $(top_srcdir)/configure.ac 62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 65CONFIG_HEADER = $(top_builddir)/include/lis_config.h 66CONFIG_CLEAN_FILES = 67CONFIG_CLEAN_VPATH_FILES = 68LTLIBRARIES = $(noinst_LTLIBRARIES) 69libmatvec_la_LIBADD = 70am_libmatvec_la_OBJECTS = lis_matvec.lo lis_matvec_bsc.lo \ 71 lis_matvec_bsr.lo lis_matvec_csc.lo lis_matvec_coo.lo \ 72 lis_matvec_csr.lo lis_matvec_dia.lo lis_matvec_dns.lo \ 73 lis_matvec_ell.lo lis_matvec_jad.lo lis_matvec_msr.lo \ 74 lis_matvec_vbr.lo 75libmatvec_la_OBJECTS = $(am_libmatvec_la_OBJECTS) 76DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 77depcomp = $(SHELL) $(top_srcdir)/config/depcomp 78am__depfiles_maybe = depfiles 79am__mv = mv -f 80CCLD = $(CC) 81LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 82 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 83 $(LDFLAGS) -o $@ 84SOURCES = $(libmatvec_la_SOURCES) 85DIST_SOURCES = $(libmatvec_la_SOURCES) 86am__can_run_installinfo = \ 87 case $$AM_UPDATE_INFO_DIR in \ 88 n|no|NO) false;; \ 89 *) (install-info --version) >/dev/null 2>&1;; \ 90 esac 91ETAGS = etags 92CTAGS = ctags 93DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 94ACLOCAL = @ACLOCAL@ 95AMDEFS = @AMDEFS@ 96AMTAR = @AMTAR@ 97AR = @AR@ 98AUTOCONF = @AUTOCONF@ 99AUTOHEADER = @AUTOHEADER@ 100AUTOMAKE = @AUTOMAKE@ 101AWK = @AWK@ 102CC = @CC@ 103CCDEPMODE = @CCDEPMODE@ 104CFLAGS = @CFLAGS@ 105CLIBS = @CLIBS@ 106CPP = @CPP@ 107CPPFLAGS = @CPPFLAGS@ 108CYGPATH_W = @CYGPATH_W@ 109DEFS = @DEFS@ 110DEPDIR = @DEPDIR@ 111DLLTOOL = @DLLTOOL@ 112DSYMUTIL = @DSYMUTIL@ 113DUMPBIN = @DUMPBIN@ 114ECHO_C = @ECHO_C@ 115ECHO_N = @ECHO_N@ 116ECHO_T = @ECHO_T@ 117EGREP = @EGREP@ 118EXEEXT = @EXEEXT@ 119F77 = @F77@ 120FC = @FC@ 121FCFLAGS = @FCFLAGS@ 122FCLDFLAGS = @FCLDFLAGS@ 123FFLAGS = @FFLAGS@ 124FGREP = @FGREP@ 125FLIBS = @FLIBS@ 126GREP = @GREP@ 127INSTALL = @INSTALL@ 128INSTALL_DATA = @INSTALL_DATA@ 129INSTALL_PROGRAM = @INSTALL_PROGRAM@ 130INSTALL_SCRIPT = @INSTALL_SCRIPT@ 131INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 132LD = @LD@ 133LDFLAGS = @LDFLAGS@ 134LIBOBJS = @LIBOBJS@ 135LIBS = @LIBS@ 136LIBSUFFIX = @LIBSUFFIX@ 137LIBTOOL = @LIBTOOL@ 138LIPO = @LIPO@ 139LN_S = @LN_S@ 140LTLIBOBJS = @LTLIBOBJS@ 141LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 142MAINT = @MAINT@ 143MAKEINFO = @MAKEINFO@ 144MANIFEST_TOOL = @MANIFEST_TOOL@ 145MKDIR_P = @MKDIR_P@ 146MPFLAG = @MPFLAG@ 147MPICC = @MPICC@ 148MPIF77 = @MPIF77@ 149MPIFC = @MPIFC@ 150MPINP = @MPINP@ 151MPIRUN = @MPIRUN@ 152NM = @NM@ 153NMEDIT = @NMEDIT@ 154OBJDUMP = @OBJDUMP@ 155OBJEXT = @OBJEXT@ 156OMPFLAG = @OMPFLAG@ 157OTOOL = @OTOOL@ 158OTOOL64 = @OTOOL64@ 159PACKAGE = @PACKAGE@ 160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 161PACKAGE_NAME = @PACKAGE_NAME@ 162PACKAGE_STRING = @PACKAGE_STRING@ 163PACKAGE_TARNAME = @PACKAGE_TARNAME@ 164PACKAGE_URL = @PACKAGE_URL@ 165PACKAGE_VERSION = @PACKAGE_VERSION@ 166PATH_SEPARATOR = @PATH_SEPARATOR@ 167RANLIB = @RANLIB@ 168SED = @SED@ 169SET_MAKE = @SET_MAKE@ 170SHELL = @SHELL@ 171SIZEOF_VOID_P = @SIZEOF_VOID_P@ 172STRIP = @STRIP@ 173TARGET = @TARGET@ 174VERSION = @VERSION@ 175abs_builddir = @abs_builddir@ 176abs_srcdir = @abs_srcdir@ 177abs_top_builddir = @abs_top_builddir@ 178abs_top_srcdir = @abs_top_srcdir@ 179ac_ct_AR = @ac_ct_AR@ 180ac_ct_CC = @ac_ct_CC@ 181ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 182ac_ct_F77 = @ac_ct_F77@ 183ac_ct_FC = @ac_ct_FC@ 184am__include = @am__include@ 185am__leading_dot = @am__leading_dot@ 186am__quote = @am__quote@ 187am__tar = @am__tar@ 188am__untar = @am__untar@ 189bindir = @bindir@ 190build = @build@ 191build_alias = @build_alias@ 192build_cpu = @build_cpu@ 193build_os = @build_os@ 194build_vendor = @build_vendor@ 195builddir = @builddir@ 196datadir = @datadir@ 197datarootdir = @datarootdir@ 198docdir = @docdir@ 199dvidir = @dvidir@ 200enable_complex = @enable_complex@ 201enable_f90 = @enable_f90@ 202enable_fortran = @enable_fortran@ 203enable_longdouble = @enable_longdouble@ 204enable_mpi = @enable_mpi@ 205enable_omp = @enable_omp@ 206enable_quad = @enable_quad@ 207enable_saamg = @enable_saamg@ 208exec_prefix = @exec_prefix@ 209host = @host@ 210host_alias = @host_alias@ 211host_cpu = @host_cpu@ 212host_os = @host_os@ 213host_vendor = @host_vendor@ 214htmldir = @htmldir@ 215includedir = @includedir@ 216infodir = @infodir@ 217install_sh = @install_sh@ 218libdir = @libdir@ 219libexecdir = @libexecdir@ 220localedir = @localedir@ 221localstatedir = @localstatedir@ 222mandir = @mandir@ 223mkdir_p = @mkdir_p@ 224oldincludedir = @oldincludedir@ 225pdfdir = @pdfdir@ 226prefix = @prefix@ 227program_transform_name = @program_transform_name@ 228psdir = @psdir@ 229sbindir = @sbindir@ 230sharedstatedir = @sharedstatedir@ 231srcdir = @srcdir@ 232sysconfdir = @sysconfdir@ 233target = @target@ 234target_alias = @target_alias@ 235target_cpu = @target_cpu@ 236target_os = @target_os@ 237target_vendor = @target_vendor@ 238top_build_prefix = @top_build_prefix@ 239top_builddir = @top_builddir@ 240top_srcdir = @top_srcdir@ 241noinst_LTLIBRARIES = libmatvec.la 242libmatvec_la_SOURCES = lis_matvec.c \ 243lis_matvec_bsc.c \ 244lis_matvec_bsr.c \ 245lis_matvec_csc.c \ 246lis_matvec_coo.c \ 247lis_matvec_csr.c \ 248lis_matvec_dia.c \ 249lis_matvec_dns.c \ 250lis_matvec_ell.c \ 251lis_matvec_jad.c \ 252lis_matvec_msr.c \ 253lis_matvec_vbr.c 254 255AM_CFLAGS = -I$(top_srcdir)/include 256CLEANFILES = *.il 257PPF77COMPILE = $(F77) $(AMDEFS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 258 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FFLAGS) $(FFLAGS) 259 260LTPPF77COMPILE = $(LIBTOOL) --mode=compile --tag=F77 $(F77) $(AMDEFS) $(DEFS) \ 261 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 262 $(AM_FFLAGS) $(FFLAGS) 263 264COMPILE = $(CC) $(AMDEFS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 265 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 266 267LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(AMDEFS) $(DEFS) \ 268 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 269 $(AM_CFLAGS) $(CFLAGS) 270 271all: all-am 272 273.SUFFIXES: 274.SUFFIXES: .c .lo .o .obj 275$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 276 @for dep in $?; do \ 277 case '$(am__configure_deps)' in \ 278 *$$dep*) \ 279 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 280 && { if test -f $@; then exit 0; else break; fi; }; \ 281 exit 1;; \ 282 esac; \ 283 done; \ 284 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/matvec/Makefile'; \ 285 $(am__cd) $(top_srcdir) && \ 286 $(AUTOMAKE) --gnu src/matvec/Makefile 287.PRECIOUS: Makefile 288Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 289 @case '$?' in \ 290 *config.status*) \ 291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 292 *) \ 293 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 294 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 295 esac; 296 297$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 299 300$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 302$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 304$(am__aclocal_m4_deps): 305 306clean-noinstLTLIBRARIES: 307 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 308 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 309 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 310 test "$$dir" != "$$p" || dir=.; \ 311 echo "rm -f \"$${dir}/so_locations\""; \ 312 rm -f "$${dir}/so_locations"; \ 313 done 314libmatvec.la: $(libmatvec_la_OBJECTS) $(libmatvec_la_DEPENDENCIES) $(EXTRA_libmatvec_la_DEPENDENCIES) 315 $(LINK) $(libmatvec_la_OBJECTS) $(libmatvec_la_LIBADD) $(LIBS) 316 317mostlyclean-compile: 318 -rm -f *.$(OBJEXT) 319 320distclean-compile: 321 -rm -f *.tab.c 322 323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec.Plo@am__quote@ 324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_bsc.Plo@am__quote@ 325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_bsr.Plo@am__quote@ 326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_coo.Plo@am__quote@ 327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_csc.Plo@am__quote@ 328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_csr.Plo@am__quote@ 329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_dia.Plo@am__quote@ 330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_dns.Plo@am__quote@ 331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_ell.Plo@am__quote@ 332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_jad.Plo@am__quote@ 333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_msr.Plo@am__quote@ 334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lis_matvec_vbr.Plo@am__quote@ 335 336.c.o: 337@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 338@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 339@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 340@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 341@am__fastdepCC_FALSE@ $(COMPILE) -c $< 342 343.c.obj: 344@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 345@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 346@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 347@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 348@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 349 350.c.lo: 351@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 352@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 353@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 354@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 355@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 356 357mostlyclean-libtool: 358 -rm -f *.lo 359 360clean-libtool: 361 -rm -rf .libs _libs 362 363ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 365 unique=`for i in $$list; do \ 366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 367 done | \ 368 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 369 END { if (nonempty) { for (i in files) print i; }; }'`; \ 370 mkid -fID $$unique 371tags: TAGS 372 373TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 374 $(TAGS_FILES) $(LISP) 375 set x; \ 376 here=`pwd`; \ 377 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 378 unique=`for i in $$list; do \ 379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 380 done | \ 381 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 382 END { if (nonempty) { for (i in files) print i; }; }'`; \ 383 shift; \ 384 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 385 test -n "$$unique" || unique=$$empty_fix; \ 386 if test $$# -gt 0; then \ 387 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 388 "$$@" $$unique; \ 389 else \ 390 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 391 $$unique; \ 392 fi; \ 393 fi 394ctags: CTAGS 395CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 396 $(TAGS_FILES) $(LISP) 397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 398 unique=`for i in $$list; do \ 399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 400 done | \ 401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 402 END { if (nonempty) { for (i in files) print i; }; }'`; \ 403 test -z "$(CTAGS_ARGS)$$unique" \ 404 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 405 $$unique 406 407GTAGS: 408 here=`$(am__cd) $(top_builddir) && pwd` \ 409 && $(am__cd) $(top_srcdir) \ 410 && gtags -i $(GTAGS_ARGS) "$$here" 411 412distclean-tags: 413 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 414 415distdir: $(DISTFILES) 416 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 417 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 418 list='$(DISTFILES)'; \ 419 dist_files=`for file in $$list; do echo $$file; done | \ 420 sed -e "s|^$$srcdirstrip/||;t" \ 421 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 422 case $$dist_files in \ 423 */*) $(MKDIR_P) `echo "$$dist_files" | \ 424 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 425 sort -u` ;; \ 426 esac; \ 427 for file in $$dist_files; do \ 428 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 429 if test -d $$d/$$file; then \ 430 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 431 if test -d "$(distdir)/$$file"; then \ 432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 fi; \ 434 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 437 fi; \ 438 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 439 else \ 440 test -f "$(distdir)/$$file" \ 441 || cp -p $$d/$$file "$(distdir)/$$file" \ 442 || exit 1; \ 443 fi; \ 444 done 445check-am: all-am 446check: check-am 447all-am: Makefile $(LTLIBRARIES) 448installdirs: 449install: install-am 450install-exec: install-exec-am 451install-data: install-data-am 452uninstall: uninstall-am 453 454install-am: all-am 455 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 456 457installcheck: installcheck-am 458install-strip: 459 if test -z '$(STRIP)'; then \ 460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 462 install; \ 463 else \ 464 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 465 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 466 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 467 fi 468mostlyclean-generic: 469 470clean-generic: 471 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 472 473distclean-generic: 474 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 475 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 476 477maintainer-clean-generic: 478 @echo "This command is intended for maintainers to use" 479 @echo "it deletes files that may require special tools to rebuild." 480clean: clean-am 481 482clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 483 mostlyclean-am 484 485distclean: distclean-am 486 -rm -rf ./$(DEPDIR) 487 -rm -f Makefile 488distclean-am: clean-am distclean-compile distclean-generic \ 489 distclean-tags 490 491dvi: dvi-am 492 493dvi-am: 494 495html: html-am 496 497html-am: 498 499info: info-am 500 501info-am: 502 503install-data-am: 504 505install-dvi: install-dvi-am 506 507install-dvi-am: 508 509install-exec-am: 510 511install-html: install-html-am 512 513install-html-am: 514 515install-info: install-info-am 516 517install-info-am: 518 519install-man: 520 521install-pdf: install-pdf-am 522 523install-pdf-am: 524 525install-ps: install-ps-am 526 527install-ps-am: 528 529installcheck-am: 530 531maintainer-clean: maintainer-clean-am 532 -rm -rf ./$(DEPDIR) 533 -rm -f Makefile 534maintainer-clean-am: distclean-am maintainer-clean-generic 535 536mostlyclean: mostlyclean-am 537 538mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 539 mostlyclean-libtool 540 541pdf: pdf-am 542 543pdf-am: 544 545ps: ps-am 546 547ps-am: 548 549uninstall-am: 550 551.MAKE: install-am install-strip 552 553.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 554 clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 555 distclean-compile distclean-generic distclean-libtool \ 556 distclean-tags distdir dvi dvi-am html html-am info info-am \ 557 install install-am install-data install-data-am install-dvi \ 558 install-dvi-am install-exec install-exec-am install-html \ 559 install-html-am install-info install-info-am install-man \ 560 install-pdf install-pdf-am install-ps install-ps-am \ 561 install-strip installcheck installcheck-am installdirs \ 562 maintainer-clean maintainer-clean-generic mostlyclean \ 563 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 564 pdf pdf-am ps ps-am tags uninstall uninstall-am 565 566 567# Tell versions [3.59,3.63) of GNU make to not export all variables. 568# Otherwise a system limit (for SysV at least) may be exceeded. 569.NOEXPORT: 570