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

« back to all changes in this revision

Viewing changes to lib/megaco/src/text/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:
63
63
ERL_COMPILE_FLAGS += -Ddebug
64
64
endif
65
65
 
 
66
ifeq ($(MEGACO_DEBUG),true)
 
67
ERL_COMPILE_FLAGS += -Dmegaco_debug
 
68
endif
 
69
 
66
70
ifeq ($(USE_MEGACO_HIPE),true)
67
71
ERL_COMPILE_FLAGS += +native
68
72
endif
117
121
# Special Build Targets
118
122
# ----------------------------------------------------
119
123
 
120
 
parser: megaco_text_parser.$(EMULATOR)
 
124
parser: parser_v1 parser_v2 parser_prev3a parser_prev3b
 
125
 
 
126
parser_v1: megaco_text_parser_v1.$(EMULATOR)
 
127
 
 
128
parser_v2: megaco_text_parser_v2.$(EMULATOR)
 
129
 
 
130
parser_prev3a: megaco_text_parser_prev3a.$(EMULATOR)
 
131
 
 
132
parser_prev3b: megaco_text_parser_prev3b.$(EMULATOR)
121
133
 
122
134
 
123
135
# ----------------------------------------------------