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 17# $Id: Makefile.am,v 1.5 1999/03/20 13:58:14 joda Exp $ 18 19# $Id: Makefile.am.common,v 1.5 2002/05/19 18:35:37 joda Exp $ 20 21# $Id: Makefile.am.common,v 1.36 2002/08/19 16:10:25 joda Exp $ 22SHELL = @SHELL@ 23 24srcdir = @srcdir@ 25top_srcdir = @top_srcdir@ 26VPATH = @srcdir@ 27prefix = @prefix@ 28exec_prefix = @exec_prefix@ 29 30bindir = @bindir@ 31sbindir = @sbindir@ 32libexecdir = @libexecdir@ 33datadir = @datadir@ 34sysconfdir = @sysconfdir@ 35sharedstatedir = @sharedstatedir@ 36localstatedir = @localstatedir@ 37libdir = @libdir@ 38infodir = @infodir@ 39mandir = @mandir@ 40includedir = @includedir@ 41oldincludedir = /usr/include 42pkgdatadir = $(datadir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkgincludedir = $(includedir)/@PACKAGE@ 45top_builddir = ../.. 46 47ACLOCAL = @ACLOCAL@ 48AUTOCONF = @AUTOCONF@ 49AUTOMAKE = @AUTOMAKE@ 50AUTOHEADER = @AUTOHEADER@ 51 52am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 53INSTALL = @INSTALL@ 54INSTALL_PROGRAM = @INSTALL_PROGRAM@ 55INSTALL_DATA = @INSTALL_DATA@ 56install_sh_DATA = $(install_sh) -c -m 644 57install_sh_PROGRAM = $(install_sh) -c 58install_sh_SCRIPT = $(install_sh) -c 59INSTALL_SCRIPT = @INSTALL_SCRIPT@ 60INSTALL_HEADER = $(INSTALL_DATA) 61transform = @program_transform_name@ 62NORMAL_INSTALL = : 63PRE_INSTALL = : 64POST_INSTALL = : 65NORMAL_UNINSTALL = : 66PRE_UNINSTALL = : 67POST_UNINSTALL = : 68host_alias = @host_alias@ 69host_triplet = @host@ 70 71EXEEXT = @EXEEXT@ 72OBJEXT = @OBJEXT@ 73PATH_SEPARATOR = @PATH_SEPARATOR@ 74AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@ 75AMTAR = @AMTAR@ 76AS = @AS@ 77AWK = @AWK@ 78CANONICAL_HOST = @CANONICAL_HOST@ 79CATMAN = @CATMAN@ 80CATMANEXT = @CATMANEXT@ 81CC = @CC@ 82COMPILE_ET = @COMPILE_ET@ 83CPP = @CPP@ 84DBLIB = @DBLIB@ 85DEPDIR = @DEPDIR@ 86DIR_com_err = @DIR_com_err@ 87DIR_des = @DIR_des@ 88DIR_roken = @DIR_roken@ 89DLLTOOL = @DLLTOOL@ 90ECHO = @ECHO@ 91EXTRA_LIB45 = @EXTRA_LIB45@ 92GROFF = @GROFF@ 93INCLUDES_roken = @INCLUDES_roken@ 94INCLUDE_ = @INCLUDE_@ 95INCLUDE_des = @INCLUDE_des@ 96INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 97LEX = @LEX@ 98 99LEXLIB = @LEXLIB@ 100LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 101LIBTOOL = @LIBTOOL@ 102LIB_ = @LIB_@ 103LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@ 104LIB_NDBM = @LIB_NDBM@ 105LIB_com_err = @LIB_com_err@ 106LIB_com_err_a = @LIB_com_err_a@ 107LIB_com_err_so = @LIB_com_err_so@ 108LIB_des = @LIB_des@ 109LIB_des_a = @LIB_des_a@ 110LIB_des_appl = @LIB_des_appl@ 111LIB_des_so = @LIB_des_so@ 112LIB_kdb = @LIB_kdb@ 113LIB_otp = @LIB_otp@ 114LIB_roken = @LIB_roken@ 115LIB_security = @LIB_security@ 116LN_S = @LN_S@ 117LTLIBOBJS = @LTLIBOBJS@ 118NEED_WRITEAUTH_FALSE = @NEED_WRITEAUTH_FALSE@ 119NEED_WRITEAUTH_TRUE = @NEED_WRITEAUTH_TRUE@ 120NROFF = @NROFF@ 121OBJDUMP = @OBJDUMP@ 122PACKAGE = @PACKAGE@ 123RANLIB = @RANLIB@ 124STRIP = @STRIP@ 125VERSION = @VERSION@ 126VOID_RETSIGTYPE = @VOID_RETSIGTYPE@ 127WFLAGS = @WFLAGS@ 128WFLAGS_NOIMPLICITINT = @WFLAGS_NOIMPLICITINT@ 129WFLAGS_NOUNUSED = @WFLAGS_NOUNUSED@ 130X_CFLAGS = @X_CFLAGS@ 131X_EXTRA_LIBS = @X_EXTRA_LIBS@ 132X_LIBS = @X_LIBS@ 133X_PRE_LIBS = @X_PRE_LIBS@ 134YACC = @YACC@ 135am__include = @am__include@ 136am__quote = @am__quote@ 137dpagaix_cflags = @dpagaix_cflags@ 138dpagaix_ldadd = @dpagaix_ldadd@ 139dpagaix_ldflags = @dpagaix_ldflags@ 140install_sh = @install_sh@ 141 142AUTOMAKE_OPTIONS = foreign no-dependencies 1.6 143 144SUFFIXES = .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 145 146INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) 147 148@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME 149 150AM_CFLAGS = $(WFLAGS) 151 152CP = cp 153 154buildinclude = $(top_builddir)/include 155 156LIB_XauReadAuth = @LIB_XauReadAuth@ 157LIB_crypt = @LIB_crypt@ 158LIB_dbm_firstkey = @LIB_dbm_firstkey@ 159LIB_dbopen = @LIB_dbopen@ 160LIB_dlopen = @LIB_dlopen@ 161LIB_dn_expand = @LIB_dn_expand@ 162LIB_el_init = @LIB_el_init@ 163LIB_getattr = @LIB_getattr@ 164LIB_gethostbyname = @LIB_gethostbyname@ 165LIB_getpwent_r = @LIB_getpwent_r@ 166LIB_getpwnam_r = @LIB_getpwnam_r@ 167LIB_getsockopt = @LIB_getsockopt@ 168LIB_logout = @LIB_logout@ 169LIB_logwtmp = @LIB_logwtmp@ 170LIB_odm_initialize = @LIB_odm_initialize@ 171LIB_openpty = @LIB_openpty@ 172LIB_pidfile = @LIB_pidfile@ 173LIB_res_search = @LIB_res_search@ 174LIB_setpcred = @LIB_setpcred@ 175LIB_setsockopt = @LIB_setsockopt@ 176LIB_socket = @LIB_socket@ 177LIB_syslog = @LIB_syslog@ 178LIB_tgetent = @LIB_tgetent@ 179 180HESIODLIB = @HESIODLIB@ 181HESIODINCLUDE = @HESIODINCLUDE@ 182INCLUDE_hesiod = @INCLUDE_hesiod@ 183LIB_hesiod = @LIB_hesiod@ 184 185INCLUDE_krb4 = @INCLUDE_krb4@ 186LIB_krb4 = @LIB_krb4@ 187 188INCLUDE_openldap = @INCLUDE_openldap@ 189LIB_openldap = @LIB_openldap@ 190 191INCLUDE_readline = @INCLUDE_readline@ 192LIB_readline = @LIB_readline@ 193 194NROFF_MAN = groff -mandoc -Tascii 195 196@KRB4_TRUE@LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS) 197 198@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \ 199@KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la 200 201@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la 202 203@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la 204 205SUBDIRS = common ftp ftpd 206subdir = appl/ftp 207mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 208CONFIG_HEADER = $(top_builddir)/include/config.h 209CONFIG_CLEAN_FILES = 210depcomp = 211am__depfiles_maybe = 212CFLAGS = @CFLAGS@ 213COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 214 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 215LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 216 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 217CCLD = $(CC) 218LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 219 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 220DIST_SOURCES = 221 222RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ 223 uninstall-info-recursive all-recursive install-data-recursive \ 224 install-exec-recursive installdirs-recursive install-recursive \ 225 uninstall-recursive check-recursive installcheck-recursive 226DIST_COMMON = ChangeLog Makefile.am Makefile.in 227DIST_SUBDIRS = $(SUBDIRS) 228all: all-recursive 229 230.SUFFIXES: 231.SUFFIXES: .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c 232$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4) 233 cd $(top_srcdir) && \ 234 $(AUTOMAKE) --foreign appl/ftp/Makefile 235Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 236 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 237 238mostlyclean-libtool: 239 -rm -f *.lo 240 241clean-libtool: 242 -rm -rf .libs _libs 243 244distclean-libtool: 245 -rm -f libtool 246uninstall-info-am: 247 248# This directory's subdirectories are mostly independent; you can cd 249# into them and run `make' without going through this Makefile. 250# To change the values of `make' variables: instead of editing Makefiles, 251# (1) if the variable is set in `config.status', edit `config.status' 252# (which will cause the Makefiles to be regenerated when you run `make'); 253# (2) otherwise, pass the desired values on the `make' command line. 254$(RECURSIVE_TARGETS): 255 @set fnord $$MAKEFLAGS; amf=$$2; \ 256 dot_seen=no; \ 257 target=`echo $@ | sed s/-recursive//`; \ 258 list='$(SUBDIRS)'; for subdir in $$list; do \ 259 echo "Making $$target in $$subdir"; \ 260 if test "$$subdir" = "."; then \ 261 dot_seen=yes; \ 262 local_target="$$target-am"; \ 263 else \ 264 local_target="$$target"; \ 265 fi; \ 266 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 267 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 268 done; \ 269 if test "$$dot_seen" = "no"; then \ 270 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 271 fi; test -z "$$fail" 272 273mostlyclean-recursive clean-recursive distclean-recursive \ 274maintainer-clean-recursive: 275 @set fnord $$MAKEFLAGS; amf=$$2; \ 276 dot_seen=no; \ 277 case "$@" in \ 278 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 279 *) list='$(SUBDIRS)' ;; \ 280 esac; \ 281 rev=''; for subdir in $$list; do \ 282 if test "$$subdir" = "."; then :; else \ 283 rev="$$subdir $$rev"; \ 284 fi; \ 285 done; \ 286 rev="$$rev ."; \ 287 target=`echo $@ | sed s/-recursive//`; \ 288 for subdir in $$rev; do \ 289 echo "Making $$target in $$subdir"; \ 290 if test "$$subdir" = "."; then \ 291 local_target="$$target-am"; \ 292 else \ 293 local_target="$$target"; \ 294 fi; \ 295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 296 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 297 done && test -z "$$fail" 298tags-recursive: 299 list='$(SUBDIRS)'; for subdir in $$list; do \ 300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 301 done 302 303ETAGS = etags 304ETAGSFLAGS = 305 306tags: TAGS 307 308ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 309 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 310 unique=`for i in $$list; do \ 311 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 312 done | \ 313 $(AWK) ' { files[$$0] = 1; } \ 314 END { for (i in files) print i; }'`; \ 315 mkid -fID $$unique 316 317TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 318 $(TAGS_FILES) $(LISP) 319 tags=; \ 320 here=`pwd`; \ 321 list='$(SUBDIRS)'; for subdir in $$list; do \ 322 if test "$$subdir" = .; then :; else \ 323 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 324 fi; \ 325 done; \ 326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 327 unique=`for i in $$list; do \ 328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 329 done | \ 330 $(AWK) ' { files[$$0] = 1; } \ 331 END { for (i in files) print i; }'`; \ 332 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 333 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 334 $$tags $$unique 335 336GTAGS: 337 here=`$(am__cd) $(top_builddir) && pwd` \ 338 && cd $(top_srcdir) \ 339 && gtags -i $(GTAGS_ARGS) $$here 340 341distclean-tags: 342 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 343DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 344 345top_distdir = ../.. 346distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 347 348distdir: $(DISTFILES) 349 @list='$(DISTFILES)'; for file in $$list; do \ 350 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 351 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 352 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 353 dir="/$$dir"; \ 354 $(mkinstalldirs) "$(distdir)$$dir"; \ 355 else \ 356 dir=''; \ 357 fi; \ 358 if test -d $$d/$$file; then \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 361 fi; \ 362 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 363 else \ 364 test -f $(distdir)/$$file \ 365 || cp -p $$d/$$file $(distdir)/$$file \ 366 || exit 1; \ 367 fi; \ 368 done 369 list='$(SUBDIRS)'; for subdir in $$list; do \ 370 if test "$$subdir" = .; then :; else \ 371 test -d $(distdir)/$$subdir \ 372 || mkdir $(distdir)/$$subdir \ 373 || exit 1; \ 374 (cd $$subdir && \ 375 $(MAKE) $(AM_MAKEFLAGS) \ 376 top_distdir="$(top_distdir)" \ 377 distdir=../$(distdir)/$$subdir \ 378 distdir) \ 379 || exit 1; \ 380 fi; \ 381 done 382 $(MAKE) $(AM_MAKEFLAGS) \ 383 top_distdir="${top_distdir}" distdir="$(distdir)" \ 384 dist-hook 385check-am: all-am 386 $(MAKE) $(AM_MAKEFLAGS) check-local 387check: check-recursive 388all-am: Makefile all-local 389installdirs: installdirs-recursive 390installdirs-am: 391 392install: install-recursive 393install-exec: install-exec-recursive 394install-data: install-data-recursive 395uninstall: uninstall-recursive 396 397install-am: all-am 398 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 399 400installcheck: installcheck-recursive 401install-strip: 402 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 403 INSTALL_STRIP_FLAG=-s \ 404 `test -z '$(STRIP)' || \ 405 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 406mostlyclean-generic: 407 408clean-generic: 409 410distclean-generic: 411 -rm -f Makefile $(CONFIG_CLEAN_FILES) 412 413maintainer-clean-generic: 414 @echo "This command is intended for maintainers to use" 415 @echo "it deletes files that may require special tools to rebuild." 416clean: clean-recursive 417 418clean-am: clean-generic clean-libtool mostlyclean-am 419 420distclean: distclean-recursive 421 422distclean-am: clean-am distclean-generic distclean-libtool \ 423 distclean-tags 424 425dvi: dvi-recursive 426 427dvi-am: 428 429info: info-recursive 430 431info-am: 432 433install-data-am: install-data-local 434 435install-exec-am: 436 @$(NORMAL_INSTALL) 437 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 438 439install-info: install-info-recursive 440 441install-man: 442 443installcheck-am: 444 445maintainer-clean: maintainer-clean-recursive 446 447maintainer-clean-am: distclean-am maintainer-clean-generic 448 449mostlyclean: mostlyclean-recursive 450 451mostlyclean-am: mostlyclean-generic mostlyclean-libtool 452 453uninstall-am: uninstall-info-am 454 455uninstall-info: uninstall-info-recursive 456 457.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \ 458 check-local clean clean-generic clean-libtool clean-recursive \ 459 distclean distclean-generic distclean-libtool \ 460 distclean-recursive distclean-tags distdir dvi dvi-am \ 461 dvi-recursive info info-am info-recursive install install-am \ 462 install-data install-data-am install-data-local \ 463 install-data-recursive install-exec install-exec-am \ 464 install-exec-recursive install-info install-info-am \ 465 install-info-recursive install-man install-recursive \ 466 install-strip installcheck installcheck-am installdirs \ 467 installdirs-am installdirs-recursive maintainer-clean \ 468 maintainer-clean-generic maintainer-clean-recursive mostlyclean \ 469 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ 470 tags tags-recursive uninstall uninstall-am uninstall-info-am \ 471 uninstall-info-recursive uninstall-recursive 472 473 474install-suid-programs: 475 @foo='$(bin_SUIDS)'; \ 476 for file in $$foo; do \ 477 x=$(DESTDIR)$(bindir)/$$file; \ 478 if chown 0:0 $$x && chmod u+s $$x; then :; else \ 479 echo "*"; \ 480 echo "* Failed to install $$x setuid root"; \ 481 echo "*"; \ 482 fi; done 483 484install-exec-hook: install-suid-programs 485 486install-build-headers:: $(include_HEADERS) $(build_HEADERZ) 487 @foo='$(include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \ 488 for f in $$foo; do \ 489 f=`basename $$f`; \ 490 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \ 491 else file="$$f"; fi; \ 492 if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \ 493 : ; else \ 494 echo " $(CP) $$file $(buildinclude)/$$f"; \ 495 $(CP) $$file $(buildinclude)/$$f; \ 496 fi ; \ 497 done 498 499all-local: install-build-headers 500 501check-local:: 502 @if test '$(CHECK_LOCAL)'; then \ 503 foo='$(CHECK_LOCAL)'; else \ 504 foo='$(PROGRAMS)'; fi; \ 505 if test "$$foo"; then \ 506 failed=0; all=0; \ 507 for i in $$foo; do \ 508 all=`expr $$all + 1`; \ 509 if ./$$i --version > /dev/null 2>&1; then \ 510 echo "PASS: $$i"; \ 511 else \ 512 echo "FAIL: $$i"; \ 513 failed=`expr $$failed + 1`; \ 514 fi; \ 515 done; \ 516 if test "$$failed" -eq 0; then \ 517 banner="All $$all tests passed"; \ 518 else \ 519 banner="$$failed of $$all tests failed"; \ 520 fi; \ 521 dashes=`echo "$$banner" | sed s/./=/g`; \ 522 echo "$$dashes"; \ 523 echo "$$banner"; \ 524 echo "$$dashes"; \ 525 test "$$failed" -eq 0; \ 526 fi 527 528.x.c: 529 @cmp -s $< $@ 2> /dev/null || cp $< $@ 530#NROFF_MAN = nroff -man 531.1.cat1: 532 $(NROFF_MAN) $< > $@ 533.3.cat3: 534 $(NROFF_MAN) $< > $@ 535.5.cat5: 536 $(NROFF_MAN) $< > $@ 537.8.cat8: 538 $(NROFF_MAN) $< > $@ 539 540dist-cat1-mans: 541 @foo='$(man1_MANS)'; \ 542 bar='$(man_MANS)'; \ 543 for i in $$bar; do \ 544 case $$i in \ 545 *.1) foo="$$foo $$i";; \ 546 esac; done ;\ 547 for i in $$foo; do \ 548 x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \ 549 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 550 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 551 done 552 553dist-cat3-mans: 554 @foo='$(man3_MANS)'; \ 555 bar='$(man_MANS)'; \ 556 for i in $$bar; do \ 557 case $$i in \ 558 *.3) foo="$$foo $$i";; \ 559 esac; done ;\ 560 for i in $$foo; do \ 561 x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \ 562 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 563 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 564 done 565 566dist-cat5-mans: 567 @foo='$(man5_MANS)'; \ 568 bar='$(man_MANS)'; \ 569 for i in $$bar; do \ 570 case $$i in \ 571 *.5) foo="$$foo $$i";; \ 572 esac; done ;\ 573 for i in $$foo; do \ 574 x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \ 575 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 576 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 577 done 578 579dist-cat8-mans: 580 @foo='$(man8_MANS)'; \ 581 bar='$(man_MANS)'; \ 582 for i in $$bar; do \ 583 case $$i in \ 584 *.8) foo="$$foo $$i";; \ 585 esac; done ;\ 586 for i in $$foo; do \ 587 x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \ 588 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \ 589 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 590 done 591 592dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans 593 594install-cat-mans: 595 $(SHELL) $(top_srcdir)/cf/install-catman.sh "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS) 596 597install-data-local: install-cat-mans 598 599.et.h: 600 $(COMPILE_ET) $< 601.et.c: 602 $(COMPILE_ET) $< 603# Tell versions [3.59,3.63) of GNU make to not export all variables. 604# Otherwise a system limit (for SysV at least) may be exceeded. 605.NOEXPORT: 606