Home | History | Annotate | Download | only in hb-icu-le
      1 ## Process this file with automake to produce Makefile.in
      2 
      3 noinst_LTLIBRARIES = libhb-icu-le.la
      4 
      5 
      6 libhb_icu_le_la_SOURCES = \
      7 	FontTableCache.cpp \
      8 	FontTableCache.h \
      9 	PortableFontInstance.cpp \
     10 	PortableFontInstance.h \
     11 	cmaps.cpp \
     12 	cmaps.h \
     13 	letest.h \
     14 	sfnt.h
     15 libhb_icu_le_la_CPPFLAGS = \
     16 	-I$(top_srcdir) \
     17 	-I$(top_srcdir)/src \
     18 	-I$(top_builddir)/src \
     19 	$(ICU_LE_CFLAGS)
     20 libhb_icu_le_la_LIBADD = \
     21 	$(ICU_LE_LIBS)
     22 
     23 EXTRA_DIST = README license.html COPYING
     24 
     25 -include $(top_srcdir)/git.mk
     26