#****************************************************************************#
#                               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     : IS R1 and ES H1 for AVE_303                                  #
#****************************************************************************#

.KEEP_STATE:


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


all:		


sita: 
		/usr/sunlink/x25/x25trace -i hdlc1 x25

tstg:
		TSTG TSTGmain.conf TSTGtsel.conf kinefCORE.conf

valid:
		cleanup
		HCI 400 2048 < kinef.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"
               @echo "    make transpac  : Activate transpac  traces"
#----------------------------------------------------------------------------#
# End Of File : makefile                                                     #
#----------------------------------------------------------------------------#






