1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

ELBuildized intl/. Final nail in automake's coffin.

This commit is contained in:
Petr Baudis 2005-09-16 13:38:05 +02:00
parent 68b55a8fcb
commit 03c2fb116d
3 changed files with 15 additions and 19 deletions

View File

@ -1325,7 +1325,6 @@ AC_OUTPUT([ \
contrib/elinks.spec \
contrib/lua/hooks.lua \
contrib/conv/w3m2links.awk \
src/intl/Makefile \
src/intl/gettext/ref-add.sed \
src/intl/gettext/ref-del.sed
])

15
src/intl/Makefile Normal file
View File

@ -0,0 +1,15 @@
path_to_top=../..
include $(path_to_top)/Makefile.config
ifeq ($(CONFIG_NLS),yes)
gettextdir = gettext
endif
SUBDIRS = $(gettextdir)
OBJS = charsets.o
all-l: libintl.a
libintl.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -1,18 +0,0 @@
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.13 2005/01/05 14:37:44 jonas Exp $
include $(top_srcdir)/Makefile.base
if CONFIG_NLS
gettextdir = gettext
endif
SUBDIRS = $(gettextdir)
noinst_LIBRARIES = libintl.a
libintl_a_SOURCES = \
charsets.c \
charsets.h \
codepage.inc \
entity.inc \
uni_7b.inc