summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-20 10:06:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-20 10:06:18 +0000
commitcfda34b0f42ecfdb81d20323747c36392154f7dc (patch)
tree09502ff6ae7a6a19d250207c7c30045ae6ac7ed7 /Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge
parentab6390c41ba59dbdb0ebae4d25c72aa6dd9958de (diff)
LuaTeX: Drop unused files
git-svn-id: svn://tug.org/texlive/trunk@29441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge')
-rw-r--r--Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/Makefile.in71
1 files changed, 0 insertions, 71 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/Makefile.in b/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/Makefile.in
deleted file mode 100644
index 03eb261b484..00000000000
--- a/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/Makefile.in
+++ /dev/null
@@ -1,71 +0,0 @@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-sharedir = @prefix@/share/fontforge
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = ..
-VPATH = @srcdir@
-bindir = @bindir@
-libdir = @libdir@
-plugindir = $(sharedir)/plugins
-
-LIBTOOL = @LIBTOOL@
-CC = @CC@
-O = @O_EXTENSION@
-
-STATIC_LIBS = @STATIC_LIBS@
-
-FF_VERSION=1
-FF_REVISION=0
-FF_AGE=0
-
-fontforge_LIBOBJECTS = autohint.$O \
- clipnoui.$O cvundoes.$O dumppfa.$O \
- encoding.$O \
- featurefile.$O fontviewbase.$O fvcomposit.$O fvfonts.$O \
- lookups.$O macbinary.$O \
- macenc.$O mathconstants.$O mm.$O namelist.$O noprefs.$O nouiutil.$O \
- parsepfa.$O \
- parsettfatt.$O parsettf.$O parsettfvar.$O \
- psread.$O pua.$O python.$O \
- sfd1.$O splinechar.$O splinefill.$O \
- splinefont.$O splineorder2.$O splineoverlap.$O splinerefigure.$O \
- splinesave.$O splinesaveafm.$O splinestroke.$O splineutil2.$O splineutil.$O \
- start.$O stemdb.$O tottfaat.$O tottfgpos.$O tottf.$O \
- ttfspecial.$O
-
-_CFLAGS = -I$(top_builddir)/inc -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(XCFLAGS)\
- @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \
- @CPPFLAGS@ '-DPREFIX="@prefix@"'
-CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS)
-
-LDFLAGS = @LDFLAGS@
-LIBLIBS = -rpath $(libdir) ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
-
-../libfontforge.la: $(fontforge_LIBOBJECTS) libstamp.pre
- sed -e '1,$$ s/REPLACE_ME_WITH_MAJOR_VERSION/$(FF_VERSION)/' -e '1,$$ s/REPLACE_ME_WITH_MINOR_VERSION/$(FF_REVISION)/' < $(srcdir)/libstamp.pre > libstamp.c
- $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c libstamp.c
- $(LIBTOOL) --mode=link $(CC) -no-undefined $(CFLAGS) @LDFLAGS@ \
- -o ../libfontforge.la $(fontforge_LIBOBJECTS) libstamp.lo \
- -rpath $(libdir) -version-info $(FF_VERSION):$(FF_REVISION):$(FF_AGE)
-
-%.o: %.c
-
-%.o: %.c $(srcdir)/splinefont.h $(srcdir)/views.h $(srcdir)/stemdb.h $(srcdir)/ttf.h $(srcdir)/unicoderange.h $(srcdir)/psfont.h $(srcdir)/edgelist.h $(srcdir)/edgelist2.h $(srcdir)/uiinterface.h $(srcdir)/fontforgevw.h
- $(CC) $(CFLAGS) -c $<
-
-%.lo: %.c
-
-%.lo: %.c $(srcdir)/splinefont.h $(srcdir)/views.h $(srcdir)/stemdb.h $(srcdir)/ttf.h $(srcdir)/unicoderange.h $(srcdir)/psfont.h $(srcdir)/edgelist.h $(srcdir)/edgelist2.h $(srcdir)/uiinterface.h $(srcdir)/fontforgevw.h
- $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $<
-
-clean:
- -rm -f ../libfontforge.la libstamp.c
- -rm -f *.o
- -rm -f *.lo
- -rm -rf .libs
-
-distclean cleaner: clean
- -rm -f Makefile
-