makefile.am
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· AM 代码 · 共 191 行
AM
191 行
## Process this file with automake to create Makefile.in#### $Id: Makefile.am 76234 2006-12-30 06:25:52Z jtc $#### 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.mwcACE_BUILDDIR = $(top_builddir)ACE_ROOT = $(top_srcdir)noinst_PROGRAMS =## Makefile.Svc_Cfg_IPC_Client_Bcast.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += remote_broadcast_testremote_broadcast_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)remote_broadcast_test_SOURCES = \ broadcast_client_test.cppremote_broadcast_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Loc_Dgram.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += local_dgram_testlocal_dgram_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)local_dgram_test_SOURCES = \ local_dgram_client_test.cpplocal_dgram_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Loc_Fifo.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += local_fifo_testlocal_fifo_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)local_fifo_test_SOURCES = \ local_fifo_client_test.cpplocal_fifo_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Loc_Pipe.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += local_pipe_testlocal_pipe_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)local_pipe_test_SOURCES = \ local_pipe_client_test.cpplocal_pipe_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Loc_Spipe.amnoinst_PROGRAMS += local_spipe_testlocal_spipe_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)local_spipe_test_SOURCES = \ local_spipe_client_test.cpplocal_spipe_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Svc_Cfg_IPC_Client_Loc_Stream.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += local_stream_testlocal_stream_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)local_stream_test_SOURCES = \ local_stream_client_test.cpplocal_stream_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Rem_Dgram.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += remote_dgram_testremote_dgram_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)remote_dgram_test_SOURCES = \ remote_dgram_client_test.cppremote_dgram_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Rem_Stream.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += remote_stream_testremote_stream_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)remote_stream_test_SOURCES = \ remote_stream_client_test.cppremote_stream_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Svc_Cfg_IPC_Client_Rem_Svc_Dir.amnoinst_PROGRAMS += remote_service_directory_testremote_service_directory_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)remote_service_directory_test_SOURCES = \ remote_service_directory_test.cppremote_service_directory_test_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Svc_Cfg_IPC_Client_Rem_Thr_Stream.amnoinst_PROGRAMS += remote_thr_stream_testremote_thr_stream_test_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)remote_thr_stream_test_SOURCES = \ remote_thr_stream_client_test.cppremote_thr_stream_test_LDADD = \ $(ACE_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 + -
显示快捷键?