⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 Linux下ztelnet 的rz、sz源码
💻 IN
字号:
# Makefile.in generated automatically by automake 1.3 from Makefile.am# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = /bin/shsrcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDISTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :CATALOGS = @CATALOGS@CATOBJEXT = @CATOBJEXT@CC = @CC@CPP = @CPP@DATADIRNAME = @DATADIRNAME@ENABLE_TIMESYNC = @ENABLE_TIMESYNC@GENCAT = @GENCAT@GMOFILES = @GMOFILES@GMSGFMT = @GMSGFMT@GT_NO = @GT_NO@GT_YES = @GT_YES@INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@INSTOBJEXT = @INSTOBJEXT@INTLDEPS = @INTLDEPS@INTLLIBS = @INTLLIBS@INTLOBJS = @INTLOBJS@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@MAKEINFO = @MAKEINFO@MKINSTALLDIRS = @MKINSTALLDIRS@MSGFMT = @MSGFMT@PACKAGE = @PACKAGE@PACKAGE_VERSION = @PACKAGE_VERSION@POFILES = @POFILES@POSUB = @POSUB@RANLIB = @RANLIB@U = @U@USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@USE_NLS = @USE_NLS@VERSION = @VERSION@l = @l@bin_PROGRAMS=lrz lszlrz_SOURCES=lrz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.clsz_SOURCES=lsz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.cnoinst_HEADERS = timing.h zglobal.h zmodem.hdatadir = $(prefix)/@DATADIRNAME@localedir = $(datadir)/localeCFLAGS=@CFLAGS@DISTCLEAN_FILES=lrzszbugLDADD = ../lib/libzmodem.a @INTLLIBS@AUTOMAKE_OPTIONS=ansi2knrEXTRA_DIST = ansi2knr.1 ansi2knr.c lrzszbug.inINCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl -I$(top_srcdir)/lib#DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\"DEFS = -DNFGVMIN @DEFS@ -DLOCALEDIR=\"$(localedir)\"mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES =  lrzszbugPROGRAMS =  $(bin_PROGRAMS)CPPFLAGS = @CPPFLAGS@ANSI2KNR = @ANSI2KNR@lrz_OBJECTS =  lrz$U.o timing$U.o zperr$U.o zreadline$U.o crctab$U.o \rbsb$U.o zm$U.o protname$U.o tcp$U.o lsyslog$U.o canit$U.olrz_LDADD = $(LDADD)lrz_DEPENDENCIES =  ../lib/libzmodem.alrz_LDFLAGS = lsz_OBJECTS =  lsz$U.o timing$U.o zperr$U.o zreadline$U.o crctab$U.o \rbsb$U.o zm$U.o protname$U.o tcp$U.o lsyslog$U.o canit$U.olsz_LDADD = $(LDADD)lsz_DEPENDENCIES =  ../lib/libzmodem.alsz_LDFLAGS = COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@HEADERS =  $(noinst_HEADERS)DIST_COMMON =  Makefile.am Makefile.in ansi2knr.1 ansi2knr.c lrzszbug.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP = --bestSOURCES = $(lrz_SOURCES) $(lsz_SOURCES)OBJECTS = $(lrz_OBJECTS) $(lsz_OBJECTS)all: Makefile $(ANSI2KNR) $(PROGRAMS) $(HEADERS).SUFFIXES:.SUFFIXES: .S .c .o .s$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statuslrzszbug: $(top_builddir)/config.status lrzszbug.in	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.statusmostlyclean-binPROGRAMS:clean-binPROGRAMS:	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)distclean-binPROGRAMS:maintainer-clean-binPROGRAMS:install-binPROGRAMS: $(bin_PROGRAMS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(bindir)	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  if test -f $$p; then \	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \	  else :; fi; \	doneuninstall-binPROGRAMS:	@$(NORMAL_UNINSTALL)	list='$(bin_PROGRAMS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \	done.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:mostlyclean-krextra:clean-krextra:	-rm -f ansi2knrdistclean-krextra:maintainer-clean-krextra:ansi2knr: ansi2knr.o	$(LINK) ansi2knr.o $(LIBS)ansi2knr.o: $(CONFIG_HEADER)mostlyclean-kr:	-rm -f *_.cclean-kr:distclean-kr:maintainer-clean-kr:lrz: $(lrz_OBJECTS) $(lrz_DEPENDENCIES)	@rm -f lrz	$(LINK) $(lrz_LDFLAGS) $(lrz_OBJECTS) $(lrz_LDADD) $(LIBS)lsz: $(lsz_OBJECTS) $(lsz_DEPENDENCIES)	@rm -f lsz	$(LINK) $(lsz_LDFLAGS) $(lsz_OBJECTS) $(lsz_LDADD) $(LIBS)canit_.c: canit.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/canit.c; then echo $(srcdir)/canit.c; else echo canit.c; fi` | $(ANSI2KNR) canit_.ccrctab_.c: crctab.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/crctab.c; then echo $(srcdir)/crctab.c; else echo crctab.c; fi` | $(ANSI2KNR) crctab_.clrz_.c: lrz.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lrz.c; then echo $(srcdir)/lrz.c; else echo lrz.c; fi` | $(ANSI2KNR) lrz_.clsyslog_.c: lsyslog.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lsyslog.c; then echo $(srcdir)/lsyslog.c; else echo lsyslog.c; fi` | $(ANSI2KNR) lsyslog_.clsz_.c: lsz.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/lsz.c; then echo $(srcdir)/lsz.c; else echo lsz.c; fi` | $(ANSI2KNR) lsz_.cprotname_.c: protname.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/protname.c; then echo $(srcdir)/protname.c; else echo protname.c; fi` | $(ANSI2KNR) protname_.crbsb_.c: rbsb.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/rbsb.c; then echo $(srcdir)/rbsb.c; else echo rbsb.c; fi` | $(ANSI2KNR) rbsb_.ctcp_.c: tcp.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/tcp.c; then echo $(srcdir)/tcp.c; else echo tcp.c; fi` | $(ANSI2KNR) tcp_.ctiming_.c: timing.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/timing.c; then echo $(srcdir)/timing.c; else echo timing.c; fi` | $(ANSI2KNR) timing_.czm_.c: zm.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zm.c; then echo $(srcdir)/zm.c; else echo zm.c; fi` | $(ANSI2KNR) zm_.czperr_.c: zperr.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zperr.c; then echo $(srcdir)/zperr.c; else echo zperr.c; fi` | $(ANSI2KNR) zperr_.czreadline_.c: zreadline.c $(ANSI2KNR)	$(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/zreadline.c; then echo $(srcdir)/zreadline.c; else echo zreadline.c; fi` | $(ANSI2KNR) zreadline_.ccanit_.o crctab_.o lrz_.o lsyslog_.o lsz_.o protname_.o rbsb_.o tcp_.o \timing_.o zm_.o zperr_.o zreadline_.o : $(ANSI2KNR)tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP)	here=`pwd` && cd $(srcdir) \	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags:	-rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = srcdistdir: $(DISTFILES)	@for file in $(DISTFILES); do \	  d=$(srcdir); \	  test -f $(distdir)/$$file \	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \	  || cp -p $$d/$$file $(distdir)/$$file; \	donecanit.o: canit.c zglobal.h ../config.h zmodem.h ../lib/getopt.hcrctab.o: crctab.clrz.o: lrz.c zglobal.h ../config.h zmodem.h ../lib/getopt.h timing.h \	../lib/long-options.h ../lib/xstrtoul.h ../lib/xstrtol.h \	../lib/error.hlsyslog.o: lsyslog.c ../config.h zglobal.h zmodem.hlsz.o: lsz.c zglobal.h ../config.h zmodem.h ../lib/getopt.h timing.h \	../lib/long-options.h ../lib/xstrtoul.h ../lib/xstrtol.h \	../lib/error.hprotname.o: protname.c zglobal.h ../config.h zmodem.hrbsb.o: rbsb.c zglobal.h ../config.h zmodem.htcp.o: tcp.c ../config.h zglobal.h zmodem.h ../lib/error.htiming.o: timing.c zglobal.h ../config.h zmodem.h timing.hzm.o: zm.c zglobal.h ../config.h zmodem.hzperr.o: zperr.c zglobal.h ../config.h zmodem.hzreadline.o: zreadline.c zglobal.h ../config.h zmodem.h ../lib/error.hinfo:dvi:check: all	$(MAKE)installcheck:install-exec: install-binPROGRAMS install-exec-local	@$(NORMAL_INSTALL)install-data: 	@$(NORMAL_INSTALL)install: install-exec install-data all	@:uninstall: uninstall-binPROGRAMS uninstall-localinstall-strip:	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' installinstalldirs:	$(mkinstalldirs)  $(DATADIR)$(bindir)mostlyclean-generic:	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-rm -f Makefile $(DISTCLEANFILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \		mostlyclean-krextra mostlyclean-kr mostlyclean-tags \		mostlyclean-genericclean:  clean-binPROGRAMS clean-compile clean-krextra clean-kr \		clean-tags clean-generic mostlycleandistclean:  distclean-binPROGRAMS distclean-compile distclean-krextra \		distclean-kr distclean-tags distclean-generic clean	-rm -f config.statusmaintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \		maintainer-clean-krextra maintainer-clean-kr \		maintainer-clean-tags maintainer-clean-generic \		distclean	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild.".PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-krextra distclean-krextra \clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir info dvi installcheck \install-exec install-data install uninstall all installdirs \mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-cleaninstall-exec-local:	rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'`	ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \		$(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'` 	rm -f $(bindir)/`echo lsx | sed -e '$(transform)'`	ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \		$(DESTDIR)/$(bindir)/`echo lsx |sed -e '$(transform)'` 	rm -f $(bindir)/`echo lrb | sed -e '$(transform)'`	ln $(DESTDIR)/$(bindir)/`echo lrz |sed -e '$(transform)'` \		$(DESTDIR)/$(bindir)/`echo lrb |sed -e '$(transform)'` 	rm -f $(bindir)/`echo lrx | sed -e '$(transform)'`	ln $(DESTDIR)/$(bindir)/`echo lrz |sed -e '$(transform)'` \		$(DESTDIR)/$(bindir)/`echo lrx |sed -e '$(transform)'` #	rm -f $(bindir)/`echo lrzszbug | sed -e '$(transform)'`#	ln $(bindir)/`echo lrzszbug |sed -e '$(transform)'` \#		$(bindir)/`echo lrzszbug |sed -e '$(transform)'` uninstall-local:	rm -f $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'` 	rm -f $(DESTDIR)/$(bindir)/`echo lsx |sed -e '$(transform)'` 	rm -f $(DESTDIR)/$(bindir)/`echo lrb |sed -e '$(transform)'` 	rm -f $(DESTDIR)/$(bindir)/`echo lrx |sed -e '$(transform)'` #	rm -f $(bindir)/`echo lrzszbug |sed -e '$(transform)'` # Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -