- moved pass constructors from irtools to irpass
[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/phiclass.c \
69         ana/rta.c \
70         ana/structure.c \
71         ana/trouts.c \
72         be/beabi.c \
73         be/bearch.c \
74         be/beblocksched.c \
75         be/bechordal.c \
76         be/bechordal_draw.c \
77         be/bechordal_main.c \
78         be/becopyheur2.c \
79         be/becopyheur4.c \
80         be/becopyheur.c \
81         be/becopyilp1.c \
82         be/becopyilp2.c \
83         be/becopyilp.c \
84         be/becopyopt.c \
85         be/becopystat.c \
86         be/bedbgout.c \
87         be/bedomfront.c \
88         be/beemitter.c \
89         be/beflags.c \
90         be/begnuas.c \
91         be/beifg.c \
92         be/beifg_clique.c \
93         be/beifg_list.c \
94         be/beifg_pointer.c \
95         be/beifg_std.c \
96         be/beilpsched.c \
97         be/beinfo.c \
98         be/beinsn.c \
99         be/beirg.c \
100         be/beirgmod.c \
101         be/belistsched.c \
102         be/belive.c \
103         be/beloopana.c \
104         be/belower.c \
105         be/bemachine.c \
106         be/bemachnode.c \
107         be/bemain.c \
108         be/bemodule.c \
109         be/benewalloc.c \
110         be/benode.c \
111         be/bepeephole.c \
112         be/bepressurestat.c \
113         be/bera.c \
114         be/besched.c \
115         be/beschedmris.c \
116         be/beschednormal.c \
117         be/beschedrand.c \
118         be/beschedregpress.c \
119         be/beschedrss.c \
120         be/beschedtrace.c \
121         be/beschedtrivial.c \
122         be/bespillbelady2.c \
123         be/bespillbelady3.c \
124         be/bespillbelady.c \
125         be/bespill.c \
126         be/bespilldaemel.c \
127         be/bespilloptions.c \
128         be/bespillslots.c \
129         be/bessaconstr.c \
130         be/bessadestr.c \
131         be/bestabs.c \
132         be/bestat.c \
133         be/bestate.c \
134         be/betranshlp.c \
135         be/beuses.c \
136         be/beutil.c \
137         be/beverify.c \
138         common/debug.c \
139         common/error.c \
140         common/firm.c \
141         common/firm_common.c \
142         common/firmwalk.c \
143         common/irtools.c \
144         common/statistics.c \
145         common/timing.c \
146         debug/dbginfo.c \
147         debug/debugger.c \
148         debug/firm_ycomp.c \
149         debug/seqnumbers.c \
150         ident/ident.c \
151         ident/mangle.c \
152         ir/instrument.c \
153         ir/irarch.c \
154         ir/irargs.c \
155         ir/ircgcons.c \
156         ir/ircons.c \
157         ir/irdump.c \
158         ir/irdump_grgen.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/irphase.c \
178         ir/irprintf.c \
179         ir/irprofile.c \
180         ir/irprog.c \
181         ir/irssacons.c \
182         ir/irvrfy.c \
183         ir/pseudo_irg.c \
184         ir/valueset.c \
185         libcore/lc_appendable.c \
186         libcore/lc_config_lexer.c \
187         libcore/lc_config_parser.c \
188         libcore/lc_opts.c \
189         libcore/lc_opts_enum.c \
190         libcore/lc_printf.c \
191         libcore/lc_type.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_switch.c \
199         net/firmnet.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/jumpthreading.c \
207         opt/convopt.c \
208         opt/critical_edges.c \
209         opt/escape_ana.c \
210         opt/funccall.c \
211         opt/gvn_pre.c \
212         opt/ifconv.c \
213         opt/ircgopt.c \
214         opt/ldst2.c \
215         opt/ldstopt.c \
216         opt/opt_blocks.c \
217         opt/opt_confirms.c \
218         opt/opt_frame.c \
219         opt/opt_inline.c \
220         opt/opt_ldst.c \
221         opt/opt_osr.c \
222         opt/opt_polymorphy.c \
223         opt/proc_cloning.c \
224         opt/reassoc.c \
225         opt/return.c \
226         opt/scalar_replace.c \
227         opt/tailrec.c \
228         opt/tropt.c \
229         stat/const_stat.c \
230         stat/dags.c \
231         stat/distrib.c \
232         stat/firmstat.c \
233         stat/pattern.c \
234         stat/pattern_dmp.c \
235         stat/stat_dmp.c \
236         stat/statev.c \
237         stat/stat_liveness.c \
238         stat/stat_timing.c \
239         tr/entity.c \
240         tr/tpop.c \
241         tr/tr_inheritance.c \
242         tr/trvrfy.c \
243         tr/type.c \
244         tr/type_finalization.c \
245         tr/typegmod.c \
246         tr/type_identify.c \
247         tr/typewalk.c \
248         tv/fltcalc.c \
249         tv/strcalc.c \
250         tv/tv.c
251
252 EXTRA_DIST = \
253         adt/bitset.h \
254         adt/array_t.h \
255         adt/bitset_ia32.h \
256         adt/bitset_std.h \
257         adt/compiler.h \
258         adt/bitfiddle.h \
259         ana/irbackedge_t.h \
260         ana/irdom_t.h \
261         ana/dfs_t.h \
262         ana/irloop_t.h \
263         ana/irmemory_t.h \
264         ana/irextbb_t.h \
265         be/beifg_impl.h \
266         be/belive_t.h \
267         be/beifg_t.h \
268         be/bepeephole.h \
269         be/be_dbgout_t.h \
270         be/bessaconstr.h \
271         be/beblocksched.h \
272         be/becopyopt_t.h \
273         be/becopyilp_t.h \
274         be/bemachine.h \
275         be/beverify.h \
276         be/bechordal_t.h \
277         be/beemitter.h \
278         be/begnuas.h \
279         be/bemodule.h \
280         be/be_t.h \
281         be/bessadestr.h \
282         be/belistsched.h \
283         be/beabi.h \
284         be/bechordal_draw.h \
285         be/beflags.h \
286         be/bespillslots.h \
287         be/beifg.h \
288         be/besched_t.h \
289         be/beschedmris.h \
290         be/besched.h \
291         be/beloopana.h \
292         be/becopyopt.h \
293         be/beilpsched.h \
294         be/bemachnode.h \
295         be/bepressurestat.h \
296         be/bestat.h \
297         be/beabi_t.h \
298         be/beuses.h \
299         be/bestate.h \
300         be/bearch_t.h \
301         be/bera.h \
302         be/bespilloptions.h \
303         be/beirg_t.h \
304         be/beirgmod.h \
305         be/betranshlp.h \
306         be/beinsn_t.h \
307         be/belive.h \
308         be/bestatevent.h \
309         be/beutil.h \
310         be/bedomfront.h \
311         be/be_dbgout.h \
312         be/bespill.h \
313         be/beintlive_t.h \
314         be/belower.h \
315         be/beinfo.h \
316         be/bemodule_t.h \
317         be/becopystat.h \
318         be/benode_t.h \
319         be/beschedrss.h \
320         be/bechordal.h \
321         be/bearch.h \
322         be/beirg.h \
323         common/statistics.h \
324         common/error.h \
325         common/irtools.h \
326         common/firmwalk.h \
327         common/debug.h \
328         debug/dbginfo_t.h \
329         debug/debugger.h \
330         ident/ident_t.h \
331         ir/irphases_t.h \
332         ir/irnodeset.h \
333         ir/irop_t.h \
334         ir/irmode_t.h \
335         ir/instrument.h \
336         ir/irvrfy_t.h \
337         ir/iredges_t.h \
338         ir/iredgeset.h \
339         ir/irdump_grgen.h \
340         ir/irphase_t.h \
341         ir/ircons_t.h \
342         ir/irdump_t.h \
343         ir/irflag_t.def \
344         ir/irprog_t.h \
345         ir/irprofile.h \
346         ir/irprintf_t.h \
347         ir/irtypes.h \
348         ir/irnode_t.h \
349         ir/irargs_t.h \
350         ir/irlinkednodemap.h \
351         ir/irnodemap.h \
352         ir/irgraph_t.h \
353         ir/iropt_t.h \
354         ir/irphaselist.h \
355         ir/irbitset.h \
356         ir/irlinkednodeset.h \
357         ir/irflag_t.h \
358         ir/gen_irnode.h \
359         ir/valueset.h \
360         ir/gen_ir.h \
361         libcore/lc_defines.h \
362         libcore/lc_common_t.h \
363         libcore/lc_parser_t.h \
364         libcore/do_bisonflex.sh \
365         libcore/lc_opts.h \
366         libcore/lc_appendable.h \
367         libcore/lc_config_parser.h \
368         libcore/lc_printf_arg_types.def \
369         libcore/lc_printf.h \
370         libcore/lc_opts_enum.h \
371         libcore/lc_config.h \
372         libcore/lc_opts_t.h \
373         net/firmnet.h \
374         net/firmnet_t.h \
375         opt/scalar_replace.h \
376         opt/tropt.h \
377         opt/reassoc_t.h \
378         opt/opt_confirms.h \
379         opt/funccall_t.h \
380         opt/opt_polymorphy.h \
381         opt/opt_inline_t.h \
382         stat/statev.h \
383         stat/stat_dmp.h \
384         stat/pattern_dmp.h \
385         stat/pattern.h \
386         stat/firmstat_t.h \
387         stat/dags.h \
388         stat/stat_timing.h \
389         stat/counter.h \
390         tr/entity_t.h \
391         tr/type_t.h \
392         tr/tpop_t.h \
393         tv/strcalc.h \
394         tv/tv_t.h \
395         tv/fltcalc.h \
396         ir/gen_irio_export.inl \
397         ir/gen_irio_import.inl \
398         ir/gen_irio_lex.inl \
399         ir/gen_ir_cons.c.inl \
400         ir/gen_irnode.c.inl \
401         ir/gen_irop.c.inl \
402         be/scripts/generate_emitter_new.pl \
403         be/scripts/generate_emitter.pl \
404         be/scripts/generate_machine.pl \
405         be/scripts/generate_new_opcodes.pl \
406         be/scripts/generate_regalloc_if.pl
407
408 EXTRA_DIST += libcore/do_bisonflex.sh \
409         libcore/lc_config_parser.y \
410         libcore/lc_config_lexer.l
411
412 # ia32 backend
413
414 ia32_sources = \
415         be/ia32/bearch_ia32.c \
416         be/ia32/ia32_architecture.c \
417         be/ia32/ia32_address_mode.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_regalloc_if.c \
436         be/ia32/gen_ia32_regalloc_if.h \
437         be/ia32/gen_ia32_new_nodes.c.inl \
438         be/ia32/gen_ia32_new_nodes.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/ia32_spec.pl \
445         be/ia32/ia32_simd_spec.pl \
446         be/ia32/bearch_ia32_t.h \
447         be/ia32/ia32_architecture.h \
448         be/ia32/ia32_address_mode.h \
449         be/ia32/ia32_common_transform.h \
450         be/ia32/ia32_dbg_stat.h \
451         be/ia32/ia32_emitter.h \
452         be/ia32/ia32_finish.h \
453         be/ia32/ia32_fpu.h \
454         be/ia32/ia32_map_regs.h \
455         be/ia32/ia32_new_nodes.h \
456         be/ia32/ia32_nodes_attr.h \
457         be/ia32/ia32_optimize.h \
458         be/ia32/ia32_transform.h \
459         be/ia32/ia32_util.h \
460         be/ia32/ia32_x87.h
461
462 $(srcdir)/be/ia32/gen_ia32_new_nodes.c.inl $(srcdir)/be/ia32/gen_ia32_new_nodes.h: \
463                 be/ia32/ia32_spec.pl be/scripts/generate_new_opcodes.pl
464         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
465
466 $(srcdir)/be/ia32/gen_ia32_emitter.c $(srcdir)/be/ia32/gen_ia32_emitter.h: \
467                 be/ia32/ia32_spec.pl be/scripts/generate_emitter.pl
468         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
469
470 $(srcdir)/be/ia32/gen_ia32_machine.c $(srcdir)/be/ia32/gen_ia32_machine.h: \
471                 be/ia32/ia32_spec.pl be/scripts/generate_machine.pl
472         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
473
474 $(srcdir)/be/ia32/gen_ia32_regalloc_if.c $(srcdir)/be/ia32/gen_ia32_regalloc_if.h: \
475                 be/ia32/ia32_spec.pl be/scripts/generate_regalloc_if.pl
476         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
477
478 # arm backend
479
480 arm_sources = \
481         be/arm/bearch_arm.c \
482         be/arm/arm_emitter.c \
483         be/arm/arm_map_regs.c \
484         be/arm/arm_new_nodes.c \
485         be/arm/arm_optimize.c \
486         be/arm/arm_transform.c
487 arm_built_sources = \
488         be/arm/gen_arm_emitter.c \
489         be/arm/gen_arm_emitter.h \
490         be/arm/gen_arm_machine.c \
491         be/arm/gen_arm_machine.h \
492         be/arm/gen_arm_regalloc_if.c \
493         be/arm/gen_arm_regalloc_if.h \
494         be/arm/gen_arm_new_nodes.c.inl \
495         be/arm/gen_arm_new_nodes.h
496 MAINTAINERCLEANFILES += $(arm_built_sources)
497 BUILT_SOURCES += $(arm_built_sources)
498 libfirm_la_SOURCES += $(arm_sources) $(arm_built_sources)
499
500
501 EXTRA_DIST += \
502         be/arm/arm_spec.pl \
503         be/arm/arm_emitter.h \
504         be/arm/arm_map_regs.h \
505         be/arm/arm_new_nodes.h \
506         be/arm/arm_nodes_attr.h \
507         be/arm/arm_optimize.h \
508         be/arm/arm_transform.h \
509         be/arm/bearch_arm.h \
510         be/arm/bearch_arm_t.h
511
512 $(srcdir)/be/arm/gen_arm_new_nodes.c.inl $(srcdir)/be/arm/gen_arm_new_nodes.h: \
513                 be/arm/arm_spec.pl be/scripts/generate_new_opcodes.pl
514         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
515
516 $(srcdir)/be/arm/gen_arm_emitter.c $(srcdir)/be/arm/gen_arm_emitter.h: \
517                 be/arm/arm_spec.pl be/scripts/generate_emitter.pl
518         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
519
520 $(srcdir)/be/arm/gen_arm_machine.c $(srcdir)/be/arm/gen_arm_machine.h: \
521                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
522         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
523
524 $(srcdir)/be/arm/gen_arm_regalloc_if.c $(srcdir)/be/arm/gen_arm_regalloc_if.h: \
525                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
526         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
527
528 # mips backend
529
530 mips_sources = \
531         be/mips/bearch_mips.c \
532         be/mips/mips_emitter.c \
533         be/mips/mips_map_regs.c \
534         be/mips/mips_new_nodes.c \
535         be/mips/mips_scheduler.c \
536         be/mips/mips_transform.c
537 mips_built_sources = \
538         be/mips/gen_mips_emitter.c \
539         be/mips/gen_mips_emitter.h \
540         be/mips/gen_mips_machine.c \
541         be/mips/gen_mips_machine.h \
542         be/mips/gen_mips_regalloc_if.c \
543         be/mips/gen_mips_regalloc_if.h \
544         be/mips/gen_mips_new_nodes.c.inl \
545         be/mips/gen_mips_new_nodes.h
546 MAINTAINERCLEANFILES += $(mips_built_sources)
547 BUILT_SOURCES += $(mips_built_sources)
548 libfirm_la_SOURCES += $(mips_sources) $(mips_built_sources)
549
550 EXTRA_DIST += \
551         be/mips/mips_spec.pl \
552         be/mips/bearch_mips.h \
553         be/mips/bearch_mips_t.h \
554         be/mips/mips_emitter.h \
555         be/mips/mips_map_regs.h \
556         be/mips/mips_new_nodes.h \
557         be/mips/mips_nodes_attr.h \
558         be/mips/mips_scheduler.h \
559         be/mips/mips_transform.h \
560         be/mips/mips_util.h
561
562 $(srcdir)/be/mips/gen_mips_new_nodes.c.inl $(srcdir)/be/mips/gen_mips_new_nodes.h: \
563                 be/mips/mips_spec.pl be/scripts/generate_new_opcodes.pl
564         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
565
566 $(srcdir)/be/mips/gen_mips_emitter.c $(srcdir)/be/mips/gen_mips_emitter.h: \
567                 be/mips/mips_spec.pl be/scripts/generate_emitter.pl
568         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
569
570 $(srcdir)/be/mips/gen_mips_machine.c $(srcdir)/be/mips/gen_mips_machine.h: \
571                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
572         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
573
574 $(srcdir)/be/mips/gen_mips_regalloc_if.c $(srcdir)/be/mips/gen_mips_regalloc_if.h: \
575                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
576         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
577
578 # ppc32 backend
579
580 ppc32_sources = \
581         be/ppc32/bearch_ppc32.c \
582         be/ppc32/ppc32_emitter.c \
583         be/ppc32/ppc32_map_regs.c \
584         be/ppc32/ppc32_new_nodes.c \
585         be/ppc32/ppc32_transform.c \
586         be/ppc32/ppc32_transform_conv.c
587 ppc32_built_sources = \
588         be/ppc32/gen_ppc32_emitter.c \
589         be/ppc32/gen_ppc32_emitter.h \
590         be/ppc32/gen_ppc32_machine.c \
591         be/ppc32/gen_ppc32_machine.h \
592         be/ppc32/gen_ppc32_regalloc_if.c \
593         be/ppc32/gen_ppc32_regalloc_if.h \
594         be/ppc32/gen_ppc32_new_nodes.c.inl \
595         be/ppc32/gen_ppc32_new_nodes.h
596 MAINTAINERCLEANFILES += $(ppc32_built_sources)
597 BUILT_SOURCES += $(ppc32_built_sources)
598 libfirm_la_SOURCES += $(ppc32_sources) $(ppc32_built_sources)
599
600 EXTRA_DIST += \
601         be/ppc32/ppc32_spec.pl \
602         be/ppc32/bearch_ppc32.h \
603         be/ppc32/bearch_ppc32_t.h \
604         be/ppc32/ppc32_emitter.h \
605         be/ppc32/ppc32_map_regs.h \
606         be/ppc32/ppc32_new_nodes.h \
607         be/ppc32/ppc32_nodes_attr.h \
608         be/ppc32/ppc32_transform_conv.h \
609         be/ppc32/ppc32_transform.h
610
611 $(srcdir)/be/ppc32/gen_ppc32_new_nodes.c.inl $(srcdir)/be/ppc32/gen_ppc32_new_nodes.h: \
612                 be/ppc32/ppc32_spec.pl be/scripts/generate_new_opcodes.pl
613         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
614
615 $(srcdir)/be/ppc32/gen_ppc32_emitter.c $(srcdir)/be/ppc32/gen_ppc32_emitter.h: \
616                 be/ppc32/ppc32_spec.pl be/scripts/generate_emitter.pl
617         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
618
619 $(srcdir)/be/ppc32/gen_ppc32_machine.c $(srcdir)/be/ppc32/gen_ppc32_machine.h: \
620                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
621         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
622
623 $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.c $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.h: \
624                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
625         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
626
627 # TEMPLATE backend
628
629 TEMPLATE_sources = \
630         be/TEMPLATE/bearch_TEMPLATE.c \
631         be/TEMPLATE/TEMPLATE_emitter.c \
632         be/TEMPLATE/TEMPLATE_map_regs.c \
633         be/TEMPLATE/TEMPLATE_new_nodes.c \
634         be/TEMPLATE/TEMPLATE_transform.c
635 TEMPLATE_built_sources = \
636         be/TEMPLATE/gen_TEMPLATE_emitter.c \
637         be/TEMPLATE/gen_TEMPLATE_emitter.h \
638         be/TEMPLATE/gen_TEMPLATE_machine.c \
639         be/TEMPLATE/gen_TEMPLATE_machine.h \
640         be/TEMPLATE/gen_TEMPLATE_regalloc_if.c \
641         be/TEMPLATE/gen_TEMPLATE_regalloc_if.h \
642         be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl \
643         be/TEMPLATE/gen_TEMPLATE_new_nodes.h
644 MAINTAINERCLEANFILES += $(TEMPLATE_built_sources)
645 BUILT_SOURCES += $(TEMPLATE_built_sources)
646 libfirm_la_SOURCES += $(TEMPLATE_sources) $(TEMPLATE_built_sources)
647
648 EXTRA_DIST += \
649         be/TEMPLATE/TEMPLATE_spec.pl \
650         be/TEMPLATE/bearch_TEMPLATE.h \
651         be/TEMPLATE/bearch_TEMPLATE_t.h \
652         be/TEMPLATE/TEMPLATE_emitter.h \
653         be/TEMPLATE/TEMPLATE_map_regs.h \
654         be/TEMPLATE/TEMPLATE_new_nodes.h \
655         be/TEMPLATE/TEMPLATE_nodes_attr.h \
656         be/TEMPLATE/TEMPLATE_transform.h
657
658 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.c.inl $(srcdir)/be/TEMPLATE/gen_TEMPLATE_new_nodes.h: \
659                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_new_opcodes.pl
660         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
661
662 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_emitter.h: \
663                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_emitter.pl
664         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
665
666 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_machine.h: \
667                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
668         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE
669
670 $(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.c $(srcdir)/be/TEMPLATE/gen_TEMPLATE_regalloc_if.h: \
671                 be/TEMPLATE/TEMPLATE_spec.pl be/scripts/generate_machine.pl
672         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/TEMPLATE/TEMPLATE_spec.pl $(srcdir)/be/TEMPLATE