~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/snmp/test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#<copyright>
2
 
# <year>1997-2008</year>
3
 
# <holder>Ericsson AB, All Rights Reserved</holder>
4
 
#</copyright>
5
 
#<legalnotice>
 
1
#-*-makefile-*-   ; force emacs to enter makefile-mode
 
2
 
 
3
# %CopyrightBegin%
 
4
 
5
# Copyright Ericsson AB 1997-2009. All Rights Reserved.
 
6
6
7
# The contents of this file are subject to the Erlang Public License,
7
8
# Version 1.1, (the "License"); you may not use this file except in
8
9
# compliance with the License. You should have received a copy of the
9
10
# Erlang Public License along with this software. If not, it can be
10
11
# retrieved online at http://www.erlang.org/.
11
 
#
 
12
12
13
# Software distributed under the License is distributed on an "AS IS"
13
14
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
14
15
# the License for the specific language governing rights and limitations
15
16
# under the License.
16
 
#
17
 
# The Initial Developer of the Original Code is Ericsson AB.
18
 
#</legalnotice>
19
 
#
 
17
 
18
# %CopyrightEnd%
20
19
 
21
20
include $(ERL_TOP)/make/target.mk
22
21
include $(ERL_TOP)/make/$(TARGET)/otp.mk
23
22
 
24
23
 
25
24
# ----------------------------------------------------
 
25
# Application version
 
26
# ----------------------------------------------------
 
27
include ../vsn.mk
 
28
 
 
29
VSN = $(SNMP_VSN)
 
30
 
 
31
 
 
32
# ----------------------------------------------------
26
33
# Target Specs
27
34
# ----------------------------------------------------
28
35
 
142
149
                     -I$(ERL_TOP)/lib/test_server/include \
143
150
                     -I../include \
144
151
                     -Dsnmp_test_data=snmp_test_data \
 
152
                     -Dversion=\"$(VSN)$(PRE_VSN)\" \
 
153
                     +'{parse_transform,sys_pre_attributes}' \
 
154
                     +'{attribute,insert,app_vsn,$(APP_VSN)}' \
145
155
                     $(SNMP_FLAGS)
146
156
 
147
157
ERL_SNMP_FLAGS = $(SNMP_MIB_FLAGS) \