comparison Makefile @ 157:8fc887cb56d0

Implement iconv support for converting from PSID de-facto latin-1/ISO-8859-* to whatever we are using currently (default to UTF-8). Support for iconv can be turned off via compile-time define (see Makefile).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Oct 2017 01:46:34 +0300
parents d73b74602759
children a5bc27d26174
comparison
equal deleted inserted replaced
156:717d143612e2 157:8fc887cb56d0
8 8
9 BINTOOL_PREFIX = 9 BINTOOL_PREFIX =
10 10
11 CFLAGS += -DHAVE_CONFIG_H 11 CFLAGS += -DHAVE_CONFIG_H
12 LDFLAGS += 12 LDFLAGS +=
13
14 CFLAGS += -DHAVE_ICONV
13 15
14 CFLAGS += -DHAVE_STRING_H 16 CFLAGS += -DHAVE_STRING_H
15 CFLAGS += -DHAVE_STDINT_H 17 CFLAGS += -DHAVE_STDINT_H
16 #CFLAGS += -DHAVE_SYS_TYPES_H 18 #CFLAGS += -DHAVE_SYS_TYPES_H
17 CFLAGS += -DHAVE_INTTYPES_H 19 CFLAGS += -DHAVE_INTTYPES_H