#******************************************************************************
#
# 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 : ProcessTxLinux/ProcessTxLinux_Build

ProcessTxLinux/ProcessTxLinux_Build : 
	make -C ProcessTxLinux 

clean:
	make -C ProcessTxLinux clean

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