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

📄 makefile.in

📁 C++ SOCKET 类
💻 IN
📖 第 1 页 / 共 2 页
字号:
distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:.c.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:libthreads.a: $(libthreads_a_OBJECTS) $(libthreads_a_DEPENDENCIES)	-rm -f libthreads.a	$(AR) cru libthreads.a $(libthreads_a_OBJECTS) $(libthreads_a_LIBADD)	$(RANLIB) libthreads.amostlyclean-libLTLIBRARIES:clean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)distclean-libLTLIBRARIES:maintainer-clean-libLTLIBRARIES:install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libdir)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \	donelibthreads.la: $(libthreads_la_OBJECTS) $(libthreads_la_DEPENDENCIES)	$(CXXLINK) -rpath $(libdir) $(libthreads_la_LDFLAGS) $(libthreads_la_OBJECTS) $(libthreads_la_LIBADD) $(LIBS).C.o:	$(CXXCOMPILE) -c $<.C.lo:	$(LTCXXCOMPILE) -c $<install-pkgincludeHEADERS: $(pkginclude_HEADERS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(pkgincludedir)	@list='$(pkginclude_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \	doneuninstall-pkgincludeHEADERS:	@$(NORMAL_UNINSTALL)	list='$(pkginclude_HEADERS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(pkgincludedir)/$$p; \	donetags: TAGSID: $(HEADERS) $(SOURCES) $(LISP)	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	here=`pwd` && cd $(srcdir) \	  && mkid -f$$here/ID $$unique $(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 = threadsdistdir: $(DISTFILES)	@for file in $(DISTFILES); do \	  d=$(srcdir); \	  if test -d $$d/$$file; then \	    cp -pr $$d/$$file $(distdir)/$$file; \	  else \	    test -f $(distdir)/$$file \	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \	    || cp -p $$d/$$file $(distdir)/$$file || :; \	  fi; \	doneasync_io.lo async_io.o : async_io.C io.h socket.h thread.h stl.h alloc.h \	mutex.h attributes.h spinlock.h alloc.h cond.h semaphore.h \	signal_num.h sig_handler.h systemlib.h signal_num.hattributes.lo attributes.o : attributes.C thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.hbuffer.lo buffer.o : buffer.C buffer.h thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h socket.h \	linked_list.h exception.hcloning.lo cloning.o : cloning.c cloning.hcond.lo cond.o : cond.C thread.h stl.h alloc.h mutex.h attributes.h \	spinlock.h alloc.h cond.h semaphore.h thread_lists.h \	linked_list.h signal_num.h wait_queue.h spinlock.h attributes.h \	shared.h thread_list.hdescriptors.lo descriptors.o : descriptors.C io.h socket.h thread.h \	stl.h alloc.h mutex.h attributes.h spinlock.h alloc.h cond.h \	semaphore.hexception.lo exception.o : exception.C thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h stack.h \	exception.hio.lo io.o : io.C io.h socket.h thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h buffer.h \	linked_list.h exception.h signal_num.h sig_handler.h \	systemlib.h signal_num.hlinked_list.lo linked_list.o : linked_list.C thread.h stl.h alloc.h \	mutex.h attributes.h spinlock.h alloc.h cond.h semaphore.h \	linked_list.hmutex.lo mutex.o : mutex.C thread.h stl.h alloc.h mutex.h attributes.h \	spinlock.h alloc.h cond.h semaphore.h mutex.h exception.h \	thread_lists.h linked_list.h wait_queue.h spinlock.h \	attributes.h shared.h thread_list.hsemaphore.lo semaphore.o : semaphore.C thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h \	thread_lists.h linked_list.h wait_queue.h spinlock.h \	attributes.h semaphore.h shared.h thread_list.hshared.lo shared.o : shared.C shared.h thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h \	thread_list.h cloning.hsock_buffer.lo sock_buffer.o : sock_buffer.C io.h socket.h thread.h \	stl.h alloc.h mutex.h attributes.h spinlock.h alloc.h cond.h \	semaphore.h buffer.h linked_list.hsocket.lo socket.o : socket.C socket.h thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h exception.hspinlock.lo spinlock.o : spinlock.C spinlock.hstack.lo stack.o : stack.C thread.h stl.h alloc.h mutex.h attributes.h \	spinlock.h alloc.h cond.h semaphore.h exception.h stack.h \	cloning.hsystemlib.lo systemlib.o : systemlib.C systemlib.h ../config.hthread.lo thread.o : thread.C ../config.h thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h exception.h \	signal_num.h stack.h shared.h thread_list.h thread_lists.h \	linked_list.h sig_handler.h systemlib.h cloning.hthread_lists.lo thread_lists.o : thread_lists.C thread.h stl.h alloc.h \	mutex.h attributes.h spinlock.h alloc.h cond.h semaphore.h \	thread_lists.h linked_list.h signal_num.h exception.hwait_queue.lo wait_queue.o : wait_queue.C thread.h stl.h alloc.h mutex.h \	attributes.h spinlock.h alloc.h cond.h semaphore.h exception.h \	thread_lists.h linked_list.h wait_queue.h spinlock.h \	attributes.h shared.h thread_list.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am: install-libLTLIBRARIESinstall-exec: install-exec-aminstall-data-am: install-pkgincludeHEADERSinstall-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERSuninstall: uninstall-amall-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)mostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \		mostlyclean-libtool mostlyclean-libLTLIBRARIES \		mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \		clean-libLTLIBRARIES clean-tags clean-generic \		mostlyclean-amclean: clean-amdistclean-am:  distclean-noinstLIBRARIES distclean-compile \		distclean-libtool distclean-libLTLIBRARIES \		distclean-tags distclean-generic clean-am	-rm -f libtooldistclean: distclean-ammaintainer-clean-am:  maintainer-clean-noinstLIBRARIES \		maintainer-clean-compile maintainer-clean-libtool \		maintainer-clean-libLTLIBRARIES maintainer-clean-tags \		maintainer-clean-generic distclean-am	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-libtool distclean-libtool \clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \distclean-libLTLIBRARIES clean-libLTLIBRARIES \maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \install-libLTLIBRARIES uninstall-pkgincludeHEADERS \install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \check-am installcheck-am installcheck install-exec-am install-exec \install-data-am install-data install-am install uninstall-am uninstall \all-redirect all-am all installdirs mostlyclean-generic \distclean-generic clean-generic maintainer-clean-generic clean \mostlyclean distclean maintainer-clean# 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 + -