[wadalabfont-kit] / jis2prim / Makefile  

View of /jis2prim/Makefile

Parent Directory | Revision Log
Revision: 1.1 - (download) (annotate)
Thu Feb 21 11:57:39 2002 UTC (22 years, 4 months ago) by ktanaka
Branch: MAIN
*** empty log message ***
CXXFLAGS = -g -Wall

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

TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.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