modernize TEMPLATE backend and simplify some backend APIs
[libfirm] / ir / Makefile.am
1 lib_LTLIBRARIES = libfirm.la
2
3 INCLUDES = $(LIBCORE_CFLAGS) \
4         -I$(top_srcdir)/include/libfirm \
5         -I$(top_srcdir)/include/libfirm/adt \
6         -I$(top_builddir)
7
8 INCLUDES += \
9         -I$(top_srcdir)/ir/adt \
10         -I$(top_srcdir)/ir/ana \
11         -I$(top_srcdir)/ir/arch \
12         -I$(top_srcdir)/ir/be \
13         -I$(top_srcdir)/ir/common \
14         -I$(top_srcdir)/ir/debug \
15         -I$(top_srcdir)/ir/ident \
16         -I$(top_srcdir)/ir/ir \
17         -I$(top_srcdir)/ir/libcore \
18         -I$(top_srcdir)/ir/lower \
19         -I$(top_srcdir)/ir/net \
20         -I$(top_srcdir)/ir/opt \
21         -I$(top_srcdir)/ir/stat \
22         -I$(top_srcdir)/ir/tr \
23         -I$(top_srcdir)/ir/tv
24
25 libfirm_la_LDFLAGS = -no-undefined
26 libfirm_la_SOURCES = \
27         adt/array.c \
28         adt/bipartite.c \
29         adt/cpset.c \
30         adt/eset.c \
31         adt/gaussjordan.c \
32         adt/gaussseidel.c \
33         adt/hashset.c \
34         adt/hungarian.c \
35         adt/iterator.c \
36         adt/pdeq.c \
37         adt/plist.c \
38         adt/pmap.c \
39         adt/pqueue.c \
40         adt/pset.c \
41         adt/pset_new.c \
42         adt/set.c \
43         adt/xmalloc.c \
44         ana/absgraph.c \
45         ana/analyze_irg_args.c \
46         ana/callgraph.c \
47         ana/cdep.c \
48         ana/cgana.c \
49         ana/dfs.c \
50         ana/execfreq.c \
51         ana/execution_frequency.c \
52         ana/field_temperature.c \
53         ana/height.c \
54         ana/interval_analysis.c \
55         ana/irbackedge.c \
56         ana/ircfscc.c \
57         ana/irconsconfirm.c \
58         ana/irdom.c \
59         ana/irextbb2.c \
60         ana/irextbb.c \
61         ana/irlivechk.c \
62         ana/irloop.c \
63         ana/irmemory.c \
64         ana/irouts.c \
65         ana/irscc.c \
66         ana/irsimpletype.c \
67         ana/irtypeinfo.c \
68         ana/rta.c \
69         ana/structure.c \
70         ana/trouts.c \
71         ana/vrp.c \
72         be/beabi.c \
73         be/bearch.c \
74         be/beblocksched.c \
75         be/bechordal.c \
76         be/bechordal_common.c \
77         be/bechordal_draw.c \
78         be/bechordal_main.c \
79         be/becopyheur2.c \
80         be/becopyheur4.c \
81         be/becopyheur.c \
82         be/becopyilp1.c \
83         be/becopyilp2.c \
84         be/becopyilp.c \
85         be/becopyopt.c \
86         be/becopypbqp.c \
87         be/becopystat.c \
88         be/bedbgout.c \
89         be/bedomfront.c \
90         be/bedump_minir.c \
91         be/beemitter_binary.c \
92         be/beemitter.c \
93         be/beflags.c \
94         be/begnuas.c \
95         be/beifg.c \
96         be/beifg_clique.c \
97         be/beifg_list.c \
98         be/beifg_pointer.c \
99         be/beifg_std.c \
100         be/beilpsched.c \
101         be/beinfo.c \
102         be/beinsn.c \
103         be/beirg.c \
104         be/beirgmod.c \
105         be/belistsched.c \
106         be/belive.c \
107         be/beloopana.c \
108         be/belower.c \
109         be/bemachine.c \
110         be/bemain.c \
111         be/bemodule.c \
112         be/benode.c \
113         be/bepbqpcoloring.c \
114         be/bepeephole.c \
115         be/beprefalloc.c \
116         be/bepressurestat.c \
117         be/bera.c \
118         be/besched.c \
119         be/beschedmris.c \
120         be/beschednormal.c \
121         be/beschedrand.c \
122         be/beschedregpress.c \
123         be/beschedrss.c \
124         be/beschedtrace.c \
125         be/beschedtrivial.c \
126         be/bespillbelady2.c \
127         be/bespillbelady3.c \
128         be/bespillbelady.c \
129         be/bespill.c \
130         be/bespilldaemel.c \
131         be/bespillslots.c \
132         be/bespillutil.c \
133         be/bessaconstr.c \
134         be/bessadestr.c \
135         be/bestabs.c \
136         be/bestat.c \
137         be/bestate.c \
138         be/betranshlp.c \
139         be/beuses.c \
140         be/beutil.c \
141         be/beverify.c \
142         common/debug.c \
143         common/error.c \
144         common/firm.c \
145         common/firm_common.c \
146         common/irtools.c \
147         common/timing.c \
148         debug/dbginfo.c \
149         debug/debugger.c \
150         debug/seqnumbers.c \
151         ident/ident.c \
152         ident/mangle.c \
153         ir/instrument.c \
154         ir/irarch.c \
155         ir/irargs.c \
156         ir/ircgcons.c \
157         ir/ircons.c \
158         ir/irdump.c \
159         ir/irdumptxt.c \
160         ir/iredges.c \
161         ir/irflag.c \
162         ir/irgmod.c \
163         ir/irgopt.c \
164         ir/irgraph.c \
165         ir/irgwalk_blk.c \
166         ir/irgwalk.c \
167         ir/irhooks.c \
168         ir/irio.c \
169         ir/irlinkednodemap.c \
170         ir/irlinkednodeset.c \
171         ir/irmode.c \
172         ir/irnode.c \
173         ir/irnodemap.c \
174         ir/irnodeset.c \
175         ir/irop.c \
176         ir/iropt.c \
177         ir/irpass.c \
178         ir/irphase.c \
179         ir/irprintf.c \
180         ir/irprofile.c \
181         ir/irprog.c \
182         ir/irssacons.c \
183         ir/irvrfy.c \
184         ir/pseudo_irg.c \
185         ir/valueset.c \
186         libcore/lc_appendable.c \
187         libcore/lc_config_lexer.c \
188         libcore/lc_config_parser.c \
189         libcore/lc_opts.c \
190         libcore/lc_opts_enum.c \
191         libcore/lc_printf.c \
192         lower/lower_calls.c \
193         lower/lower_copyb.c \
194         lower/lower_dw.c \
195         lower/lower_hl.c \
196         lower/lower_intrinsics.c \
197         lower/lower_mode_b.c \
198         lower/lower_mux.c \
199         lower/lower_switch.c \
200         obstack/obstack.c \
201         obstack/obstack_printf.c \
202         opt/boolopt.c \
203         opt/cfopt.c \
204         opt/code_placement.c \
205         opt/combo.c \
206         opt/convopt.c \
207         opt/critical_edges.c \
208         opt/dead_code_elimination.c \
209         opt/escape_ana.c \
210         opt/fp-vrp.c \
211         opt/funccall.c \
212         opt/garbage_collect.c \
213         opt/gvn_pre.c \
214         opt/ifconv.c \
215         opt/ircgopt.c \
216         opt/jumpthreading.c \
217         opt/ldstopt.c \
218         opt/loop.c \
219         opt/opt_blocks.c \
220         opt/opt_confirms.c \
221         opt/opt_frame.c \
222         opt/opt_inline.c \
223         opt/opt_ldst.c \
224         opt/opt_osr.c \
225         opt/opt_polymorphy.c \
226         opt/parallelize_mem.c \
227         opt/proc_cloning.c \
228         opt/reassoc.c \
229         opt/return.c \
230         opt/scalar_replace.c \
231         opt/tailrec.c \
232         opt/tropt.c \
233         stat/const_stat.c \
234         stat/dags.c \
235         stat/distrib.c \
236         stat/firmstat.c \
237         stat/pattern.c \
238         stat/pattern_dmp.c \
239         stat/stat_dmp.c \
240         stat/statev.c \
241         stat/stat_liveness.c \
242         stat/stat_timing.c \
243         tr/compound_path.c \
244         tr/entity.c \
245         tr/tpop.c \
246         tr/tr_inheritance.c \
247         tr/trvrfy.c \
248         tr/type.c \
249         tr/type_finalization.c \
250         tr/typewalk.c \
251         tv/fltcalc.c \
252         tv/strcalc.c \
253         tv/tv.c
254
255 EXTRA_DIST = \
256         adt/bitset.h \
257         adt/array_t.h \
258         adt/raw_bitset.h \
259         adt/compiler.h \
260         adt/bitfiddle.h \
261         ana/irdom_t.h \
262         ana/dfs_t.h \
263         ana/irbackedge_t.h \
264         ana/dfs.h \
265         ana/irlivechk.h \
266         ana/irmemory_t.h \
267         ana/absgraph.h \
268         ana/irloop_t.h \
269         ana/irextbb_t.h \
270         be/belive_t.h \
271         be/bechordal_common.h \
272         be/beifg_impl.h \
273         be/becopypbqp.h \
274         be/bepeephole.h \
275         be/be_dbgout_t.h \
276         be/bessaconstr.h \
277         be/beifg_t.h \
278         be/beblocksched.h \
279         be/becopyilp_t.h \
280         be/beverify.h \
281         be/bemachine.h \
282         be/beemitter.h \
283         be/begnuas.h \
284         be/becopyopt_t.h \
285         be/benode.h \
286         be/bemodule.h \
287         be/be_t.h \
288         be/be_types.h \
289         be/belistsched.h \
290         be/bessadestr.h \
291         be/bechordal_draw.h \
292         be/beabi.h \
293         be/beflags.h \
294         be/bechordal_t.h \
295         be/beifg.h \
296         be/bespillslots.h \
297         be/beschedmris.h \
298         be/besched.h \
299         be/beloopana.h \
300         be/beilpsched.h \
301         be/becopyopt.h \
302         be/bepressurestat.h \
303         be/bestat.h \
304         be/beuses.h \
305         be/bestate.h \
306         be/bespillutil.h \
307         be/bera.h \
308         be/beemitter_binary.h \
309         be/beirgmod.h \
310         be/beinsn_t.h \
311         be/betranshlp.h \
312         be/belive.h \
313         be/bestatevent.h \
314         be/beutil.h \
315         be/be_dbgout.h \
316         be/bespill.h \
317         be/bedomfront.h \
318         be/belower.h \
319         be/beinfo.h \
320         be/beintlive_t.h \
321         be/bepbqpcoloring.h \
322         be/becopystat.h \
323         be/bemodule_t.h \
324         be/bechordal.h \
325         be/bearch.h \
326         be/beschedrss.h \
327         be/beirg.h \
328         common/error.h \
329         common/irtools.h \
330         common/debug.h \
331         debug/dbginfo_t.h \
332         debug/debugger.h \
333         ident/ident_t.h \
334         ir/gen_irnode.h \
335         ir/irmode_t.h \
336         ir/irvrfy_t.h \
337         ir/iredges_t.h \
338         ir/ircons_t.h \
339         ir/irpass_t.h \
340         ir/irprofile.h \
341         ir/irflag_t.def \
342         ir/irargs_t.h \
343         ir/irnodemap.h \
344         ir/irgraph_t.h \
345         ir/irbitset.h \
346         ir/irflag_t.h \
347         ir/valueset.h \
348         ir/irnodeset.h \
349         ir/irop_t.h \
350         ir/irphase_t.h \
351         ir/instrument.h \
352         ir/iredgeset.h \
353         ir/irdump_t.h \
354         ir/irprog_t.h \
355         ir/irtypes.h \
356         ir/irnode_t.h \
357         ir/irlinkednodemap.h \
358         ir/iropt_t.h \
359         ir/irprintf_t.h \
360         ir/irlinkednodeset.h \
361         ir/irphase.h \
362         libcore/lc_common_t.h \
363         libcore/lc_defines.h \
364         libcore/lc_parser_t.h \
365         libcore/do_bisonflex.sh \
366         libcore/lc_config_parser.h \
367         libcore/lc_opts.h \
368         libcore/lc_printf_arg_types.def \
369         libcore/lc_appendable.h \
370         libcore/lc_printf.h \
371         libcore/lc_config.h \
372         libcore/lc_opts_t.h \
373         libcore/lc_opts_enum.h \
374         opt/scalar_replace.h \
375         opt/reassoc_t.h \
376         opt/opt_init.h \
377         opt/opt_confirms.h \
378         opt/opt_polymorphy.h \
379         opt/iropt_dbg.h \
380         stat/statev.h \
381         stat/stat_dmp.h \
382         stat/firmstat_t.h \
383         stat/pattern.h \
384         stat/pattern_dmp.h \
385         stat/dags.h \
386         stat/counter.h \
387         stat/stat_timing.h \
388         tr/entity_t.h \
389         tr/compound_path_t.h \
390         tr/type_t.h \
391         tr/tpop_t.h \
392         tv/strcalc.h \
393         tv/tv_t.h \
394         tv/fltcalc.h \
395         ir/gen_irop.c.inl \
396         ir/gen_ir_cons.c.inl \
397         ir/gen_irnode.c.inl \
398         ir/gen_irio_export.inl \
399         ir/gen_irio_import.inl \
400         ir/gen_irio_lex.inl \
401         be/scripts/generate_emitter_new.pl \
402         be/scripts/generate_emitter.pl \
403         be/scripts/generate_machine.pl \
404         be/scripts/generate_new_opcodes.pl \
405         be/scripts/generate_regalloc_if.pl
406
407 EXTRA_DIST += \
408         libcore/do_bisonflex.sh \
409         libcore/lc_config_lexer.l \
410         libcore/lc_config_parser.y
411
412 # ia32 backend
413
414 ia32_sources = \
415         be/ia32/bearch_ia32.c \
416         be/ia32/ia32_address_mode.c \
417         be/ia32/ia32_architecture.c \
418         be/ia32/ia32_common_transform.c \
419         be/ia32/ia32_emitter.c \
420         be/ia32/ia32_finish.c \
421         be/ia32/ia32_fpu.c \
422         be/ia32/ia32_intrinsics.c \
423         be/ia32/ia32_map_regs.c \
424         be/ia32/ia32_new_nodes.c \
425         be/ia32/ia32_optimize.c \
426         be/ia32/ia32_transform.c \
427         be/ia32/ia32_util.c \
428         be/ia32/ia32_x87.c
429
430 ia32_built_sources = \
431         be/ia32/gen_ia32_emitter.c \
432         be/ia32/gen_ia32_emitter.h \
433         be/ia32/gen_ia32_machine.c \
434         be/ia32/gen_ia32_machine.h \
435         be/ia32/gen_ia32_new_nodes.c.inl \
436         be/ia32/gen_ia32_new_nodes.h \
437         be/ia32/gen_ia32_regalloc_if.c \
438         be/ia32/gen_ia32_regalloc_if.h
439 MAINTAINERCLEANFILES = $(ia32_built_sources)
440 BUILT_SOURCES        = $(ia32_built_sources)
441 libfirm_la_SOURCES  += $(ia32_sources) $(ia32_built_sources)
442
443 EXTRA_DIST += \
444         be/ia32/bearch_ia32_t.h \
445         be/ia32/ia32_address_mode.h \
446         be/ia32/ia32_architecture.h \
447         be/ia32/ia32_common_transform.h \
448         be/ia32/ia32_dbg_stat.h \
449         be/ia32/ia32_emitter.h \
450         be/ia32/ia32_finish.h \
451         be/ia32/ia32_fpu.h \
452         be/ia32/ia32_map_regs.h \
453         be/ia32/ia32_new_nodes.h \
454         be/ia32/ia32_nodes_attr.h \
455         be/ia32/ia32_optimize.h \
456         be/ia32/ia32_spec.pl \
457         be/ia32/ia32_transform.h \
458         be/ia32/ia32_util.h \
459         be/ia32/ia32_x87.h
460
461 $(srcdir)/be/ia32/gen_ia32_new_nodes.c.inl $(srcdir)/be/ia32/gen_ia32_new_nodes.h: \
462                 be/ia32/ia32_spec.pl be/scripts/generate_new_opcodes.pl
463         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
464
465 $(srcdir)/be/ia32/gen_ia32_emitter.c $(srcdir)/be/ia32/gen_ia32_emitter.h: \
466                 be/ia32/ia32_spec.pl be/scripts/generate_emitter.pl
467         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
468
469 $(srcdir)/be/ia32/gen_ia32_machine.c $(srcdir)/be/ia32/gen_ia32_machine.h: \
470                 be/ia32/ia32_spec.pl be/scripts/generate_machine.pl
471         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
472
473 $(srcdir)/be/ia32/gen_ia32_regalloc_if.c $(srcdir)/be/ia32/gen_ia32_regalloc_if.h: \
474                 be/ia32/ia32_spec.pl be/scripts/generate_regalloc_if.pl
475         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
476
477 # arm backend
478
479 arm_sources = \
480         be/arm/arm_emitter.c \
481         be/arm/arm_map_regs.c \
482         be/arm/arm_new_nodes.c \
483         be/arm/arm_optimize.c \
484         be/arm/arm_transform.c \
485         be/arm/bearch_arm.c
486 arm_built_sources = \
487         be/arm/gen_arm_emitter.c \
488         be/arm/gen_arm_emitter.h \
489         be/arm/gen_arm_machine.c \
490         be/arm/gen_arm_machine.h \
491         be/arm/gen_arm_new_nodes.c.inl \
492         be/arm/gen_arm_new_nodes.h \
493         be/arm/gen_arm_regalloc_if.c \
494         be/arm/gen_arm_regalloc_if.h
495 MAINTAINERCLEANFILES += $(arm_built_sources)
496 BUILT_SOURCES += $(arm_built_sources)
497 libfirm_la_SOURCES += $(arm_sources) $(arm_built_sources)
498
499
500 EXTRA_DIST += \
501         be/arm/arm_emitter.h \
502         be/arm/arm_map_regs.h \
503         be/arm/arm_new_nodes.h \
504         be/arm/arm_nodes_attr.h \
505         be/arm/arm_optimize.h \
506         be/arm/arm_spec.pl \
507         be/arm/arm_transform.h \
508         be/arm/bearch_arm.h \
509         be/arm/bearch_arm_t.h
510
511 $(srcdir)/be/arm/gen_arm_new_nodes.c.inl $(srcdir)/be/arm/gen_arm_new_nodes.h: \
512                 be/arm/arm_spec.pl be/scripts/generate_new_opcodes.pl
513         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
514
515 $(srcdir)/be/arm/gen_arm_emitter.c $(srcdir)/be/arm/gen_arm_emitter.h: \
516                 be/arm/arm_spec.pl be/scripts/generate_emitter.pl
517         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
518
519 $(srcdir)/be/arm/gen_arm_machine.c $(srcdir)/be/arm/gen_arm_machine.h: \
520                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
521         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
522
523 $(srcdir)/be/arm/gen_arm_regalloc_if.c $(srcdir)/be/arm/gen_arm_regalloc_if.h: \
524                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
525         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
526
527 # mips backend
528
529 mips_sources = \
530         be/mips/bearch_mips.c \
531         be/mips/mips_emitter.c \
532         be/mips/mips_map_regs.c \
533         be/mips/mips_new_nodes.c \
534         be/mips/mips_scheduler.c \
535         be/mips/mips_transform.c
536 mips_built_sources = \
537         be/mips/gen_mips_emitter.c \
538         be/mips/gen_mips_emitter.h \
539         be/mips/gen_mips_machine.c \
540         be/mips/gen_mips_machine.h \
541         be/mips/gen_mips_new_nodes.c.inl \
542         be/mips/gen_mips_new_nodes.h \
543         be/mips/gen_mips_regalloc_if.c \
544         be/mips/gen_mips_regalloc_if.h
545 MAINTAINERCLEANFILES += $(mips_built_sources)
546 BUILT_SOURCES += $(mips_built_sources)
547 libfirm_la_SOURCES += $(mips_sources) $(mips_built_sources)
548
549 EXTRA_DIST += \
550         be/mips/bearch_mips.h \
551         be/mips/bearch_mips_t.h \
552         be/mips/mips_emitter.h \
553         be/mips/mips_map_regs.h \
554         be/mips/mips_new_nodes.h \
555         be/mips/mips_nodes_attr.h \
556         be/mips/mips_scheduler.h \
557         be/mips/mips_spec.pl \
558         be/mips/mips_transform.h \
559         be/mips/mips_util.h
560
561 $(srcdir)/be/mips/gen_mips_new_nodes.c.inl $(srcdir)/be/mips/gen_mips_new_nodes.h: \
562                 be/mips/mips_spec.pl be/scripts/generate_new_opcodes.pl
563         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
564
565 $(srcdir)/be/mips/gen_mips_emitter.c $(srcdir)/be/mips/gen_mips_emitter.h: \
566                 be/mips/mips_spec.pl be/scripts/generate_emitter.pl
567         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
568
569 $(srcdir)/be/mips/gen_mips_machine.c $(srcdir)/be/mips/gen_mips_machine.h: \
570                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
571         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
572
573 $(srcdir)/be/mips/gen_mips_regalloc_if.c $(srcdir)/be/mips/gen_mips_regalloc_if.h: \
574                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
575         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
576
577 # ppc32 backend
578
579 ppc32_sources = \
580         be/ppc32/bearch_ppc32.c \
581         be/ppc32/ppc32_emitter.c \
582         be/ppc32/ppc32_map_regs.c \
583         be/ppc32/ppc32_new_nodes.c \
584         be/ppc32/ppc32_transform.c \
585         be/ppc32/ppc32_transform_conv.c
586 ppc32_built_sources = \
587         be/ppc32/gen_ppc32_emitter.c \
588         be/ppc32/gen_ppc32_emitter.h \
589         be/ppc32/gen_ppc32_machine.c \
590         be/ppc32/gen_ppc32_machine.h \
591         be/ppc32/gen_ppc32_new_nodes.c.inl \
592         be/ppc32/gen_ppc32_new_nodes.h \
593         be/ppc32/gen_ppc32_regalloc_if.c \
594         be/ppc32/gen_ppc32_regalloc_if.h
595 MAINTAINERCLEANFILES += $(ppc32_built_sources)
596 BUILT_SOURCES += $(ppc32_built_sources)
597 libfirm_la_SOURCES += $(ppc32_sources) $(ppc32_built_sources)
598
599 EXTRA_DIST += \
600         be/ppc32/bearch_ppc32.h \
601         be/ppc32/bearch_ppc32_t.h \
602         be/ppc32/ppc32_emitter.h \
603         be/ppc32/ppc32_map_regs.h \
604         be/ppc32/ppc32_new_nodes.h \
605         be/ppc32/ppc32_nodes_attr.h \
606         be/ppc32/ppc32_spec.pl \
607         be/ppc32/ppc32_transform.h \
608         be/ppc32/ppc32_transform_conv.h
609
610 $(srcdir)/be/ppc32/gen_ppc32_new_nodes.c.inl $(srcdir)/be/ppc32/gen_ppc32_new_nodes.h: \
611                 be/ppc32/ppc32_spec.pl be/scripts/generate_new_opcodes.pl
612         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
613
614 $(srcdir)/be/ppc32/gen_ppc32_emitter.c $(srcdir)/be/ppc32/gen_ppc32_emitter.h: \
615                 be/ppc32/ppc32_spec.pl be/scripts/generate_emitter.pl
616         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
617
618 $(srcdir)/be/ppc32/gen_ppc32_machine.c $(srcdir)/be/ppc32/gen_ppc32_machine.h: \
619                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
620         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
621
622 $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.c $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.h: \
623                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
624         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
625
626 # sparc backend
627
628 sparc_sources = \
629         be/sparc/sparc_emitter.c \
630         be/sparc/sparc_map_regs.c \
631         be/sparc/sparc_new_nodes.c \
632         be/sparc/sparc_transform.c \
633         be/sparc/bearch_sparc.c
634 sparc_built_sources = \
635         be/sparc/gen_sparc_emitter.c \
636         be/sparc/gen_sparc_emitter.h \
637         be/sparc/gen_sparc_machine.c \
638         be/sparc/gen_sparc_machine.h \
639         be/sparc/gen_sparc_new_nodes.c.inl \
640         be/sparc/gen_sparc_new_nodes.h \
641         be/sparc/gen_sparc_regalloc_if.c \
642         be/sparc/gen_sparc_regalloc_if.h
643 MAINTAINERCLEANFILES += $(sparc_built_sources)
644 BUILT_SOURCES += $(sparc_built_sources)
645 libfirm_la_SOURCES += $(sparc_sources) $(sparc_built_sources)
646
647 EXTRA_DIST += \
648         be/sparc/sparc_emitter.h \
649         be/sparc/sparc_map_regs.h \
650         be/sparc/sparc_new_nodes.h \
651         be/sparc/sparc_nodes_attr.h \
652         be/sparc/sparc_spec.pl \
653         be/sparc/sparc_transform.h \
654         be/sparc/bearch_sparc.h \
655         be/sparc/bearch_sparc_t.h
656
657 $(srcdir)/be/sparc/gen_sparc_new_nodes.c.inl $(srcdir)/be/sparc/gen_sparc_new_nodes.h: \
658                 be/sparc/sparc_spec.pl be/scripts/generate_new_opcodes.pl
659         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/sparc/sparc_spec.pl $(srcdir)/be/sparc
660
661 $(srcdir)/be/sparc/gen_sparc_emitter.c $(srcdir)/be/sparc/gen_sparc_emitter.h: \
662                 be/sparc/sparc_spec.pl be/scripts/generate_emitter.pl
663         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/sparc/sparc_spec.pl $(srcdir)/be/sparc
664
665 $(srcdir)/be/sparc/gen_sparc_machine.c $(srcdir)/be/sparc/gen_sparc_machine.h: \
666                 be/sparc/sparc_spec.pl be/scripts/generate_machine.pl
667         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/sparc/sparc_spec.pl $(srcdir)/be/sparc
668
669 $(srcdir)/be/sparc/gen_sparc_regalloc_if.c $(srcdir)/be/sparc/gen_sparc_regalloc_if.h: \
670                 be/sparc/sparc_spec.pl be/scripts/generate_machine.pl
671         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/sparc/sparc_spec.pl $(srcdir)/be/sparc
672
673 # TEMPLATE backend
674
675 TEMPLATE_sources = \
676         be/TEMPLATE/TEMPLATE_emitter.c \
677         be/TEMPLATE/TEMPLATE_new_nodes.c \
678         be/TEMPLATE/TEMPLATE_transform.c \
679         be/TEMPLATE/bearch_TEMPLATE.c
680 TEMPLATE_built_sources = \
681         be/TEMPLATE/gen_TEMPLATE_emitter.c \
682         be/TEMPLATE/gen_TEMPLATE_emitter.h \
683         be/TEMPLATE/gen_TEMPLATE_machine.c \
684         be/TEMPLATE/gen_TEMPLATE_machine.h \
685         be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl \
686         be/TEMPLATE/gen_TEMPLATE_new_nodes.h \
687         be/TEMPLATE/gen_TEMPLATE_regalloc_if.c \
688         be/TEMPLATE/gen_TEMPLATE_regalloc_if.h
689 MAINTAINERCLEANFILES += $(TEMPLATE_built_sources)
690 BUILT_SOURCES += $(TEMPLATE_built_sources)
691 libfirm_la_SOURCES += $(TEMPLATE_sources) $(TEMPLATE_built_sources)
692
693 EXTRA_DIST += \
694         be/TEMPLATE/TEMPLATE_emitter.h \
695         be/TEMPLATE/TEMPLATE_new_nodes.h \
696         be/TEMPLATE/TEMPLATE_nodes_attr.h \
697         be/TEMPLATE/TEMPLATE_spec.pl \
698         be/TEMPLATE/TEMPLATE_transform.h \
699         be/TEMPLATE/bearch_TEMPLATE_t.h
700
701 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl $(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.h: \
702                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_new_opcodes.pl
703         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
704
705 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.h: \
706                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_emitter.pl
707         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
708
709 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.h: \
710                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
711         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
712
713 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.h: \
714                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
715         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE