#
# Makefile generated from $(OPENCLASSROOT)\samples\iclui\intkyset\intkyset.cmk using cmake 
#



all::	Complete

intkyset.obj:	intkyset.cpp
	icc.exe -C+ -Q+ -Ft-   -Ti+ -B"/DEBUG:NONE"  -qrtti=all -Gd+    -Gm+   \
		$(COMMAND_LINE_OPTIONS)  $(EXTRA_COMPILE_OPTIONS)     -DIC_LANG_BOOL=0 \
		-DUSE_IPF    -I.   -Fointkyset.obj -Tdp intkyset.cpp

.\intkyset.exe:	intkyset.obj
	icc.exe -Q+ -Ft- -Gm+ -Ge+ -B"/pmtype:vio" -Fe.\intkyset.exe \
		$(COMMAND_LINE_OPTIONS)  -Ti+ -B"/DEBUG:NONE"  -qrtti=all -Gd+  \
		intkyset.obj $(EXTRA_LINK_LIBRARIES) -B"  $(EXTRA_LINK_OPTIONS) /NOE "

Complete::	.\intkyset.exe

Clean::
	-del /f intkyset.obj .\intkyset.exe



