aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/priv
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/debugger/priv
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/debugger/priv')
-rw-r--r--lib/debugger/priv/Makefile62
-rw-r--r--lib/debugger/priv/debugger.gifbin0 -> 647 bytes
-rw-r--r--lib/debugger/priv/debugger.tool6
-rw-r--r--lib/debugger/priv/erlang_bug.pngbin0 -> 2632 bytes
4 files changed, 68 insertions, 0 deletions
diff --git a/lib/debugger/priv/Makefile b/lib/debugger/priv/Makefile
new file mode 100644
index 0000000000..1036a5666b
--- /dev/null
+++ b/lib/debugger/priv/Makefile
@@ -0,0 +1,62 @@
+#
+# %CopyrightBegin%
+#
+# Copyright Ericsson AB 1997-2009. All Rights Reserved.
+#
+# The contents of this file are subject to the Erlang Public License,
+# Version 1.1, (the "License"); you may not use this file except in
+# compliance with the License. You should have received a copy of the
+# Erlang Public License along with this software. If not, it can be
+# retrieved online at http://www.erlang.org/.
+#
+# Software distributed under the License is distributed on an "AS IS"
+# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+# the License for the specific language governing rights and limitations
+# under the License.
+#
+# %CopyrightEnd%
+#
+
+#
+include $(ERL_TOP)/make/target.mk
+include $(ERL_TOP)/make/$(TARGET)/otp.mk
+
+include ../vsn.mk
+VSN = $(DEBUGGER_VSN)
+
+# ----------------------------------------------------
+# Release directory specification
+# ----------------------------------------------------
+RELSYSDIR = $(RELEASE_PATH)/lib/debugger-$(VSN)
+
+#
+# Macros
+#
+TOOLBAR_FILES = \
+ debugger.tool \
+ debugger.gif \
+ erlang_bug.png
+
+#
+# Rules
+#
+
+debug opt:
+
+docs:
+
+clean:
+
+
+# ----------------------------------------------------
+# Release Target
+# ----------------------------------------------------
+include $(ERL_TOP)/make/otp_release_targets.mk
+
+release_spec: opt
+ $(INSTALL_DIR) $(RELSYSDIR)/priv
+ $(INSTALL_DATA) $(TOOLBAR_FILES) $(RELSYSDIR)/priv
+
+release_docs_spec:
+
+FORCE:
diff --git a/lib/debugger/priv/debugger.gif b/lib/debugger/priv/debugger.gif
new file mode 100644
index 0000000000..9d21e218c9
--- /dev/null
+++ b/lib/debugger/priv/debugger.gif
Binary files differ
diff --git a/lib/debugger/priv/debugger.tool b/lib/debugger/priv/debugger.tool
new file mode 100644
index 0000000000..413bf64f9f
--- /dev/null
+++ b/lib/debugger/priv/debugger.tool
@@ -0,0 +1,6 @@
+{version,"0.1"}.
+{{tool,"Debugger"},
+ {start,{debugger,start,[]}},
+ {icon,"debugger.gif"},
+ {message,"The Debugger"},
+ {html,"../doc/html/index.html"}}.
diff --git a/lib/debugger/priv/erlang_bug.png b/lib/debugger/priv/erlang_bug.png
new file mode 100644
index 0000000000..87c8279654
--- /dev/null
+++ b/lib/debugger/priv/erlang_bug.png
Binary files differ