makefile.in
来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· IN 代码 · 共 832 行 · 第 1/3 页
IN
832 行
KOKYU = @KOKYU@LDFLAGS = @LDFLAGS@LEX = @LEX@LEXLIB = @LEXLIB@LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAKEINFO = @MAKEINFO@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@PROF = @PROF@PURIFY = @PURIFY@QUANTIFY = @QUANTIFY@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@TAO = @TAO@TCLCONFIG = @TCLCONFIG@TKCONFIG = @TKCONFIG@VERSION = @VERSION@XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@X_CFLAGS = @X_CFLAGS@X_EXTRA_LIBS = @X_EXTRA_LIBS@X_LIBS = @X_LIBS@X_PRE_LIBS = @X_PRE_LIBS@YACC = @YACC@ac_ct_AR = @ac_ct_AR@ac_ct_AS = @ac_ct_AS@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_DLLTOOL = @ac_ct_DLLTOOL@ac_ct_F77 = @ac_ct_F77@ac_ct_OBJDUMP = @ac_ct_OBJDUMP@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@subdirs = @subdirs@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@ACE_BUILDDIR = $(top_builddir)ACE_ROOT = $(top_srcdir)test_cancel_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_cancel_SOURCES = \ test_cancel.cpp \ test_cancel.htest_cancel_LDADD = \ $(top_builddir)/ace/libACE.latest_end_event_loop_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_end_event_loop_SOURCES = \ test_end_event_loop.cpp \ test_cancel.h \ test_proactor.htest_end_event_loop_LDADD = \ $(top_builddir)/ace/libACE.latest_multiple_loops_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_multiple_loops_SOURCES = \ test_multiple_loops.cpp \ test_cancel.h \ test_proactor.htest_multiple_loops_LDADD = \ $(top_builddir)/ace/libACE.latest_post_completions_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_post_completions_SOURCES = \ post_completions.cpp \ test_cancel.h \ test_proactor.htest_post_completions_LDADD = \ $(top_builddir)/ace/libACE.latest_proactor_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_proactor_SOURCES = \ test_proactor.cpp \ test_proactor.htest_proactor_LDADD = \ $(top_builddir)/ace/libACE.latest_timeout_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_timeout_SOURCES = \ test_timeout.cpp \ test_cancel.h \ test_proactor.htest_timeout_LDADD = \ $(top_builddir)/ace/libACE.latest_udp_proactor_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)test_udp_proactor_SOURCES = \ test_udp_proactor.cpp \ test_cancel.h \ test_proactor.htest_udp_proactor_LDADD = \ $(top_builddir)/ace/libACE.laall: all-am.SUFFIXES:.SUFFIXES: .cpp .lo .o .obj$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Reactor/Proactor/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign examples/Reactor/Proactor/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshclean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donetest_cancel$(EXEEXT): $(test_cancel_OBJECTS) $(test_cancel_DEPENDENCIES) @rm -f test_cancel$(EXEEXT) $(CXXLINK) $(test_cancel_LDFLAGS) $(test_cancel_OBJECTS) $(test_cancel_LDADD) $(LIBS)test_end_event_loop$(EXEEXT): $(test_end_event_loop_OBJECTS) $(test_end_event_loop_DEPENDENCIES) @rm -f test_end_event_loop$(EXEEXT) $(CXXLINK) $(test_end_event_loop_LDFLAGS) $(test_end_event_loop_OBJECTS) $(test_end_event_loop_LDADD) $(LIBS)test_multiple_loops$(EXEEXT): $(test_multiple_loops_OBJECTS) $(test_multiple_loops_DEPENDENCIES) @rm -f test_multiple_loops$(EXEEXT) $(CXXLINK) $(test_multiple_loops_LDFLAGS) $(test_multiple_loops_OBJECTS) $(test_multiple_loops_LDADD) $(LIBS)test_post_completions$(EXEEXT): $(test_post_completions_OBJECTS) $(test_post_completions_DEPENDENCIES) @rm -f test_post_completions$(EXEEXT) $(CXXLINK) $(test_post_completions_LDFLAGS) $(test_post_completions_OBJECTS) $(test_post_completions_LDADD) $(LIBS)test_proactor$(EXEEXT): $(test_proactor_OBJECTS) $(test_proactor_DEPENDENCIES) @rm -f test_proactor$(EXEEXT) $(CXXLINK) $(test_proactor_LDFLAGS) $(test_proactor_OBJECTS) $(test_proactor_LDADD) $(LIBS)test_timeout$(EXEEXT): $(test_timeout_OBJECTS) $(test_timeout_DEPENDENCIES) @rm -f test_timeout$(EXEEXT) $(CXXLINK) $(test_timeout_LDFLAGS) $(test_timeout_OBJECTS) $(test_timeout_LDADD) $(LIBS)test_udp_proactor$(EXEEXT): $(test_udp_proactor_OBJECTS) $(test_udp_proactor_DEPENDENCIES) @rm -f test_udp_proactor$(EXEEXT) $(CXXLINK) $(test_udp_proactor_LDFLAGS) $(test_udp_proactor_OBJECTS) $(test_udp_proactor_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cancel-test_cancel.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_end_event_loop-test_end_event_loop.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_multiple_loops-test_multiple_loops.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_post_completions-post_completions.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_proactor-test_proactor.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_timeout-test_timeout.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_udp_proactor-test_udp_proactor.Po@am__quote@.cpp.o:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<.cpp.obj:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.cpp.lo:@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<test_cancel-test_cancel.o: test_cancel.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cancel-test_cancel.o -MD -MP -MF "$(DEPDIR)/test_cancel-test_cancel.Tpo" -c -o test_cancel-test_cancel.o `test -f 'test_cancel.cpp' || echo '$(srcdir)/'`test_cancel.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_cancel-test_cancel.Tpo" "$(DEPDIR)/test_cancel-test_cancel.Po"; else rm -f "$(DEPDIR)/test_cancel-test_cancel.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_cancel.cpp' object='test_cancel-test_cancel.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_cancel-test_cancel.o `test -f 'test_cancel.cpp' || echo '$(srcdir)/'`test_cancel.cpptest_cancel-test_cancel.obj: test_cancel.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cancel-test_cancel.obj -MD -MP -MF "$(DEPDIR)/test_cancel-test_cancel.Tpo" -c -o test_cancel-test_cancel.obj `if test -f 'test_cancel.cpp'; then $(CYGPATH_W) 'test_cancel.cpp'; else $(CYGPATH_W) '$(srcdir)/test_cancel.cpp'; fi`; \
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?