#
# TDraw -- an experimental 2D vector graphic editor
# Copyright (C) 1999 by Mark-Andr Hopf
#
# 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; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307,  USA
#
#-----------------------------------------------------------------------------

PRGFILE		= draw

SRCS		= draw.cc screenpencil.cc resource.cc

CLEAN		= bin2c

include ../../conf/MakefilePrg

# additional rules for resource
#---------------------------------
resource.cc: bin2c Makefile $(RESOURCE)
	./bin2c resource/* > resource.cc

bin2c: bin2c.c
	cc -o bin2c bin2c.c
