comparison src/audacious/intl/Makefile @ 3535:9ddf21ab5c84 trunk

Transit to Mk2.
author William Pitcock <nenolod@atheme.org>
date Mon, 17 Sep 2007 13:10:19 -0500
parents e50fd4eefa5f
children 625af2797f35
comparison
equal deleted inserted replaced
3534:10990786a090 3535:9ddf21ab5c84
1 include ../../../mk/rules.mk 1 SRCS = \
2 include ../../../mk/init.mk
3
4 localedir = $(datadir)/locale
5 gettextsrcdir = $(datadir)/gettext/intl
6 aliaspath = $(localedir)
7
8 OBJECTIVE_LIBS_NOINST = libintl.a
9
10 DEFS += -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
11 -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \
12 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \
13 -Dset_relocation_prefix=libintl_set_relocation_prefix \
14 -Drelocate=libintl_relocate \
15 -DDEPENDS_ON_LIBICONV=1
16
17 CFLAGS += $(PICFLAGS) -I../../.. -I../.. -I. $(DEFS)
18
19 SOURCES = \
20 bindtextdom.c \ 2 bindtextdom.c \
21 dcgettext.c \ 3 dcgettext.c \
22 dgettext.c \ 4 dgettext.c \
23 gettext.c \ 5 gettext.c \
24 finddomain.c \ 6 finddomain.c \
39 log.c \ 21 log.c \
40 osdep.c \ 22 osdep.c \
41 os2compat.c \ 23 os2compat.c \
42 intl-compat.c 24 intl-compat.c
43 25
44 OBJECTS = ${SOURCES:.c=.o} 26 STATIC_LIB_NOINST = libintl.a
45 27
46 include ../../../mk/objective.mk 28 include ../../../buildsys.mk
29 include ../../../extra.mk
30
31 localedir = $(datadir)/locale
32 gettextsrcdir = $(datadir)/gettext/intl
33 aliaspath = $(localedir)
34
35 DEFS += -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
36 -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \
37 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \
38 -Dset_relocation_prefix=libintl_set_relocation_prefix \
39 -Drelocate=libintl_relocate \
40 -DDEPENDS_ON_LIBICONV=1
41
42 CPPFLAGS += -I../../.. -I../.. -I. $(DEFS)