summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/Makefile.am
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/ptexenc/Makefile.am
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.am')
-rw-r--r--Build/source/texk/ptexenc/Makefile.am49
1 files changed, 0 insertions, 49 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.am b/Build/source/texk/ptexenc/Makefile.am
deleted file mode 100644
index d7be34975cb..00000000000
--- a/Build/source/texk/ptexenc/Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
-## Makefile.am for the TeX Live subdirectory texk/ptexenc/
-##
-## Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-AM_CPPFLAGS = $(KPATHSEA_INCLUDES)
-AM_CFLAGS = $(WARNING_CFLAGS)
-
-lib_LTLIBRARIES = libptexenc.la
-
-libptexenc_la_CPPFLAGS = $(AM_CPPFLAGS) -DMAKE_PTENC_DLL
-
-libptexenc_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(PTEXENC_LT_VERSINFO)
-
-# Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h.
-#
-libptexenc_la_SOURCES = \
- jisx0208.h \
- kanjicnv.c \
- ptexenc.c \
- ptexenc/kanjicnv.h \
- ptexenc/unicode-jp.h \
- unicode-jp.c \
- unicode.c
-
-$(libptexenc_la_OBJECTS): $(KPATHSEA_DEPEND)
-
-libptexenc_la_LIBADD = $(KPATHSEA_LIBS)
-
-## Rebuild libkpathsea
-@KPATHSEA_RULE@
-
-nobase_include_HEADERS = \
- ptexenc/ptexenc.h \
- ptexenc/unicode.h
-
-pkgconfigdir = ${libdir}/pkgconfig
-
-pkgconfig_DATA = ptexenc.pc
-
-EXTRA_DIST = COPYRIGHT ChangeLog.jp
-
-# Rebuild
-rebuild_prereq =
-rebuild_target = all
-CLEANFILES =
-
-include $(srcdir)/../../am/rebuild.am
-