#******************************************************************************
#
# Restricted Rights
# WARNING: This is a restricted distribution Zeligsoft file.
#
#******************************************************************************
#
# Copyright (C) 2006 Zeligsoft Inc. - All Rights Reserved
#
#******************************************************************************
#
#     FILE: Makefile
#
#******************************************************************************


include $(CE_ROOT)/codegen/defaults.mk

all : CaptureDataLinux/CaptureDataLinux_Build

CaptureDataLinux/CaptureDataLinux_Build : 
	make -C CaptureDataLinux 

clean:
	make -C CaptureDataLinux clean

# End-Of-File
#------------------------------------------------------------------------------
