Annotation of embedaddon/lrzsz/src/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: sysconfdir = @sysconfdir@
! 26: sharedstatedir = @sharedstatedir@
! 27: localstatedir = @localstatedir@
! 28: libdir = @libdir@
! 29: infodir = @infodir@
! 30: mandir = @mandir@
! 31: includedir = @includedir@
! 32: oldincludedir = /usr/include
! 33:
! 34: DISTDIR =
! 35:
! 36: pkgdatadir = $(datadir)/@PACKAGE@
! 37: pkglibdir = $(libdir)/@PACKAGE@
! 38: pkgincludedir = $(includedir)/@PACKAGE@
! 39:
! 40: top_builddir = ..
! 41:
! 42: ACLOCAL = @ACLOCAL@
! 43: AUTOCONF = @AUTOCONF@
! 44: AUTOMAKE = @AUTOMAKE@
! 45: AUTOHEADER = @AUTOHEADER@
! 46:
! 47: INSTALL = @INSTALL@
! 48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 49: INSTALL_DATA = @INSTALL_DATA@
! 50: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 51: transform = @program_transform_name@
! 52:
! 53: NORMAL_INSTALL = :
! 54: PRE_INSTALL = :
! 55: POST_INSTALL = :
! 56: NORMAL_UNINSTALL = :
! 57: PRE_UNINSTALL = :
! 58: POST_UNINSTALL = :
! 59: CATALOGS = @CATALOGS@
! 60: CATOBJEXT = @CATOBJEXT@
! 61: CC = @CC@
! 62: CPP = @CPP@
! 63: DATADIRNAME = @DATADIRNAME@
! 64: ENABLE_TIMESYNC = @ENABLE_TIMESYNC@
! 65: GENCAT = @GENCAT@
! 66: GMOFILES = @GMOFILES@
! 67: GMSGFMT = @GMSGFMT@
! 68: GT_NO = @GT_NO@
! 69: GT_YES = @GT_YES@
! 70: INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
! 71: INSTOBJEXT = @INSTOBJEXT@
! 72: INTLDEPS = @INTLDEPS@
! 73: INTLLIBS = @INTLLIBS@
! 74: INTLOBJS = @INTLOBJS@
! 75: LDFLAGS = @LDFLAGS@
! 76: LIBOBJS = @LIBOBJS@
! 77: LIBS = @LIBS@
! 78: MAKEINFO = @MAKEINFO@
! 79: MKINSTALLDIRS = @MKINSTALLDIRS@
! 80: MSGFMT = @MSGFMT@
! 81: PACKAGE = @PACKAGE@
! 82: PACKAGE_VERSION = @PACKAGE_VERSION@
! 83: POFILES = @POFILES@
! 84: POSUB = @POSUB@
! 85: RANLIB = @RANLIB@
! 86: U = @U@
! 87: USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
! 88: USE_NLS = @USE_NLS@
! 89: VERSION = @VERSION@
! 90: l = @l@
! 91:
! 92: bin_PROGRAMS=lrz lsz
! 93: lrz_SOURCES=lrz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c
! 94: lsz_SOURCES=lsz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c
! 95: noinst_HEADERS = timing.h zglobal.h zmodem.h
! 96: datadir = $(prefix)/@DATADIRNAME@
! 97: localedir = $(datadir)/locale
! 98: CFLAGS=@CFLAGS@
! 99: DISTCLEAN_FILES=lrzszbug
! 100:
! 101: LDADD = ../lib/libzmodem.a @INTLLIBS@
! 102: AUTOMAKE_OPTIONS=ansi2knr
! 103: EXTRA_DIST = ansi2knr.1 ansi2knr.c lrzszbug.in
! 104: INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl -I$(top_srcdir)/lib
! 105: #DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\"
! 106: DEFS = -DNFGVMIN @DEFS@ -DLOCALEDIR=\"$(localedir)\"
! 107: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 108: CONFIG_HEADER = ../config.h
! 109: CONFIG_CLEAN_FILES = lrzszbug
! 110: PROGRAMS = $(bin_PROGRAMS)
! 111:
! 112: CPPFLAGS = @CPPFLAGS@
! 113: ANSI2KNR = @ANSI2KNR@
! 114: lrz_OBJECTS = lrz$U.o timing$U.o zperr$U.o zreadline$U.o crctab$U.o \
! 115: rbsb$U.o zm$U.o protname$U.o tcp$U.o lsyslog$U.o canit$U.o
! 116: lrz_LDADD = $(LDADD)
! 117: lrz_DEPENDENCIES = ../lib/libzmodem.a
! 118: lrz_LDFLAGS =
! 119: lsz_OBJECTS = lsz$U.o timing$U.o zperr$U.o zreadline$U.o crctab$U.o \
! 120: rbsb$U.o zm$U.o protname$U.o tcp$U.o lsyslog$U.o canit$U.o
! 121: lsz_LDADD = $(LDADD)
! 122: lsz_DEPENDENCIES = ../lib/libzmodem.a
! 123: lsz_LDFLAGS =
! 124: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
! 125: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
! 126: HEADERS = $(noinst_HEADERS)
! 127:
! 128: DIST_COMMON = Makefile.am Makefile.in ansi2knr.1 ansi2knr.c lrzszbug.in
! 129:
! 130:
! 131: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 132:
! 133: TAR = tar
! 134: GZIP = --best
! 135: SOURCES = $(lrz_SOURCES) $(lsz_SOURCES)
! 136: OBJECTS = $(lrz_OBJECTS) $(lsz_OBJECTS)
! 137:
! 138: all: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS)
! 139:
! 140: .SUFFIXES:
! 141: .SUFFIXES: .S .c .o .s
! 142: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 143: cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
! 144:
! 145: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 146: cd $(top_builddir) \
! 147: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 148:
! 149: lrzszbug: $(top_builddir)/config.status lrzszbug.in
! 150: cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
! 151:
! 152: mostlyclean-binPROGRAMS:
! 153:
! 154: clean-binPROGRAMS:
! 155: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
! 156:
! 157: distclean-binPROGRAMS:
! 158:
! 159: maintainer-clean-binPROGRAMS:
! 160:
! 161: install-binPROGRAMS: $(bin_PROGRAMS)
! 162: @$(NORMAL_INSTALL)
! 163: $(mkinstalldirs) $(DESTDIR)$(bindir)
! 164: @list='$(bin_PROGRAMS)'; for p in $$list; do \
! 165: if test -f $$p; then \
! 166: echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
! 167: $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
! 168: else :; fi; \
! 169: done
! 170:
! 171: uninstall-binPROGRAMS:
! 172: @$(NORMAL_UNINSTALL)
! 173: list='$(bin_PROGRAMS)'; for p in $$list; do \
! 174: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
! 175: done
! 176:
! 177: .c.o:
! 178: $(COMPILE) -c $<
! 179:
! 180: .s.o:
! 181: $(COMPILE) -c $<
! 182:
! 183: .S.o:
! 184: $(COMPILE) -c $<
! 185:
! 186: mostlyclean-compile:
! 187: -rm -f *.o core *.core
! 188:
! 189: clean-compile:
! 190:
! 191: distclean-compile:
! 192: -rm -f *.tab.c
! 193:
! 194: maintainer-clean-compile:
! 195:
! 196: mostlyclean-krextra:
! 197:
! 198: clean-krextra:
! 199: -rm -f ansi2knr
! 200:
! 201: distclean-krextra:
! 202:
! 203: maintainer-clean-krextra:
! 204: ansi2knr: ansi2knr.o
! 205: $(LINK) ansi2knr.o $(LIBS)
! 206: ansi2knr.o: $(CONFIG_HEADER)
! 207:
! 208:
! 209: mostlyclean-kr:
! 210: -rm -f *_.c
! 211:
! 212: clean-kr:
! 213:
! 214: distclean-kr:
! 215:
! 216: maintainer-clean-kr:
! 217:
! 218: lrz: $(lrz_OBJECTS) $(lrz_DEPENDENCIES)
! 219: @rm -f lrz
! 220: $(LINK) $(lrz_LDFLAGS) $(lrz_OBJECTS) $(lrz_LDADD) $(LIBS)
! 221:
! 222: lsz: $(lsz_OBJECTS) $(lsz_DEPENDENCIES)
! 223: @rm -f lsz
! 224: $(LINK) $(lsz_LDFLAGS) $(lsz_OBJECTS) $(lsz_LDADD) $(LIBS)
! 225: canit_.c: canit.c $(ANSI2KNR)
! 226: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/canit.c; then echo $(srcdir)/canit.c; else echo canit.c; fi` | $(ANSI2KNR) canit_.c
! 227: crctab_.c: crctab.c $(ANSI2KNR)
! 228: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/crctab.c; then echo $(srcdir)/crctab.c; else echo crctab.c; fi` | $(ANSI2KNR) crctab_.c
! 229: lrz_.c: lrz.c $(ANSI2KNR)
! 230: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lrz.c; then echo $(srcdir)/lrz.c; else echo lrz.c; fi` | $(ANSI2KNR) lrz_.c
! 231: lsyslog_.c: lsyslog.c $(ANSI2KNR)
! 232: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lsyslog.c; then echo $(srcdir)/lsyslog.c; else echo lsyslog.c; fi` | $(ANSI2KNR) lsyslog_.c
! 233: lsz_.c: lsz.c $(ANSI2KNR)
! 234: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lsz.c; then echo $(srcdir)/lsz.c; else echo lsz.c; fi` | $(ANSI2KNR) lsz_.c
! 235: protname_.c: protname.c $(ANSI2KNR)
! 236: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/protname.c; then echo $(srcdir)/protname.c; else echo protname.c; fi` | $(ANSI2KNR) protname_.c
! 237: rbsb_.c: rbsb.c $(ANSI2KNR)
! 238: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/rbsb.c; then echo $(srcdir)/rbsb.c; else echo rbsb.c; fi` | $(ANSI2KNR) rbsb_.c
! 239: tcp_.c: tcp.c $(ANSI2KNR)
! 240: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/tcp.c; then echo $(srcdir)/tcp.c; else echo tcp.c; fi` | $(ANSI2KNR) tcp_.c
! 241: timing_.c: timing.c $(ANSI2KNR)
! 242: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/timing.c; then echo $(srcdir)/timing.c; else echo timing.c; fi` | $(ANSI2KNR) timing_.c
! 243: zm_.c: zm.c $(ANSI2KNR)
! 244: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zm.c; then echo $(srcdir)/zm.c; else echo zm.c; fi` | $(ANSI2KNR) zm_.c
! 245: zperr_.c: zperr.c $(ANSI2KNR)
! 246: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zperr.c; then echo $(srcdir)/zperr.c; else echo zperr.c; fi` | $(ANSI2KNR) zperr_.c
! 247: zreadline_.c: zreadline.c $(ANSI2KNR)
! 248: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zreadline.c; then echo $(srcdir)/zreadline.c; else echo zreadline.c; fi` | $(ANSI2KNR) zreadline_.c
! 249: canit_.o crctab_.o lrz_.o lsyslog_.o lsz_.o protname_.o rbsb_.o tcp_.o \
! 250: timing_.o zm_.o zperr_.o zreadline_.o : $(ANSI2KNR)
! 251:
! 252: tags: TAGS
! 253:
! 254: ID: $(HEADERS) $(SOURCES) $(LISP)
! 255: here=`pwd` && cd $(srcdir) \
! 256: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
! 257:
! 258: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 259: tags=; \
! 260: here=`pwd`; \
! 261: list='$(SOURCES) $(HEADERS)'; \
! 262: unique=`for i in $$list; do echo $$i; done | \
! 263: awk ' { files[$$0] = 1; } \
! 264: END { for (i in files) print i; }'`; \
! 265: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 266: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 267:
! 268: mostlyclean-tags:
! 269:
! 270: clean-tags:
! 271:
! 272: distclean-tags:
! 273: -rm -f TAGS ID
! 274:
! 275: maintainer-clean-tags:
! 276:
! 277: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 278:
! 279: subdir = src
! 280:
! 281: distdir: $(DISTFILES)
! 282: @for file in $(DISTFILES); do \
! 283: d=$(srcdir); \
! 284: test -f $(distdir)/$$file \
! 285: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 286: || cp -p $$d/$$file $(distdir)/$$file; \
! 287: done
! 288: canit.o: canit.c zglobal.h ../config.h zmodem.h ../lib/getopt.h
! 289: crctab.o: crctab.c
! 290: lrz.o: lrz.c zglobal.h ../config.h zmodem.h ../lib/getopt.h timing.h \
! 291: ../lib/long-options.h ../lib/xstrtoul.h ../lib/xstrtol.h \
! 292: ../lib/error.h
! 293: lsyslog.o: lsyslog.c ../config.h zglobal.h zmodem.h
! 294: lsz.o: lsz.c zglobal.h ../config.h zmodem.h ../lib/getopt.h timing.h \
! 295: ../lib/long-options.h ../lib/xstrtoul.h ../lib/xstrtol.h \
! 296: ../lib/error.h
! 297: protname.o: protname.c zglobal.h ../config.h zmodem.h
! 298: rbsb.o: rbsb.c zglobal.h ../config.h zmodem.h
! 299: tcp.o: tcp.c ../config.h zglobal.h zmodem.h ../lib/error.h
! 300: timing.o: timing.c zglobal.h ../config.h zmodem.h timing.h
! 301: zm.o: zm.c zglobal.h ../config.h zmodem.h
! 302: zperr.o: zperr.c zglobal.h ../config.h zmodem.h
! 303: zreadline.o: zreadline.c zglobal.h ../config.h zmodem.h ../lib/error.h
! 304:
! 305: info:
! 306: dvi:
! 307: check: all
! 308: $(MAKE)
! 309: installcheck:
! 310: install-exec: install-binPROGRAMS install-exec-local
! 311: @$(NORMAL_INSTALL)
! 312:
! 313: install-data:
! 314: @$(NORMAL_INSTALL)
! 315:
! 316: install: install-exec install-data all
! 317: @:
! 318:
! 319: uninstall: uninstall-binPROGRAMS uninstall-local
! 320:
! 321: install-strip:
! 322: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
! 323: installdirs:
! 324: $(mkinstalldirs) $(DATADIR)$(bindir)
! 325:
! 326:
! 327: mostlyclean-generic:
! 328: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
! 329:
! 330: clean-generic:
! 331: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 332:
! 333: distclean-generic:
! 334: -rm -f Makefile $(DISTCLEANFILES)
! 335: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 336: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 337:
! 338: maintainer-clean-generic:
! 339: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
! 340: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 341: mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
! 342: mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
! 343: mostlyclean-generic
! 344:
! 345: clean: clean-binPROGRAMS clean-compile clean-krextra clean-kr \
! 346: clean-tags clean-generic mostlyclean
! 347:
! 348: distclean: distclean-binPROGRAMS distclean-compile distclean-krextra \
! 349: distclean-kr distclean-tags distclean-generic clean
! 350: -rm -f config.status
! 351:
! 352: maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
! 353: maintainer-clean-krextra maintainer-clean-kr \
! 354: maintainer-clean-tags maintainer-clean-generic \
! 355: distclean
! 356: @echo "This command is intended for maintainers to use;"
! 357: @echo "it deletes files that may require special tools to rebuild."
! 358:
! 359: .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
! 360: maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
! 361: mostlyclean-compile distclean-compile clean-compile \
! 362: maintainer-clean-compile mostlyclean-krextra distclean-krextra \
! 363: clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
! 364: clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
! 365: clean-tags maintainer-clean-tags distdir info dvi installcheck \
! 366: install-exec install-data install uninstall all installdirs \
! 367: mostlyclean-generic distclean-generic clean-generic \
! 368: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
! 369:
! 370:
! 371: install-exec-local:
! 372: rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'`
! 373: ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \
! 374: $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'`
! 375: rm -f $(DESTDIR)/$(bindir)/`echo lsx | sed -e '$(transform)'`
! 376: ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \
! 377: $(DESTDIR)/$(bindir)/`echo lsx |sed -e '$(transform)'`
! 378: rm -f $(DESTDIR)/$(bindir)/`echo lrb | sed -e '$(transform)'`
! 379: ln $(DESTDIR)/$(bindir)/`echo lrz |sed -e '$(transform)'` \
! 380: $(DESTDIR)/$(bindir)/`echo lrb |sed -e '$(transform)'`
! 381: rm -f $(DESTDIR)/$(bindir)/`echo lrx | sed -e '$(transform)'`
! 382: ln $(DESTDIR)/$(bindir)/`echo lrz |sed -e '$(transform)'` \
! 383: $(DESTDIR)/$(bindir)/`echo lrx |sed -e '$(transform)'`
! 384: # rm -f $(bindir)/`echo lrzszbug | sed -e '$(transform)'`
! 385: # ln $(bindir)/`echo lrzszbug |sed -e '$(transform)'` \
! 386: # $(bindir)/`echo lrzszbug |sed -e '$(transform)'`
! 387:
! 388: uninstall-local:
! 389: rm -f $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'`
! 390: rm -f $(DESTDIR)/$(bindir)/`echo lsx |sed -e '$(transform)'`
! 391: rm -f $(DESTDIR)/$(bindir)/`echo lrb |sed -e '$(transform)'`
! 392: rm -f $(DESTDIR)/$(bindir)/`echo lrx |sed -e '$(transform)'`
! 393: # rm -f $(bindir)/`echo lrzszbug |sed -e '$(transform)'`
! 394:
! 395: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 396: # Otherwise a system limit (for SysV at least) may be exceeded.
! 397: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>