#******************************************************************************
#
# 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 : WriteDataLinux/WriteDataLinux_Build

WriteDataLinux/WriteDataLinux_Build : 
	make -C WriteDataLinux 

clean:
	make -C WriteDataLinux clean

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