# 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 = gcc
CXX = c++
CFLAGS = -g -O2
CXXFLAGS = -g -O2

LDFLAGS = 
LIBS = 
RANLIB = ranlib


.cc.o:
	$(CXX) -c $(CXXFLAGS) $< -o $@


all: make_cmos_image

make_cmos_image: make_cmos_image.o
	$(CXX) -o $@ $(CXXFLAGS) make_cmos_image.o

clean:
	rm -f  *.o
	rm -f  make_cmos_image

dist-clean: clean
	rm -f  Makefile
