Annotation of embedaddon/lrzsz/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
! 2:
! 3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
! 4: # This Makefile.in is free software; the Free Software Foundation
! 5: # gives unlimited permission to copy and/or distribute it,
! 6: # with or without modifications, as long as this notice is preserved.
! 7:
! 8: # This program is distributed in the hope that it will be useful,
! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 11: # PARTICULAR PURPOSE.
! 12:
! 13:
! 14: SHELL = /bin/sh
! 15:
! 16: srcdir = @srcdir@
! 17: top_srcdir = @top_srcdir@
! 18: VPATH = @srcdir@
! 19: prefix = @prefix@
! 20: exec_prefix = @exec_prefix@
! 21:
! 22: bindir = @bindir@
! 23: sbindir = @sbindir@
! 24: libexecdir = @libexecdir@
! 25: datadir = @datadir@
! 26: sysconfdir = @sysconfdir@
! 27: sharedstatedir = @sharedstatedir@
! 28: localstatedir = @localstatedir@
! 29: libdir = @libdir@
! 30: infodir = @infodir@
! 31: mandir = @mandir@
! 32: includedir = @includedir@
! 33: oldincludedir = /usr/include
! 34:
! 35: DISTDIR =
! 36:
! 37: pkgdatadir = $(datadir)/@PACKAGE@
! 38: pkglibdir = $(libdir)/@PACKAGE@
! 39: pkgincludedir = $(includedir)/@PACKAGE@
! 40:
! 41: top_builddir = .
! 42:
! 43: ACLOCAL = @ACLOCAL@
! 44: AUTOCONF = @AUTOCONF@
! 45: AUTOMAKE = @AUTOMAKE@
! 46: AUTOHEADER = @AUTOHEADER@
! 47:
! 48: INSTALL = @INSTALL@
! 49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 50: INSTALL_DATA = @INSTALL_DATA@
! 51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 52: transform = @program_transform_name@
! 53:
! 54: NORMAL_INSTALL = :
! 55: PRE_INSTALL = :
! 56: POST_INSTALL = :
! 57: NORMAL_UNINSTALL = :
! 58: PRE_UNINSTALL = :
! 59: POST_UNINSTALL = :
! 60: CATALOGS = @CATALOGS@
! 61: CATOBJEXT = @CATOBJEXT@
! 62: CC = @CC@
! 63: CFLAGS = @CFLAGS@
! 64: CPP = @CPP@
! 65: DATADIRNAME = @DATADIRNAME@
! 66: ENABLE_TIMESYNC = @ENABLE_TIMESYNC@
! 67: GENCAT = @GENCAT@
! 68: GMOFILES = @GMOFILES@
! 69: GMSGFMT = @GMSGFMT@
! 70: GT_NO = @GT_NO@
! 71: GT_YES = @GT_YES@
! 72: INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
! 73: INSTOBJEXT = @INSTOBJEXT@
! 74: INTLDEPS = @INTLDEPS@
! 75: INTLLIBS = @INTLLIBS@
! 76: INTLOBJS = @INTLOBJS@
! 77: LDFLAGS = @LDFLAGS@
! 78: LIBOBJS = @LIBOBJS@
! 79: LIBS = @LIBS@
! 80: MAKEINFO = @MAKEINFO@
! 81: MKINSTALLDIRS = @MKINSTALLDIRS@
! 82: MSGFMT = @MSGFMT@
! 83: PACKAGE = @PACKAGE@
! 84: PACKAGE_VERSION = @PACKAGE_VERSION@
! 85: POFILES = @POFILES@
! 86: POSUB = @POSUB@
! 87: RANLIB = @RANLIB@
! 88: U = @U@
! 89: USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
! 90: USE_NLS = @USE_NLS@
! 91: VERSION = @VERSION@
! 92: l = @l@
! 93:
! 94: SUBDIRS = lib intl src po man testsuite
! 95: EXTRA_DIST = check.lrzsz COMPATABILITY README.cvs README.isdn4linux \
! 96: README.gettext rpmrc buildrpm systype.in fastcheck.sh README.tests \
! 97: beos-runpiped.c fastcheck.beos
! 98: noinst_SCRIPTS=systype
! 99: PR=@PACKAGE@-@VERSION@
! 100: CLEAN_FILES=fastcheck.done
! 101: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 102: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 103: CONFIG_HEADER = config.h
! 104: CONFIG_CLEAN_FILES = Specfile systype
! 105: SCRIPTS = $(noinst_SCRIPTS)
! 106:
! 107: DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
! 108: Makefile.am Makefile.in NEWS Specfile.in THANKS TODO acconfig.h \
! 109: acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure \
! 110: configure.in install-sh missing mkinstalldirs stamp-h.in systype.in
! 111:
! 112:
! 113: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 114:
! 115: TAR = tar
! 116: GZIP = --best
! 117: all: all-recursive-am all-am
! 118:
! 119: .SUFFIXES:
! 120: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 121: cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
! 122:
! 123: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 124: cd $(top_builddir) \
! 125: && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 126:
! 127: $(ACLOCAL_M4): configure.in acinclude.m4
! 128: cd $(srcdir) && $(ACLOCAL)
! 129:
! 130: config.status: $(srcdir)/configure
! 131: $(SHELL) ./config.status --recheck
! 132: $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
! 133: cd $(srcdir) && $(AUTOCONF)
! 134:
! 135: config.h: stamp-h
! 136: @:
! 137: stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
! 138: cd $(top_builddir) \
! 139: && CONFIG_FILES= CONFIG_HEADERS=config.h \
! 140: $(SHELL) ./config.status
! 141: @echo timestamp > stamp-h
! 142: $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
! 143: $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
! 144: cd $(top_srcdir) && $(AUTOHEADER)
! 145: @echo timestamp > $(srcdir)/stamp-h.in
! 146:
! 147: mostlyclean-hdr:
! 148:
! 149: clean-hdr:
! 150:
! 151: distclean-hdr:
! 152: -rm -f config.h
! 153:
! 154: maintainer-clean-hdr:
! 155: Specfile: $(top_builddir)/config.status Specfile.in
! 156: cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
! 157: systype: $(top_builddir)/config.status systype.in
! 158: cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
! 159:
! 160: # This directory's subdirectories are mostly independent; you can cd
! 161: # into them and run `make' without going through this Makefile.
! 162: # To change the values of `make' variables: instead of editing Makefiles,
! 163: # (1) if the variable is set in `config.status', edit `config.status'
! 164: # (which will cause the Makefiles to be regenerated when you run `make');
! 165: # (2) otherwise, pass the desired values on the `make' command line.
! 166:
! 167: @SET_MAKE@
! 168:
! 169: all-recursive install-data-recursive install-exec-recursive \
! 170: installdirs-recursive install-recursive uninstall-recursive \
! 171: check-recursive installcheck-recursive info-recursive dvi-recursive:
! 172: @set fnord $(MAKEFLAGS); amf=$$2; \
! 173: list='$(SUBDIRS)'; for subdir in $$list; do \
! 174: target=`echo $@ | sed s/-recursive//`; \
! 175: echo "Making $$target in $$subdir"; \
! 176: (cd $$subdir && $(MAKE) $$target) \
! 177: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 178: done && test -z "$$fail"
! 179:
! 180: mostlyclean-recursive clean-recursive distclean-recursive \
! 181: maintainer-clean-recursive:
! 182: @set fnord $(MAKEFLAGS); amf=$$2; \
! 183: rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
! 184: rev="$$subdir $$rev"; \
! 185: done; \
! 186: for subdir in $$rev; do \
! 187: target=`echo $@ | sed s/-recursive//`; \
! 188: echo "Making $$target in $$subdir"; \
! 189: (cd $$subdir && $(MAKE) $$target) \
! 190: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
! 191: done && test -z "$$fail"
! 192: tags-recursive:
! 193: list='$(SUBDIRS)'; for subdir in $$list; do \
! 194: (cd $$subdir && $(MAKE) tags); \
! 195: done
! 196:
! 197: tags: TAGS
! 198:
! 199: ID: $(HEADERS) $(SOURCES) $(LISP)
! 200: here=`pwd` && cd $(srcdir) \
! 201: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
! 202:
! 203: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
! 204: tags=; \
! 205: here=`pwd`; \
! 206: list='$(SUBDIRS)'; for subdir in $$list; do \
! 207: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
! 208: done; \
! 209: list='$(SOURCES) $(HEADERS)'; \
! 210: unique=`for i in $$list; do echo $$i; done | \
! 211: awk ' { files[$$0] = 1; } \
! 212: END { for (i in files) print i; }'`; \
! 213: test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
! 214: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
! 215:
! 216: mostlyclean-tags:
! 217:
! 218: clean-tags:
! 219:
! 220: distclean-tags:
! 221: -rm -f TAGS ID
! 222:
! 223: maintainer-clean-tags:
! 224:
! 225: distdir = $(PACKAGE)-$(VERSION)
! 226: top_distdir = $(distdir)
! 227:
! 228: # This target untars the dist file and tries a VPATH configuration. Then
! 229: # it guarantees that the distribution is self-contained by making another
! 230: # tarfile.
! 231: distcheck: dist
! 232: -rm -rf $(distdir)
! 233: GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
! 234: mkdir $(distdir)/=build
! 235: mkdir $(distdir)/=inst
! 236: dc_install_base=`cd $(distdir)/=inst && pwd`; \
! 237: cd $(distdir)/=build \
! 238: && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
! 239: && $(MAKE) \
! 240: && $(MAKE) dvi \
! 241: && $(MAKE) check \
! 242: && $(MAKE) install \
! 243: && $(MAKE) installcheck \
! 244: && $(MAKE) dist
! 245: -rm -rf $(distdir)
! 246: @echo "========================"; \
! 247: echo "$(distdir).tar.gz is ready for distribution"; \
! 248: echo "========================"
! 249: dist: distdir
! 250: -chmod -R a+r $(distdir)
! 251: GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 252: -rm -rf $(distdir)
! 253: dist-all: distdir
! 254: -chmod -R a+r $(distdir)
! 255: GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
! 256: -rm -rf $(distdir)
! 257: distdir: $(DISTFILES)
! 258: -rm -rf $(distdir)
! 259: mkdir $(distdir)
! 260: -chmod 777 $(distdir)
! 261: @for file in $(DISTFILES); do \
! 262: d=$(srcdir); \
! 263: test -f $(distdir)/$$file \
! 264: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 265: || cp -p $$d/$$file $(distdir)/$$file; \
! 266: done
! 267: for subdir in $(SUBDIRS); do \
! 268: test -d $(distdir)/$$subdir \
! 269: || mkdir $(distdir)/$$subdir \
! 270: || exit 1; \
! 271: chmod 777 $(distdir)/$$subdir; \
! 272: (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
! 273: || exit 1; \
! 274: done
! 275: $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
! 276: info: info-recursive
! 277: dvi: dvi-recursive
! 278: check: all-am
! 279: $(MAKE) check-recursive
! 280: installcheck: installcheck-recursive
! 281: all-recursive-am: config.h
! 282: $(MAKE) all-recursive
! 283:
! 284: all-am: Makefile $(SCRIPTS) config.h
! 285:
! 286: install-exec: install-exec-recursive
! 287: @$(NORMAL_INSTALL)
! 288:
! 289: install-data: install-data-recursive
! 290: @$(NORMAL_INSTALL)
! 291:
! 292: install: install-recursive
! 293: @:
! 294:
! 295: uninstall: uninstall-recursive
! 296:
! 297: install-strip:
! 298: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
! 299: installdirs: installdirs-recursive
! 300:
! 301:
! 302: mostlyclean-generic:
! 303: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
! 304:
! 305: clean-generic:
! 306: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 307:
! 308: distclean-generic:
! 309: -rm -f Makefile $(DISTCLEANFILES)
! 310: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 311: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 312:
! 313: maintainer-clean-generic:
! 314: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 315: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 316: mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
! 317:
! 318: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
! 319:
! 320: distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
! 321:
! 322: maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
! 323: maintainer-clean-generic distclean-am
! 324:
! 325: mostlyclean: mostlyclean-recursive mostlyclean-am
! 326:
! 327: clean: clean-recursive clean-am
! 328:
! 329: distclean: distclean-recursive distclean-am
! 330: -rm -f config.status
! 331:
! 332: maintainer-clean: maintainer-clean-recursive maintainer-clean-am
! 333: @echo "This command is intended for maintainers to use;"
! 334: @echo "it deletes files that may require special tools to rebuild."
! 335: -rm -f config.status
! 336:
! 337: .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
! 338: install-data-recursive uninstall-data-recursive install-exec-recursive \
! 339: uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
! 340: all-recursive check-recursive installcheck-recursive info-recursive \
! 341: dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
! 342: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
! 343: distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
! 344: installcheck all-recursive-am all-am install-exec install-data install \
! 345: uninstall all installdirs mostlyclean-generic distclean-generic \
! 346: clean-generic maintainer-clean-generic clean mostlyclean distclean \
! 347: maintainer-clean
! 348:
! 349:
! 350: dist-hook:
! 351: mkdir $(distdir)/debian
! 352: cp -fa $(srcdir)/debian/changelog $(distdir)/debian/
! 353: cp -fa $(srcdir)/debian/control $(distdir)/debian/
! 354: cp -fa $(srcdir)/debian/copyright $(distdir)/debian/
! 355: cp -fa $(srcdir)/debian/rules.in $(distdir)/debian/
! 356:
! 357: oldcheck-local:
! 358: QUIET=-q $(srcdir)/check.lrzsz $(srcdir) `pwd`
! 359:
! 360: fastcheck:
! 361: if [ x`uname -s` = xBeOS ] ; then make fastcheck-beos ; else \
! 362: $(srcdir)/fastcheck.sh $(srcdir) `pwd` ; fi
! 363:
! 364: fastcheck-beos: beos-runpiped
! 365: $(srcdir)/fastcheck.beos $(srcdir) `pwd`
! 366:
! 367: beos-runpiped: beos-runpiped.c
! 368: $(CC) -o $@ $<
! 369:
! 370: success: fastcheck
! 371: sh systype | mail uwe-generic-counter@ohse.de
! 372:
! 373: vcheck:
! 374: $(srcdir)/check.lrzsz $(srcdir) `pwd`
! 375: vcheck-%:
! 376: $(srcdir)/check.lrzsz $(srcdir) `pwd` $(subst vcheck-,,$@)
! 377: check-%:
! 378: QUIET=-q $(srcdir)/check.lrzsz $(srcdir) `pwd` $(subst check-,,$@)
! 379: vcheck-x:
! 380: $(srcdir)/check.lrzsz $(srcdir) `pwd` x
! 381: vcheck-y:
! 382: $(srcdir)/check.lrzsz $(srcdir) `pwd` y
! 383: vcheck-z:
! 384: $(srcdir)/check.lrzsz $(srcdir) `pwd` z
! 385: vcheck-z8:
! 386: $(srcdir)/check.lrzsz $(srcdir) `pwd` z8
! 387: vcheck-sz-r:
! 388: $(srcdir)/check.lrzsz $(srcdir) `pwd` sz-r
! 389: vcheck-rz-r:
! 390: $(srcdir)/check.lrzsz $(srcdir) `pwd` rz-r
! 391: vcheck-turbo:
! 392: $(srcdir)/check.lrzsz $(srcdir) `pwd` turbo
! 393: vcheck-error:
! 394: $(srcdir)/check.lrzsz $(srcdir) `pwd` error
! 395: vcheck-manag vcheck-manage:
! 396: $(srcdir)/check.lrzsz $(srcdir) `pwd` manage
! 397: vcheck-zm-rz:
! 398: $(srcdir)/check.lrzsz $(srcdir) `pwd` zm-rz
! 399: vcheck-zm-sz:
! 400: $(srcdir)/check.lrzsz $(srcdir) `pwd` zm-sz
! 401: vcheck-orig-rz:
! 402: $(srcdir)/check.lrzsz $(srcdir) `pwd` orig-rz
! 403: vcheck-orig-sz:
! 404: $(srcdir)/check.lrzsz $(srcdir) `pwd` orig-sz
! 405: vcheck-orig-kombi:
! 406: $(srcdir)/check.lrzsz $(srcdir) `pwd` orig-kombi
! 407: vcheck-abuse:
! 408: $(srcdir)/check.lrzsz $(srcdir) `pwd` abuse
! 409: vcheck-startup:
! 410: $(srcdir)/check.lrzsz $(srcdir) `pwd` startup
! 411: vcheck-tmp:
! 412: $(srcdir)/check.lrzsz $(srcdir) `pwd` tmp
! 413:
! 414: # Tag before making distribution. Also, don't make a distribution if
! 415: # checks fail. Also, make sure the NEWS file is up-to-date.
! 416: cvs-dist:
! 417: @if sed 1q NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
! 418: echo "NEWS not updated; not releasing" 1>&2; \
! 419: exit 1; \
! 420: fi
! 421: cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
! 422: $(MAKE) dist
! 423:
! 424: rpm: $(PR).tar.gz Specfile
! 425: $(srcdir)/buildrpm $(srcdir)
! 426:
! 427: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 428: # Otherwise a system limit (for SysV at least) may be exceeded.
! 429: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>