misc fixes to get rrdtool working without included libraries.
[rrdtool.git] / libraries / freetype-2.0.5 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # preparation
3 # cp src/*/*.c .
4 # cp src/*/*.h include
5
6 noinst_LTLIBRARIES  = librrd_freetype.la
7
8
9 librrd_freetype_la_SOURCES = \
10         ahangles.c      ahglyph.c       ahglobal.c      ahhint.c        ahmodule.c\
11         cff.c ftglyph.c winfnt.c\
12         ftcalc.c        fttrigon.c      ftobjs.c        ftstream.c      ftlist.c\
13         ftoutln.c       ftnames.c       ftextend.c      ftlru.c         ftcmanag.c\
14         ftcglyph.c      ftcchunk.c      ftcimage.c      ftcsbits.c      pcfutil.c\
15         pcfread.c       pcfdriver.c     psobjs.c        psauxmod.c      t1decode.c\
16         psmodule.c      ftraster.c      ftrend1.c       ttload.c        ttcmap.c\
17         sfobjs.c        sfdriver.c      ttsbit.c        ttpost.c        ftgrays.c\
18         ftsmooth.c      ttdriver.c      ttpload.c       ttgload.c       ttobjs.c\
19         ttinterp.c      t1parse.c       t1load.c        t1objs.c        t1driver.c\
20         t1gload.c       t1afm.c         cidparse.c      cidload.c       cidobjs.c\
21         cidriver.c      cidgload.c      ftinit.c        ftsystem.c
22
23 EXTRA_DIST= README ChangeLog cffdrivr.c      cffparse.c      cffload.c       cffobjs.c       cffgload.c
24
25 INCLUDES = -I$(srcdir)/include