| 1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am. |
|---|
| 2 | |
|---|
| 3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
|---|
| 4 | # Free Software Foundation, Inc. |
|---|
| 5 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 6 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 7 | # with or without modifications, as long as this notice is preserved. |
|---|
| 8 | |
|---|
| 9 | # This program is distributed in the hope that it will be useful, |
|---|
| 10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 12 | # PARTICULAR PURPOSE. |
|---|
| 13 | |
|---|
| 14 | @SET_MAKE@ |
|---|
| 15 | |
|---|
| 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 | INSTALL = @INSTALL@ |
|---|
| 47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 48 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 50 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 51 | transform = @program_transform_name@ |
|---|
| 52 | NORMAL_INSTALL = : |
|---|
| 53 | PRE_INSTALL = : |
|---|
| 54 | POST_INSTALL = : |
|---|
| 55 | NORMAL_UNINSTALL = : |
|---|
| 56 | PRE_UNINSTALL = : |
|---|
| 57 | POST_UNINSTALL = : |
|---|
| 58 | AMTAR = @AMTAR@ |
|---|
| 59 | AWK = @AWK@ |
|---|
| 60 | CXX = @CXX@ |
|---|
| 61 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 62 | DEPDIR = @DEPDIR@ |
|---|
| 63 | EXEEXT = @EXEEXT@ |
|---|
| 64 | HAVE_READLINE = @HAVE_READLINE@ |
|---|
| 65 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 66 | OBJEXT = @OBJEXT@ |
|---|
| 67 | PACKAGE = @PACKAGE@ |
|---|
| 68 | VERSION = @VERSION@ |
|---|
| 69 | am__include = @am__include@ |
|---|
| 70 | am__quote = @am__quote@ |
|---|
| 71 | install_sh = @install_sh@ |
|---|
| 72 | |
|---|
| 73 | AUX_DIST = config.guess \ |
|---|
| 74 | config.sub \ |
|---|
| 75 | install-sh \ |
|---|
| 76 | missing \ |
|---|
| 77 | mkinstalldirs |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | MAINTAINERCLEANFILES = Makefile.in |
|---|
| 81 | subdir = config |
|---|
| 82 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
|---|
| 83 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 84 | CONFIG_CLEAN_FILES = |
|---|
| 85 | DIST_SOURCES = |
|---|
| 86 | DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \ |
|---|
| 87 | install-sh missing mkinstalldirs |
|---|
| 88 | all: all-am |
|---|
| 89 | |
|---|
| 90 | .SUFFIXES: |
|---|
| 91 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) |
|---|
| 92 | cd $(top_srcdir) && \ |
|---|
| 93 | $(AUTOMAKE) --gnu config/Makefile |
|---|
| 94 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 95 | cd $(top_builddir) && \ |
|---|
| 96 | CONFIG_HEADERS= CONFIG_LINKS= \ |
|---|
| 97 | CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status |
|---|
| 98 | uninstall-info-am: |
|---|
| 99 | tags: TAGS |
|---|
| 100 | TAGS: |
|---|
| 101 | |
|---|
| 102 | |
|---|
| 103 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 104 | |
|---|
| 105 | top_distdir = .. |
|---|
| 106 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
|---|
| 107 | |
|---|
| 108 | distdir: $(DISTFILES) |
|---|
| 109 | @for file in $(DISTFILES); do \ |
|---|
| 110 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 111 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 112 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 113 | $(mkinstalldirs) "$(distdir)/$$dir"; \ |
|---|
| 114 | fi; \ |
|---|
| 115 | if test -d $$d/$$file; then \ |
|---|
| 116 | cp -pR $$d/$$file $(distdir) \ |
|---|
| 117 | || exit 1; \ |
|---|
| 118 | else \ |
|---|
| 119 | test -f $(distdir)/$$file \ |
|---|
| 120 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 121 | || exit 1; \ |
|---|
| 122 | fi; \ |
|---|
| 123 | done |
|---|
| 124 | check-am: all-am |
|---|
| 125 | check: check-am |
|---|
| 126 | all-am: Makefile |
|---|
| 127 | |
|---|
| 128 | installdirs: |
|---|
| 129 | |
|---|
| 130 | install: install-am |
|---|
| 131 | install-exec: install-exec-am |
|---|
| 132 | install-data: install-data-am |
|---|
| 133 | uninstall: uninstall-am |
|---|
| 134 | |
|---|
| 135 | install-am: all-am |
|---|
| 136 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 137 | |
|---|
| 138 | installcheck: installcheck-am |
|---|
| 139 | install-strip: |
|---|
| 140 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 141 | `test -z '$(STRIP)' || \ |
|---|
| 142 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 143 | mostlyclean-generic: |
|---|
| 144 | |
|---|
| 145 | clean-generic: |
|---|
| 146 | |
|---|
| 147 | distclean-generic: |
|---|
| 148 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
|---|
| 149 | |
|---|
| 150 | maintainer-clean-generic: |
|---|
| 151 | @echo "This command is intended for maintainers to use" |
|---|
| 152 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 153 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
|---|
| 154 | clean: clean-am |
|---|
| 155 | |
|---|
| 156 | clean-am: clean-generic mostlyclean-am |
|---|
| 157 | |
|---|
| 158 | distclean: distclean-am |
|---|
| 159 | |
|---|
| 160 | distclean-am: clean-am distclean-generic |
|---|
| 161 | |
|---|
| 162 | dvi: dvi-am |
|---|
| 163 | |
|---|
| 164 | dvi-am: |
|---|
| 165 | |
|---|
| 166 | info: info-am |
|---|
| 167 | |
|---|
| 168 | info-am: |
|---|
| 169 | |
|---|
| 170 | install-data-am: |
|---|
| 171 | |
|---|
| 172 | install-exec-am: |
|---|
| 173 | |
|---|
| 174 | install-info: install-info-am |
|---|
| 175 | |
|---|
| 176 | install-man: |
|---|
| 177 | |
|---|
| 178 | installcheck-am: |
|---|
| 179 | |
|---|
| 180 | maintainer-clean: maintainer-clean-am |
|---|
| 181 | |
|---|
| 182 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 183 | |
|---|
| 184 | mostlyclean: mostlyclean-am |
|---|
| 185 | |
|---|
| 186 | mostlyclean-am: mostlyclean-generic |
|---|
| 187 | |
|---|
| 188 | uninstall-am: uninstall-info-am |
|---|
| 189 | |
|---|
| 190 | .PHONY: all all-am check check-am clean clean-generic distclean \ |
|---|
| 191 | distclean-generic distdir dvi dvi-am info info-am install \ |
|---|
| 192 | install-am install-data install-data-am install-exec \ |
|---|
| 193 | install-exec-am install-info install-info-am install-man \ |
|---|
| 194 | install-strip installcheck installcheck-am installdirs \ |
|---|
| 195 | maintainer-clean maintainer-clean-generic mostlyclean \ |
|---|
| 196 | mostlyclean-generic uninstall uninstall-am uninstall-info-am |
|---|
| 197 | |
|---|
| 198 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 199 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 200 | .NOEXPORT: |
|---|