#******************************************************************************
#
# 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 : ReadDataLinux/ReadDataLinux_Build

ReadDataLinux/ReadDataLinux_Build : 
	make -C ReadDataLinux 

clean:
	make -C ReadDataLinux clean

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