(ScrollView)Found issue with change made in previous patch for overshoot enabling
[platform/core/uifw/dali-toolkit.git] / build / slp / dali-toolkit-base / Makefile.am
1 #
2 # Copyright (c) 2014 Samsung Electronics Co., Ltd.
3 #
4 # Licensed under the Flora License, Version 1.0 (the License);
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://floralicense.org/license/
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an AS IS BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 # Build the Dali Toolkit Base library
18
19 # Base files
20 toolkit_base_images_dir = ../../../base/dali-toolkit/images
21 toolkit_base_src_dir    = ../../../base/dali-toolkit/internal
22 public_api_base_src_dir = ../../../base/dali-toolkit/public-api
23
24 include ../../../base/dali-toolkit/images/file.list
25 include ../../../base/dali-toolkit/internal/file.list
26 include ../../../base/dali-toolkit/public-api/file.list
27
28 #resources_dir = ../../../resources
29 #daliimagedir = ${dataReadOnlyDir}/toolkit/images/
30 #daliimage_DATA = ${dali_toolkit_base_image_files}
31
32 # The Base library
33 lib_LTLIBRARIES = libdali-toolkit-base.la
34
35 libdali_toolkit_base_la_SOURCES = \
36                      $(toolkit_base_src_files) \
37                      $(public_api_base_src_files)
38
39 libdali_toolkit_base_la_DEPENDENCIES =
40
41 libdali_toolkit_base_la_CXXFLAGS = -DDALI_COMPILATION \
42                       -DDALI_IMAGE_DIR="\"${daliimagedir}\"" \
43                       -Werror -Wall \
44                       -I../../../base \
45                       -I../../../capi \
46                       $(DALI_TOOLKIT_CFLAGS) \
47                       $(DALICORE_CFLAGS) \
48                       $(DALI_CFLAGS) \
49                       $(DLOG_CFLAGS) \
50                       $(FRIBIDI_CFLAGS) \
51                       $(HTMLCXX_CFLAGS)
52
53 libdali_toolkit_base_la_LIBADD = \
54                       $(DALICORE_LIBS) \
55                       $(DALI_LIBS) \
56                       $(DLOG_LIBS) \
57                       $(FRIBIDI_LIBS) \
58                       $(HTMLCXX_LIBS)
59