view font/Makefile.am @ 56:c7bcc0ec2267

* replaced Grp and Text classes by the TextImpl and GrpImpl ones * splitted scn2k.h into smaller header files * moved some definitions from scn2k_*.cc to the header files * moved opcode implementation to scn2k_*impl.cc
author thib
date Thu, 30 Apr 2009 19:05:09 +0000
parents 759202cf1756
children
line wrap: on
line source

noinst_LIBRARIES = libfont.a
libfont_a_SOURCES = font_face.cc font_peer_fn.cc font_peer_ft2.cc \
                    font_peer_x11.cc font_layout.cc codeconv.cc text_stream.cc \
                    codeconv.h codeconv_tbl.h font_face.h font.h font_peer.h text.h

INCLUDES = @FT2_CFLAGS@

AM_CPPFLAGS = @CFLAGS@ @DEFS@

LDADD = @LDFLAGS@ @FT2_LIBS@ @LIBS@