[44f44617] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am.
|
---|
[79551331] | 2 | # @configure_input@
|
---|
| 3 |
|
---|
[44f44617] | 4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
---|
| 5 |
|
---|
[79551331] | 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@
|
---|
[56c3935] | 16 |
|
---|
| 17 | ######################## -*- Mode: Makefile-Automake -*- ######################
|
---|
| 18 | ###############################################################################
|
---|
[79551331] | 19 | VPATH = @srcdir@
|
---|
[44f44617] | 20 | am__is_gnu_make = { \
|
---|
| 21 | if test -z '$(MAKELEVEL)'; then \
|
---|
| 22 | false; \
|
---|
| 23 | elif test -n '$(MAKE_HOST)'; then \
|
---|
| 24 | true; \
|
---|
| 25 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
---|
| 26 | true; \
|
---|
| 27 | else \
|
---|
| 28 | false; \
|
---|
| 29 | fi; \
|
---|
| 30 | }
|
---|
| 31 | am__make_running_with_option = \
|
---|
| 32 | case $${target_option-} in \
|
---|
| 33 | ?) ;; \
|
---|
| 34 | *) echo "am__make_running_with_option: internal error: invalid" \
|
---|
| 35 | "target option '$${target_option-}' specified" >&2; \
|
---|
| 36 | exit 1;; \
|
---|
| 37 | esac; \
|
---|
| 38 | has_opt=no; \
|
---|
| 39 | sane_makeflags=$$MAKEFLAGS; \
|
---|
| 40 | if $(am__is_gnu_make); then \
|
---|
| 41 | sane_makeflags=$$MFLAGS; \
|
---|
| 42 | else \
|
---|
| 43 | case $$MAKEFLAGS in \
|
---|
| 44 | *\\[\ \ ]*) \
|
---|
| 45 | bs=\\; \
|
---|
| 46 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
---|
| 47 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
---|
| 48 | esac; \
|
---|
| 49 | fi; \
|
---|
| 50 | skip_next=no; \
|
---|
| 51 | strip_trailopt () \
|
---|
| 52 | { \
|
---|
| 53 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
---|
| 54 | }; \
|
---|
| 55 | for flg in $$sane_makeflags; do \
|
---|
| 56 | test $$skip_next = yes && { skip_next=no; continue; }; \
|
---|
| 57 | case $$flg in \
|
---|
| 58 | *=*|--*) continue;; \
|
---|
| 59 | -*I) strip_trailopt 'I'; skip_next=yes;; \
|
---|
| 60 | -*I?*) strip_trailopt 'I';; \
|
---|
| 61 | -*O) strip_trailopt 'O'; skip_next=yes;; \
|
---|
| 62 | -*O?*) strip_trailopt 'O';; \
|
---|
| 63 | -*l) strip_trailopt 'l'; skip_next=yes;; \
|
---|
| 64 | -*l?*) strip_trailopt 'l';; \
|
---|
| 65 | -[dEDm]) skip_next=yes;; \
|
---|
| 66 | -[JT]) skip_next=yes;; \
|
---|
| 67 | esac; \
|
---|
| 68 | case $$flg in \
|
---|
| 69 | *$$target_option*) has_opt=yes; break;; \
|
---|
| 70 | esac; \
|
---|
| 71 | done; \
|
---|
| 72 | test $$has_opt = yes
|
---|
| 73 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
| 74 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
[79551331] | 75 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
| 76 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
| 77 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
| 78 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
| 79 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
| 80 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
| 81 | install_sh_PROGRAM = $(install_sh) -c
|
---|
| 82 | install_sh_SCRIPT = $(install_sh) -c
|
---|
| 83 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
| 84 | transform = $(program_transform_name)
|
---|
| 85 | NORMAL_INSTALL = :
|
---|
| 86 | PRE_INSTALL = :
|
---|
| 87 | POST_INSTALL = :
|
---|
| 88 | NORMAL_UNINSTALL = :
|
---|
| 89 | PRE_UNINSTALL = :
|
---|
| 90 | POST_UNINSTALL = :
|
---|
[e4745d7a] | 91 | build_triplet = @build@
|
---|
| 92 | host_triplet = @host@
|
---|
[79551331] | 93 | subdir = .
|
---|
| 94 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
[5d6ce1f] | 95 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
---|
[79551331] | 96 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
| 97 | $(ACLOCAL_M4)
|
---|
[44f44617] | 98 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
---|
| 99 | $(am__configure_deps) $(am__DIST_COMMON)
|
---|
[79551331] | 100 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
| 101 | configure.lineno config.status.lineno
|
---|
[8f1b0e1] | 102 | mkinstalldirs = $(install_sh) -d
|
---|
[79551331] | 103 | CONFIG_HEADER = config.h
|
---|
[00cc023] | 104 | CONFIG_CLEAN_FILES =
|
---|
[79551331] | 105 | CONFIG_CLEAN_VPATH_FILES =
|
---|
[44f44617] | 106 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
| 107 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
| 108 | am__v_P_0 = false
|
---|
| 109 | am__v_P_1 = :
|
---|
[ef7d253] | 110 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
| 111 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
[44f44617] | 112 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
| 113 | am__v_GEN_1 =
|
---|
[ef7d253] | 114 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
| 115 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
| 116 | am__v_at_0 = @
|
---|
[44f44617] | 117 | am__v_at_1 =
|
---|
[79551331] | 118 | SOURCES =
|
---|
| 119 | DIST_SOURCES =
|
---|
[44f44617] | 120 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
---|
| 121 | ctags-recursive dvi-recursive html-recursive info-recursive \
|
---|
| 122 | install-data-recursive install-dvi-recursive \
|
---|
| 123 | install-exec-recursive install-html-recursive \
|
---|
| 124 | install-info-recursive install-pdf-recursive \
|
---|
| 125 | install-ps-recursive install-recursive installcheck-recursive \
|
---|
| 126 | installdirs-recursive pdf-recursive ps-recursive \
|
---|
| 127 | tags-recursive uninstall-recursive
|
---|
| 128 | am__can_run_installinfo = \
|
---|
| 129 | case $$AM_UPDATE_INFO_DIR in \
|
---|
| 130 | n|no|NO) false;; \
|
---|
| 131 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
| 132 | esac
|
---|
[79551331] | 133 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
| 134 | distclean-recursive maintainer-clean-recursive
|
---|
[44f44617] | 135 | am__recursive_targets = \
|
---|
| 136 | $(RECURSIVE_TARGETS) \
|
---|
| 137 | $(RECURSIVE_CLEAN_TARGETS) \
|
---|
| 138 | $(am__extra_recursive_targets)
|
---|
| 139 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
---|
| 140 | cscope distdir dist dist-all distcheck
|
---|
| 141 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
---|
| 142 | $(LISP)config.h.in
|
---|
| 143 | # Read a list of newline-separated strings from the standard input,
|
---|
| 144 | # and print each of them once, without duplicates. Input order is
|
---|
| 145 | # *not* preserved.
|
---|
| 146 | am__uniquify_input = $(AWK) '\
|
---|
| 147 | BEGIN { nonempty = 0; } \
|
---|
| 148 | { items[$$0] = 1; nonempty = 1; } \
|
---|
| 149 | END { if (nonempty) { for (i in items) print i; }; } \
|
---|
| 150 | '
|
---|
| 151 | # Make sure the list of sources is unique. This is necessary because,
|
---|
| 152 | # e.g., the same source file might be shared among _SOURCES variables
|
---|
| 153 | # for different programs/libraries.
|
---|
| 154 | am__define_uniq_tagged_files = \
|
---|
| 155 | list='$(am__tagged_files)'; \
|
---|
| 156 | unique=`for i in $$list; do \
|
---|
| 157 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 158 | done | $(am__uniquify_input)`
|
---|
[79551331] | 159 | ETAGS = etags
|
---|
| 160 | CTAGS = ctags
|
---|
[44f44617] | 161 | CSCOPE = cscope
|
---|
[79551331] | 162 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
[44f44617] | 163 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
---|
| 164 | $(top_srcdir)/automake/compile \
|
---|
| 165 | $(top_srcdir)/automake/config.guess \
|
---|
| 166 | $(top_srcdir)/automake/config.sub \
|
---|
| 167 | $(top_srcdir)/automake/install-sh \
|
---|
| 168 | $(top_srcdir)/automake/missing INSTALL README automake/compile \
|
---|
| 169 | automake/config.guess automake/config.sub automake/depcomp \
|
---|
| 170 | automake/install-sh automake/missing automake/ylwrap
|
---|
[79551331] | 171 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
| 172 | distdir = $(PACKAGE)-$(VERSION)
|
---|
| 173 | top_distdir = $(distdir)
|
---|
| 174 | am__remove_distdir = \
|
---|
| 175 | if test -d "$(distdir)"; then \
|
---|
| 176 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
| 177 | && rm -rf "$(distdir)" \
|
---|
| 178 | || { sleep 5 && rm -rf "$(distdir)"; }; \
|
---|
| 179 | else :; fi
|
---|
[44f44617] | 180 | am__post_remove_distdir = $(am__remove_distdir)
|
---|
[79551331] | 181 | am__relativize = \
|
---|
| 182 | dir0=`pwd`; \
|
---|
| 183 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
---|
| 184 | sed_rest='s,^[^/]*/*,,'; \
|
---|
| 185 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
---|
| 186 | sed_butlast='s,/*[^/]*$$,,'; \
|
---|
| 187 | while test -n "$$dir1"; do \
|
---|
| 188 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
---|
| 189 | if test "$$first" != "."; then \
|
---|
| 190 | if test "$$first" = ".."; then \
|
---|
| 191 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
---|
| 192 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
---|
| 193 | else \
|
---|
| 194 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
---|
| 195 | if test "$$first2" = "$$first"; then \
|
---|
| 196 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
---|
| 197 | else \
|
---|
| 198 | dir2="../$$dir2"; \
|
---|
| 199 | fi; \
|
---|
| 200 | dir0="$$dir0"/"$$first"; \
|
---|
| 201 | fi; \
|
---|
| 202 | fi; \
|
---|
| 203 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
---|
| 204 | done; \
|
---|
| 205 | reldir="$$dir2"
|
---|
| 206 | DIST_ARCHIVES = $(distdir).tar.gz
|
---|
| 207 | GZIP_ENV = --best
|
---|
[44f44617] | 208 | DIST_TARGETS = dist-gzip
|
---|
[79551331] | 209 | distuninstallcheck_listfiles = find . -type f -print
|
---|
| 210 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
---|
| 211 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
---|
| 212 | distcleancheck_listfiles = find . -type f -print
|
---|
| 213 | ACLOCAL = @ACLOCAL@
|
---|
[5d6ce1f] | 214 | ALLOCA = @ALLOCA@
|
---|
[79551331] | 215 | AMTAR = @AMTAR@
|
---|
[ef7d253] | 216 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
[79551331] | 217 | AUTOCONF = @AUTOCONF@
|
---|
| 218 | AUTOHEADER = @AUTOHEADER@
|
---|
| 219 | AUTOMAKE = @AUTOMAKE@
|
---|
| 220 | AWK = @AWK@
|
---|
[6e7e2b36] | 221 | BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
|
---|
[79551331] | 222 | CC = @CC@
|
---|
[8e5724e] | 223 | CCAS = @CCAS@
|
---|
| 224 | CCASDEPMODE = @CCASDEPMODE@
|
---|
| 225 | CCASFLAGS = @CCASFLAGS@
|
---|
[79551331] | 226 | CCDEPMODE = @CCDEPMODE@
|
---|
[e24f13a] | 227 | CFA_BACKEND_CC = @CFA_BACKEND_CC@
|
---|
[79551331] | 228 | CFA_BINDIR = @CFA_BINDIR@
|
---|
[6e4b913] | 229 | CFA_FLAGS = @CFA_FLAGS@
|
---|
[79551331] | 230 | CFA_INCDIR = @CFA_INCDIR@
|
---|
| 231 | CFA_LIBDIR = @CFA_LIBDIR@
|
---|
[df47e2f] | 232 | CFA_NAME = @CFA_NAME@
|
---|
[79551331] | 233 | CFA_PREFIX = @CFA_PREFIX@
|
---|
| 234 | CFLAGS = @CFLAGS@
|
---|
| 235 | CPP = @CPP@
|
---|
| 236 | CPPFLAGS = @CPPFLAGS@
|
---|
| 237 | CXX = @CXX@
|
---|
| 238 | CXXDEPMODE = @CXXDEPMODE@
|
---|
| 239 | CXXFLAGS = @CXXFLAGS@
|
---|
| 240 | CYGPATH_W = @CYGPATH_W@
|
---|
| 241 | DEFS = @DEFS@
|
---|
| 242 | DEPDIR = @DEPDIR@
|
---|
| 243 | ECHO_C = @ECHO_C@
|
---|
| 244 | ECHO_N = @ECHO_N@
|
---|
| 245 | ECHO_T = @ECHO_T@
|
---|
| 246 | EGREP = @EGREP@
|
---|
| 247 | EXEEXT = @EXEEXT@
|
---|
| 248 | GREP = @GREP@
|
---|
| 249 | INSTALL = @INSTALL@
|
---|
| 250 | INSTALL_DATA = @INSTALL_DATA@
|
---|
| 251 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
| 252 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
| 253 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
| 254 | LDFLAGS = @LDFLAGS@
|
---|
[56c3935] | 255 | LEX = @LEX@
|
---|
| 256 | LEXLIB = @LEXLIB@
|
---|
| 257 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
[79551331] | 258 | LIBOBJS = @LIBOBJS@
|
---|
| 259 | LIBS = @LIBS@
|
---|
| 260 | LTLIBOBJS = @LTLIBOBJS@
|
---|
[e4745d7a] | 261 | MACHINE_TYPE = @MACHINE_TYPE@
|
---|
[6aa5ec0f] | 262 | MAINT = @MAINT@
|
---|
[79551331] | 263 | MAKEINFO = @MAKEINFO@
|
---|
| 264 | MKDIR_P = @MKDIR_P@
|
---|
| 265 | OBJEXT = @OBJEXT@
|
---|
| 266 | PACKAGE = @PACKAGE@
|
---|
| 267 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
| 268 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
| 269 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
| 270 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
| 271 | PACKAGE_URL = @PACKAGE_URL@
|
---|
| 272 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
| 273 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
[00cc023] | 274 | RANLIB = @RANLIB@
|
---|
[79551331] | 275 | SET_MAKE = @SET_MAKE@
|
---|
| 276 | SHELL = @SHELL@
|
---|
| 277 | STRIP = @STRIP@
|
---|
| 278 | VERSION = @VERSION@
|
---|
[56c3935] | 279 | YACC = @YACC@
|
---|
| 280 | YFLAGS = @YFLAGS@
|
---|
[79551331] | 281 | abs_builddir = @abs_builddir@
|
---|
| 282 | abs_srcdir = @abs_srcdir@
|
---|
| 283 | abs_top_builddir = @abs_top_builddir@
|
---|
| 284 | abs_top_srcdir = @abs_top_srcdir@
|
---|
| 285 | ac_ct_CC = @ac_ct_CC@
|
---|
| 286 | ac_ct_CXX = @ac_ct_CXX@
|
---|
| 287 | am__include = @am__include@
|
---|
| 288 | am__leading_dot = @am__leading_dot@
|
---|
| 289 | am__quote = @am__quote@
|
---|
| 290 | am__tar = @am__tar@
|
---|
| 291 | am__untar = @am__untar@
|
---|
| 292 | bindir = @bindir@
|
---|
[e4745d7a] | 293 | build = @build@
|
---|
[79551331] | 294 | build_alias = @build_alias@
|
---|
[e4745d7a] | 295 | build_cpu = @build_cpu@
|
---|
| 296 | build_os = @build_os@
|
---|
| 297 | build_vendor = @build_vendor@
|
---|
[79551331] | 298 | builddir = @builddir@
|
---|
| 299 | datadir = @datadir@
|
---|
| 300 | datarootdir = @datarootdir@
|
---|
| 301 | docdir = @docdir@
|
---|
| 302 | dvidir = @dvidir@
|
---|
| 303 | exec_prefix = @exec_prefix@
|
---|
[e4745d7a] | 304 | host = @host@
|
---|
[79551331] | 305 | host_alias = @host_alias@
|
---|
[e4745d7a] | 306 | host_cpu = @host_cpu@
|
---|
| 307 | host_os = @host_os@
|
---|
| 308 | host_vendor = @host_vendor@
|
---|
[79551331] | 309 | htmldir = @htmldir@
|
---|
| 310 | includedir = @includedir@
|
---|
| 311 | infodir = @infodir@
|
---|
| 312 | install_sh = @install_sh@
|
---|
| 313 | libdir = @libdir@
|
---|
| 314 | libexecdir = @libexecdir@
|
---|
| 315 | localedir = @localedir@
|
---|
| 316 | localstatedir = @localstatedir@
|
---|
| 317 | mandir = @mandir@
|
---|
| 318 | mkdir_p = @mkdir_p@
|
---|
| 319 | oldincludedir = @oldincludedir@
|
---|
| 320 | pdfdir = @pdfdir@
|
---|
| 321 | prefix = @prefix@
|
---|
| 322 | program_transform_name = @program_transform_name@
|
---|
| 323 | psdir = @psdir@
|
---|
[44f44617] | 324 | runstatedir = @runstatedir@
|
---|
[79551331] | 325 | sbindir = @sbindir@
|
---|
| 326 | sharedstatedir = @sharedstatedir@
|
---|
| 327 | srcdir = @srcdir@
|
---|
| 328 | sysconfdir = @sysconfdir@
|
---|
| 329 | target_alias = @target_alias@
|
---|
| 330 | top_build_prefix = @top_build_prefix@
|
---|
| 331 | top_builddir = @top_builddir@
|
---|
| 332 | top_srcdir = @top_srcdir@
|
---|
[6e7e2b36] | 333 | AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
|
---|
[375a068] | 334 | SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
|
---|
[6e7e2b36] | 335 | EXTRA_DIST = Docs # non-source files
|
---|
[1da317b] | 336 | MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
|
---|
[79551331] | 337 | all: config.h
|
---|
| 338 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
---|
| 339 |
|
---|
| 340 | .SUFFIXES:
|
---|
| 341 | am--refresh: Makefile
|
---|
| 342 | @:
|
---|
[6aa5ec0f] | 343 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
[79551331] | 344 | @for dep in $?; do \
|
---|
| 345 | case '$(am__configure_deps)' in \
|
---|
| 346 | *$$dep*) \
|
---|
| 347 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
---|
| 348 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
---|
| 349 | && exit 0; \
|
---|
| 350 | exit 1;; \
|
---|
| 351 | esac; \
|
---|
| 352 | done; \
|
---|
| 353 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
---|
| 354 | $(am__cd) $(top_srcdir) && \
|
---|
| 355 | $(AUTOMAKE) --foreign Makefile
|
---|
| 356 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
| 357 | @case '$?' in \
|
---|
| 358 | *config.status*) \
|
---|
| 359 | echo ' $(SHELL) ./config.status'; \
|
---|
| 360 | $(SHELL) ./config.status;; \
|
---|
| 361 | *) \
|
---|
| 362 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
---|
| 363 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
---|
| 364 | esac;
|
---|
| 365 |
|
---|
| 366 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
| 367 | $(SHELL) ./config.status --recheck
|
---|
| 368 |
|
---|
[6aa5ec0f] | 369 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
[79551331] | 370 | $(am__cd) $(srcdir) && $(AUTOCONF)
|
---|
[6aa5ec0f] | 371 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
[79551331] | 372 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
| 373 | $(am__aclocal_m4_deps):
|
---|
| 374 |
|
---|
| 375 | config.h: stamp-h1
|
---|
[44f44617] | 376 | @test -f $@ || rm -f stamp-h1
|
---|
| 377 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
---|
[79551331] | 378 |
|
---|
| 379 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
---|
| 380 | @rm -f stamp-h1
|
---|
| 381 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
---|
[6aa5ec0f] | 382 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
[79551331] | 383 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
---|
| 384 | rm -f stamp-h1
|
---|
| 385 | touch $@
|
---|
| 386 |
|
---|
| 387 | distclean-hdr:
|
---|
| 388 | -rm -f config.h stamp-h1
|
---|
| 389 |
|
---|
| 390 | # This directory's subdirectories are mostly independent; you can cd
|
---|
[44f44617] | 391 | # into them and run 'make' without going through this Makefile.
|
---|
| 392 | # To change the values of 'make' variables: instead of editing Makefiles,
|
---|
| 393 | # (1) if the variable is set in 'config.status', edit 'config.status'
|
---|
| 394 | # (which will cause the Makefiles to be regenerated when you run 'make');
|
---|
| 395 | # (2) otherwise, pass the desired values on the 'make' command line.
|
---|
| 396 | $(am__recursive_targets):
|
---|
| 397 | @fail=; \
|
---|
| 398 | if $(am__make_keepgoing); then \
|
---|
| 399 | failcom='fail=yes'; \
|
---|
| 400 | else \
|
---|
| 401 | failcom='exit 1'; \
|
---|
| 402 | fi; \
|
---|
[79551331] | 403 | dot_seen=no; \
|
---|
| 404 | target=`echo $@ | sed s/-recursive//`; \
|
---|
[44f44617] | 405 | case "$@" in \
|
---|
| 406 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
| 407 | *) list='$(SUBDIRS)' ;; \
|
---|
| 408 | esac; \
|
---|
| 409 | for subdir in $$list; do \
|
---|
[79551331] | 410 | echo "Making $$target in $$subdir"; \
|
---|
| 411 | if test "$$subdir" = "."; then \
|
---|
| 412 | dot_seen=yes; \
|
---|
| 413 | local_target="$$target-am"; \
|
---|
| 414 | else \
|
---|
| 415 | local_target="$$target"; \
|
---|
| 416 | fi; \
|
---|
| 417 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
| 418 | || eval $$failcom; \
|
---|
| 419 | done; \
|
---|
| 420 | if test "$$dot_seen" = "no"; then \
|
---|
| 421 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
| 422 | fi; test -z "$$fail"
|
---|
| 423 |
|
---|
[44f44617] | 424 | ID: $(am__tagged_files)
|
---|
| 425 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
| 426 | tags: tags-recursive
|
---|
| 427 | TAGS: tags
|
---|
[79551331] | 428 |
|
---|
[44f44617] | 429 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
[79551331] | 430 | set x; \
|
---|
| 431 | here=`pwd`; \
|
---|
| 432 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
---|
| 433 | include_option=--etags-include; \
|
---|
| 434 | empty_fix=.; \
|
---|
| 435 | else \
|
---|
| 436 | include_option=--include; \
|
---|
| 437 | empty_fix=; \
|
---|
| 438 | fi; \
|
---|
| 439 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
| 440 | if test "$$subdir" = .; then :; else \
|
---|
| 441 | test ! -f $$subdir/TAGS || \
|
---|
| 442 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
---|
| 443 | fi; \
|
---|
| 444 | done; \
|
---|
[44f44617] | 445 | $(am__define_uniq_tagged_files); \
|
---|
[79551331] | 446 | shift; \
|
---|
| 447 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
| 448 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
| 449 | if test $$# -gt 0; then \
|
---|
| 450 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
| 451 | "$$@" $$unique; \
|
---|
| 452 | else \
|
---|
| 453 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
| 454 | $$unique; \
|
---|
| 455 | fi; \
|
---|
| 456 | fi
|
---|
[44f44617] | 457 | ctags: ctags-recursive
|
---|
| 458 |
|
---|
| 459 | CTAGS: ctags
|
---|
| 460 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
| 461 | $(am__define_uniq_tagged_files); \
|
---|
[79551331] | 462 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
| 463 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
| 464 | $$unique
|
---|
| 465 |
|
---|
| 466 | GTAGS:
|
---|
| 467 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
| 468 | && $(am__cd) $(top_srcdir) \
|
---|
| 469 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
[44f44617] | 470 | cscope: cscope.files
|
---|
| 471 | test ! -s cscope.files \
|
---|
| 472 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
---|
| 473 | clean-cscope:
|
---|
| 474 | -rm -f cscope.files
|
---|
| 475 | cscope.files: clean-cscope cscopelist
|
---|
| 476 | cscopelist: cscopelist-recursive
|
---|
| 477 |
|
---|
| 478 | cscopelist-am: $(am__tagged_files)
|
---|
| 479 | list='$(am__tagged_files)'; \
|
---|
| 480 | case "$(srcdir)" in \
|
---|
| 481 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
---|
| 482 | *) sdir=$(subdir)/$(srcdir) ;; \
|
---|
| 483 | esac; \
|
---|
| 484 | for i in $$list; do \
|
---|
| 485 | if test -f "$$i"; then \
|
---|
| 486 | echo "$(subdir)/$$i"; \
|
---|
| 487 | else \
|
---|
| 488 | echo "$$sdir/$$i"; \
|
---|
| 489 | fi; \
|
---|
| 490 | done >> $(top_builddir)/cscope.files
|
---|
[79551331] | 491 |
|
---|
| 492 | distclean-tags:
|
---|
| 493 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
[44f44617] | 494 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
---|
[79551331] | 495 |
|
---|
| 496 | distdir: $(DISTFILES)
|
---|
| 497 | $(am__remove_distdir)
|
---|
| 498 | test -d "$(distdir)" || mkdir "$(distdir)"
|
---|
| 499 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
| 500 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
| 501 | list='$(DISTFILES)'; \
|
---|
| 502 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
| 503 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
| 504 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
| 505 | case $$dist_files in \
|
---|
| 506 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
| 507 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
| 508 | sort -u` ;; \
|
---|
| 509 | esac; \
|
---|
| 510 | for file in $$dist_files; do \
|
---|
| 511 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
| 512 | if test -d $$d/$$file; then \
|
---|
| 513 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
| 514 | if test -d "$(distdir)/$$file"; then \
|
---|
| 515 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
| 516 | fi; \
|
---|
| 517 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
| 518 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
| 519 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
| 520 | fi; \
|
---|
| 521 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
| 522 | else \
|
---|
| 523 | test -f "$(distdir)/$$file" \
|
---|
| 524 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
| 525 | || exit 1; \
|
---|
| 526 | fi; \
|
---|
| 527 | done
|
---|
| 528 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
| 529 | if test "$$subdir" = .; then :; else \
|
---|
[44f44617] | 530 | $(am__make_dryrun) \
|
---|
| 531 | || test -d "$(distdir)/$$subdir" \
|
---|
| 532 | || $(MKDIR_P) "$(distdir)/$$subdir" \
|
---|
| 533 | || exit 1; \
|
---|
[79551331] | 534 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
---|
| 535 | $(am__relativize); \
|
---|
| 536 | new_distdir=$$reldir; \
|
---|
| 537 | dir1=$$subdir; dir2="$(top_distdir)"; \
|
---|
| 538 | $(am__relativize); \
|
---|
| 539 | new_top_distdir=$$reldir; \
|
---|
| 540 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
---|
| 541 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
---|
| 542 | ($(am__cd) $$subdir && \
|
---|
| 543 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
| 544 | top_distdir="$$new_top_distdir" \
|
---|
| 545 | distdir="$$new_distdir" \
|
---|
| 546 | am__remove_distdir=: \
|
---|
| 547 | am__skip_length_check=: \
|
---|
| 548 | am__skip_mode_fix=: \
|
---|
| 549 | distdir) \
|
---|
| 550 | || exit 1; \
|
---|
| 551 | fi; \
|
---|
| 552 | done
|
---|
| 553 | -test -n "$(am__skip_mode_fix)" \
|
---|
| 554 | || find "$(distdir)" -type d ! -perm -755 \
|
---|
| 555 | -exec chmod u+rwx,go+rx {} \; -o \
|
---|
| 556 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
| 557 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
| 558 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
---|
| 559 | || chmod -R a+r "$(distdir)"
|
---|
| 560 | dist-gzip: distdir
|
---|
| 561 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
[44f44617] | 562 | $(am__post_remove_distdir)
|
---|
[79551331] | 563 |
|
---|
| 564 | dist-bzip2: distdir
|
---|
| 565 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
---|
[44f44617] | 566 | $(am__post_remove_distdir)
|
---|
[79551331] | 567 |
|
---|
| 568 | dist-lzip: distdir
|
---|
| 569 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
---|
[44f44617] | 570 | $(am__post_remove_distdir)
|
---|
[79551331] | 571 |
|
---|
| 572 | dist-xz: distdir
|
---|
| 573 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
---|
[44f44617] | 574 | $(am__post_remove_distdir)
|
---|
[79551331] | 575 |
|
---|
| 576 | dist-tarZ: distdir
|
---|
[44f44617] | 577 | @echo WARNING: "Support for distribution archives compressed with" \
|
---|
| 578 | "legacy program 'compress' is deprecated." >&2
|
---|
| 579 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
[79551331] | 580 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
---|
[44f44617] | 581 | $(am__post_remove_distdir)
|
---|
[79551331] | 582 |
|
---|
| 583 | dist-shar: distdir
|
---|
[44f44617] | 584 | @echo WARNING: "Support for shar distribution archives is" \
|
---|
| 585 | "deprecated." >&2
|
---|
| 586 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
[79551331] | 587 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
---|
[44f44617] | 588 | $(am__post_remove_distdir)
|
---|
[79551331] | 589 |
|
---|
| 590 | dist-zip: distdir
|
---|
| 591 | -rm -f $(distdir).zip
|
---|
| 592 | zip -rq $(distdir).zip $(distdir)
|
---|
[44f44617] | 593 | $(am__post_remove_distdir)
|
---|
[79551331] | 594 |
|
---|
[44f44617] | 595 | dist dist-all:
|
---|
| 596 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
---|
| 597 | $(am__post_remove_distdir)
|
---|
[79551331] | 598 |
|
---|
| 599 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
| 600 | # it guarantees that the distribution is self-contained by making another
|
---|
| 601 | # tarfile.
|
---|
| 602 | distcheck: dist
|
---|
| 603 | case '$(DIST_ARCHIVES)' in \
|
---|
| 604 | *.tar.gz*) \
|
---|
| 605 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
---|
| 606 | *.tar.bz2*) \
|
---|
| 607 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
---|
| 608 | *.tar.lz*) \
|
---|
| 609 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
---|
| 610 | *.tar.xz*) \
|
---|
| 611 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
---|
| 612 | *.tar.Z*) \
|
---|
| 613 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
---|
| 614 | *.shar.gz*) \
|
---|
| 615 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
---|
| 616 | *.zip*) \
|
---|
| 617 | unzip $(distdir).zip ;;\
|
---|
| 618 | esac
|
---|
[44f44617] | 619 | chmod -R a-w $(distdir)
|
---|
| 620 | chmod u+w $(distdir)
|
---|
| 621 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
---|
[79551331] | 622 | chmod a-w $(distdir)
|
---|
| 623 | test -d $(distdir)/_build || exit 0; \
|
---|
| 624 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
---|
| 625 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
---|
| 626 | && am__cwd=`pwd` \
|
---|
[44f44617] | 627 | && $(am__cd) $(distdir)/_build/sub \
|
---|
| 628 | && ../../configure \
|
---|
[79551331] | 629 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
---|
| 630 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
[44f44617] | 631 | --srcdir=../.. --prefix="$$dc_install_base" \
|
---|
[79551331] | 632 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
| 633 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
| 634 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
| 635 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
| 636 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
| 637 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
| 638 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
---|
| 639 | distuninstallcheck \
|
---|
| 640 | && chmod -R a-w "$$dc_install_base" \
|
---|
| 641 | && ({ \
|
---|
| 642 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
---|
| 643 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
---|
| 644 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
---|
| 645 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
---|
| 646 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
---|
| 647 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
---|
| 648 | && rm -rf "$$dc_destdir" \
|
---|
| 649 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
| 650 | && rm -rf $(DIST_ARCHIVES) \
|
---|
| 651 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
---|
| 652 | && cd "$$am__cwd" \
|
---|
| 653 | || exit 1
|
---|
[44f44617] | 654 | $(am__post_remove_distdir)
|
---|
[79551331] | 655 | @(echo "$(distdir) archives ready for distribution: "; \
|
---|
| 656 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
---|
| 657 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
---|
| 658 | distuninstallcheck:
|
---|
| 659 | @test -n '$(distuninstallcheck_dir)' || { \
|
---|
| 660 | echo 'ERROR: trying to run $@ with an empty' \
|
---|
| 661 | '$$(distuninstallcheck_dir)' >&2; \
|
---|
| 662 | exit 1; \
|
---|
| 663 | }; \
|
---|
| 664 | $(am__cd) '$(distuninstallcheck_dir)' || { \
|
---|
| 665 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
---|
| 666 | exit 1; \
|
---|
| 667 | }; \
|
---|
| 668 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
---|
| 669 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
| 670 | if test -n "$(DESTDIR)"; then \
|
---|
| 671 | echo " (check DESTDIR support)"; \
|
---|
| 672 | fi ; \
|
---|
| 673 | $(distuninstallcheck_listfiles) ; \
|
---|
| 674 | exit 1; } >&2
|
---|
| 675 | distcleancheck: distclean
|
---|
| 676 | @if test '$(srcdir)' = . ; then \
|
---|
| 677 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
| 678 | exit 1 ; \
|
---|
| 679 | fi
|
---|
| 680 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
| 681 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
---|
| 682 | $(distcleancheck_listfiles) ; \
|
---|
| 683 | exit 1; } >&2
|
---|
| 684 | check-am: all-am
|
---|
| 685 | check: check-recursive
|
---|
| 686 | all-am: Makefile config.h
|
---|
| 687 | installdirs: installdirs-recursive
|
---|
| 688 | installdirs-am:
|
---|
| 689 | install: install-recursive
|
---|
| 690 | install-exec: install-exec-recursive
|
---|
| 691 | install-data: install-data-recursive
|
---|
| 692 | uninstall: uninstall-recursive
|
---|
| 693 |
|
---|
| 694 | install-am: all-am
|
---|
| 695 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
| 696 |
|
---|
| 697 | installcheck: installcheck-recursive
|
---|
| 698 | install-strip:
|
---|
| 699 | if test -z '$(STRIP)'; then \
|
---|
| 700 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
| 701 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
| 702 | install; \
|
---|
| 703 | else \
|
---|
| 704 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
| 705 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
| 706 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
| 707 | fi
|
---|
| 708 | mostlyclean-generic:
|
---|
| 709 |
|
---|
| 710 | clean-generic:
|
---|
| 711 |
|
---|
| 712 | distclean-generic:
|
---|
| 713 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
| 714 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
| 715 |
|
---|
| 716 | maintainer-clean-generic:
|
---|
| 717 | @echo "This command is intended for maintainers to use"
|
---|
| 718 | @echo "it deletes files that may require special tools to rebuild."
|
---|
[d3b7937] | 719 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
[79551331] | 720 | clean: clean-recursive
|
---|
| 721 |
|
---|
| 722 | clean-am: clean-generic mostlyclean-am
|
---|
| 723 |
|
---|
| 724 | distclean: distclean-recursive
|
---|
| 725 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 726 | -rm -f Makefile
|
---|
| 727 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
---|
| 728 |
|
---|
| 729 | dvi: dvi-recursive
|
---|
| 730 |
|
---|
| 731 | dvi-am:
|
---|
| 732 |
|
---|
| 733 | html: html-recursive
|
---|
| 734 |
|
---|
| 735 | html-am:
|
---|
| 736 |
|
---|
| 737 | info: info-recursive
|
---|
| 738 |
|
---|
| 739 | info-am:
|
---|
| 740 |
|
---|
| 741 | install-data-am:
|
---|
| 742 |
|
---|
| 743 | install-dvi: install-dvi-recursive
|
---|
| 744 |
|
---|
| 745 | install-dvi-am:
|
---|
| 746 |
|
---|
| 747 | install-exec-am:
|
---|
| 748 |
|
---|
| 749 | install-html: install-html-recursive
|
---|
| 750 |
|
---|
| 751 | install-html-am:
|
---|
| 752 |
|
---|
| 753 | install-info: install-info-recursive
|
---|
| 754 |
|
---|
| 755 | install-info-am:
|
---|
| 756 |
|
---|
| 757 | install-man:
|
---|
| 758 |
|
---|
| 759 | install-pdf: install-pdf-recursive
|
---|
| 760 |
|
---|
| 761 | install-pdf-am:
|
---|
| 762 |
|
---|
| 763 | install-ps: install-ps-recursive
|
---|
| 764 |
|
---|
| 765 | install-ps-am:
|
---|
| 766 |
|
---|
| 767 | installcheck-am:
|
---|
| 768 |
|
---|
| 769 | maintainer-clean: maintainer-clean-recursive
|
---|
| 770 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 771 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
| 772 | -rm -f Makefile
|
---|
| 773 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
| 774 |
|
---|
| 775 | mostlyclean: mostlyclean-recursive
|
---|
| 776 |
|
---|
| 777 | mostlyclean-am: mostlyclean-generic
|
---|
| 778 |
|
---|
| 779 | pdf: pdf-recursive
|
---|
| 780 |
|
---|
| 781 | pdf-am:
|
---|
| 782 |
|
---|
| 783 | ps: ps-recursive
|
---|
| 784 |
|
---|
| 785 | ps-am:
|
---|
| 786 |
|
---|
| 787 | uninstall-am:
|
---|
| 788 |
|
---|
[44f44617] | 789 | .MAKE: $(am__recursive_targets) all install-am install-strip
|
---|
[79551331] | 790 |
|
---|
[44f44617] | 791 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
---|
| 792 | am--refresh check check-am clean clean-cscope clean-generic \
|
---|
| 793 | cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
|
---|
| 794 | dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
|
---|
[79551331] | 795 | distcheck distclean distclean-generic distclean-hdr \
|
---|
| 796 | distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
---|
| 797 | dvi-am html html-am info info-am install install-am \
|
---|
| 798 | install-data install-data-am install-dvi install-dvi-am \
|
---|
| 799 | install-exec install-exec-am install-html install-html-am \
|
---|
| 800 | install-info install-info-am install-man install-pdf \
|
---|
| 801 | install-pdf-am install-ps install-ps-am install-strip \
|
---|
| 802 | installcheck installcheck-am installdirs installdirs-am \
|
---|
| 803 | maintainer-clean maintainer-clean-generic mostlyclean \
|
---|
[44f44617] | 804 | mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
|
---|
| 805 | uninstall-am
|
---|
| 806 |
|
---|
| 807 | .PRECIOUS: Makefile
|
---|
[79551331] | 808 |
|
---|
| 809 |
|
---|
| 810 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
| 811 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
| 812 | .NOEXPORT:
|
---|