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



all::	Complete

wordbag.obj:	wordbag.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.   -Fowordbag.obj -Tdp wordbag.cpp

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

Complete::	.\wordbag.exe

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



