# ===========================================================================
#   Copyright (c) 1998-2001 Steltor Inc.
#   All Rights Reserved.
#  
#   For terms and conditions of use please refer to the accompanying license
#   agreement.
#
# ---------------------------------------------------------------------------
#
# 	GNU Makefile for building the CAPI demo applications
#
#   usage:
#   gmake [CAPIINCDIR=<some path>] [CAPILIBDIR=<some path>]
#
#   The executable is placed in a platform-specific subdirectory such
#   as memory_stream/Linux, memory_stream/solaris
#
#   Warning:
#   These makefiles may not work with regular 'make' due to the ifeq's in
#   common.mk.  If you don't have/want to use gmake, then you'll have to
#   modify that file to fit your particular build environment.
#
# ===========================================================================

DEMO_NAME=memory_stream
SRC=memorydemo
include ../make-unix/common.mk

