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



all::	Complete

transtab.obj:	transtab.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.   -Fotranstab.obj -Tdp transtab.cpp

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

Complete::	.\transtab.exe

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



