#
#   Creation Date: <1999/03/28 04:20:31 samuel>
#   Time-stamp: <2001/05/09 23:31:59 samuel>
#   
#	<Makefile>
#	
#	Rules for the depgen tool
#   
#   Copyright (C) 1999, 2000, 2001 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
#

P_TARGET 	= depgen
O_OBJS		= $(addprefix obj/, depgen.o)

CFLAGS_EXTRA	= 

include ../Rules.make

