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


1.2
date	2007.07.20.04.27.19;	author imatake;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.19.01.07.14;	author imatake;	state Exp;
branches;
next	;


desc
@@


1.2
log
@sgpɂȂĂ FontCharacter t@@CXg폜B
@
text
@
CPPFILES	= main.cpp FontBitmap.cpp PokemonFont.cpp DividedHangul.cpp Bitmap2Color.cpp MergedBinary.cpp
HPPFILES	= FontBitmap.hpp PokemonFont.hpp DividedHangul.hpp Bitmap2Color.hpp MergedBinary.hpp

OBJS		= $(CPPFILES:.cpp=.o)

TARGET		= fontconv.exe

.PHONY:		all

all:		depend $(TARGET)

depend:		$(CPPFILES) $(HPPFILES)
	g++ -MM $(CPPFILES) > depend

$(TARGET):	$(OBJS)
	g++ -o $@@ $(OBJS)

.cpp.o:
	g++ -c $<

-include depend
@


1.1
log
@o^B
@
text
@d2 2
a3 2
CPPFILES	= main.cpp FontBitmap.cpp FontCharacter.cpp PokemonFont.cpp DividedHangul.cpp Bitmap2Color.cpp MergedBinary.cpp
HPPFILES	= FontBitmap.hpp FontCharacter.hpp PokemonFont.hpp DividedHangul.hpp Bitmap2Color.hpp MergedBinary.hpp
@

