#------------------------------------------------------------------------
#
#   IBM Software
#   Licensed Material - Property of IBM
#   (C) Copyright International Business Machines Corp. 2006, 2017
#   All Rights Reserved.
#
#   U.S. Government Users Restricted Rights - Use, duplication or
#   disclosure restricted by GSA ADP Schedule Contract with
#   IBM Corp.
#
#------------------------------------------------------------------------
#
#   Take enumerate list of OS system calls and build a TCL file
#   that can be used to produce a descriptive system call trace
#
TARGET=../syscalls.tcl

$(TARGET):  sys.pl syscalls.txt
	sys.pl syscalls.txt > $(TARGET)
