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

📄 makefile.in

📁 使用libscsi做的一系列cdrom操作工具程序。包含cdwrite,cdflush,cdda三个程序
💻 IN
字号:
# Makefile.in generated automatically by automake 1.1l from Makefile.am# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.SHELL = /bin/shsrcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includepkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@host_alias = @host_alias@host_triplet = @host@RANLIB = @RANLIB@CC = @CC@PACKAGE = @PACKAGE@VERSION = @VERSION@INSTALL_SCRIPT = @INSTALL_SCRIPT@MAKEINFO_FLAGS = @MAKEINFO_FLAGS@WORDS_BIGENDIAN = @WORDS_BIGENDIAN@ZIPLOCK_LDADD = @ZIPLOCK_LDADD@AUTOMAKE_OPTIONS=foreign no-dependenciesINTERFACE=@INTERFACE@scincludedir=$(includedir)/scsiscinclude_HEADERS=scsi.h.in all.h da.h cd.h zip.h hp.h taxm.h cdr102.h os.hnoinst_HEADERS=os_netbsd.h os_amiga.hmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_CLEAN_FILES =  scsi.hHEADERS =  $(noinst_HEADERS) $(scinclude_HEADERS)DIST_COMMON =  Makefile.am Makefile.in scsi.h.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \	$(TEXINFOS) $(MANS) $(EXTRA_DIST)TAR = tardefault: all.SUFFIXES:$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 	cd $(top_srcdir) && automake --foreign scsi/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusscsi.h: $(top_builddir)/config.status scsi.h.in	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.statusinstall-scincludeHEADERS: $(scinclude_HEADERS)	$(NORMAL_INSTALL)	$(mkinstalldirs) $(scincludedir)	@list="$(scinclude_HEADERS)"; for p in $$list; do \	  echo "$(INSTALL_DATA) $(srcdir)/$$p $(scincludedir)/$$p"; \	  $(INSTALL_DATA) $(srcdir)/$$p $(scincludedir)/$$p; \	doneuninstall-scincludeHEADERS:	list="$(scinclude_HEADERS)"; for p in $$list; do \	  rm -f $(scincludedir)/$$p; \	donetags: TAGSID: $(HEADERS) $(SOURCES)	here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)	tags=; \	here=`pwd`; \	list="$(SUBDIRS)"; for subdir in $$list; do \	  test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \	done; \	test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \	  || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGSmostlyclean-tags:clean-tags:distclean-tags:	rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = scsidistdir: $(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; \	doneinfo:dvi:check: all	$(MAKE)installcheck:install-exec: 	$(NORMAL_INSTALL)install-data: install-scincludeHEADERS	$(NORMAL_INSTALL)install: install-exec install-data all	@:uninstall: uninstall-scincludeHEADERSall: $(HEADERS) Makefileinstall-strip:	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' installinstalldirs:	$(mkinstalldirs)  $(scincludedir)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	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-tags mostlyclean-genericclean:  clean-tags clean-generic mostlycleandistclean:  distclean-tags distclean-generic clean	rm -f config.statusmaintainer-clean:  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: default uninstall-scincludeHEADERS install-scincludeHEADERS 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-cleanall dist: os.hos.h: os_$(INTERFACE).h	ln -s os_$(INTERFACE).h os.h# 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 + -