00001 # Prerequisite: ERLANG_TOOLS_TOP must be set.
00002
00003
00004 # Project section.
00005
00006 # PROJECT_NAME should be defined on a per-project basis.
00007 ifndef PROJECT_NAME
00008 PROJECT_NAME = Tools
00009 endif
00010
00011
00012 # PROJECT_VERSION should be defined on a per-project basis.
00013 ifndef PROJECT_VERSION
00014 PROJECT_VERSION = 0.1
00015 endif
00016
00017
00018 ifndef PACKAGE_NAME
00019 PACKAGE_NAME = tools
00020 endif
00021
00022
00023 ifndef PACKAGE_TOP
00024 PACKAGE_TOP = $(ERLANG_TOOLS_TOP)
00025 endif
00026
00027
00028 TRACES_TOP = $(ERLANG_TOOLS_TOP)/../traces
00029