comparison src/audacious/intl/Makefile @ 3572:625af2797f35 trunk

Clean up Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 19 Sep 2007 17:32:47 +0200
parents 9ddf21ab5c84
children
comparison
equal deleted inserted replaced
3571:cfb56cc47f9f 3572:625af2797f35
1 SRCS = \
2 bindtextdom.c \
3 dcgettext.c \
4 dgettext.c \
5 gettext.c \
6 finddomain.c \
7 loadmsgcat.c \
8 localealias.c \
9 textdomain.c \
10 l10nflist.c \
11 explodename.c \
12 dcigettext.c \
13 dcngettext.c \
14 dngettext.c \
15 ngettext.c \
16 plural.c \
17 plural-exp.c \
18 localcharset.c \
19 relocatable.c \
20 localename.c \
21 log.c \
22 osdep.c \
23 os2compat.c \
24 intl-compat.c
25
26 STATIC_LIB_NOINST = libintl.a 1 STATIC_LIB_NOINST = libintl.a
2 SRCS = bindtextdom.c \
3 dcgettext.c \
4 dgettext.c \
5 gettext.c \
6 finddomain.c \
7 loadmsgcat.c \
8 localealias.c \
9 textdomain.c \
10 l10nflist.c \
11 explodename.c \
12 dcigettext.c \
13 dcngettext.c \
14 dngettext.c \
15 ngettext.c \
16 plural.c \
17 plural-exp.c \
18 localcharset.c \
19 relocatable.c \
20 localename.c \
21 log.c \
22 osdep.c \
23 os2compat.c \
24 intl-compat.c
27 25
28 include ../../../buildsys.mk 26 include ../../../buildsys.mk
29 include ../../../extra.mk 27 include ../../../extra.mk
30 28
31 localedir = $(datadir)/locale 29 localedir = ${datadir)}locale
32 gettextsrcdir = $(datadir)/gettext/intl 30 gettextsrcdir = ${datadir}/gettext/intl
33 aliaspath = $(localedir) 31 aliaspath = ${localedir}
34 32
35 DEFS += -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ 33 DEFS += -DLOCALEDIR=\"${localedir}\" -DLOCALE_ALIAS_PATH=\"${aliaspath}\" \
36 -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \ 34 -DLIBDIR=\"${libdir}\" -DIN_LIBINTL \
37 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \ 35 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"${libdir}\" -DINSTALLPREFIX=\"${libdir}\" -DNO_XMALLOC \
38 -Dset_relocation_prefix=libintl_set_relocation_prefix \ 36 -Dset_relocation_prefix=libintl_set_relocation_prefix \
39 -Drelocate=libintl_relocate \ 37 -Drelocate=libintl_relocate \
40 -DDEPENDS_ON_LIBICONV=1 38 -DDEPENDS_ON_LIBICONV=1
41 39
42 CPPFLAGS += -I../../.. -I../.. -I. $(DEFS) 40 CPPFLAGS += -I../../.. -I../.. -I. ${DEFS}