Hash :
d6a2d851
Author :
Date :
2008-04-13T21:14:44
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
lib_LTLIBRARIES = libftgl.la
libftgl_la_SOURCES = \
FTBitmapGlyph.cpp \
FTCharmap.cpp \
FTContour.cpp \
FTExtrdGlyph.cpp \
FTFace.cpp \
FTFont.cpp \
FTGLBitmapFont.cpp \
FTGLExtrdFont.cpp \
FTGLOutlineFont.cpp \
FTGLPixmapFont.cpp \
FTGLPolygonFont.cpp \
FTGLTextureFont.cpp \
FTGlyph.cpp \
FTGlyphContainer.cpp \
FTGlue.cpp \
FTLibrary.cpp \
FTOutlineGlyph.cpp \
FTPixmapGlyph.cpp \
FTPoint.cpp \
FTPolyGlyph.cpp \
FTSimpleLayout.cpp \
FTSize.cpp \
FTTextureGlyph.cpp \
FTVectoriser.cpp \
$(ftgl_HEADERS)
libftgl_la_CPPFLAGS = -I$(top_srcdir)/include
libftgl_la_CXXFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
libftgl_la_LDFLAGS = $(FT2_LIBS) $(GL_LIBS)
ftgldir = $(includedir)/FTGL
ftgl_HEADERS = \
../include/FTBBox.h \
../include/FTBitmapGlyph.h \
../include/FTCharToGlyphIndexMap.h \
../include/FTCharmap.h \
../include/FTContour.h \
../include/FTExtrdGlyph.h \
../include/FTFace.h \
../include/FTFont.h \
../include/FTGL.h \
../include/FTGLBitmapFont.h \
../include/FTGLExtrdFont.h \
../include/FTGLOutlineFont.h \
../include/FTGLPixmapFont.h \
../include/FTGLPolygonFont.h \
../include/FTGLTextureFont.h \
../include/FTGlyph.h \
../include/FTGlyphContainer.h \
../include/FTLayout.h \
../include/FTLibrary.h \
../include/FTList.h \
../include/FTOutlineGlyph.h \
../include/FTPixmapGlyph.h \
../include/FTPoint.h \
../include/FTPolyGlyph.h \
../include/FTSimpleLayout.h \
../include/FTSize.h \
../include/FTTextureGlyph.h \
../include/FTVector.h \
../include/FTVectoriser.h