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

« back to all changes in this revision

Viewing changes to lib/hipe/opt/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# the License for the specific language governing rights and limitations
10
10
# under the License.
11
11
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
12
#     $Id$
17
13
#
18
14
 
41
37
# ----------------------------------------------------
42
38
# Target Specs
43
39
# ----------------------------------------------------
44
 
MODULES = hipe_bwd_cprop hipe_dead_code \
45
 
          hipe_schedule hipe_schedule_prio \
 
40
MODULES = hipe_schedule hipe_schedule_prio \
46
41
          hipe_target_machine hipe_ultra_mod2 hipe_ultra_prio \
47
 
          hipe_spill_minimize
48
 
 
49
 
# hipe_expr_table hipe_def_table hipe_reach 
 
42
          hipe_spillmin hipe_spillmin_color hipe_spillmin_scan
50
43
 
51
44
HRL_FILES=
52
45
ERL_FILES= $(MODULES:%=%.erl)
80
73
        rm -f core
81
74
 
82
75
$(DOCS)/%.html:%.erl
83
 
        erl -noshell -run edoc_run file '"$<"' '[{dir, "$(DOCS)"}]' -s erlang halt
 
76
        erl -noshell -run edoc_run file '"$<"' '[{dir, "$(DOCS)"}]' -s init stop
84
77
 
85
78
# ----------------------------------------------------
86
79
# Special Build Targets
87
80
# ----------------------------------------------------
88
81
 
89
82
 
90
 
 
91
83
# ----------------------------------------------------
92
84
# Release Target
93
85
# ---------------------------------------------------- 
100
92
release_docs_spec:
101
93
 
102
94
 
103
 
 
104
 
$(EBIN)/hipe_spill_minimize.beam: ../main/hipe.hrl
105
 
 
106
 
 
107
 
 
 
95
$(EBIN)/hipe_schedule.beam: ../sparc/hipe_sparc.hrl
 
96
$(EBIN)/hipe_spill_minimize.beam: ../main/hipe.hrl
 
97
$(EBIN)/hipe_ultra_mod2.beam: ../sparc/hipe_sparc.hrl
 
98
$(EBIN)/hipe_ultra_prio.beam: ../sparc/hipe_sparc.hrl
 
99
$(EBIN)/hipe_spill_minimize.beam: ../main/hipe.hrl