makefile.am

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· AM 代码 · 共 147 行

AM
147
字号
##  Process this file with automake to create Makefile.in#### Makefile.am,v 1.1 2004/11/12 22:28:16 shuston Exp#### This file was generated by MPC.  Any changes made directly to## this file will be lost the next time it is generated.#### MPC Command:## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,KokyuACE_BUILDDIR = $(top_builddir)ACE_ROOT = $(top_srcdir)## Makefile.Async_Cancel.am noinst_PROGRAMS = Async_CancelAsync_Cancel_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Async_Cancel_SOURCES = \  Async_Cancel.cpp \  SecurityContext.hAsync_Cancel_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Coop_Cancel.am noinst_PROGRAMS += Coop_CancelCoop_Cancel_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Coop_Cancel_SOURCES = \  Coop_Cancel.cpp \  SecurityContext.hCoop_Cancel_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.ExitHandler.am noinst_PROGRAMS += ExitHandlerExitHandler_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)ExitHandler_SOURCES = \  ExitHandler.cpp \  SecurityContext.hExitHandler_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Pool.am noinst_PROGRAMS += PoolPool_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Pool_SOURCES = \  Pool.cpp \  SecurityContext.hPool_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Priorities.am noinst_PROGRAMS += PrioritiesPriorities_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Priorities_SOURCES = \  Priorities.cpp \  SecurityContext.hPriorities_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Signals.am noinst_PROGRAMS += SignalsSignals_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Signals_SOURCES = \  Signals.cpp \  SecurityContext.hSignals_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Signals2.am noinst_PROGRAMS += Signals2Signals2_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Signals2_SOURCES = \  Signals2.cpp \  SecurityContext.hSignals2_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Start_Hook.am noinst_PROGRAMS += Start_HookStart_Hook_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Start_Hook_SOURCES = \  Start_Hook.cpp \  SecurityContext.hStart_Hook_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.State.am noinst_PROGRAMS += StateState_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)State_SOURCES = \  State.cpp \  SecurityContext.hState_LDADD = \ $(top_builddir)/ace/libACE.la## Clean up template repositories, etc.clean-local:	-rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*	-rm -f gcctemp.c gcctemp so_locations *.ics	-rm -rf cxx_repository ptrepository ti_files	-rm -rf templateregistry ir.out	-rm -rf ptrepository SunWS_cache Templates.DB

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?