Revision: 1.1 - (view) (download)
1 : | ktanaka | 1.1 | CXXFLAGS = -g -Wall |
2 : | |||
3 : | HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h | ||
4 : | |||
5 : | TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h | ||
6 : | |||
7 : | OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o | ||
8 : | |||
9 : | testall : mytest | ||
10 : | ./mytest | ||
11 : | |||
12 : | mytest.o : $(HEADERS) $(TESTHEADERS) | ||
13 : | |||
14 : | mytest : $(OBJECTS) | ||
15 : | $(CXX) -o $@ $(OBJECTS) -L/usr/local/lib -lcppunit |
ktanaka Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |