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 VPATH = @srcdir@ 18 am__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 } 29 am__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 71 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73 pkgdatadir = $(datadir)/@PACKAGE@ 74 pkgincludedir = $(includedir)/@PACKAGE@ 75 pkglibdir = $(libdir)/@PACKAGE@ 76 pkglibexecdir = $(libexecdir)/@PACKAGE@ 77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78 install_sh_DATA = $(install_sh) -c -m 644 79 install_sh_PROGRAM = $(install_sh) -c 80 install_sh_SCRIPT = $(install_sh) -c 81 INSTALL_HEADER = $(INSTALL_DATA) 82 transform = $(program_transform_name) 83 NORMAL_INSTALL = : 84 PRE_INSTALL = : 85 POST_INSTALL = : 86 NORMAL_UNINSTALL = : 87 PRE_UNINSTALL = : 88 POST_UNINSTALL = : 89 build_triplet = @build@ 90 host_triplet = @host@ 91 noinst_PROGRAMS = curve1$(EXEEXT) curve2$(EXEEXT) nonlin1$(EXEEXT) \ 92 surface1$(EXEEXT) 93 subdir = demo 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__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 99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 102 mkinstalldirs = $(install_sh) -d 103 CONFIG_HEADER = $(top_builddir)/config.h 104 CONFIG_CLEAN_FILES = 105 CONFIG_CLEAN_VPATH_FILES = 106 PROGRAMS = $(noinst_PROGRAMS) 107 am_curve1_OBJECTS = curve1.$(OBJEXT) 108 curve1_OBJECTS = $(am_curve1_OBJECTS) 109 curve1_LDADD = $(LDADD) 110 AM_V_lt = $(am__v_lt_@AM_V@) 111 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 112 am__v_lt_0 = --silent 113 am__v_lt_1 = 114 am_curve2_OBJECTS = curve2.$(OBJEXT) 115 curve2_OBJECTS = $(am_curve2_OBJECTS) 116 curve2_LDADD = $(LDADD) 117 am_nonlin1_OBJECTS = nonlin1.$(OBJEXT) 118 nonlin1_OBJECTS = $(am_nonlin1_OBJECTS) 119 nonlin1_LDADD = $(LDADD) 120 am_surface1_OBJECTS = surface1.$(OBJEXT) 121 surface1_OBJECTS = $(am_surface1_OBJECTS) 122 surface1_LDADD = $(LDADD) 123 AM_V_P = $(am__v_P_@AM_V@) 124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 125 am__v_P_0 = false 126 am__v_P_1 = : 127 AM_V_GEN = $(am__v_GEN_@AM_V@) 128 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 129 am__v_GEN_0 = @echo " GEN " $@; 130 am__v_GEN_1 = 131 AM_V_at = $(am__v_at_@AM_V@) 132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 133 am__v_at_0 = @ 134 am__v_at_1 = 135 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 136 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 137 am__depfiles_maybe = depfiles 138 am__mv = mv -f 139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 140 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 141 LTCOMPILE = $(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) 145 AM_V_CC = $(am__v_CC_@AM_V@) 146 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 147 am__v_CC_0 = @echo " CC " $@; 148 am__v_CC_1 = 149 CCLD = $(CC) 150 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 151 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 152 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 153 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 154 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 155 am__v_CCLD_0 = @echo " CCLD " $@; 156 am__v_CCLD_1 = 157 SOURCES = $(curve1_SOURCES) $(curve2_SOURCES) $(nonlin1_SOURCES) \ 158 $(surface1_SOURCES) 159 DIST_SOURCES = $(curve1_SOURCES) $(curve2_SOURCES) $(nonlin1_SOURCES) \ 160 $(surface1_SOURCES) 161 am__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 166 am__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. 170 am__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. 178 am__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)` 183 ETAGS = etags 184 CTAGS = ctags 185 am__DIST_COMMON = $(srcdir)/Makefile.in \ 186 $(top_srcdir)/build-aux/depcomp 187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 188 ACLOCAL = @ACLOCAL@ 189 AMTAR = @AMTAR@ 190 AM_CFLAGS = -I$(srcdir)/../lib 191 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 192 AR = @AR@ 193 AUTOCONF = @AUTOCONF@ 194 AUTOHEADER = @AUTOHEADER@ 195 AUTOMAKE = @AUTOMAKE@ 196 AWK = @AWK@ 197 CC = @CC@ 198 CCDEPMODE = @CCDEPMODE@ 199 CFLAGS = @CFLAGS@ 200 CPP = @CPP@ 201 CPPFLAGS = @CPPFLAGS@ 202 CYGPATH_W = @CYGPATH_W@ 203 DEFS = @DEFS@ 204 DEPDIR = @DEPDIR@ 205 DLLTOOL = @DLLTOOL@ 206 DSYMUTIL = @DSYMUTIL@ 207 DUMPBIN = @DUMPBIN@ 208 ECHO_C = @ECHO_C@ 209 ECHO_N = @ECHO_N@ 210 ECHO_T = @ECHO_T@ 211 EGREP = @EGREP@ 212 EXEEXT = @EXEEXT@ 213 FGREP = @FGREP@ 214 GREP = @GREP@ 215 INSTALL = @INSTALL@ 216 INSTALL_DATA = @INSTALL_DATA@ 217 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 218 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 220 LD = @LD@ 221 LDFLAGS = @LDFLAGS@ 222 LIBOBJS = @LIBOBJS@ 223 LIBS = @LIBS@ 224 LIBTOOL = @LIBTOOL@ 225 LIPO = @LIPO@ 226 LN_S = @LN_S@ 227 LTLIBOBJS = @LTLIBOBJS@ 228 MAINT = @MAINT@ 229 MAKEINFO = @MAKEINFO@ 230 MANIFEST_TOOL = @MANIFEST_TOOL@ 231 MKDIR_P = @MKDIR_P@ 232 NM = @NM@ 233 NMEDIT = @NMEDIT@ 234 OBJDUMP = @OBJDUMP@ 235 OBJEXT = @OBJEXT@ 236 OTOOL = @OTOOL@ 237 OTOOL64 = @OTOOL64@ 238 PACKAGE = @PACKAGE@ 239 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 240 PACKAGE_NAME = @PACKAGE_NAME@ 241 PACKAGE_STRING = @PACKAGE_STRING@ 242 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 243 PACKAGE_URL = @PACKAGE_URL@ 244 PACKAGE_VERSION = @PACKAGE_VERSION@ 245 PATH_SEPARATOR = @PATH_SEPARATOR@ 246 RANLIB = @RANLIB@ 247 SED = @SED@ 248 SET_MAKE = @SET_MAKE@ 249 SHELL = @SHELL@ 250 STRIP = @STRIP@ 251 VERSION = @VERSION@ 252 abs_builddir = @abs_builddir@ 253 abs_srcdir = @abs_srcdir@ 254 abs_top_builddir = @abs_top_builddir@ 255 abs_top_srcdir = @abs_top_srcdir@ 256 ac_ct_AR = @ac_ct_AR@ 257 ac_ct_CC = @ac_ct_CC@ 258 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 259 am__include = @am__include@ 260 am__leading_dot = @am__leading_dot@ 261 am__quote = @am__quote@ 262 am__tar = @am__tar@ 263 am__untar = @am__untar@ 264 bindir = @bindir@ 265 build = @build@ 266 build_alias = @build_alias@ 267 build_cpu = @build_cpu@ 268 build_os = @build_os@ 269 build_vendor = @build_vendor@ 270 builddir = @builddir@ 271 datadir = @datadir@ 272 datarootdir = @datarootdir@ 273 docdir = @docdir@ 274 dvidir = @dvidir@ 275 exec_prefix = @exec_prefix@ 276 host = @host@ 277 host_alias = @host_alias@ 278 host_cpu = @host_cpu@ 279 host_os = @host_os@ 280 host_vendor = @host_vendor@ 281 htmldir = @htmldir@ 282 includedir = @includedir@ 283 infodir = @infodir@ 284 install_sh = @install_sh@ 285 libdir = @libdir@ 286 libexecdir = @libexecdir@ 287 localedir = @localedir@ 288 localstatedir = @localstatedir@ 289 mandir = @mandir@ 290 mkdir_p = @mkdir_p@ 291 oldincludedir = @oldincludedir@ 292 pdfdir = @pdfdir@ 293 prefix = @prefix@ 294 program_transform_name = @program_transform_name@ 295 psdir = @psdir@ 296 runstatedir = @runstatedir@ 297 sbindir = @sbindir@ 298 sharedstatedir = @sharedstatedir@ 299 srcdir = @srcdir@ 300 sysconfdir = @sysconfdir@ 301 target_alias = @target_alias@ 302 top_build_prefix = @top_build_prefix@ 303 top_builddir = @top_builddir@ 304 top_srcdir = @top_srcdir@ 305 curve1_SOURCES = curve1.c 306 curve2_SOURCES = curve2.c 307 nonlin1_SOURCES = nonlin1.c 308 surface1_SOURCES = surface1.c 309 AM_LDFLAGS = -lm -L../lib -llmfit 310 all: 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 326 Makefile: $(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 344 clean-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 353 curve1$(EXEEXT): $(curve1_OBJECTS) $(curve1_DEPENDENCIES) $(EXTRA_curve1_DEPENDENCIES) 354 @rm -f curve1$(EXEEXT) 355 $(AM_V_CCLD)$(LINK) $(curve1_OBJECTS) $(curve1_LDADD) $(LIBS) 356 357 curve2$(EXEEXT): $(curve2_OBJECTS) $(curve2_DEPENDENCIES) $(EXTRA_curve2_DEPENDENCIES) 358 @rm -f curve2$(EXEEXT) 359 $(AM_V_CCLD)$(LINK) $(curve2_OBJECTS) $(curve2_LDADD) $(LIBS) 360 361 nonlin1$(EXEEXT): $(nonlin1_OBJECTS) $(nonlin1_DEPENDENCIES) $(EXTRA_nonlin1_DEPENDENCIES) 362 @rm -f nonlin1$(EXEEXT) 363 $(AM_V_CCLD)$(LINK) $(nonlin1_OBJECTS) $(nonlin1_LDADD) $(LIBS) 364 365 surface1$(EXEEXT): $(surface1_OBJECTS) $(surface1_DEPENDENCIES) $(EXTRA_surface1_DEPENDENCIES) 366 @rm -f surface1$(EXEEXT) 367 $(AM_V_CCLD)$(LINK) $(surface1_OBJECTS) $(surface1_LDADD) $(LIBS) 368 369 mostlyclean-compile: 370 -rm -f *.$(OBJEXT) 371 372 distclean-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 401 mostlyclean-libtool: 402 -rm -f *.lo 403 404 clean-libtool: 405 -rm -rf .libs _libs 406 407 ID: $(am__tagged_files) 408 $(am__define_uniq_tagged_files); mkid -fID $$unique 409 tags: tags-am 410 TAGS: tags 411 412 tags-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 427 ctags: ctags-am 428 429 CTAGS: ctags 430 ctags-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 436 GTAGS: 437 here=`$(am__cd) $(top_builddir) && pwd` \ 438 && $(am__cd) $(top_srcdir) \ 439 && gtags -i $(GTAGS_ARGS) "$$here" 440 cscopelist: cscopelist-am 441 442 cscopelist-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 456 distclean-tags: 457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 458 459 distdir: $(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 489 check-am: all-am 490 check: check-am 491 all-am: Makefile $(PROGRAMS) 492 installdirs: 493 install: install-am 494 install-exec: install-exec-am 495 install-data: install-data-am 496 uninstall: uninstall-am 497 498 install-am: all-am 499 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 500 501 installcheck: installcheck-am 502 install-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 512 mostlyclean-generic: 513 514 clean-generic: 515 516 distclean-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 520 maintainer-clean-generic: 521 @echo "This command is intended for maintainers to use" 522 @echo "it deletes files that may require special tools to rebuild." 523 clean: clean-am 524 525 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 526 mostlyclean-am 527 528 distclean: distclean-am 529 -rm -rf ./$(DEPDIR) 530 -rm -f Makefile 531 distclean-am: clean-am distclean-compile distclean-generic \ 532 distclean-tags 533 534 dvi: dvi-am 535 536 dvi-am: 537 538 html: html-am 539 540 html-am: 541 542 info: info-am 543 544 info-am: 545 546 install-data-am: 547 548 install-dvi: install-dvi-am 549 550 install-dvi-am: 551 552 install-exec-am: 553 554 install-html: install-html-am 555 556 install-html-am: 557 558 install-info: install-info-am 559 560 install-info-am: 561 562 install-man: 563 564 install-pdf: install-pdf-am 565 566 install-pdf-am: 567 568 install-ps: install-ps-am 569 570 install-ps-am: 571 572 installcheck-am: 573 574 maintainer-clean: maintainer-clean-am 575 -rm -rf ./$(DEPDIR) 576 -rm -f Makefile 577 maintainer-clean-am: distclean-am maintainer-clean-generic 578 579 mostlyclean: mostlyclean-am 580 581 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 582 mostlyclean-libtool 583 584 pdf: pdf-am 585 586 pdf-am: 587 588 ps: ps-am 589 590 ps-am: 591 592 uninstall-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