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



all::	Complete

mmremote.obj:	mmremote.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.   -Fommremote.obj -Tdp mmremote.cpp

mmremote.res:	mmremote.rc \
		mmremote.ico \
		cd.bmp \
		midi.bmp \
		power.bmp \
		video.bmp \
		wave.bmp
	rc.exe  -i .  -d __OS2__ -d IC_PM -r -CP 932 $(EXTRA_RESOURCE_OPTIONS) \
		mmremote.rc mmremote.res

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

Complete::	.\mmremote.exe

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



