Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
4f750819
Commit
4f750819
authored
Oct 19, 2011
by
Matthias Braun
Browse files
generate_emitter.pl depends on generate_emitter_new.pl
parent
25abc6c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4f750819
...
...
@@ -87,6 +87,7 @@ firm: $(libfirm_dll)
backends
=
amd64 arm ia32 sparc TEMPLATE
EMITTER_GENERATOR
=
$(srcdir)
ir/be/scripts/generate_emitter.pl
EMITTER_GENERATOR2
=
$(srcdir)
ir/be/scripts/generate_emitter_new.pl
REGALLOC_IF_GENERATOR
=
$(srcdir)
ir/be/scripts/generate_regalloc_if.pl
OPCODES_GENERATOR
=
$(srcdir)
ir/be/scripts/generate_new_opcodes.pl
MACHINE_GENERATOR
=
$(srcdir)
ir/be/scripts/generate_machine.pl
...
...
@@ -98,7 +99,7 @@ $(1)_GEN_HEADERS =
$(1)_SPEC
=
ir/be/
$(1)
/
$(1)
_spec.pl
$$(srcdir)ir/be/$(1)/gen_$(1)_emitter.h $$(srcdir)ir/be/$(1)/gen_$(1)_emitter.c
:
$$($(1)_SPEC) $$(EMITTER_GENERATOR)
$$(srcdir)ir/be/$(1)/gen_$(1)_emitter.h $$(srcdir)ir/be/$(1)/gen_$(1)_emitter.c
:
$$($(1)_SPEC) $$(EMITTER_GENERATOR)
$(EMITTER_GENERATOR2)
@
echo
GEN
$$
@
$(Q)
$
$(EMITTER_GENERATOR)
$$
(
$(1)
_SPEC
)
$
$(srcdir)
ir/be/
$(1)
$(1)_SOURCES
+=
ir/be/
$(1)
/gen_
$(1)
_emitter.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment