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

« back to all changes in this revision

Viewing changes to lib/hipe/cerl/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# Target Specs
39
39
# ----------------------------------------------------
40
40
MODULES = cerl_lib cerl_to_icode cerl_cconv cerl_hipeify cerl_pmatch \
41
 
        cerl_binary_pattern_match cerl_messagean \
 
41
        cerl_messagean \
42
42
        erl_types erl_bif_types cerl_closurean cerl_typean \
43
43
        cerl_hybrid_transform cerl_prettypr
44
44
 
96
96
 
97
97
release_docs_spec:
98
98
 
99
 
$(EBIN)/cerl_to_icode.beam: cerl_hipe_primops.hrl
 
99
$(EBIN)/cerl_to_icode.beam: cerl_hipe_primops.hrl ../icode/hipe_icode_primops.hrl
100
100
$(EBIN)/cerl_hipeify.beam: cerl_hipe_primops.hrl
101
101
$(EBIN)/cerl_lambdalift.beam: cerl_hipe_primops.hrl
 
102
$(EBIN)/erl_bif_types.beam: ../icode/hipe_icode_primops.hrl