Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c200d180bc1063a7706e0da42a546b51 > files > 360

atlascpp-devel-0.6.1-7.fc12.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Atlas-C++: Building the examples</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1><a class="anchor" name="tutorial_building">Building the examples </a></h1><h2><a class="anchor" name="The">
Automakefile</a></h2>
The following is the Makefile.am that can be used to build the examples.<p>
<div class="fragment"><pre class="fragment">
#noinst_PROGRAMS = simple_client simple_server
#
#CPPFLAGS = -I../src
#
#LDADD  = -L../src/.libs -L../src/Codecs/.libs -L../src/Filters/.libs \
#         -L../src/Message/.libs -L../src/Net/.libs -L../src/Objects/.libs
#
#LIBS = -lAtlasNet -lAtlas -lAtlasCodecs -lAtlasFilters -lAtlas -lbz2 -lz
#
#LDFLAGS = -all-static
#
#simple_client_SOURCES = simple_client.cpp sockbuf.h
#simple_server_SOURCES = simple_server.cpp sockbuf.h

EXTRA_DIST = \
	building.dox index.dox message.dox \
	objects.dox preamble.dox simple.dox \
	example/AUTHORS example/autogen.sh example/ChangeLog \
	example/configure.ac example/COPYING example/DebugBridge.h \
	example/INSTALL example/Makefile.am example/NEWS \
	example/README example/simple_client.cpp example/simple_server.cpp
</pre></div><p>
<a class="el" href="tutorial_objects.html">Previous</a> <a class="el" href="tutorial_index.html">Index</a><p>
<dl class="author" compact><dt><b>Author:</b></dt><dd>Stefanus Du Toit &lt;<a href="mailto:sdt@gmx.net">sdt@gmx.net</a>&gt; </dd></dl>
</div>
<HR>
<P>Copyright 2000-2004 the respective authors.</P>
<P>This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.</P>