diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /make/otp_ded.mk.in | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'make/otp_ded.mk.in')
-rw-r--r-- | make/otp_ded.mk.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/make/otp_ded.mk.in b/make/otp_ded.mk.in new file mode 100644 index 0000000000..0a91a42df5 --- /dev/null +++ b/make/otp_ded.mk.in @@ -0,0 +1,22 @@ +#-*-makefile-*- ; force emacs to enter makefile-mode +# ---------------------------------------------------- +# Make include file for otp +# +# Copyright (C) 1996, Ericsson Telecommunications +# Author: Lars Thorsen +# ---------------------------------------------------- +DED_CC = @CC@ +DED_LD = @DED_LD@ +DED_LDFLAGS = @DED_LDFLAGS@ +DED__NOWARN_CFLAGS = @DED_CFLAGS@ +DED_CFLAGS = @WFLAGS@ @DED_CFLAGS@ +DED_LIBS = @LIBS@ +ERLANG_OSTYPE = @ERLANG_OSTYPE@ +TARGET = @host@ +PRIVDIR = ../priv +OBJDIR = $(PRIVDIR)/obj/$(TARGET) +LIBDIR = $(PRIVDIR)/lib/$(TARGET) +DED_SYS_INCLUDE = -I$(ERL_TOP)/erts/emulator/beam \ + -I$(ERL_TOP)/erts/emulator/sys/$(ERLANG_OSTYPE) + +DED_INCLUDES = $(DED_SYS_INCLUDE) |