1#-*-makefile-*-   ; force emacs to enter makefile-mode
2# ----------------------------------------------------
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2009-2013. All Rights Reserved.
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11#     http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# %CopyrightEnd%
20
21# The version.
22#
23# Note that it is important that the version is
24# explicitly expressed here. Some applications need to
25# be able to check this value *before* configure has
26# been run and generated otp_ded.mk
27DED_MK_VSN = 2
28# ----------------------------------------------------
29# Variables needed for building Dynamic Erlang Drivers
30# ----------------------------------------------------
31DED_CC = @DED_CC@
32DED_GCC = @DED_GCC@
33DED_LD = @DED_LD@
34DED_LDFLAGS = @DED_LDFLAGS@
35DED_BASIC_CFLAGS = @DED_CFLAGS@
36DED_THR_DEFS = @DED_THR_DEFS@
37DED_WERRORFLAGS = @DED_WERRORFLAGS@
38DED_WARN_FLAGS = @DED_WARN_FLAGS@
39DED_CFLAGS = @DED_CFLAGS@
40DED_LD_FLAG_RUNTIME_LIBRARY_PATH = @DED_LD_FLAG_RUNTIME_LIBRARY_PATH@
41DED_STATIC_CFLAGS = @DED_STATIC_CFLAGS@
42DED_LIBS = @DED_LIBS@
43DED_EXT = @DED_EXT@
44DED_OSTYPE = @DED_OSTYPE@
45PRIVDIR = ../priv
46OBJDIR = $(PRIVDIR)/obj/$(TARGET)
47LIBDIR = $(PRIVDIR)/lib/$(TARGET)
48DED_SYS_INCLUDE = @DED_SYS_INCLUDE@
49DED_INCLUDES = @DED_INCLUDE@
50