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

« back to all changes in this revision

Viewing changes to lib/hipe/rtl/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
          hipe_rtl_arith_32 hipe_rtl_arith_64 \
44
44
          hipe_rtl_ssa hipe_rtl_ssa_const_prop \
45
45
          hipe_rtl_cleanup_const hipe_rtl_symbolic hipe_rtl_lcm \
46
 
          hipe_rtl_ssapre hipe_rtl_binary hipe_rtl_ssa_avail_expr
 
46
          hipe_rtl_ssapre hipe_rtl_binary hipe_rtl_ssa_avail_expr \
 
47
          hipe_rtl_arch hipe_tagscheme
47
48
else
48
49
HIPE_MODULES =
49
50
endif
50
51
 
51
 
MODULES = hipe_rtl_arch hipe_tagscheme $(HIPE_MODULES)
 
52
MODULES = $(HIPE_MODULES)
52
53
 
53
54
HRL_FILES= hipe_literals.hrl
54
55
ERL_FILES= $(MODULES:%=%.erl)