#
#   Creation Date: <1999/03/28 04:20:31 samuel>
#   Time-stamp: <2001/03/01 21:07:09 samuel>
#   
#	<Makefile>
#	
#	Rules for "mon.o" target
#   
#   Copyright (C) 1999 Samuel Rydh (samuel@ibrium.se)
#   
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of the GNU General Public License
#   as published by the Free Software Foundation
#

#SUB_DIRS 	= 

O_TARGET 	= mon.o
O_OBJS 		= ppc-opc.o ppc-dis.o m68k-opc.o m68k-dis.o floatformat.o

CFLAGS_EXTRA 	= $(CFLAGS_MM) -I../../include -I../include

include ../../Rules.make



