Atlas-C++
Building the examples

Automakefile

The following is the Makefile.am that can be used to build the examples.

#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

Previous Index

Author:
Stefanus Du Toit sdt@g.nosp@m.mx.n.nosp@m.et

Copyright 2000-2004 the respective authors.

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.