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
ddaf007d
Commit
ddaf007d
authored
Aug 01, 2008
by
Matthias Braun
Browse files
add TEMPLATE backend to Makefile
[r20912]
parent
1efb236b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/Makefile.am
View file @
ddaf007d
...
...
@@ -607,3 +607,50 @@ $(srcdir)/be/ppc32/gen_ppc32_machine.c $(srcdir)/be/ppc32/gen_ppc32_machine.h: \
$(srcdir)/be/ppc32/gen_ppc32_regalloc_if.c $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.h
:
\
be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
$(PERL)
$(srcdir)
/be/scripts/generate_regalloc_if.pl
$(srcdir)
/be/ppc32/ppc32_spec.pl
$(srcdir)
/be/ppc32
# TEMPLATE backend
TEMPLATE_sources
=
\
be/TEMPLATE/bearch_TEMPLATE.c
\
be/TEMPLATE/TEMPLATE_emitter.c
\
be/TEMPLATE/TEMPLATE_map_regs.c
\
be/TEMPLATE/TEMPLATE_new_nodes.c
\
be/TEMPLATE/TEMPLATE_transform.c
TEMPLATE_built_sources
=
\
be/TEMPLATE/gen_TEMPLATE_emitter.c
\
be/TEMPLATE/gen_TEMPLATE_emitter.h
\
be/TEMPLATE/gen_TEMPLATE_machine.c
\
be/TEMPLATE/gen_TEMPLATE_machine.h
\
be/TEMPLATE/gen_TEMPLATE_regalloc_if.c
\
be/TEMPLATE/gen_TEMPLATE_regalloc_if.h
\
be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl
\
be/TEMPLATE/gen_TEMPLATE_new_nodes.h
MAINTAINERCLEANFILES
+=
$(TEMPLATE_built_sources)
BUILT_SOURCES
+=
$(TEMPLATE_built_sources)
libfirm_la_SOURCES
+=
$(TEMPLATE_sources)
$(TEMPLATE_built_sources)
EXTRA_DIST
+=
\
be/TEMPLATE/TEMPLATE_spec.pl
\
be/TEMPLATE/bearch_TEMPLATE.h
\
be/TEMPLATE/bearch_TEMPLATE_t.h
\
be/TEMPLATE/TEMPLATE_emitter.h
\
be/TEMPLATE/TEMPLATE_map_regs.h
\
be/TEMPLATE/TEMPLATE_new_nodes.h
\
be/TEMPLATE/TEMPLATE_nodes_attr.h
\
be/TEMPLATE/TEMPLATE_transform.h
$(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl $(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.h
:
\
be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_new_opcodes.pl
$(PERL)
$(srcdir)
/be/scripts/generate_new_opcodes.pl
$(srcdir)
/be/TEMPLATE/TEMPLATE_spec.pl
$(srcdir)
/be/TEMPLATE
$(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.h
:
\
be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_emitter.pl
$(PERL)
$(srcdir)
/be/scripts/generate_emitter.pl
$(srcdir)
/be/TEMPLATE/TEMPLATE_spec.pl
$(srcdir)
/be/TEMPLATE
$(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.h
:
\
be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
$(PERL)
$(srcdir)
/be/scripts/generate_machine.pl
$(srcdir)
/be/TEMPLATE/TEMPLATE_spec.pl
$(srcdir)
/be/TEMPLATE
$(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.h
:
\
be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
$(PERL)
$(srcdir)
/be/scripts/generate_regalloc_if.pl
$(srcdir)
/be/TEMPLATE/TEMPLATE_spec.pl
$(srcdir)
/be/TEMPLATE
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