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