| 1 | # Makefile.in generated by automake 1.6.3 from Makefile.am.
|
|---|
| 2 | # @configure_input@
|
|---|
| 3 |
|
|---|
| 4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|---|
| 5 | # Free Software Foundation, Inc.
|
|---|
| 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 | SHELL = @SHELL@
|
|---|
| 17 |
|
|---|
| 18 | srcdir = @srcdir@
|
|---|
| 19 | top_srcdir = @top_srcdir@
|
|---|
| 20 | VPATH = @srcdir@
|
|---|
| 21 | prefix = @prefix@
|
|---|
| 22 | exec_prefix = @exec_prefix@
|
|---|
| 23 |
|
|---|
| 24 | bindir = @bindir@
|
|---|
| 25 | sbindir = @sbindir@
|
|---|
| 26 | libexecdir = @libexecdir@
|
|---|
| 27 | datadir = @datadir@
|
|---|
| 28 | sysconfdir = @sysconfdir@
|
|---|
| 29 | sharedstatedir = @sharedstatedir@
|
|---|
| 30 | localstatedir = @localstatedir@
|
|---|
| 31 | libdir = @libdir@
|
|---|
| 32 | infodir = @infodir@
|
|---|
| 33 | mandir = @mandir@
|
|---|
| 34 | includedir = @includedir@
|
|---|
| 35 | oldincludedir = /usr/include
|
|---|
| 36 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 37 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 38 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 39 | top_builddir = .
|
|---|
| 40 |
|
|---|
| 41 | ACLOCAL = @ACLOCAL@
|
|---|
| 42 | AUTOCONF = @AUTOCONF@
|
|---|
| 43 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 44 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 45 |
|
|---|
| 46 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|---|
| 47 | INSTALL = @INSTALL@
|
|---|
| 48 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 49 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 50 | install_sh_DATA = $(install_sh) -c -m 644
|
|---|
| 51 | install_sh_PROGRAM = $(install_sh) -c
|
|---|
| 52 | install_sh_SCRIPT = $(install_sh) -c
|
|---|
| 53 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 54 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 55 | transform = @program_transform_name@
|
|---|
| 56 | NORMAL_INSTALL = :
|
|---|
| 57 | PRE_INSTALL = :
|
|---|
| 58 | POST_INSTALL = :
|
|---|
| 59 | NORMAL_UNINSTALL = :
|
|---|
| 60 | PRE_UNINSTALL = :
|
|---|
| 61 | POST_UNINSTALL = :
|
|---|
| 62 |
|
|---|
| 63 | EXEEXT = @EXEEXT@
|
|---|
| 64 | OBJEXT = @OBJEXT@
|
|---|
| 65 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
|---|
| 66 | AMTAR = @AMTAR@
|
|---|
| 67 | AWK = @AWK@
|
|---|
| 68 |
|
|---|
| 69 | BACKEND_CC = @BACKEND_CC@
|
|---|
| 70 | CC = @CC@
|
|---|
| 71 | CFA_BINDIR = @CFA_BINDIR@
|
|---|
| 72 | CFA_LIBDIR = @CFA_LIBDIR@
|
|---|
| 73 | CFA_PREFIX = @CFA_PREFIX@
|
|---|
| 74 | CPP_PATH = @CPP_PATH@
|
|---|
| 75 | CXX = @CXX@
|
|---|
| 76 | DEPDIR = @DEPDIR@
|
|---|
| 77 | GCC_PATH = @GCC_PATH@
|
|---|
| 78 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 79 | LEX = @LEX@
|
|---|
| 80 | LEXLIB = @LEXLIB@
|
|---|
| 81 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|---|
| 82 | PACKAGE = @PACKAGE@
|
|---|
| 83 | STRIP = @STRIP@
|
|---|
| 84 | VERSION = @VERSION@
|
|---|
| 85 | YACC = @YACC@
|
|---|
| 86 | am__include = @am__include@
|
|---|
| 87 | am__quote = @am__quote@
|
|---|
| 88 | install_sh = @install_sh@
|
|---|
| 89 | preludedir = @preludedir@
|
|---|
| 90 | SUBDIRS = translator driver libcfa
|
|---|
| 91 |
|
|---|
| 92 | # non-source files
|
|---|
| 93 | EXTRA_DIST = Docs
|
|---|
| 94 | subdir = .
|
|---|
| 95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 96 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|---|
| 97 | CONFIG_HEADER = config.h
|
|---|
| 98 | CONFIG_CLEAN_FILES = translator/Makefile driver/Makefile libcfa/Makefile
|
|---|
| 99 | DIST_SOURCES =
|
|---|
| 100 |
|
|---|
| 101 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|---|
| 102 | uninstall-info-recursive all-recursive install-data-recursive \
|
|---|
| 103 | install-exec-recursive installdirs-recursive install-recursive \
|
|---|
| 104 | uninstall-recursive check-recursive installcheck-recursive
|
|---|
| 105 | DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
|---|
| 106 | Makefile.in NEWS acconfig.h aclocal.m4 config.h.in configure \
|
|---|
| 107 | configure.in install-sh missing mkinstalldirs
|
|---|
| 108 | DIST_SUBDIRS = $(SUBDIRS)
|
|---|
| 109 | all: config.h
|
|---|
| 110 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|---|
| 111 |
|
|---|
| 112 | .SUFFIXES:
|
|---|
| 113 |
|
|---|
| 114 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|---|
| 115 | configure.lineno
|
|---|
| 116 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|---|
| 117 | cd $(top_srcdir) && \
|
|---|
| 118 | $(AUTOMAKE) --gnu Makefile
|
|---|
| 119 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 120 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
|
|---|
| 121 |
|
|---|
| 122 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 123 | $(SHELL) ./config.status --recheck
|
|---|
| 124 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|---|
| 125 | cd $(srcdir) && $(AUTOCONF)
|
|---|
| 126 |
|
|---|
| 127 | $(ACLOCAL_M4): configure.in
|
|---|
| 128 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|---|
| 129 |
|
|---|
| 130 | config.h: stamp-h1
|
|---|
| 131 | @if test ! -f $@; then \
|
|---|
| 132 | rm -f stamp-h1; \
|
|---|
| 133 | $(MAKE) stamp-h1; \
|
|---|
| 134 | else :; fi
|
|---|
| 135 |
|
|---|
| 136 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|---|
| 137 | @rm -f stamp-h1
|
|---|
| 138 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|---|
| 139 |
|
|---|
| 140 | $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
|
|---|
| 141 | cd $(top_srcdir) && $(AUTOHEADER)
|
|---|
| 142 | touch $(srcdir)/config.h.in
|
|---|
| 143 |
|
|---|
| 144 | distclean-hdr:
|
|---|
| 145 | -rm -f config.h stamp-h1
|
|---|
| 146 | translator/Makefile: $(top_builddir)/config.status $(top_srcdir)/translator/Makefile.in
|
|---|
| 147 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 148 | driver/Makefile: $(top_builddir)/config.status $(top_srcdir)/driver/Makefile.in
|
|---|
| 149 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 150 | libcfa/Makefile: $(top_builddir)/config.status $(top_srcdir)/libcfa/Makefile.in
|
|---|
| 151 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 152 | uninstall-info-am:
|
|---|
| 153 |
|
|---|
| 154 | # This directory's subdirectories are mostly independent; you can cd
|
|---|
| 155 | # into them and run `make' without going through this Makefile.
|
|---|
| 156 | # To change the values of `make' variables: instead of editing Makefiles,
|
|---|
| 157 | # (1) if the variable is set in `config.status', edit `config.status'
|
|---|
| 158 | # (which will cause the Makefiles to be regenerated when you run `make');
|
|---|
| 159 | # (2) otherwise, pass the desired values on the `make' command line.
|
|---|
| 160 | $(RECURSIVE_TARGETS):
|
|---|
| 161 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
|---|
| 162 | dot_seen=no; \
|
|---|
| 163 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 164 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 165 | echo "Making $$target in $$subdir"; \
|
|---|
| 166 | if test "$$subdir" = "."; then \
|
|---|
| 167 | dot_seen=yes; \
|
|---|
| 168 | local_target="$$target-am"; \
|
|---|
| 169 | else \
|
|---|
| 170 | local_target="$$target"; \
|
|---|
| 171 | fi; \
|
|---|
| 172 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 173 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 174 | done; \
|
|---|
| 175 | if test "$$dot_seen" = "no"; then \
|
|---|
| 176 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|---|
| 177 | fi; test -z "$$fail"
|
|---|
| 178 |
|
|---|
| 179 | mostlyclean-recursive clean-recursive distclean-recursive \
|
|---|
| 180 | maintainer-clean-recursive:
|
|---|
| 181 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
|---|
| 182 | dot_seen=no; \
|
|---|
| 183 | case "$@" in \
|
|---|
| 184 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|---|
| 185 | *) list='$(SUBDIRS)' ;; \
|
|---|
| 186 | esac; \
|
|---|
| 187 | rev=''; for subdir in $$list; do \
|
|---|
| 188 | if test "$$subdir" = "."; then :; else \
|
|---|
| 189 | rev="$$subdir $$rev"; \
|
|---|
| 190 | fi; \
|
|---|
| 191 | done; \
|
|---|
| 192 | rev="$$rev ."; \
|
|---|
| 193 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 194 | for subdir in $$rev; do \
|
|---|
| 195 | echo "Making $$target in $$subdir"; \
|
|---|
| 196 | if test "$$subdir" = "."; then \
|
|---|
| 197 | local_target="$$target-am"; \
|
|---|
| 198 | else \
|
|---|
| 199 | local_target="$$target"; \
|
|---|
| 200 | fi; \
|
|---|
| 201 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 202 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 203 | done && test -z "$$fail"
|
|---|
| 204 | tags-recursive:
|
|---|
| 205 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 206 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|---|
| 207 | done
|
|---|
| 208 |
|
|---|
| 209 | ETAGS = etags
|
|---|
| 210 | ETAGSFLAGS =
|
|---|
| 211 |
|
|---|
| 212 | tags: TAGS
|
|---|
| 213 |
|
|---|
| 214 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|---|
| 215 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 216 | unique=`for i in $$list; do \
|
|---|
| 217 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 218 | done | \
|
|---|
| 219 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 220 | END { for (i in files) print i; }'`; \
|
|---|
| 221 | mkid -fID $$unique
|
|---|
| 222 |
|
|---|
| 223 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|---|
| 224 | $(TAGS_FILES) $(LISP)
|
|---|
| 225 | tags=; \
|
|---|
| 226 | here=`pwd`; \
|
|---|
| 227 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 228 | if test "$$subdir" = .; then :; else \
|
|---|
| 229 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|---|
| 230 | fi; \
|
|---|
| 231 | done; \
|
|---|
| 232 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|---|
| 233 | unique=`for i in $$list; do \
|
|---|
| 234 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 235 | done | \
|
|---|
| 236 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 237 | END { for (i in files) print i; }'`; \
|
|---|
| 238 | test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
|---|
| 239 | || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|---|
| 240 | $$tags $$unique
|
|---|
| 241 |
|
|---|
| 242 | GTAGS:
|
|---|
| 243 | here=`$(am__cd) $(top_builddir) && pwd` \
|
|---|
| 244 | && cd $(top_srcdir) \
|
|---|
| 245 | && gtags -i $(GTAGS_ARGS) $$here
|
|---|
| 246 |
|
|---|
| 247 | distclean-tags:
|
|---|
| 248 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
|---|
| 249 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 250 |
|
|---|
| 251 | top_distdir = .
|
|---|
| 252 | distdir = $(PACKAGE)-$(VERSION)
|
|---|
| 253 |
|
|---|
| 254 | am__remove_distdir = \
|
|---|
| 255 | { test ! -d $(distdir) \
|
|---|
| 256 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|---|
| 257 | && rm -fr $(distdir); }; }
|
|---|
| 258 |
|
|---|
| 259 | GZIP_ENV = --best
|
|---|
| 260 | distcleancheck_listfiles = find . -type f -print
|
|---|
| 261 |
|
|---|
| 262 | distdir: $(DISTFILES)
|
|---|
| 263 | $(am__remove_distdir)
|
|---|
| 264 | mkdir $(distdir)
|
|---|
| 265 | $(mkinstalldirs) $(distdir)/driver $(distdir)/translator $(distdir)/libcfa
|
|---|
| 266 | @list='$(DISTFILES)'; for file in $$list; do \
|
|---|
| 267 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|---|
| 268 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|---|
| 269 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|---|
| 270 | dir="/$$dir"; \
|
|---|
| 271 | $(mkinstalldirs) "$(distdir)$$dir"; \
|
|---|
| 272 | else \
|
|---|
| 273 | dir=''; \
|
|---|
| 274 | fi; \
|
|---|
| 275 | if test -d $$d/$$file; then \
|
|---|
| 276 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|---|
| 277 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 278 | fi; \
|
|---|
| 279 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 280 | else \
|
|---|
| 281 | test -f $(distdir)/$$file \
|
|---|
| 282 | || cp -p $$d/$$file $(distdir)/$$file \
|
|---|
| 283 | || exit 1; \
|
|---|
| 284 | fi; \
|
|---|
| 285 | done
|
|---|
| 286 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 287 | if test "$$subdir" = .; then :; else \
|
|---|
| 288 | test -d $(distdir)/$$subdir \
|
|---|
| 289 | || mkdir $(distdir)/$$subdir \
|
|---|
| 290 | || exit 1; \
|
|---|
| 291 | (cd $$subdir && \
|
|---|
| 292 | $(MAKE) $(AM_MAKEFLAGS) \
|
|---|
| 293 | top_distdir="$(top_distdir)" \
|
|---|
| 294 | distdir=../$(distdir)/$$subdir \
|
|---|
| 295 | distdir) \
|
|---|
| 296 | || exit 1; \
|
|---|
| 297 | fi; \
|
|---|
| 298 | done
|
|---|
| 299 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|---|
| 300 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|---|
| 301 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|---|
| 302 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|---|
| 303 | || chmod -R a+r $(distdir)
|
|---|
| 304 | dist-gzip: distdir
|
|---|
| 305 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|---|
| 306 | $(am__remove_distdir)
|
|---|
| 307 |
|
|---|
| 308 | dist dist-all: distdir
|
|---|
| 309 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|---|
| 310 | $(am__remove_distdir)
|
|---|
| 311 |
|
|---|
| 312 | # This target untars the dist file and tries a VPATH configuration. Then
|
|---|
| 313 | # it guarantees that the distribution is self-contained by making another
|
|---|
| 314 | # tarfile.
|
|---|
| 315 | distcheck: dist
|
|---|
| 316 | $(am__remove_distdir)
|
|---|
| 317 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
|
|---|
| 318 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|---|
| 319 | mkdir $(distdir)/=build
|
|---|
| 320 | mkdir $(distdir)/=inst
|
|---|
| 321 | chmod a-w $(distdir)
|
|---|
| 322 | dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
|
|---|
| 323 | && cd $(distdir)/=build \
|
|---|
| 324 | && ../configure --srcdir=.. --prefix=$$dc_install_base \
|
|---|
| 325 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
|---|
| 326 | && $(MAKE) $(AM_MAKEFLAGS) \
|
|---|
| 327 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|---|
| 328 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
|---|
| 329 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
|---|
| 330 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|---|
| 331 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|---|
| 332 | && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
|---|
| 333 | || { echo "ERROR: files left after uninstall:" ; \
|
|---|
| 334 | find $$dc_install_base -type f -print ; \
|
|---|
| 335 | exit 1; } >&2 ) \
|
|---|
| 336 | && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
|---|
| 337 | && rm -f $(distdir).tar.gz \
|
|---|
| 338 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|---|
| 339 | $(am__remove_distdir)
|
|---|
| 340 | @echo "$(distdir).tar.gz is ready for distribution" | \
|
|---|
| 341 | sed 'h;s/./=/g;p;x;p;x'
|
|---|
| 342 | distcleancheck: distclean
|
|---|
| 343 | if test '$(srcdir)' = . ; then \
|
|---|
| 344 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|---|
| 345 | exit 1 ; \
|
|---|
| 346 | fi
|
|---|
| 347 | test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|---|
| 348 | || { echo "ERROR: files left after distclean:" ; \
|
|---|
| 349 | $(distcleancheck_listfiles) ; \
|
|---|
| 350 | exit 1; } >&2
|
|---|
| 351 | check-am: all-am
|
|---|
| 352 | check: check-recursive
|
|---|
| 353 | all-am: Makefile config.h
|
|---|
| 354 | installdirs: installdirs-recursive
|
|---|
| 355 | installdirs-am:
|
|---|
| 356 |
|
|---|
| 357 | install: install-recursive
|
|---|
| 358 | install-exec: install-exec-recursive
|
|---|
| 359 | install-data: install-data-recursive
|
|---|
| 360 | uninstall: uninstall-recursive
|
|---|
| 361 |
|
|---|
| 362 | install-am: all-am
|
|---|
| 363 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|---|
| 364 |
|
|---|
| 365 | installcheck: installcheck-recursive
|
|---|
| 366 | install-strip:
|
|---|
| 367 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|---|
| 368 | INSTALL_STRIP_FLAG=-s \
|
|---|
| 369 | `test -z '$(STRIP)' || \
|
|---|
| 370 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|---|
| 371 | mostlyclean-generic:
|
|---|
| 372 |
|
|---|
| 373 | clean-generic:
|
|---|
| 374 |
|
|---|
| 375 | distclean-generic:
|
|---|
| 376 | -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|---|
| 377 |
|
|---|
| 378 | maintainer-clean-generic:
|
|---|
| 379 | @echo "This command is intended for maintainers to use"
|
|---|
| 380 | @echo "it deletes files that may require special tools to rebuild."
|
|---|
| 381 | clean: clean-recursive
|
|---|
| 382 |
|
|---|
| 383 | clean-am: clean-generic mostlyclean-am
|
|---|
| 384 |
|
|---|
| 385 | distclean: distclean-recursive
|
|---|
| 386 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|---|
| 387 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|---|
| 388 |
|
|---|
| 389 | dvi: dvi-recursive
|
|---|
| 390 |
|
|---|
| 391 | dvi-am:
|
|---|
| 392 |
|
|---|
| 393 | info: info-recursive
|
|---|
| 394 |
|
|---|
| 395 | info-am:
|
|---|
| 396 |
|
|---|
| 397 | install-data-am:
|
|---|
| 398 |
|
|---|
| 399 | install-exec-am:
|
|---|
| 400 |
|
|---|
| 401 | install-info: install-info-recursive
|
|---|
| 402 |
|
|---|
| 403 | install-man:
|
|---|
| 404 |
|
|---|
| 405 | installcheck-am:
|
|---|
| 406 |
|
|---|
| 407 | maintainer-clean: maintainer-clean-recursive
|
|---|
| 408 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|---|
| 409 | -rm -rf autom4te.cache
|
|---|
| 410 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
|---|
| 411 |
|
|---|
| 412 | mostlyclean: mostlyclean-recursive
|
|---|
| 413 |
|
|---|
| 414 | mostlyclean-am: mostlyclean-generic
|
|---|
| 415 |
|
|---|
| 416 | uninstall-am: uninstall-info-am
|
|---|
| 417 |
|
|---|
| 418 | uninstall-info: uninstall-info-recursive
|
|---|
| 419 |
|
|---|
| 420 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
|
|---|
| 421 | clean-generic clean-recursive dist dist-all dist-gzip distcheck \
|
|---|
| 422 | distclean distclean-generic distclean-hdr distclean-recursive \
|
|---|
| 423 | distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
|
|---|
| 424 | info info-am info-recursive install install-am install-data \
|
|---|
| 425 | install-data-am install-data-recursive install-exec \
|
|---|
| 426 | install-exec-am install-exec-recursive install-info \
|
|---|
| 427 | install-info-am install-info-recursive install-man \
|
|---|
| 428 | install-recursive install-strip installcheck installcheck-am \
|
|---|
| 429 | installdirs installdirs-am installdirs-recursive \
|
|---|
| 430 | maintainer-clean maintainer-clean-generic \
|
|---|
| 431 | maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
|---|
| 432 | mostlyclean-recursive tags tags-recursive uninstall \
|
|---|
| 433 | uninstall-am uninstall-info-am uninstall-info-recursive \
|
|---|
| 434 | uninstall-recursive
|
|---|
| 435 |
|
|---|
| 436 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|---|
| 437 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|---|
| 438 | .NOEXPORT:
|
|---|