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### MC = < Manifold Code > 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.72 2010/12/08 05:39:25 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/aprx 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/mccf.h 67CONFIG_CLEAN_FILES = 68CONFIG_CLEAN_VPATH_FILES = 69LTLIBRARIES = $(noinst_LTLIBRARIES) 70libaprx_la_LIBADD = 71am_libaprx_la_OBJECTS = aprx.lo assem.lo bnode.lo estim.lo eval.lo \ 72 io.lo node.lo parti.lo re.lo 73libaprx_la_OBJECTS = $(am_libaprx_la_OBJECTS) 74DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/aaa_inc 75depcomp = 76am__depfiles_maybe = 77COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 78 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 79LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 80 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 81 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 82CCLD = $(CC) 83LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 84 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 85 $(LDFLAGS) -o $@ 86SOURCES = $(libaprx_la_SOURCES) 87DIST_SOURCES = $(libaprx_la_SOURCES) 88RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 89 html-recursive info-recursive install-data-recursive \ 90 install-dvi-recursive install-exec-recursive \ 91 install-html-recursive install-info-recursive \ 92 install-pdf-recursive install-ps-recursive install-recursive \ 93 installcheck-recursive installdirs-recursive pdf-recursive \ 94 ps-recursive uninstall-recursive 95RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 96 distclean-recursive maintainer-clean-recursive 97AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 98 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 99 distdir 100ETAGS = etags 101CTAGS = ctags 102DIST_SUBDIRS = $(SUBDIRS) 103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 104am__relativize = \ 105 dir0=`pwd`; \ 106 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 107 sed_rest='s,^[^/]*/*,,'; \ 108 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 109 sed_butlast='s,/*[^/]*$$,,'; \ 110 while test -n "$$dir1"; do \ 111 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 112 if test "$$first" != "."; then \ 113 if test "$$first" = ".."; then \ 114 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 115 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 116 else \ 117 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 118 if test "$$first2" = "$$first"; then \ 119 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 120 else \ 121 dir2="../$$dir2"; \ 122 fi; \ 123 dir0="$$dir0"/"$$first"; \ 124 fi; \ 125 fi; \ 126 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 127 done; \ 128 reldir="$$dir2" 129ACLOCAL = @ACLOCAL@ 130AMTAR = @AMTAR@ 131AR = @AR@ 132AUTOCONF = @AUTOCONF@ 133AUTOHEADER = @AUTOHEADER@ 134AUTOMAKE = @AUTOMAKE@ 135AWK = @AWK@ 136CC = @CC@ 137CCDEPMODE = @CCDEPMODE@ 138CFLAGS = @CFLAGS@ 139CPP = @CPP@ 140CPPFLAGS = @CPPFLAGS@ 141CYGPATH_W = @CYGPATH_W@ 142DEFS = @DEFS@ 143DEPDIR = @DEPDIR@ 144DLLTOOL = @DLLTOOL@ 145DSYMUTIL = @DSYMUTIL@ 146DUMPBIN = @DUMPBIN@ 147ECHO_C = @ECHO_C@ 148ECHO_N = @ECHO_N@ 149ECHO_T = @ECHO_T@ 150EGREP = @EGREP@ 151EXEEXT = @EXEEXT@ 152FETK_VERSION = @FETK_VERSION@ 153FGREP = @FGREP@ 154GREP = @GREP@ 155INSTALL = @INSTALL@ 156INSTALL_DATA = @INSTALL_DATA@ 157INSTALL_PROGRAM = @INSTALL_PROGRAM@ 158INSTALL_SCRIPT = @INSTALL_SCRIPT@ 159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 160LD = @LD@ 161LDFLAGS = @LDFLAGS@ 162LIBOBJS = @LIBOBJS@ 163LIBS = @LIBS@ 164LIBTOOL = @LIBTOOL@ 165LIPO = @LIPO@ 166LN_S = @LN_S@ 167LTLIBOBJS = @LTLIBOBJS@ 168MAINT = @MAINT@ 169MAKEINFO = @MAKEINFO@ 170MAKE_DOC = @MAKE_DOC@ 171MANIFEST_TOOL = @MANIFEST_TOOL@ 172MKDIR_P = @MKDIR_P@ 173NM = @NM@ 174NMEDIT = @NMEDIT@ 175OBJDUMP = @OBJDUMP@ 176OBJEXT = @OBJEXT@ 177OTOOL = @OTOOL@ 178OTOOL64 = @OTOOL64@ 179PACKAGE = @PACKAGE@ 180PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 181PACKAGE_NAME = @PACKAGE_NAME@ 182PACKAGE_STRING = @PACKAGE_STRING@ 183PACKAGE_TARNAME = @PACKAGE_TARNAME@ 184PACKAGE_URL = @PACKAGE_URL@ 185PACKAGE_VERSION = @PACKAGE_VERSION@ 186PATH_SEPARATOR = @PATH_SEPARATOR@ 187RANLIB = @RANLIB@ 188SED = @SED@ 189SET_MAKE = @SET_MAKE@ 190SHELL = @SHELL@ 191STRIP = @STRIP@ 192VERSION = @VERSION@ 193abs_builddir = @abs_builddir@ 194abs_srcdir = @abs_srcdir@ 195abs_top_builddir = @abs_top_builddir@ 196abs_top_srcdir = @abs_top_srcdir@ 197ac_ct_AR = @ac_ct_AR@ 198ac_ct_CC = @ac_ct_CC@ 199ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 200am__include = @am__include@ 201am__leading_dot = @am__leading_dot@ 202am__quote = @am__quote@ 203am__tar = @am__tar@ 204am__untar = @am__untar@ 205amd_lib = @amd_lib@ 206arpack_lib = @arpack_lib@ 207bindir = @bindir@ 208blas_lib = @blas_lib@ 209build = @build@ 210build_alias = @build_alias@ 211build_cpu = @build_cpu@ 212build_os = @build_os@ 213build_vendor = @build_vendor@ 214builddir = @builddir@ 215cgcode_lib = @cgcode_lib@ 216datadir = @datadir@ 217datarootdir = @datarootdir@ 218docdir = @docdir@ 219dot_path = @dot_path@ 220doxygen_path = @doxygen_path@ 221dvidir = @dvidir@ 222exec_prefix = @exec_prefix@ 223fetk_cpu_vendor_os = @fetk_cpu_vendor_os@ 224host = @host@ 225host_alias = @host_alias@ 226host_cpu = @host_cpu@ 227host_os = @host_os@ 228host_vendor = @host_vendor@ 229htmldir = @htmldir@ 230includedir = @includedir@ 231infodir = @infodir@ 232install_sh = @install_sh@ 233lapack_lib = @lapack_lib@ 234libdir = @libdir@ 235liberty_lib = @liberty_lib@ 236libexecdir = @libexecdir@ 237localedir = @localedir@ 238localstatedir = @localstatedir@ 239maloc_inc = @maloc_inc@ 240maloc_lib = @maloc_lib@ 241mandir = @mandir@ 242math_lib = @math_lib@ 243mkdir_p = @mkdir_p@ 244mpi_lib = @mpi_lib@ 245nsl_lib = @nsl_lib@ 246oldincludedir = @oldincludedir@ 247pdfdir = @pdfdir@ 248pedantic_ansi = @pedantic_ansi@ 249pmg_lib = @pmg_lib@ 250prefix = @prefix@ 251profile = @profile@ 252profile_lib = @profile_lib@ 253program_transform_name = @program_transform_name@ 254psdir = @psdir@ 255punc_inc = @punc_inc@ 256punc_lib = @punc_lib@ 257rl_lib = @rl_lib@ 258sbindir = @sbindir@ 259sharedstatedir = @sharedstatedir@ 260socket_lib = @socket_lib@ 261srcdir = @srcdir@ 262superlu_lib = @superlu_lib@ 263sysconfdir = @sysconfdir@ 264target = @target@ 265target_alias = @target_alias@ 266target_cpu = @target_cpu@ 267target_os = @target_os@ 268target_vendor = @target_vendor@ 269thread_lib = @thread_lib@ 270top_build_prefix = @top_build_prefix@ 271top_builddir = @top_builddir@ 272top_srcdir = @top_srcdir@ 273umfpack_lib = @umfpack_lib@ 274vf2c_lib = @vf2c_lib@ 275wall = @wall@ 276wall_pedantic = @wall_pedantic@ 277wall_pedantic_ansi = @wall_pedantic_ansi@ 278zfence = @zfence@ 279zfence_lib = @zfence_lib@ 280AUTOMAKE_OPTIONS = no-dependencies 281SUFFIXES = .y .l .H .h .m .C .cc .c .f .java .o 282always_built_SUBDIRS = 283SUBDIRS = $(always_built_SUBDIRS) . 284THISLIB = aprx 285noinst_LTLIBRARIES = libaprx.la 286libaprx_la_SOURCES = aprx.c assem.c bnode.c estim.c eval.c io.c node.c parti.c re.c 287INCLUDES = @punc_inc@ @maloc_inc@ 288AM_CFLAGS = @profile@ @wall_pedantic_ansi@ 289all: all-recursive 290 291.SUFFIXES: 292.SUFFIXES: .y .l .H .h .m .C .cc .c .f .java .o .lo .obj 293$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 294 @for dep in $?; do \ 295 case '$(am__configure_deps)' in \ 296 *$$dep*) \ 297 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 298 && { if test -f $@; then exit 0; else break; fi; }; \ 299 exit 1;; \ 300 esac; \ 301 done; \ 302 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/aprx/Makefile'; \ 303 $(am__cd) $(top_srcdir) && \ 304 $(AUTOMAKE) --foreign src/aprx/Makefile 305.PRECIOUS: Makefile 306Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 307 @case '$?' in \ 308 *config.status*) \ 309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 310 *) \ 311 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 312 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 313 esac; 314 315$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 317 318$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 320$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 322$(am__aclocal_m4_deps): 323 324clean-noinstLTLIBRARIES: 325 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 326 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 327 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 328 test "$$dir" != "$$p" || dir=.; \ 329 echo "rm -f \"$${dir}/so_locations\""; \ 330 rm -f "$${dir}/so_locations"; \ 331 done 332libaprx.la: $(libaprx_la_OBJECTS) $(libaprx_la_DEPENDENCIES) 333 $(LINK) $(libaprx_la_OBJECTS) $(libaprx_la_LIBADD) $(LIBS) 334 335mostlyclean-compile: 336 -rm -f *.$(OBJEXT) 337 338distclean-compile: 339 -rm -f *.tab.c 340 341.c.o: 342 $(COMPILE) -c $< 343 344.c.obj: 345 $(COMPILE) -c `$(CYGPATH_W) '$<'` 346 347.c.lo: 348 $(LTCOMPILE) -c -o $@ $< 349 350mostlyclean-libtool: 351 -rm -f *.lo 352 353clean-libtool: 354 -rm -rf .libs _libs 355 356# This directory's subdirectories are mostly independent; you can cd 357# into them and run `make' without going through this Makefile. 358# To change the values of `make' variables: instead of editing Makefiles, 359# (1) if the variable is set in `config.status', edit `config.status' 360# (which will cause the Makefiles to be regenerated when you run `make'); 361# (2) otherwise, pass the desired values on the `make' command line. 362$(RECURSIVE_TARGETS): 363 @fail= failcom='exit 1'; \ 364 for f in x $$MAKEFLAGS; do \ 365 case $$f in \ 366 *=* | --[!k]*);; \ 367 *k*) failcom='fail=yes';; \ 368 esac; \ 369 done; \ 370 dot_seen=no; \ 371 target=`echo $@ | sed s/-recursive//`; \ 372 list='$(SUBDIRS)'; for subdir in $$list; do \ 373 echo "Making $$target in $$subdir"; \ 374 if test "$$subdir" = "."; then \ 375 dot_seen=yes; \ 376 local_target="$$target-am"; \ 377 else \ 378 local_target="$$target"; \ 379 fi; \ 380 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 381 || eval $$failcom; \ 382 done; \ 383 if test "$$dot_seen" = "no"; then \ 384 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 385 fi; test -z "$$fail" 386 387$(RECURSIVE_CLEAN_TARGETS): 388 @fail= failcom='exit 1'; \ 389 for f in x $$MAKEFLAGS; do \ 390 case $$f in \ 391 *=* | --[!k]*);; \ 392 *k*) failcom='fail=yes';; \ 393 esac; \ 394 done; \ 395 dot_seen=no; \ 396 case "$@" in \ 397 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 398 *) list='$(SUBDIRS)' ;; \ 399 esac; \ 400 rev=''; for subdir in $$list; do \ 401 if test "$$subdir" = "."; then :; else \ 402 rev="$$subdir $$rev"; \ 403 fi; \ 404 done; \ 405 rev="$$rev ."; \ 406 target=`echo $@ | sed s/-recursive//`; \ 407 for subdir in $$rev; do \ 408 echo "Making $$target in $$subdir"; \ 409 if test "$$subdir" = "."; then \ 410 local_target="$$target-am"; \ 411 else \ 412 local_target="$$target"; \ 413 fi; \ 414 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 415 || eval $$failcom; \ 416 done && test -z "$$fail" 417tags-recursive: 418 list='$(SUBDIRS)'; for subdir in $$list; do \ 419 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 420 done 421ctags-recursive: 422 list='$(SUBDIRS)'; for subdir in $$list; do \ 423 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 424 done 425 426ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 428 unique=`for i in $$list; do \ 429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 430 done | \ 431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 432 END { if (nonempty) { for (i in files) print i; }; }'`; \ 433 mkid -fID $$unique 434tags: TAGS 435 436TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 437 $(TAGS_FILES) $(LISP) 438 set x; \ 439 here=`pwd`; \ 440 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 441 include_option=--etags-include; \ 442 empty_fix=.; \ 443 else \ 444 include_option=--include; \ 445 empty_fix=; \ 446 fi; \ 447 list='$(SUBDIRS)'; for subdir in $$list; do \ 448 if test "$$subdir" = .; then :; else \ 449 test ! -f $$subdir/TAGS || \ 450 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 451 fi; \ 452 done; \ 453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 454 unique=`for i in $$list; do \ 455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 456 done | \ 457 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 458 END { if (nonempty) { for (i in files) print i; }; }'`; \ 459 shift; \ 460 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 461 test -n "$$unique" || unique=$$empty_fix; \ 462 if test $$# -gt 0; then \ 463 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 464 "$$@" $$unique; \ 465 else \ 466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 467 $$unique; \ 468 fi; \ 469 fi 470ctags: CTAGS 471CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 472 $(TAGS_FILES) $(LISP) 473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 474 unique=`for i in $$list; do \ 475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 476 done | \ 477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 478 END { if (nonempty) { for (i in files) print i; }; }'`; \ 479 test -z "$(CTAGS_ARGS)$$unique" \ 480 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 481 $$unique 482 483GTAGS: 484 here=`$(am__cd) $(top_builddir) && pwd` \ 485 && $(am__cd) $(top_srcdir) \ 486 && gtags -i $(GTAGS_ARGS) "$$here" 487 488distclean-tags: 489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 490 491distdir: $(DISTFILES) 492 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 list='$(DISTFILES)'; \ 495 dist_files=`for file in $$list; do echo $$file; done | \ 496 sed -e "s|^$$srcdirstrip/||;t" \ 497 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 498 case $$dist_files in \ 499 */*) $(MKDIR_P) `echo "$$dist_files" | \ 500 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 501 sort -u` ;; \ 502 esac; \ 503 for file in $$dist_files; do \ 504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 505 if test -d $$d/$$file; then \ 506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 507 if test -d "$(distdir)/$$file"; then \ 508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 509 fi; \ 510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 513 fi; \ 514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 515 else \ 516 test -f "$(distdir)/$$file" \ 517 || cp -p $$d/$$file "$(distdir)/$$file" \ 518 || exit 1; \ 519 fi; \ 520 done 521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 522 if test "$$subdir" = .; then :; else \ 523 test -d "$(distdir)/$$subdir" \ 524 || $(MKDIR_P) "$(distdir)/$$subdir" \ 525 || exit 1; \ 526 fi; \ 527 done 528 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 529 if test "$$subdir" = .; then :; else \ 530 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 531 $(am__relativize); \ 532 new_distdir=$$reldir; \ 533 dir1=$$subdir; dir2="$(top_distdir)"; \ 534 $(am__relativize); \ 535 new_top_distdir=$$reldir; \ 536 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 537 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 538 ($(am__cd) $$subdir && \ 539 $(MAKE) $(AM_MAKEFLAGS) \ 540 top_distdir="$$new_top_distdir" \ 541 distdir="$$new_distdir" \ 542 am__remove_distdir=: \ 543 am__skip_length_check=: \ 544 am__skip_mode_fix=: \ 545 distdir) \ 546 || exit 1; \ 547 fi; \ 548 done 549check-am: all-am 550check: check-recursive 551all-am: Makefile $(LTLIBRARIES) all-local 552installdirs: installdirs-recursive 553installdirs-am: 554install: install-recursive 555install-exec: install-exec-recursive 556install-data: install-data-recursive 557uninstall: uninstall-recursive 558 559install-am: all-am 560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 561 562installcheck: installcheck-recursive 563install-strip: 564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 566 `test -z '$(STRIP)' || \ 567 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 568mostlyclean-generic: 569 570clean-generic: 571 572distclean-generic: 573 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 574 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 575 576maintainer-clean-generic: 577 @echo "This command is intended for maintainers to use" 578 @echo "it deletes files that may require special tools to rebuild." 579clean: clean-recursive 580 581clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 582 mostlyclean-am 583 584distclean: distclean-recursive 585 -rm -f Makefile 586distclean-am: clean-am distclean-compile distclean-generic \ 587 distclean-tags 588 589dvi: dvi-recursive 590 591dvi-am: 592 593html: html-recursive 594 595html-am: 596 597info: info-recursive 598 599info-am: 600 601install-data-am: 602 603install-dvi: install-dvi-recursive 604 605install-dvi-am: 606 607install-exec-am: 608 609install-html: install-html-recursive 610 611install-html-am: 612 613install-info: install-info-recursive 614 615install-info-am: 616 617install-man: 618 619install-pdf: install-pdf-recursive 620 621install-pdf-am: 622 623install-ps: install-ps-recursive 624 625install-ps-am: 626 627installcheck-am: 628 629maintainer-clean: maintainer-clean-recursive 630 -rm -f Makefile 631maintainer-clean-am: distclean-am maintainer-clean-generic 632 633mostlyclean: mostlyclean-recursive 634 635mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 636 mostlyclean-libtool 637 638pdf: pdf-recursive 639 640pdf-am: 641 642ps: ps-recursive 643 644ps-am: 645 646uninstall-am: 647 648.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 649 install-am install-strip tags-recursive 650 651.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 652 all all-am all-local check check-am clean clean-generic \ 653 clean-libtool clean-noinstLTLIBRARIES ctags ctags-recursive \ 654 distclean distclean-compile distclean-generic \ 655 distclean-libtool distclean-tags distdir dvi dvi-am html \ 656 html-am info info-am install install-am install-data \ 657 install-data-am install-dvi install-dvi-am install-exec \ 658 install-exec-am install-html install-html-am install-info \ 659 install-info-am install-man install-pdf install-pdf-am \ 660 install-ps install-ps-am install-strip installcheck \ 661 installcheck-am installdirs installdirs-am maintainer-clean \ 662 maintainer-clean-generic mostlyclean mostlyclean-compile \ 663 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 664 tags tags-recursive uninstall uninstall-am 665 666 667all-local: 668 -cp -p ${top_srcdir}/src/${THISLIB}/mc/*.h ../aaa_inc/mc/. 669 670# Tell versions [3.59,3.63) of GNU make to not export all variables. 671# Otherwise a system limit (for SysV at least) may be exceeded. 672.NOEXPORT: 673