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



all::	Complete

ahellow1.obj:	ahellow1.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.   -Foahellow1.obj -Tdp ahellow1.cpp

ahellow1.res:	ahellow1.rc
	rc.exe  -i .  -d __OS2__ -d IC_PM -r -CP 932 $(EXTRA_RESOURCE_OPTIONS) \
		ahellow1.rc ahellow1.res

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

Complete::	.\hello1.exe

Clean::
	-del /f ahellow1.obj ahellow1.res ahellow1.rbj .\hello1.exe



