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