makefile.am

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

AM
133
字号
##  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.Atomic_Op.am noinst_PROGRAMS = Atomic_OpAtomic_Op_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Atomic_Op_SOURCES = \  Atomic_Op.cpp \  ClientContext.hAtomic_Op_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Barrier.am noinst_PROGRAMS += BarrierBarrier_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Barrier_SOURCES = \  Barrier.cpp \  ClientContext.hBarrier_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Mutex.am noinst_PROGRAMS += MutexMutex_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Mutex_SOURCES = \  Mutex.cpp \  ClientContext.hMutex_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.RW_Lock.am noinst_PROGRAMS += RW_LockRW_Lock_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)RW_Lock_SOURCES = \  RW_Lock.cpp \  ClientContext.hRW_Lock_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Semaphore.am noinst_PROGRAMS += SemaphoreSemaphore_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Semaphore_SOURCES = \  Semaphore.cpp \  ClientContext.hSemaphore_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.TSS.am noinst_PROGRAMS += TSSTSS_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)TSS_SOURCES = \  TSS.cpp \  ClientContext.hTSS_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Tokens.am noinst_PROGRAMS += TokensTokens_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Tokens_SOURCES = \  Tokens.cpp \  ClientContext.hTokens_LDADD = \ $(top_builddir)/ace/libACE.la## Makefile.Tokens_Deadlock.am noinst_PROGRAMS += Tokens_DeadlockTokens_Deadlock_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Tokens_Deadlock_SOURCES = \  Tokens_Deadlock.cpp \  ClientContext.hTokens_Deadlock_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 + -
显示快捷键?