Hash :
7f4fcafa
Author :
Date :
2008-04-29T21:35:16
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
lib_LTLIBRARIES = libftgl.la
libftgl_la_SOURCES = \
FTCharmap.cpp \
FTCharmap.h \
FTCharToGlyphIndexMap.h \
FTContour.cpp \
FTContour.h \
FTFace.cpp \
FTFace.h \
FTGlyphContainer.cpp \
FTGlyphContainer.h \
FTLibrary.cpp \
FTLibrary.h \
FTList.h \
FTPoint.cpp \
FTSize.cpp \
FTSize.h \
FTVector.h \
FTVectoriser.cpp \
FTVectoriser.h \
$(ftglyph_sources) \
$(ftfont_sources) \
$(ftlayout_sources) \
$(ftgl_headers) \
$(NULL)
libftgl_la_CPPFLAGS = -IFTGlyph -IFTFont -IFTLayout -I$(top_srcdir)/include
libftgl_la_CXXFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
libftgl_la_LDFLAGS = \
$(FT2_LIBS) $(GL_LIBS) -no-undefined -version-number @LT_VERSION@
ftgldir = $(includedir)/FTGL
ftgl_HEADERS = $(ftgl_headers)
ftfont_headers = \
../include/ftgl.h \
../include/FTBBox.h \
../include/FTPoint.h \
../include/FTGlyph.h \
../include/FTBitmapGlyph.h \
../include/FTExtrdGlyph.h \
../include/FTOutlineGlyph.h \
../include/FTPixmapGlyph.h \
../include/FTPolyGlyph.h \
../include/FTTextureGlyph.h \
../include/FTFont.h \
../include/FTGLBitmapFont.h \
../include/FTGLExtrdFont.h \
../include/FTGLOutlineFont.h \
../include/FTGLPixmapFont.h \
../include/FTGLPolygonFont.h \
../include/FTGLTextureFont.h \
../include/FTLayout.h \
../include/FTSimpleLayout.h \
${NULL}
ftglyph_sources = \
FTGlyph/FTGlyph.cpp \
FTGlyph/FTGlyphImpl.h \
FTGlyph/FTGlyphGlue.cpp \
FTGlyph/FTBitmapGlyph.cpp \
FTGlyph/FTBitmapGlyphImpl.h \
FTGlyph/FTExtrdGlyph.cpp \
FTGlyph/FTExtrdGlyphImpl.h \
FTGlyph/FTOutlineGlyph.cpp \
FTGlyph/FTOutlineGlyphImpl.h \
FTGlyph/FTPixmapGlyph.cpp \
FTGlyph/FTPixmapGlyphImpl.h \
FTGlyph/FTPolyGlyph.cpp \
FTGlyph/FTPolyGlyphImpl.h \
FTGlyph/FTTextureGlyph.cpp \
FTGlyph/FTTextureGlyphImpl.h \
$(NULL)
ftfont_sources = \
FTFont/FTFont.cpp \
FTFont/FTFontImpl.h \
FTFont/FTFontGlue.cpp \
FTFont/FTGLBitmapFont.cpp \
FTFont/FTGLBitmapFontImpl.h \
FTFont/FTGLExtrdFont.cpp \
FTFont/FTGLExtrdFontImpl.h \
FTFont/FTGLOutlineFont.cpp \
FTFont/FTGLOutlineFontImpl.h \
FTFont/FTGLPixmapFont.cpp \
FTFont/FTGLPixmapFontImpl.h \
FTFont/FTGLPolygonFont.cpp \
FTFont/FTGLPolygonFontImpl.h \
FTFont/FTGLTextureFont.cpp \
FTFont/FTGLTextureFontImpl.h \
$(NULL)
ftlayout_sources = \
FTLayout/FTLayout.cpp \
FTLayout/FTLayoutImpl.h \
FTLayout/FTLayoutGlue.cpp \
FTLayout/FTSimpleLayout.cpp \
FTLayout/FTSimpleLayoutImpl.h \
$(NULL)
NULL =