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