#****************************************************************************#
#                               SOFREAVIA                                    #
#                                 FRANCE                                     #
#----------------------------------------------------------------------------#
# Project     : EURATN - EURopean Aeronautical Telecommunication Network     #
# Component   : T/M Communication Process                                    #
# File        : makefile                                                     #
# Purpose     : EURATN TM   Tests Build and Execution Procedure              #
#----------------------------------------------------------------------------#
# Contents    :                                                              #
#               Entry Points:                                                #
#                 help:     = print usage                                     #
#============================================================================#
# Issue       : 1.0                                                          #
# Author      : Christine Ricci                                              #
# Date        : 22/04/96                                                     #
# Reference   :                                                              #
# Comment     : ES/BIS R2 for AVE_303                                        #
#****************************************************************************#

.KEEP_STATE:


RM      =       @rm -f
MV	=	@mv
CP	=	@cp


all:		


transpac:
		/usr/sunlink/x25/x25trace -i hdlc0 x25

tstg:
		TSTG TSTGmain.conf TSTGtsel.conf kebraCORE.conf

valid:
		HCI 400 2048 < kebra.sh

cxtp:
		@sed -e "s+####+`tty`+" core.cxtp | eltm

clnp:
		@sed -e "s+####+`tty`+" core.clnp | eltm

cleanup:
		cleanup

clean:
		$(RM) *~
		$(RM) *.t

help:
		clear
		@echo "Applications :"
		@echo "    make tstg : Transport Service Trafic generator"
		@echo "Configuration :"
		@echo "Operator :"
		@echo "    make valid : Launch the system"
		@echo "    make clnp  : Activate CLNP traces"
		@echo "    make cxtp : Activate Transport traces"
#----------------------------------------------------------------------------#
# End Of File : makefile                                                     #
#----------------------------------------------------------------------------#






