Hash :
b81733e4
Author :
Date :
2008-04-29T15:44:42
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
lib_LTLIBRARIES = libftgl.la
libftgl_la_SOURCES = \
FTBBox.h \
FTBitmapGlyph.cpp FTBitmapGlyph.h \
FTCharmap.cpp FTCharmap.h \
FTCharToGlyphIndexMap.h \
FTContour.cpp FTContour.h \
FTExtrdGlyph.cpp FTExtrdGlyph.h \
FTFace.cpp FTFace.h \
FTFont.cpp FTFontImpl.h \
FTFontGlue.cpp \
FTGLBitmapFont.cpp FTGLBitmapFontImpl.h \
FTGLExtrdFont.cpp FTGLExtrdFontImpl.h \
FTGLOutlineFont.cpp FTGLOutlineFontImpl.h \
FTGLPixmapFont.cpp FTGLPixmapFontImpl.h \
FTGLPolygonFont.cpp FTGLPolygonFontImpl.h \
FTGLTextureFont.cpp FTGLTextureFontImpl.h \
FTGlyph.cpp FTGlyph.h \
FTGlyphContainer.cpp FTGlyphContainer.h \
FTGlyphGlue.cpp \
FTLayout.cpp FTLayoutImpl.h \
FTLayoutGlue.cpp \
FTLibrary.cpp FTLibrary.h \
FTList.h \
FTOutlineGlyph.cpp FTOutlineGlyph.h \
FTPixmapGlyph.cpp FTPixmapGlyph.h \
FTPoint.cpp FTPoint.h \
FTPolyGlyph.cpp FTPolyGlyph.h \
FTSimpleLayout.cpp FTSimpleLayoutImpl.h \
FTSize.cpp FTSize.h \
FTTextureGlyph.cpp FTTextureGlyph.h \
FTVector.h \
FTVectoriser.cpp FTVectoriser.h \
$(ftgl_HEADERS)
libftgl_la_CPPFLAGS = -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 = \
../include/ftgl.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}
NULL =