Revision Log
Revision: 1.2 - (view) (download)
| 1 : | ktanaka | 1.1 | CXXFLAGS = -g -Wall |
| 2 : | |||
| 3 : | ktanaka | 1.2 | HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h Matchers.h |
| 4 : | ktanaka | 1.1 | |
| 5 : | ktanaka | 1.2 | TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h MatchersTest.h |
| 6 : | ktanaka | 1.1 | |
| 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 |