summaryrefslogtreecommitdiff
path: root/lily
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-12-02 00:14:28 +0100
committerWerner Lemberg <wl@gnu.org>2008-12-02 00:14:28 +0100
commit401c5c91b9a33dccc472fd58700a8a9f7f6af8a3 (patch)
tree725daf1452590810f65be76f0544fe81da012dae /lily
parent82133f77b5708a4f58b1dfc5c61e54a2d9e4bb9d (diff)
Remove last traces of kpathsea library.
Diffstat (limited to 'lily')
-rw-r--r--lily/GNUmakefile4
-rw-r--r--lily/include/kpath.hh17
-rw-r--r--lily/include/lily-guile.hh1
3 files changed, 0 insertions, 22 deletions
diff --git a/lily/GNUmakefile b/lily/GNUmakefile
index 3b13b8a6d9..508020c039 100644
--- a/lily/GNUmakefile
+++ b/lily/GNUmakefile
@@ -19,9 +19,6 @@ OUT_DIST_FILES=$(addprefix $(outdir)/,parser.hh parser.cc)
include $(depth)/make/stepmake.make
-ifeq ($(HAVE_LIBKPATHSEA_SO),no)
-MODULE_LDFLAGS += $(KPATHSEA_LIBS)
-endif
ifeq ($(LINK_GXX_STATICALLY),yes)
MODULE_LDFLAGS += -L$(outdir) -static-libgcc
endif
@@ -80,7 +77,6 @@ $(outdir)/lexer.cc: $(config_h)
$(outdir)/parser.cc: $(config_h)
$(outdir)/general-scheme.o: $(outdir)/version.hh
-$(outdir)/kpath.o: $(outdir)/version.hh
$(outdir)/lily-guile.o: $(outdir)/version.hh
$(outdir)/lily-version.o: $(outdir)/version.hh
diff --git a/lily/include/kpath.hh b/lily/include/kpath.hh
deleted file mode 100644
index ddf60094fe..0000000000
--- a/lily/include/kpath.hh
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- kpath.hh -- declare kpathsea functions.
-
- source file of the GNU LilyPond music typesetter
-
- (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
-*/
-
-#ifndef KPATH_HH
-#define KPATH_HH
-
-#include "std-string.hh"
-
-string kpathsea_find_tfm (char const *name);
-
-#endif /* KPATH_HH */
-
diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh
index f8f2b0de0d..8c241aeb61 100644
--- a/lily/include/lily-guile.hh
+++ b/lily/include/lily-guile.hh
@@ -151,7 +151,6 @@ SCM ly_unique (SCM lst);
SCM ly_list_qsort_uniq_x (SCM lst);
SCM ly_output_formats ();
-SCM ly_kpathsea_find_file (SCM);
/*
snarfing.