# Makefile for the tool usage tracking executable
# Since there is only one source file, there is no dependency checks or anything
#  like that. The makefile is just a convinient way to store the compile and
#  link flags and options.

unix:
	$(CC) -Aa +w1 +W 474 +DAportable -D_HPUX_SOURCE \
	-o rpT_toolUsageTrackingThruESP \
	-Wl,-B,immediate,+s,-L,/afs/ae.ge.com/aero_102/esp/lib \
	rpT_toolUsageTrackingThruESP.c -ltools -lcl
