view src/audlegacy/intl/Makefile @ 4848:b2ee645f3e59

Hook up the equalizer (bug #24)
author John Lindgren <john.lindgren@tds.net>
date Sun, 12 Apr 2009 23:03:39 -0400
parents 7bf7f83a217e
children
line wrap: on
line source

STATIC_LIB_NOINST = libintl.a
SRCS = bindtextdom.c	\
       dcgettext.c	\
       dgettext.c	\
       gettext.c	\
       finddomain.c	\
       loadmsgcat.c	\
       localealias.c	\
       textdomain.c	\
       l10nflist.c	\
       explodename.c	\
       dcigettext.c	\
       dcngettext.c	\
       dngettext.c	\
       ngettext.c	\
       plural.c		\
       plural-exp.c	\
       localcharset.c	\
       relocatable.c	\
       localename.c	\
       log.c		\
       osdep.c		\
       os2compat.c	\
       intl-compat.c  

include ../../../buildsys.mk
include ../../../extra.mk

localedir = ${datadir)}locale
gettextsrcdir = ${datadir}/gettext/intl
aliaspath = ${localedir}

DEFS += -DLOCALEDIR=\"${localedir}\" -DLOCALE_ALIAS_PATH=\"${aliaspath}\" \
	-DLIBDIR=\"${libdir}\" -DIN_LIBINTL \
	-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"${libdir}\" -DINSTALLPREFIX=\"${libdir}\" -DNO_XMALLOC \
	-Dset_relocation_prefix=libintl_set_relocation_prefix \
	-Drelocate=libintl_relocate \
	-DDEPENDS_ON_LIBICONV=1

CPPFLAGS += -I../../.. -I../.. -I. ${DEFS}