# ===========================================================================
#   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 addevent_cgi/Linux, addevent_cgi/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=addevent_cgi
SRC=ctaddevent
include ../make-unix/common.mk

