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