⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 AM
字号:
##  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,Kokyu

ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)

## Makefile.Connection_Non_Blocking_LSockClient.am 
noinst_PROGRAMS = lsock_client

lsock_client_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

lsock_client_SOURCES = \
  CPP-connector.cpp \
  test_lsock_connector.cpp \
  CPP-connector.h

lsock_client_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_LSockServer.am 
noinst_PROGRAMS += lsock_server

lsock_server_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

lsock_server_SOURCES = \
  CPP-acceptor.cpp \
  test_lsock_acceptor.cpp \
  CPP-acceptor.h

lsock_server_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_SPipeClient.am 
noinst_PROGRAMS += spipe_client

spipe_client_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

spipe_client_SOURCES = \
  CPP-connector.cpp \
  test_spipe_connector.cpp \
  CPP-connector.h

spipe_client_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_SPipeServer.am 
noinst_PROGRAMS += spipe_server

spipe_server_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

spipe_server_SOURCES = \
  CPP-acceptor.cpp \
  test_spipe_acceptor.cpp \
  CPP-acceptor.h

spipe_server_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_SockClient.am 
noinst_PROGRAMS += sock_client

sock_client_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

sock_client_SOURCES = \
  CPP-connector.cpp \
  test_sock_connector.cpp \
  CPP-connector.h

sock_client_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_SockServer.am 
noinst_PROGRAMS += sock_server

sock_server_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

sock_server_SOURCES = \
  CPP-acceptor.cpp \
  test_sock_acceptor.cpp \
  CPP-acceptor.h

sock_server_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_TLIClient.am 
noinst_PROGRAMS += tli_client

tli_client_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

tli_client_SOURCES = \
  CPP-connector.cpp \
  test_tli_connector.cpp \
  CPP-connector.h

tli_client_LDADD = \
 $(top_builddir)/ace/libACE.la

## Makefile.Connection_Non_Blocking_TLIServer.am 
noinst_PROGRAMS += tli_server

tli_server_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

tli_server_SOURCES = \
  CPP-acceptor.cpp \
  test_tli_acceptor.cpp \
  CPP-acceptor.h

tli_server_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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -