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