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

« back to all changes in this revision

Viewing changes to lib/common_test/priv/Makefile.in

  • 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
 
# ``The contents of this file are subject to the Erlang Public License,
 
1
#
 
2
# %CopyrightBegin%
 
3
 
4
# Copyright Ericsson AB 2003-2009. All Rights Reserved.
 
5
 
6
# The contents of this file are subject to the Erlang Public License,
2
7
# Version 1.1, (the "License"); you may not use this file except in
3
8
# compliance with the License. You should have received a copy of the
4
9
# Erlang Public License along with this software. If not, it can be
5
 
# retrieved via the world wide web at http://www.erlang.org/.
 
10
# retrieved online at http://www.erlang.org/.
6
11
7
12
# Software distributed under the License is distributed on an "AS IS"
8
13
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
9
14
# the License for the specific language governing rights and limitations
10
15
# under the License.
11
16
12
 
# The Initial Developer of the Original Code is Ericsson Utvecklings AB.
13
 
# Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
14
 
# AB. All Rights Reserved.''
15
 
16
 
#     $Id$
 
17
# %CopyrightEnd%
17
18
#
18
19
 
19
20
.PHONY : debug opt release clean distclean depend
57
58
#
58
59
FILES = vts.tool run_test.in
59
60
SCRIPTS = install.sh
60
 
SOLIBS = lib/$(TARGET)/erl_rx_driver.so
61
61
 
62
62
#
63
63
# Rules
84
84
ifeq ($(XNIX),true)
85
85
release_spec: opt
86
86
        $(INSTALL_DIR) $(RELSYSDIR)/priv/bin
87
 
        $(INSTALL_DIR) $(RELSYSDIR)/priv/lib
88
87
        $(INSTALL_SCRIPT) $(SCRIPTS) $(RELSYSDIR)
89
88
        $(INSTALL_DATA) $(FILES) $(RELSYSDIR)/priv
90
 
        $(INSTALL_PROGRAM) $(SOLIBS) $(RELSYSDIR)/priv/lib
91
89
else
92
90
release_spec: opt
93
91
        $(INSTALL_DIR) $(RELSYSDIR)/priv/bin
94
 
        $(INSTALL_DIR) $(RELSYSDIR)/priv/lib
95
92
        $(INSTALL_SCRIPT) $(SCRIPTS) $(RELSYSDIR)
96
93
        $(INSTALL_DATA) $(FILES) $(RELSYSDIR)/priv
97
94
endif
127
124
 
128
125
release_spec: opt
129
126
        $(INSTALL_DIR) $(RELSYSDIR)/priv/bin
130
 
        $(INSTALL_DIR) $(RELSYSDIR)/priv/lib
131
127
        $(INSTALL_DATA) $(FILES) $(RELSYSDIR)/priv
132
128
 
133
129
release_docs_spec: