# Generated automatically from Makefile.in by configure.
# Copyright Notice
# ================
# BOCHS is Copyright 1994-1999 by Kevin P. Lawton.
#
# BOCHS is commercial software.
#
# For more information, read the file 'LICENSE' included in the bochs
# distribution.  If you don't have access to this file, or have questions
# regarding the licensing policy, the author may be contacted via:
#
#     US Mail:  Kevin Lawton
#               439 Marrett Rd.
#               Lexington, MA 02421-7714
#
#     EMail:    bochs@world.std.com


.SUFFIXES: .cc


SHELL = /bin/sh



CC = cl
CXX = cl
CFLAGS = /nologo  /MT /W3 /Ox /G5 /Ob2 /QA21164 /DNDEBUG /DWIN32 /D_WINDOWS
CXXFLAGS = /nologo /G6 /MT /W3 /GX /O2 /DNDEBUG /DWIN32 /D_WINDOWS

LDFLAGS = 
LIBS = 
RANLIB = echo


.cc.o:
	$(CXX) /c $(CXXFLAGS) /Tp$< /Fo$@


all: make_cmos_image

make_cmos_image.exe: make_cmos_image.o
	link /nologo /subsystem:console /incremental:no /machine:ALPHA /out:$@ BINMODE.OBJ make_cmos_image.o

clean:
	start /WAIT /B del *.o
	start /WAIT /B del make_cmos_image.exe

dist-clean: clean
	start /WAIT /B del Makefile
