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

📄 makefile.in

📁 这是Linux环境下的蓝牙源代码
💻 IN
📖 第 1 页 / 共 2 页
字号:
	@$(NORMAL_INSTALL)	test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \	  else :; fi; \	doneuninstall-pluginLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \	doneclean-pluginLTLIBRARIES:	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" != "$$p" || dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	doneecho.la: $(echo_la_OBJECTS) $(echo_la_DEPENDENCIES) 	$(LINK)  $(echo_la_OBJECTS) $(echo_la_LIBADD) $(LIBS)netlink.la: $(netlink_la_OBJECTS) $(netlink_la_DEPENDENCIES) 	$(LINK) $(am_netlink_la_rpath) $(netlink_la_OBJECTS) $(netlink_la_LIBADD) $(LIBS)storage.la: $(storage_la_OBJECTS) $(storage_la_DEPENDENCIES) 	$(LINK)  $(storage_la_OBJECTS) $(storage_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echo.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlink.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	list='$(DISTFILES)'; \	  dist_files=`for file in $$list; do echo $$file; done | \	  sed -e "s|^$$srcdirstrip/||;t" \	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \	case $$dist_files in \	  */*) $(MKDIR_P) `echo "$$dist_files" | \			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \			   sort -u` ;; \	esac; \	for file in $$dist_files; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  if test -d $$d/$$file; then \	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(LTLIBRARIES) all-localinstalldirs:	for dir in "$(DESTDIR)$(plugindir)"; do \	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \	doneinstall: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)clean: clean-amclean-am: clean-generic clean-libtool clean-local \	clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES mostlyclean-amdistclean: distclean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-pluginLTLIBRARIESinstall-dvi: install-dvi-aminstall-exec-am:install-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am:maintainer-clean: maintainer-clean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-pluginLTLIBRARIES.MAKE: install-am install-strip.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \	clean-generic clean-libtool clean-local \	clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES ctags \	distclean distclean-compile distclean-generic \	distclean-libtool distclean-tags distdir dvi dvi-am html \	html-am info info-am install install-am install-data \	install-data-am install-dvi install-dvi-am install-exec \	install-exec-am install-html install-html-am install-info \	install-info-am install-man install-pdf install-pdf-am \	install-pluginLTLIBRARIES install-ps install-ps-am \	install-strip installcheck installcheck-am installdirs \	maintainer-clean maintainer-clean-generic mostlyclean \	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \	pdf pdf-am ps ps-am tags uninstall uninstall-am \	uninstall-pluginLTLIBRARIESall-local:	@$(LN_S) -f $(top_srcdir)/input/.libs/input.so	@$(LN_S) -f $(top_srcdir)/audio/.libs/audio.so	@$(LN_S) -f $(top_srcdir)/serial/.libs/serial.so	@$(LN_S) -f $(top_srcdir)/network/.libs/network.soclean-local:	@rm -f network.so	@rm -f serial.so	@rm -f audio.so	@rm -f input.so# 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 + -