~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/am/luafontforge.am

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## texk/web2c/luatexdir/am/luafontforge.am: Makefile fragment for libff.
2
2
##
3
 
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
 
3
## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
4
4
## You may freely use, modify and/or distribute this file.
5
5
 
6
6
## luafontforge
9
9
 
10
10
libff_a_DEPENDENCIES = libluamisc.a
11
11
 
12
 
$(libff_a_OBJECTS): libluamisc.a
 
12
$(libff_a_OBJECTS): $(libff_a_DEPENDENCIES)
13
13
 
14
14
libff_a_CPPFLAGS = \
15
15
        -DFONTFORGE_CONFIG_NO_WINDOWING_UI=1 -DLUA_FF_LIB=1 \
18
18
        -I$(top_srcdir)/luatexdir/lua51 \
19
19
        -I$(top_srcdir)/luatexdir/luafontloader/fontforge/inc \
20
20
        -I$(top_srcdir)/luatexdir/luafontloader/fontforge/fontforge
 
21
libff_a_CFLAGS = # $(WARNING_CFLAGS)
21
22
 
22
23
libff_a_SOURCES = \
23
24
        luatexdir/luafontloader/fontforge/Unicode/ArabicForms.c \