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

📄 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=foreignINCLUDES=-I..LOADLIBES=../lib/libscsi.aINTERFACE=@INTERFACE@lib_LIBRARIES=libscsi.alibscsi_a_SOURCES=os.c sc_fstatus.c sc_clearerr.c\	sc_test_unit_ready.c sc_inquiry.c sc_mode_sense6.c sc_mode_sense10.c \	 sc_mode_select6.c sc_mode_select10.c sc_request_sense.c \	da_format_unit.c da_lock_unlock_cache.c da_prefetch.c \	 da_prev_allow_med_rem.c da_synchronize_cache.c \	 da_read10.c da_read_capacity.c da_write6.c da_write10.c \	 da_rezero_unit.c da_start_stop_unit.c \	cd_read_toc.c \	zip_get_lock.c zip_set_lock.c \	hp_fixation.c hp_write_track.c \	cdr102_read_cdda.c cdr102_write_track.cEXTRA_DIST=os_netbsd.c os_amiga.cmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_CLEAN_FILES = LIBRARIES =  $(lib_LIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@libscsi_a_LIBADD = libscsi_a_OBJECTS =  os.o sc_fstatus.o sc_clearerr.o \sc_test_unit_ready.o sc_inquiry.o sc_mode_sense6.o sc_mode_sense10.o \sc_mode_select6.o sc_mode_select10.o sc_request_sense.o \da_format_unit.o da_lock_unlock_cache.o da_prefetch.o \da_prev_allow_med_rem.o da_synchronize_cache.o da_read10.o \da_read_capacity.o da_write6.o da_write10.o da_rezero_unit.o \da_start_stop_unit.o cd_read_toc.o zip_get_lock.o zip_set_lock.o \hp_fixation.o hp_write_track.o cdr102_read_cdda.o cdr102_write_track.oAR = arCFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)LINK = $(CC) $(LDFLAGS) -o $@DIST_COMMON =  Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \	$(TEXINFOS) $(MANS) $(EXTRA_DIST)TAR = tarSOURCES = $(libscsi_a_SOURCES)OBJECTS = $(libscsi_a_OBJECTS)default: all.SUFFIXES:.SUFFIXES: .c .o$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 	cd $(top_srcdir) && automake --foreign lib/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-libLIBRARIES:clean-libLIBRARIES:	test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)distclean-libLIBRARIES:maintainer-clean-libLIBRARIES:install-libLIBRARIES: $(lib_LIBRARIES)	$(NORMAL_INSTALL)	$(mkinstalldirs) $(libdir)	list="$(lib_LIBRARIES)"; for p in $$list; do \	  if test -f $$p; then \	    echo "$(INSTALL_DATA) $$p $(libdir)/$$p"; \	    $(INSTALL_DATA) $$p $(libdir)/$$p; \	  else :; fi; \	done	$(POST_INSTALL)	@list="$(lib_LIBRARIES)"; for p in $$list; do \	  if test -f $$p; then \	    echo "$(RANLIB) $(libdir)/$$p"; \	    $(RANLIB) $(libdir)/$$p; \	  else :; fi; \	doneuninstall-libLIBRARIES:	list="$(lib_LIBRARIES)"; for p in $$list; do \	  rm -f $(libdir)/$$p; \	done.c.o:	$(COMPILE) -c $<mostlyclean-compile:	rm -f *.o coreclean-compile:distclean-compile:	rm -f *.tab.cmaintainer-clean-compile:libscsi.a: $(libscsi_a_OBJECTS) $(libscsi_a_DEPENDENCIES)	rm -f libscsi.a	$(AR) cru libscsi.a $(libscsi_a_OBJECTS) $(libscsi_a_LIBADD)	$(RANLIB) libscsi.atags: 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 = libdistdir: $(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; \	donecd_read_toc.o: cd_read_toc.ccdr102_read_cdda.o: cdr102_read_cdda.c ../scsi/da.h ../scsi/scsi.h \	../scsi/os.hcdr102_write_track.o cdr102_write_track.lo: cdr102_write_track.c \	../scsi/cdr102.h ../scsi/scsi.h ../scsi/os.hda_format_unit.o: da_format_unit.cda_lock_unlock_cache.o: da_lock_unlock_cache.cda_prefetch.o: da_prefetch.cda_prev_allow_med_rem.o da_prev_allow_med_rem.lo: \	da_prev_allow_med_rem.c ../scsi/da.h ../scsi/scsi.h \	../scsi/os.hda_prev_allow_medium_removal.o: da_prev_allow_medium_removal.cda_read10.o: da_read10.cda_read_capacity.o: da_read_capacity.cda_rezero_unit.o: da_rezero_unit.cda_start_stop_unit.o: da_start_stop_unit.cda_synchronize_cache.o: da_synchronize_cache.cda_write10.o: da_write10.cda_write6.o: da_write6.chp_fixation.o: hp_fixation.chp_write_track.o: hp_write_track.cos.o: os.csc_clearerr.o: sc_clearerr.csc_fstatus.o: sc_fstatus.csc_inquiry.o: sc_inquiry.csc_mode_select10.o: sc_mode_select10.csc_mode_select6.o: sc_mode_select6.csc_mode_sense10.o: sc_mode_sense10.csc_mode_sense6.o: sc_mode_sense6.csc_request_sense.o: sc_request_sense.csc_test_unit_ready.o: sc_test_unit_ready.czip_get_lock.o: zip_get_lock.czip_set_lock.o: zip_set_lock.cinfo:dvi:check: all	$(MAKE)installcheck:install-exec: install-libLIBRARIES	$(NORMAL_INSTALL)install-data: 	$(NORMAL_INSTALL)install: install-exec install-data all	@:uninstall: uninstall-libLIBRARIESall: $(LIBRARIES) Makefileinstall-strip:	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' installinstalldirs:	$(mkinstalldirs)  $(libdir)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-libLIBRARIES mostlyclean-compile \		mostlyclean-tags mostlyclean-genericclean:  clean-libLIBRARIES clean-compile clean-tags clean-generic \		mostlycleandistclean:  distclean-libLIBRARIES distclean-compile distclean-tags \		distclean-generic clean	rm -f config.statusmaintainer-clean:  maintainer-clean-libLIBRARIES \		maintainer-clean-compile 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 mostlyclean-libLIBRARIES distclean-libLIBRARIES \clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \install-libLIBRARIES mostlyclean-compile distclean-compile \clean-compile maintainer-clean-compile 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-cleanos.c: os_$(INTERFACE).c	ln -s os_$(INTERFACE).c os.c# 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 + -