[wadalabfont-kit] / jis2prim / Makefile  

Annotation of /jis2prim/Makefile

Parent Directory | Revision Log

Revision: 1.4 - (view) (download)

1 : ktanaka 1.3 CXX = icc
2 : ktanaka 1.1 CXXFLAGS = -g -Wall
3 :    
4 : ktanaka 1.2 HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h Matchers.h
5 : ktanaka 1.1
6 : ktanaka 1.2 TESTHEADERS = BitmapFontTest.h BitmapFontFileTest.h AssumptionTest.h PatMatchTest.h MatchersTest.h
7 : ktanaka 1.1
8 : ktanaka 1.4 OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o Matchers.o Assumption.o PatMatch.o
9 :    
10 :     TESTOBJECTS = $(OBJECTS) MatchersTest.o AssumptionTest.o BitmapFontTest.o PatMatchTest.o BitmapFontFileTest.o
11 : ktanaka 1.1
12 :     testall : mytest
13 :     ./mytest
14 :    
15 :     mytest.o : $(HEADERS) $(TESTHEADERS)
16 :    
17 : ktanaka 1.4 mytest : $(TESTOBJECTS)
18 :     $(CXX) -o $@ $(TESTOBJECTS) -lcppunit

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help