[wadalabfont-kit] / jis2prim / Makefile  

Diff of /jis2prim/Makefile

Parent Directory | Revision Log

version 1.2, Fri Feb 22 12:03:48 2002 UTC version 1.3, Tue Aug 6 06:30:43 2002 UTC
Line 1 
Line 1 
   CXX = icc
 CXXFLAGS = -g -Wall  CXXFLAGS = -g -Wall
   
 HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h Matchers.h  HEADERS = BitmapFont.h BitmapFontFile.h Assumption.h PatMatch.h Element.h Matchers.h
Line 12 
Line 13 
 mytest.o : $(HEADERS) $(TESTHEADERS)  mytest.o : $(HEADERS) $(TESTHEADERS)
   
 mytest : $(OBJECTS)  mytest : $(OBJECTS)
         $(CXX) -o $@ $(OBJECTS) -L/usr/local/lib -lcppunit          $(CXX) -o $@ $(OBJECTS) -lcppunit


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

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help