Annotation of OpenXM_contrib2/asir2018/plot/Makefile.in, Revision 1.1
1.1 ! noro 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: target_triplet = @target@
! 92: subdir = plot
! 93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
! 95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 96: $(ACLOCAL_M4)
! 97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
! 98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 99: CONFIG_CLEAN_FILES =
! 100: CONFIG_CLEAN_VPATH_FILES =
! 101: LIBRARIES = $(noinst_LIBRARIES)
! 102: AR = ar
! 103: ARFLAGS = cru
! 104: AM_V_AR = $(am__v_AR_@AM_V@)
! 105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
! 106: am__v_AR_0 = @echo " AR " $@;
! 107: am__v_AR_1 =
! 108: libplot_a_AR = $(AR) $(ARFLAGS)
! 109: libplot_a_LIBADD =
! 110: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
! 111: plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
! 112: ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
! 113: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
! 114: AM_V_P = $(am__v_P_@AM_V@)
! 115: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 116: am__v_P_0 = false
! 117: am__v_P_1 = :
! 118: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 119: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 120: am__v_GEN_0 = @echo " GEN " $@;
! 121: am__v_GEN_1 =
! 122: AM_V_at = $(am__v_at_@AM_V@)
! 123: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 124: am__v_at_0 = @
! 125: am__v_at_1 =
! 126: DEFAULT_INCLUDES = -I.@am__isrc@
! 127: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 128: am__depfiles_maybe = depfiles
! 129: am__mv = mv -f
! 130: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 131: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 132: AM_V_CC = $(am__v_CC_@AM_V@)
! 133: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
! 134: am__v_CC_0 = @echo " CC " $@;
! 135: am__v_CC_1 =
! 136: CCLD = $(CC)
! 137: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
! 138: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
! 139: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
! 140: am__v_CCLD_0 = @echo " CCLD " $@;
! 141: am__v_CCLD_1 =
! 142: SOURCES = $(libplot_a_SOURCES)
! 143: DIST_SOURCES = $(libplot_a_SOURCES)
! 144: am__can_run_installinfo = \
! 145: case $$AM_UPDATE_INFO_DIR in \
! 146: n|no|NO) false;; \
! 147: *) (install-info --version) >/dev/null 2>&1;; \
! 148: esac
! 149: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 150: # Read a list of newline-separated strings from the standard input,
! 151: # and print each of them once, without duplicates. Input order is
! 152: # *not* preserved.
! 153: am__uniquify_input = $(AWK) '\
! 154: BEGIN { nonempty = 0; } \
! 155: { items[$$0] = 1; nonempty = 1; } \
! 156: END { if (nonempty) { for (i in items) print i; }; } \
! 157: '
! 158: # Make sure the list of sources is unique. This is necessary because,
! 159: # e.g., the same source file might be shared among _SOURCES variables
! 160: # for different programs/libraries.
! 161: am__define_uniq_tagged_files = \
! 162: list='$(am__tagged_files)'; \
! 163: unique=`for i in $$list; do \
! 164: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 165: done | $(am__uniquify_input)`
! 166: ETAGS = etags
! 167: CTAGS = ctags
! 168: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
! 169: $(top_srcdir)/mkinstalldirs
! 170: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 171: ACLOCAL = @ACLOCAL@
! 172: AMTAR = @AMTAR@
! 173: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
! 174: ASIR_GCLIB = @ASIR_GCLIB@
! 175: AUTOCONF = @AUTOCONF@
! 176: AUTOHEADER = @AUTOHEADER@
! 177: AUTOMAKE = @AUTOMAKE@
! 178: AWK = @AWK@
! 179: CC = @CC@
! 180: CCDEPMODE = @CCDEPMODE@
! 181: CFLAGS = @CFLAGS@
! 182: CPP = @CPP@
! 183: CPPFLAGS = @CPPFLAGS@
! 184: CYGPATH_W = @CYGPATH_W@
! 185: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
! 186: DEPDIR = @DEPDIR@
! 187: ECHO_C = @ECHO_C@
! 188: ECHO_N = @ECHO_N@
! 189: ECHO_T = @ECHO_T@
! 190: EGREP = @EGREP@
! 191: EXEEXT = @EXEEXT@
! 192: FEPLIB = @FEPLIB@
! 193: GC = @GC@
! 194: GCINC = @GCINC@
! 195: GCLIB = @GCLIB@
! 196: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
! 197: GC_DISTDIR = @GC_DISTDIR@
! 198: GMPLIB = @GMPLIB@
! 199: GREP = @GREP@
! 200: INSTALL = @INSTALL@
! 201: INSTALL_DATA = @INSTALL_DATA@
! 202: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 203: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 204: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 205: LAPACKLIB = @LAPACKLIB@
! 206: LDFLAGS = @LDFLAGS@
! 207: LIBOBJS = @LIBOBJS@
! 208: LIBS = @LIBS@
! 209: LN_S = @LN_S@
! 210: LTLIBOBJS = @LTLIBOBJS@
! 211: MAINT = @MAINT@
! 212: MAKEINFO = @MAKEINFO@
! 213: MKDIR_P = @MKDIR_P@
! 214: OBJEXT = @OBJEXT@
! 215: PACKAGE = @PACKAGE@
! 216: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 217: PACKAGE_NAME = @PACKAGE_NAME@
! 218: PACKAGE_STRING = @PACKAGE_STRING@
! 219: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 220: PACKAGE_URL = @PACKAGE_URL@
! 221: PACKAGE_VERSION = @PACKAGE_VERSION@
! 222: PARIINC = @PARIINC@
! 223: PARILIB = @PARILIB@
! 224: PATH_SEPARATOR = @PATH_SEPARATOR@
! 225: RANLIB = @RANLIB@
! 226: SET_MAKE = @SET_MAKE@
! 227: SHELL = @SHELL@
! 228: STRIP = @STRIP@
! 229: USE_GC_SPARC64 = @USE_GC_SPARC64@
! 230: VERSION = @VERSION@
! 231: WSLIB = @WSLIB@
! 232: XMKMF = @XMKMF@
! 233: XPMLIB = @XPMLIB@
! 234: X_CFLAGS = @X_CFLAGS@
! 235: X_EXTRA_LIBS = @X_EXTRA_LIBS@
! 236: X_LIBS = @X_LIBS@
! 237: X_PRE_LIBS = @X_PRE_LIBS@
! 238: YACC = @YACC@
! 239: YFLAGS = @YFLAGS@
! 240: abs_builddir = @abs_builddir@
! 241: abs_srcdir = @abs_srcdir@
! 242: abs_top_builddir = @abs_top_builddir@
! 243: abs_top_srcdir = @abs_top_srcdir@
! 244: ac_ct_CC = @ac_ct_CC@
! 245: am__include = @am__include@
! 246: am__leading_dot = @am__leading_dot@
! 247: am__quote = @am__quote@
! 248: am__tar = @am__tar@
! 249: am__untar = @am__untar@
! 250: asm_obj = @asm_obj@
! 251: bindir = @bindir@
! 252: build = @build@
! 253: build_alias = @build_alias@
! 254: build_cpu = @build_cpu@
! 255: build_os = @build_os@
! 256: build_vendor = @build_vendor@
! 257: builddir = @builddir@
! 258: datadir = @datadir@
! 259: datarootdir = @datarootdir@
! 260: docdir = @docdir@
! 261: dvidir = @dvidir@
! 262: exec_prefix = @exec_prefix@
! 263: host = @host@
! 264: host_alias = @host_alias@
! 265: host_cpu = @host_cpu@
! 266: host_os = @host_os@
! 267: host_vendor = @host_vendor@
! 268: htmldir = @htmldir@
! 269: includedir = @includedir@
! 270: infodir = @infodir@
! 271: install_sh = @install_sh@
! 272: libasir_postfix = @libasir_postfix@
! 273: libdir = @libdir@
! 274: libexecdir = @libexecdir@
! 275: localedir = @localedir@
! 276: localstatedir = @localstatedir@
! 277: mandir = @mandir@
! 278: mkdir_p = @mkdir_p@
! 279: oldincludedir = @oldincludedir@
! 280: pdfdir = @pdfdir@
! 281: prefix = @prefix@
! 282: program_transform_name = @program_transform_name@
! 283: psdir = @psdir@
! 284: sbindir = @sbindir@
! 285: sharedstatedir = @sharedstatedir@
! 286: srcdir = @srcdir@
! 287: sysconfdir = @sysconfdir@
! 288: target = @target@
! 289: target_alias = @target_alias@
! 290: target_cpu = @target_cpu@
! 291: target_os = @target_os@
! 292: target_vendor = @target_vendor@
! 293: top_build_prefix = @top_build_prefix@
! 294: top_builddir = @top_builddir@
! 295: top_srcdir = @top_srcdir@
! 296: asirdir = ${prefix}/lib/asir
! 297: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
! 298: -I${top_srcdir}/gc/include \
! 299: -I${prefix}/include @PARIINC@ @X_CFLAGS@
! 300:
! 301: noinst_LIBRARIES = libplot.a
! 302: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
! 303: ox_plot_xevent.c smoothing.c
! 304:
! 305: all: all-am
! 306:
! 307: .SUFFIXES:
! 308: .SUFFIXES: .c .o .obj
! 309: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
! 310: @for dep in $?; do \
! 311: case '$(am__configure_deps)' in \
! 312: *$$dep*) \
! 313: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 314: && { if test -f $@; then exit 0; else break; fi; }; \
! 315: exit 1;; \
! 316: esac; \
! 317: done; \
! 318: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plot/Makefile'; \
! 319: $(am__cd) $(top_srcdir) && \
! 320: $(AUTOMAKE) --gnu plot/Makefile
! 321: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 322: @case '$?' in \
! 323: *config.status*) \
! 324: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 325: *) \
! 326: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 327: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 328: esac;
! 329:
! 330: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 331: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 332:
! 333: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 334: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 335: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 336: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 337: $(am__aclocal_m4_deps):
! 338:
! 339: clean-noinstLIBRARIES:
! 340: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! 341:
! 342: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES) $(EXTRA_libplot_a_DEPENDENCIES)
! 343: $(AM_V_at)-rm -f libplot.a
! 344: $(AM_V_AR)$(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
! 345: $(AM_V_at)$(RANLIB) libplot.a
! 346:
! 347: mostlyclean-compile:
! 348: -rm -f *.$(OBJEXT)
! 349:
! 350: distclean-compile:
! 351: -rm -f *.tab.c
! 352:
! 353: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@
! 354: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@
! 355: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@
! 356: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@
! 357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@
! 358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@
! 359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@
! 360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@
! 361:
! 362: .c.o:
! 363: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 364: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 365: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 366: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 367: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 368:
! 369: .c.obj:
! 370: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 371: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 372: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 373: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 374: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 375:
! 376: ID: $(am__tagged_files)
! 377: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 378: tags: tags-am
! 379: TAGS: tags
! 380:
! 381: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 382: set x; \
! 383: here=`pwd`; \
! 384: $(am__define_uniq_tagged_files); \
! 385: shift; \
! 386: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 387: test -n "$$unique" || unique=$$empty_fix; \
! 388: if test $$# -gt 0; then \
! 389: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 390: "$$@" $$unique; \
! 391: else \
! 392: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 393: $$unique; \
! 394: fi; \
! 395: fi
! 396: ctags: ctags-am
! 397:
! 398: CTAGS: ctags
! 399: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 400: $(am__define_uniq_tagged_files); \
! 401: test -z "$(CTAGS_ARGS)$$unique" \
! 402: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 403: $$unique
! 404:
! 405: GTAGS:
! 406: here=`$(am__cd) $(top_builddir) && pwd` \
! 407: && $(am__cd) $(top_srcdir) \
! 408: && gtags -i $(GTAGS_ARGS) "$$here"
! 409: cscopelist: cscopelist-am
! 410:
! 411: cscopelist-am: $(am__tagged_files)
! 412: list='$(am__tagged_files)'; \
! 413: case "$(srcdir)" in \
! 414: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 415: *) sdir=$(subdir)/$(srcdir) ;; \
! 416: esac; \
! 417: for i in $$list; do \
! 418: if test -f "$$i"; then \
! 419: echo "$(subdir)/$$i"; \
! 420: else \
! 421: echo "$$sdir/$$i"; \
! 422: fi; \
! 423: done >> $(top_builddir)/cscope.files
! 424:
! 425: distclean-tags:
! 426: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 427:
! 428: distdir: $(DISTFILES)
! 429: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 430: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 431: list='$(DISTFILES)'; \
! 432: dist_files=`for file in $$list; do echo $$file; done | \
! 433: sed -e "s|^$$srcdirstrip/||;t" \
! 434: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 435: case $$dist_files in \
! 436: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 437: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 438: sort -u` ;; \
! 439: esac; \
! 440: for file in $$dist_files; do \
! 441: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 442: if test -d $$d/$$file; then \
! 443: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 444: if test -d "$(distdir)/$$file"; then \
! 445: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 446: fi; \
! 447: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 448: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 449: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 450: fi; \
! 451: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 452: else \
! 453: test -f "$(distdir)/$$file" \
! 454: || cp -p $$d/$$file "$(distdir)/$$file" \
! 455: || exit 1; \
! 456: fi; \
! 457: done
! 458: check-am: all-am
! 459: check: check-am
! 460: all-am: Makefile $(LIBRARIES)
! 461: installdirs:
! 462: install: install-am
! 463: install-exec: install-exec-am
! 464: install-data: install-data-am
! 465: uninstall: uninstall-am
! 466:
! 467: install-am: all-am
! 468: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 469:
! 470: installcheck: installcheck-am
! 471: install-strip:
! 472: if test -z '$(STRIP)'; then \
! 473: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 474: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 475: install; \
! 476: else \
! 477: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 478: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 479: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 480: fi
! 481: mostlyclean-generic:
! 482:
! 483: clean-generic:
! 484:
! 485: distclean-generic:
! 486: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 487: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 488:
! 489: maintainer-clean-generic:
! 490: @echo "This command is intended for maintainers to use"
! 491: @echo "it deletes files that may require special tools to rebuild."
! 492: clean: clean-am
! 493:
! 494: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
! 495:
! 496: distclean: distclean-am
! 497: -rm -rf ./$(DEPDIR)
! 498: -rm -f Makefile
! 499: distclean-am: clean-am distclean-compile distclean-generic \
! 500: distclean-tags
! 501:
! 502: dvi: dvi-am
! 503:
! 504: dvi-am:
! 505:
! 506: html: html-am
! 507:
! 508: html-am:
! 509:
! 510: info: info-am
! 511:
! 512: info-am:
! 513:
! 514: install-data-am:
! 515:
! 516: install-dvi: install-dvi-am
! 517:
! 518: install-dvi-am:
! 519:
! 520: install-exec-am:
! 521:
! 522: install-html: install-html-am
! 523:
! 524: install-html-am:
! 525:
! 526: install-info: install-info-am
! 527:
! 528: install-info-am:
! 529:
! 530: install-man:
! 531:
! 532: install-pdf: install-pdf-am
! 533:
! 534: install-pdf-am:
! 535:
! 536: install-ps: install-ps-am
! 537:
! 538: install-ps-am:
! 539:
! 540: installcheck-am:
! 541:
! 542: maintainer-clean: maintainer-clean-am
! 543: -rm -rf ./$(DEPDIR)
! 544: -rm -f Makefile
! 545: maintainer-clean-am: distclean-am maintainer-clean-generic
! 546:
! 547: mostlyclean: mostlyclean-am
! 548:
! 549: mostlyclean-am: mostlyclean-compile mostlyclean-generic
! 550:
! 551: pdf: pdf-am
! 552:
! 553: pdf-am:
! 554:
! 555: ps: ps-am
! 556:
! 557: ps-am:
! 558:
! 559: uninstall-am:
! 560:
! 561: .MAKE: install-am install-strip
! 562:
! 563: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
! 564: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
! 565: distclean-compile distclean-generic distclean-tags distdir dvi \
! 566: dvi-am html html-am info info-am install install-am \
! 567: install-data install-data-am install-dvi install-dvi-am \
! 568: install-exec install-exec-am install-html install-html-am \
! 569: install-info install-info-am install-man install-pdf \
! 570: install-pdf-am install-ps install-ps-am install-strip \
! 571: installcheck installcheck-am installdirs maintainer-clean \
! 572: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 573: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
! 574: uninstall-am
! 575:
! 576: .PRECIOUS: Makefile
! 577:
! 578:
! 579: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 580: # Otherwise a system limit (for SysV at least) may be exceeded.
! 581: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>