[wadalabfont-kit] / jis2prim / Makefile  

View of /jis2prim/Makefile

Parent Directory | Revision Log
Revision: 1.2 - (download) (annotate)
Fri Feb 22 12:03:48 2002 UTC (22 years, 4 months ago) by ktanaka
Branch: MAIN
Changes since 1.1: +2 -2 lines
*** empty log message ***
CXXFLAGS = -g -Wall

HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h Matchers.h

TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h MatchersTest.h

OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o

testall : mytest
	./mytest

mytest.o : $(HEADERS) $(TESTHEADERS)

mytest : $(OBJECTS)
	$(CXX) -o $@ $(OBJECTS) -L/usr/local/lib -lcppunit

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help