# 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



CXX = cl
CXXFLAGS = /nologo /MT /W3 /Ox /G5 /Ob2 /QA21164 /DNDEBUG /DWIN32 /D_WINDOWS

LDFLAGS = 
LIBS = 
RANLIB = echo


# ===========================================================
# end of configurable options
# ===========================================================


BX_OBJS = \
  dis_decode.o \
  dis_groups.o

BX_INCLUDES = disasm.h

BX_INCDIRS = -I.. -I../instrument/stubs

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



libdisasm.a: $(BX_OBJS)
	start /WAIT /B del libdisasm.a
	lib.exe /nologo /subsystem:console /machine:ALPHA /verbose /out:$@ $(BX_OBJS)
	$(RANLIB) libdisasm.a

$(BX_OBJS): $(BX_INCLUDES)


clean:
	start /WAIT /B del *.o
	start /WAIT /B del *.a

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