[wadalabfont-kit] / jis2prim / Makefile  

Annotation of /jis2prim/Makefile

Parent Directory | Revision Log

Revision: 1.3 - (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 :     OBJECTS = mytest.o BitmapFont.o BitmapFontFile.o
9 :    
10 :     testall : mytest
11 :     ./mytest
12 :    
13 :     mytest.o : $(HEADERS) $(TESTHEADERS)
14 :    
15 :     mytest : $(OBJECTS)
16 : ktanaka 1.3 $(CXX) -o $@ $(OBJECTS) -lcppunit

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help