~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/ssh/src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
ASN_FLAGS = -bber_bin +der +compact_bit_string +optimize +noobj +inline
101
101
 
 
102
INTERNAL_HRL_FILES = $(ASN_HRLS) ssh_auth.hrl ssh_connect.hrl ssh_transport.hrl
 
103
 
102
104
# ----------------------------------------------------
103
105
# FLAGS
104
106
# ----------------------------------------------------
145
147
 
146
148
release_spec: opt
147
149
        $(INSTALL_DIR) $(RELSYSDIR)/src
148
 
        $(INSTALL_DATA) $(ERL_FILES) $(RELSYSDIR)/src
 
150
        $(INSTALL_DATA) $(INTERNAL_HRL_FILES) $(ERL_FILES) $(RELSYSDIR)/src
149
151
        $(INSTALL_DIR) $(RELSYSDIR)/ebin
150
152
        $(INSTALL_DATA) $(TARGET_FILES) $(RELSYSDIR)/ebin
151
153
        $(INSTALL_DIR) $(RELSYSDIR)/include