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