# @(#)61      1.6  src/bos/usr/sbin/perf/pmapi/pmtoolkit/Makefile, pmapi, bos720 12/6/07 08:27:50
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/sbin/perf/pmapi/pmtoolkit/Makefile 1.6 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1999,2007 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 


CFLAGS = -O 

all: tcount cpi kthreadapit1

tcount: tcount.c /usr/include/pmapi.h
	cc ${CFLAGS} -o tcount tcount.c -lpmapi -lcorcfg

cpi: cpi.c /usr/include/pmapi.h
	cc ${CFLAGS} -o cpi cpi.c -lpmapi

kthreadapit1: kthreadapit1.c /usr/include/pmapi.h
	cc ${CFLAGS} -o kthreadapit1 kthreadapit1.c -lpmapi -lpthreads

