Hash :
2aa2aeb5
Author :
Date :
2008-04-30T16:27:34
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 68
if HAVE_CPPUNIT
if HAVE_GLUT
noinst_PROGRAMS = CTest FTGLTest
endif
endif
FTGLTest_SOURCES = \
TestMain.cpp \
Fontdefs.h \
FTBBox-Test.cpp \
FTBitmapGlyph-Test.cpp \
FTCharmap-Test.cpp \
FTCharToGlyphIndexMap-Test.cpp \
FTContour-Test.cpp \
FTExtrdGlyph-Test.cpp \
FTFace-Test.cpp \
FTGLBitmapFont-Test.cpp \
FTGLExtrdFont-Test.cpp \
FTGLOutlineFont-Test.cpp \
FTGLPixmapFont-Test.cpp \
FTGLPolygonFont-Test.cpp \
FTGLTextureFont-Test.cpp \
FTLibrary-Test.cpp \
FTList-Test.cpp \
FTMesh-Test.cpp \
FTOutlineGlyph-Test.cpp \
FTPixmapGlyph-Test.cpp \
FTPoint-Test.cpp \
FTPolyGlyph-Test.cpp \
FTSize-Test.cpp \
FTTesselation-Test.cpp \
FTTextureGlyph-Test.cpp \
FTVectoriser-Test.cpp \
FTVector-Test.cpp \
HPGCalc_afm.cpp \
HPGCalc_pfb.cpp \
$(NULL)
FTGLTest_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/FTGlyph \
-I$(top_srcdir)/src/FTFont \
-I$(top_srcdir)/src/FTLayout
FTGLTest_CXXFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
FTGLTest_LDFLAGS = $(FT2_LIBS) $(GLUT_LIBS) -lcppunit
FTGLTest_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
DEACTIVATED = \
FTFont-Test.cpp \
FTGlyphContainer-Test.cpp \
FTGlyph-Test.cpp \
FTlayout-Test.cpp \
$(NULL)
NULL =