makefile.am
来自「最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.」· AM 代码 · 共 108 行
AM
108 行
## Process this file with automake to create Makefile.in
##
## $Id: Makefile.am 80826 2008-03-04 14:51:23Z wotte $
##
## This file was generated by MPC. Any changes made directly to
## this file will be lost the next time it is generated.
##
## MPC Command:
## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
## Makefile.Svc_Cfg_IPC_Server_Lib.am
if !BUILD_ACE_FOR_TAO
noinst_LTLIBRARIES = libIPC_Tests_Server.la
libIPC_Tests_Server_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-DACE_BUILD_SVC_DLL
libIPC_Tests_Server_la_SOURCES = \
Handle_Broadcast.cpp \
Handle_L_CODgram.cpp \
Handle_L_Dgram.cpp \
Handle_L_FIFO.cpp \
Handle_L_Pipe.cpp \
Handle_L_SPIPE.cpp \
Handle_L_Stream.cpp \
Handle_R_Stream.cpp \
Handle_Thr_Stream.cpp \
Handle_Timeout.cpp
noinst_HEADERS = \
Handle_Broadcast.h \
Handle_Broadcast.inl \
Handle_L_CODgram.h \
Handle_L_CODgram.inl \
Handle_L_Dgram.h \
Handle_L_Dgram.inl \
Handle_L_FIFO.h \
Handle_L_FIFO.inl \
Handle_L_Pipe.h \
Handle_L_Pipe.inl \
Handle_L_SPIPE.h \
Handle_L_SPIPE.inl \
Handle_L_Stream.h \
Handle_L_Stream.inl \
Handle_R_Stream.h \
Handle_R_Stream.inl \
Handle_Thr_Stream.h \
Handle_Timeout.h \
Handle_Timeout.inl
endif !BUILD_ACE_FOR_TAO
## Makefile.Svc_Cfg_IPC_Server_Test.am
if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS = server_test
server_test_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR)
server_test_SOURCES = \
server_test.cpp \
Handle_Broadcast.h \
Handle_Broadcast.inl \
Handle_L_CODgram.h \
Handle_L_CODgram.inl \
Handle_L_Dgram.h \
Handle_L_Dgram.inl \
Handle_L_FIFO.h \
Handle_L_FIFO.inl \
Handle_L_Pipe.h \
Handle_L_Pipe.inl \
Handle_L_SPIPE.h \
Handle_L_SPIPE.inl \
Handle_L_Stream.h \
Handle_L_Stream.inl \
Handle_R_Dgram.h \
Handle_R_Dgram.inl \
Handle_R_Stream.h \
Handle_R_Stream.inl \
Handle_Thr_Stream.h \
Handle_Timeout.h \
Handle_Timeout.inl
server_test_LDADD = \
libIPC_Tests_Server.la \
$(ACE_BUILDDIR)/ace/libACE.la
endif !BUILD_ACE_FOR_TAO
## 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 + -
显示快捷键?