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

« back to all changes in this revision

Viewing changes to lib/hipe/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
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:
20
20
HIPE_SUBDIRS =
21
21
endif
22
22
 
 
23
ALWAYS_SUBDIRS = misc main cerl icode flow util
 
24
 
 
25
ifdef HIPE_ENABLED
23
26
# "rtl" below must be the first directory so that file rtl/hipe_literals.hrl
24
27
# which is needed by many other HiPE files is built first
25
 
SUB_DIRECTORIES = rtl misc main cerl icode flow util $(HIPE_SUBDIRS)
 
28
SUB_DIRECTORIES = rtl $(ALWAYS_SUBDIRS) $(HIPE_SUBDIRS)
 
29
else
 
30
SUB_DIRECTORIES = $(ALWAYS_SUBDIRS)
 
31
endif
26
32
 
27
33
#
28
34
# Default Subdir Targets