Hash :
20620dc7
Author :
Date :
2008-05-07T15:09:25
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
if HAVE_CPPUNIT
if HAVE_GLUT
noinst_PROGRAMS = CTest CXXTest
endif
endif
CXXTest_SOURCES = \
$(DEACTIVATED) \
CXXTest.cpp \
Fontdefs.h \
FTBBox-Test.cpp \
FTBitmapFont-Test.cpp \
FTBitmapGlyph-Test.cpp \
FTCharmap-Test.cpp \
FTCharToGlyphIndexMap-Test.cpp \
FTContour-Test.cpp \
FTExtrudeFont-Test.cpp \
FTExtrudeGlyph-Test.cpp \
FTFace-Test.cpp \
FTFont-Test.cpp \
FTGlyph-Test.cpp \
FTGlyphContainer-Test.cpp \
FTlayout-Test.cpp \
FTLibrary-Test.cpp \
FTList-Test.cpp \
FTMesh-Test.cpp \
FTOutlineFont-Test.cpp \
FTOutlineGlyph-Test.cpp \
FTPixmapFont-Test.cpp \
FTPixmapGlyph-Test.cpp \
FTPoint-Test.cpp \
FTPolygonFont-Test.cpp \
FTPolygonGlyph-Test.cpp \
FTSize-Test.cpp \
FTTesselation-Test.cpp \
FTTextureFont-Test.cpp \
FTTextureGlyph-Test.cpp \
FTVectoriser-Test.cpp \
FTVector-Test.cpp \
HPGCalc_afm.cpp \
HPGCalc_pfb.cpp \
$(NULL)
CXXTest_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/FTGlyph \
-I$(top_srcdir)/src/FTFont \
-I$(top_srcdir)/src/FTLayout
CXXTest_CXXFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
CXXTest_LDFLAGS = $(FT2_LIBS) $(GLUT_LIBS) -lcppunit
CXXTest_LDADD = ../src/libftgl.la
CTest_SOURCES = \
CTest.c \
$(NULL)
CTest_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/FTGlyph \
-I$(top_srcdir)/src/FTFont \
-I$(top_srcdir)/src/FTLayout
CTest_CFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
CTest_LDFLAGS = $(FT2_LIBS) $(GLUT_LIBS)
CTest_LDADD = ../src/libftgl.la
NULL =