head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.03.27.00.17.03;	author yama;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.13.02.08.44;	author yama;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@###############################################################
#
#		}bvAgr[g\Ro[gpMakefile
#
#		sousuke tamada GAME FREAK inc.
#
#		2005.12.16	쐬
#
#		}bvAgr[gǗ\Agr[g̒`
#		B
#
###############################################################

DATAFILE	=	map_attr.xls
RESOURCE	=	$(DATAFILE:.xls=.txt)
TARGET		=	$(DATAFILE:.xls=.h)

#EXCEL2TAB	=	../../../convert/exceltool/exceltabconv
EXCEL2CSV	=	../../../convert/exceltool/excelcommaconv

$(TARGET):	$(DATAFILE)
	$(EXCEL2CSV)	$(DATAFILE)
	$(MAKE) convert

convert:
	ruby map_attr.rb $(RESOURCE) $(TARGET) $(TARGET:.h=.dat)

clean:
	-rm $(TARGET) $(RESOURCE)

new:
	$(MAKE) clean
	$(MAKE)
@


1.1
log
@init
@
text
@d31 3
@

