~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/hipe/main/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
# ----------------------------------------------------
38
38
# Target Specs
39
39
# ----------------------------------------------------
40
 
MODULES = hipe hipe_main
41
 
 
 
40
ifdef HIPE_ENABLED
 
41
HIPE_MODULES = hipe
 
42
else
 
43
HIPE_MODULES =
 
44
endif
 
45
MODULES = hipe_main $(HIPE_MODULES)
42
46
 
43
47
## hipe.hrl is automatically generated from hipe.hrl.src -- see below
44
48
HRL_FILES= hipe.hrl
66
70
hipe.hrl: ../vsn.mk hipe.hrl.src
67
71
        sed -e "s;%VSN%;$(HIPE_VSN);" hipe.hrl.src > hipe.hrl
68
72
 
69
 
$(EBIN)/hipe.beam: hipe.hrl
70
 
$(EBIN)/hipe.beam: ../rtl/hipe_literals.hrl ../../compiler/src/beam_disasm.hrl
 
73
$(EBIN)/hipe.beam: hipe.hrl ../../compiler/src/beam_disasm.hrl
71
74
$(EBIN)/hipe_main.beam: hipe.hrl ../icode/hipe_icode.hrl #../rtl/hipe_rtl.hrl
72
75
 
73
76
debug opt: $(TARGET_FILES)