[wadalabfont-kit] / jis2prim / Makefile  

Diff of /jis2prim/Makefile

Parent Directory | Revision Log

version 1.3, Tue Aug 6 06:30:43 2002 UTC version 1.4, Tue Aug 20 11:10:36 2002 UTC
Line 5 
Line 5 
   
 TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h MatchersTest.h  TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h MatchersTest.h
   
 OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o  OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o Matchers.o Assumption.o PatMatch.o
   
   TESTOBJECTS = $(OBJECTS) MatchersTest.o AssumptionTest.o BitmapFontTest.o PatMatchTest.o BitmapFontFileTest.o
   
 testall : mytest  testall : mytest
         ./mytest          ./mytest
   
 mytest.o : $(HEADERS) $(TESTHEADERS)  mytest.o : $(HEADERS) $(TESTHEADERS)
   
 mytest : $(OBJECTS)  mytest : $(TESTOBJECTS)
         $(CXX) -o $@ $(OBJECTS) -lcppunit          $(CXX) -o $@ $(TESTOBJECTS) -lcppunit


Generate output suitable for use with a patch program
Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help