1#
2# %CopyrightBegin%
3#
4# Copyright Ericsson AB 2003-2016. All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10#     http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18# %CopyrightEnd%
19#
20
21include $(ERL_TOP)/make/target.mk
22include $(ERL_TOP)/make/$(TARGET)/otp.mk
23
24#
25# Macros
26#
27
28ifeq ($(findstring linux,$(TARGET)),linux)
29SUB_DIRECTORIES = doc/src src priv
30else
31ifeq ($(findstring solaris,$(TARGET)),solaris)
32SUB_DIRECTORIES = doc/src src priv
33else
34SUB_DIRECTORIES = doc/src src priv
35endif
36endif
37
38include vsn.mk
39VSN = $(COMMON_TEST_VSN)
40
41SPECIAL_TARGETS =
42
43#
44# Default Subdir Targets
45#
46include $(ERL_TOP)/make/otp_subdir.mk
47
48DIA_PLT_APPS=compiler tools crypto runtime_tools syntax_tools ftp inets \
49	debugger sasl snmp ssh reltool observer xmerl
50
51include $(ERL_TOP)/make/app_targets.mk
52