aboutsummaryrefslogtreecommitdiff
path: root/dist/build/config.make
blob: 8731187765b307f206b5f32de5b9a84f8aa6a67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# file      : build/config.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2008-2011 Code Synthesis Tools CC
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#
# DO NOT edit this file. Use config/config.make instead.
#

include $(root)/config/config.make

# Strip user-specified parameters of leading/trailing whitespaces.
#
XSDE_PLATFORM := $(strip $(XSDE_PLATFORM))
XSDE_ARCH_WIDTH := $(strip $(XSDE_ARCH_WIDTH))
XSDE_BYTEORDER := $(strip $(XSDE_BYTEORDER))
XSDE_ENCODING := $(strip $(XSDE_ENCODING))
XSDE_STL := $(strip $(XSDE_STL))
XSDE_STL_ITERATOR := $(strip $(XSDE_STL_ITERATOR))
XSDE_IOSTREAM := $(strip $(XSDE_IOSTREAM))
XSDE_EXCEPTIONS := $(strip $(XSDE_EXCEPTIONS))
XSDE_LONGLONG := $(strip $(XSDE_LONGLONG))
XSDE_SNPRINTF := $(strip $(XSDE_SNPRINTF))
XSDE_PARSER_VALIDATION := $(strip $(XSDE_PARSER_VALIDATION))
XSDE_SERIALIZER_VALIDATION := $(strip $(XSDE_SERIALIZER_VALIDATION))
XSDE_REGEXP := $(strip $(XSDE_REGEXP))
XSDE_REUSE_STYLE := $(strip $(XSDE_REUSE_STYLE))
XSDE_CUSTOM_ALLOCATOR := $(strip $(XSDE_CUSTOM_ALLOCATOR))
XSDE_DEFAULT_ALLOCATOR := $(strip $(XSDE_DEFAULT_ALLOCATOR))
XSDE_CDR := $(strip $(XSDE_CDR))
XSDE_XDR := $(strip $(XSDE_XDR))
XSDE_POLYMORPHIC := $(strip $(XSDE_POLYMORPHIC))
XSDE_PARSER_SMAP_BUCKETS := $(strip $(XSDE_PARSER_SMAP_BUCKETS))
XSDE_PARSER_IMAP_BUCKETS := $(strip $(XSDE_PARSER_IMAP_BUCKETS))
XSDE_SERIALIZER_SMAP_BUCKETS := $(strip $(XSDE_SERIALIZER_SMAP_BUCKETS))
XSDE_SERIALIZER_SMAP_BUCKET_BUCKETS := $(strip $(XSDE_SERIALIZER_SMAP_BUCKET_BUCKETS))
XSDE_SERIALIZER_IMAP_BUCKETS := $(strip $(XSDE_SERIALIZER_IMAP_BUCKETS))