fix warning
[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_SOURCES = \
26         adt/array.c \
27         adt/bipartite.c \
28         adt/cpset.c \
29         adt/eset.c \
30         adt/gaussjordan.c \
31         adt/gaussseidel.c \
32         adt/hashset.c \
33         adt/hungarian.c \
34         adt/iterator.c \
35         adt/pdeq.c \
36         adt/plist.c \
37         adt/pmap.c \
38         adt/pqueue.c \
39         adt/pset.c \
40         adt/pset_new.c \
41         adt/set.c \
42         adt/xmalloc.c \
43         ana/absgraph.c \
44         ana/analyze_irg_args.c \
45         ana/callgraph.c \
46         ana/cdep.c \
47         ana/cgana.c \
48         ana/dfs.c \
49         ana/execfreq.c \
50         ana/execution_frequency.c \
51         ana/field_temperature.c \
52         ana/height.c \
53         ana/interval_analysis.c \
54         ana/irbackedge.c \
55         ana/ircfscc.c \
56         ana/irconsconfirm.c \
57         ana/irdom.c \
58         ana/irextbb2.c \
59         ana/irextbb.c \
60         ana/irlivechk.c \
61         ana/irloop.c \
62         ana/irmemory.c \
63         ana/irouts.c \
64         ana/irscc.c \
65         ana/irsimpletype.c \
66         ana/irtypeinfo.c \
67         ana/phiclass.c \
68         ana/rta.c \
69         ana/structure.c \
70         ana/trouts.c \
71         arch/archop.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/becopyheur3.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/becopystat.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/beinsn.c \
98         be/beirg.c \
99         be/beirgmod.c \
100         be/bejavacoal.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/benode.c \
110         be/bepeephole.c \
111         be/bepressurestat.c \
112         be/bera.c \
113         be/beraextern.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/bespillremat.c \
129         be/bespillslots.c \
130         be/bessaconstr.c \
131         be/bessadestr.c \
132         be/bessadestrsimple.c \
133         be/bestabs.c \
134         be/bestat.c \
135         be/bestate.c \
136         be/betranshlp.c \
137         be/beuses.c \
138         be/beutil.c \
139         be/beverify.c \
140         common/debug.c \
141         common/error.c \
142         common/firm.c \
143         common/firm_common.c \
144         common/firmwalk.c \
145         common/irtools.c \
146         common/statistics.c \
147         common/timing.c \
148         debug/dbginfo.c \
149         debug/debugger.c \
150         debug/firm_ycomp.c \
151         debug/seqnumbers.c \
152         ident/ident.c \
153         ident/mangle.c \
154         ir/irarch.c \
155         ir/irargs.c \
156         ir/ircgcons.c \
157         ir/ircons.c \
158         ir/irdump.c \
159         ir/irdump_grgen.c \
160         ir/irdumptxt.c \
161         ir/iredges.c \
162         ir/irflag.c \
163         ir/irgmod.c \
164         ir/irgopt.c \
165         ir/irgraph.c \
166         ir/irgwalk_blk.c \
167         ir/irgwalk.c \
168         ir/irhooks.c \
169         ir/irmode.c \
170         ir/irnode.c \
171         ir/irnodemap.c \
172         ir/irnodeset.c \
173         ir/irssacons.c \
174         ir/irop.c \
175         ir/iropt.c \
176         ir/irphase.c \
177         ir/irprintf.c \
178         ir/irprofile.c \
179         ir/irprog.c \
180         ir/irvrfy.c \
181         ir/pseudo_irg.c \
182         libcore/lc_appendable.c \
183         libcore/lc_config_lexer.c \
184         libcore/lc_config_parser.c \
185         libcore/lc_opts.c \
186         libcore/lc_opts_enum.c \
187         libcore/lc_printf.c \
188         libcore/lc_type.c \
189         lower/lower_calls.c \
190         lower/lower_dw.c \
191         lower/lower_hl.c \
192         lower/lower_intrinsics.c \
193         lower/lower_mode_b.c \
194         net/firmnet.c \
195         obstack/obstack.c \
196         obstack/obstack_printf.c \
197         opt/boolopt.c \
198         opt/cfopt.c \
199         opt/condeval.c \
200         opt/convopt.c \
201         opt/data_flow_scalar_replace.c \
202         opt/escape_ana.c \
203         opt/funccall.c \
204         opt/gvn_pre.c \
205         opt/ifconv.c \
206         opt/ircgopt.c \
207         opt/ldst2.c \
208         opt/ldstopt.c \
209         opt/opt_confirms.c \
210         opt/opt_frame.c \
211         opt/opt_osr.c \
212         opt/opt_polymorphy.c \
213         opt/proc_cloning.c \
214         opt/reassoc.c \
215         opt/return.c \
216         opt/scalar_replace.c \
217         opt/tailrec.c \
218         opt/tropt.c \
219         stat/const_stat.c \
220         stat/dags.c \
221         stat/distrib.c \
222         stat/firmstat.c \
223         stat/pattern.c \
224         stat/pattern_dmp.c \
225         stat/stat_dmp.c \
226         stat/statev.c \
227         stat/stat_timing.c \
228         tr/entity.c \
229         tr/tpop.c \
230         tr/tr_inheritance.c \
231         tr/trvrfy.c \
232         tr/type.c \
233         tr/type_finalization.c \
234         tr/typegmod.c \
235         tr/type_identify.c \
236         tr/typewalk.c \
237         tv/fltcalc.c \
238         tv/strcalc.c \
239         tv/tv.c
240
241 EXTRA_DIST = \
242         ana/irdom_t.h \
243         ana/dfs_t.h \
244         ana/irbackedge_t.h \
245         ana/irloop_t.h \
246         ana/irextbb_t.h \
247         be/belive_t.h \
248         be/beifg_impl.h \
249         be/bepeephole.h \
250         be/bessaconstr.h \
251         be/beifg_t.h \
252         be/be_t.h \
253         be/beblocksched.h \
254         be/bessadestrsimple.h \
255         be/becopyilp_t.h \
256         be/beverify.h \
257         be/bemachine.h \
258         be/beemitter.h \
259         be/begnuas.h \
260         be/becopyopt_t.h \
261         be/bemodule.h \
262         be/bespillremat.h \
263         be/bejavacoal.h \
264         be/belistsched.h \
265         be/bessadestr.h \
266         be/bechordal_draw.h \
267         be/beabi.h \
268         be/beflags.h \
269         be/bechordal_t.h \
270         be/beifg.h \
271         be/bespillslots.h \
272         be/besched_t.h \
273         be/beschedmris.h \
274         be/besched.h \
275         be/beloopana.h \
276         be/beilpsched.h \
277         be/becopyopt.h \
278         be/bepressurestat.h \
279         be/bestat.h \
280         be/bemachnode.h \
281         be/beabi_t.h \
282         be/beuses.h \
283         be/bestate.h \
284         be/bespilloptions.h \
285         be/bearch_t.h \
286         be/bera.h \
287         be/beirg_t.h \
288         be/beirgmod.h \
289         be/beinsn_t.h \
290         be/betranshlp.h \
291         be/belive.h \
292         be/beutil.h \
293         be/bestatevent.h \
294         be/bespill.h \
295         be/be_dbgout.h \
296         be/belower.h \
297         be/bedomfront.h \
298         be/beintlive_t.h \
299         be/becopystat.h \
300         be/benode_t.h \
301         be/bemodule_t.h \
302         be/bechordal.h \
303         be/bearch.h \
304         be/beschedrss.h \
305         be/beirg.h \
306         common/error.h \
307         common/statistics.h \
308         common/irtools.h \
309         common/firmwalk.h \
310         common/debug.h \
311         common/firm_common_t.h \
312         debug/dbginfo_t.h \
313         debug/debugger.h \
314         ident/ident_t.h \
315         ir/irnodeset.h \
316         ir/irmode_t.h \
317         ir/iredges_t.h \
318         ir/irphase_t.h \
319         ir/ircons_t.h \
320         ir/irprog_t.h \
321         ir/irgopt_t.h \
322         ir/irtypes.h \
323         ir/iredgeset.h \
324         ir/irprofile.h \
325         ir/irflag_t.def \
326         ir/irdump_t.h \
327         ir/irnode_t.h \
328         ir/irop_t.h \
329         ir/irnodemap.h \
330         ir/irgraph_t.h \
331         ir/iropt_t.h \
332         ir/irprintf_t.h \
333         ir/irbitset.h \
334         ir/irflag_t.h \
335         ir/irphases_t.h \
336         ir/irphaselist.h \
337         ir/irvrfy_t.h \
338         ir/irargs_t.h \
339         libcore/lc_common_t.h \
340         libcore/lc_appendable.h \
341         libcore/lc_config.h \
342         libcore/lc_parser_t.h \
343         libcore/lc_printf_arg_types.def \
344         libcore/do_bisonflex.sh \
345         libcore/lc_config_parser.h \
346         libcore/lc_opts_t.h \
347         libcore/lc_defines.h \
348         libcore/lc_opts_enum.h \
349         libcore/lc_opts.h \
350         libcore/lc_printf.h \
351         net/firmnet.h \
352         net/firmnet_t.h \
353         obstack/obstack.h \
354         opt/scalar_replace.h \
355         opt/opt_confirms.h \
356         opt/opt_polymorphy.h \
357         opt/reassoc_t.h \
358         opt/funccall_t.h \
359         stat/stat_dmp.h \
360         stat/firmstat_t.h \
361         stat/pattern_dmp.h \
362         stat/pattern.h \
363         stat/dags.h \
364         stat/counter.h \
365         stat/stat_timing.h \
366         stat/statev.h \
367         tr/entity_t.h \
368         tr/type_t.h \
369         tr/tpop_t.h \
370         tv/strcalc.h \
371         tv/tv_t.h \
372         tv/fltcalc.h \
373         be/scripts/generate_emitter_new.pl \
374         be/scripts/generate_emitter.pl \
375         be/scripts/generate_machine.pl \
376         be/scripts/generate_new_opcodes.pl \
377         be/scripts/generate_regalloc_if.pl
378
379 # ia32 backend
380
381 ia32_sources = \
382         be/ia32/bearch_ia32.c \
383         be/ia32/ia32_architecture.c \
384         be/ia32/ia32_address_mode.c \
385         be/ia32/ia32_emitter.c \
386         be/ia32/ia32_finish.c \
387         be/ia32/ia32_fpu.c \
388         be/ia32/ia32_intrinsics.c \
389         be/ia32/ia32_map_regs.c \
390         be/ia32/ia32_new_nodes.c \
391         be/ia32/ia32_optimize.c \
392         be/ia32/ia32_transform.c \
393         be/ia32/ia32_util.c \
394         be/ia32/ia32_x87.c
395
396 ia32_built_sources = \
397         be/ia32/gen_ia32_emitter.c \
398         be/ia32/gen_ia32_emitter.h \
399         be/ia32/gen_ia32_machine.c \
400         be/ia32/gen_ia32_machine.h \
401         be/ia32/gen_ia32_regalloc_if.c \
402         be/ia32/gen_ia32_regalloc_if.h \
403         be/ia32/gen_ia32_new_nodes.c.inl \
404         be/ia32/gen_ia32_new_nodes.h
405 MAINTAINERCLEANFILES = $(ia32_built_sources)
406 BUILT_SOURCES        = $(ia32_built_sources)
407 libfirm_la_SOURCES  += $(ia32_sources) $(ia32_built_sources)
408
409 EXTRA_DIST += \
410         be/ia32/ia32_spec.pl \
411         be/ia32/ia32_simd_spec.pl \
412         be/ia32/bearch_ia32_t.h \
413         be/ia32/ia32_architecture.h \
414         be/ia32/ia32_address_mode.h \
415         be/ia32/ia32_dbg_stat.h \
416         be/ia32/ia32_emitter.h \
417         be/ia32/ia32_finish.h \
418         be/ia32/ia32_fpu.h \
419         be/ia32/ia32_map_regs.h \
420         be/ia32/ia32_new_nodes.h \
421         be/ia32/ia32_nodes_attr.h \
422         be/ia32/ia32_optimize.h \
423         be/ia32/ia32_transform.h \
424         be/ia32/ia32_util.h \
425         be/ia32/ia32_x87.h
426
427 $(srcdir)/be/ia32/gen_ia32_new_nodes.c.inl $(srcdir)/be/ia32/gen_ia32_new_nodes.h: \
428                 be/ia32/ia32_spec.pl be/scripts/generate_new_opcodes.pl
429         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
430
431 $(srcdir)/be/ia32/gen_ia32_emitter.c $(srcdir)/be/ia32/gen_ia32_emitter.h: \
432                 be/ia32/ia32_spec.pl be/scripts/generate_emitter.pl
433         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
434
435 $(srcdir)/be/ia32/gen_ia32_machine.c $(srcdir)/be/ia32/gen_ia32_machine.h: \
436                 be/ia32/ia32_spec.pl be/scripts/generate_machine.pl
437         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
438
439 $(srcdir)/be/ia32/gen_ia32_regalloc_if.c $(srcdir)/be/ia32/gen_ia32_regalloc_if.h: \
440                 be/ia32/ia32_spec.pl be/scripts/generate_regalloc_if.pl
441         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ia32/ia32_spec.pl $(srcdir)/be/ia32
442
443 # arm backend
444
445 arm_sources = \
446         be/arm/bearch_arm.c \
447         be/arm/arm_emitter.c \
448         be/arm/arm_map_regs.c \
449         be/arm/arm_new_nodes.c \
450         be/arm/arm_transform.c
451 arm_built_sources = \
452         be/arm/gen_arm_emitter.c \
453         be/arm/gen_arm_emitter.h \
454         be/arm/gen_arm_machine.c \
455         be/arm/gen_arm_machine.h \
456         be/arm/gen_arm_regalloc_if.c \
457         be/arm/gen_arm_regalloc_if.h \
458         be/arm/gen_arm_new_nodes.c.inl \
459         be/arm/gen_arm_new_nodes.h
460 MAINTAINERCLEANFILES += $(arm_built_sources)
461 BUILT_SOURCES += $(arm_built_sources)
462 libfirm_la_SOURCES += $(arm_sources) $(arm_built_sources)
463
464
465 EXTRA_DIST += \
466         be/arm/arm_spec.pl \
467         be/arm/arm_emitter.h \
468         be/arm/arm_map_regs.h \
469         be/arm/arm_new_nodes.h \
470         be/arm/arm_nodes_attr.h \
471         be/arm/arm_transform.h \
472         be/arm/bearch_arm.h \
473         be/arm/bearch_arm_t.h
474
475 $(srcdir)/be/arm/gen_arm_new_nodes.c.inl $(srcdir)/be/arm/gen_arm_new_nodes.h: \
476                 be/arm/arm_spec.pl be/scripts/generate_new_opcodes.pl
477         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
478
479 $(srcdir)/be/arm/gen_arm_emitter.c $(srcdir)/be/arm/gen_arm_emitter.h: \
480                 be/arm/arm_spec.pl be/scripts/generate_emitter.pl
481         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
482
483 $(srcdir)/be/arm/gen_arm_machine.c $(srcdir)/be/arm/gen_arm_machine.h: \
484                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
485         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
486
487 $(srcdir)/be/arm/gen_arm_regalloc_if.c $(srcdir)/be/arm/gen_arm_regalloc_if.h: \
488                 be/arm/arm_spec.pl be/scripts/generate_machine.pl
489         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/arm/arm_spec.pl $(srcdir)/be/arm
490
491 # mips backend
492
493 mips_sources = \
494         be/mips/bearch_mips.c \
495         be/mips/mips_emitter.c \
496         be/mips/mips_map_regs.c \
497         be/mips/mips_new_nodes.c \
498         be/mips/mips_scheduler.c \
499         be/mips/mips_transform.c
500 mips_built_sources = \
501         be/mips/gen_mips_emitter.c \
502         be/mips/gen_mips_emitter.h \
503         be/mips/gen_mips_machine.c \
504         be/mips/gen_mips_machine.h \
505         be/mips/gen_mips_regalloc_if.c \
506         be/mips/gen_mips_regalloc_if.h \
507         be/mips/gen_mips_new_nodes.c.inl \
508         be/mips/gen_mips_new_nodes.h
509 MAINTAINERCLEANFILES += $(mips_built_sources)
510 BUILT_SOURCES += $(mips_built_sources)
511 libfirm_la_SOURCES += $(mips_sources) $(mips_built_sources)
512
513 EXTRA_DIST += \
514         be/mips/mips_spec.pl \
515         be/mips/bearch_mips.h \
516         be/mips/bearch_mips_t.h \
517         be/mips/mips_emitter.h \
518         be/mips/mips_map_regs.h \
519         be/mips/mips_new_nodes.h \
520         be/mips/mips_nodes_attr.h \
521         be/mips/mips_scheduler.h \
522         be/mips/mips_transform.h \
523         be/mips/mips_util.h
524
525 $(srcdir)/be/mips/gen_mips_new_nodes.c.inl $(srcdir)/be/mips/gen_mips_new_nodes.h: \
526                 be/mips/mips_spec.pl be/scripts/generate_new_opcodes.pl
527         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
528
529 $(srcdir)/be/mips/gen_mips_emitter.c $(srcdir)/be/mips/gen_mips_emitter.h: \
530                 be/mips/mips_spec.pl be/scripts/generate_emitter.pl
531         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
532
533 $(srcdir)/be/mips/gen_mips_machine.c $(srcdir)/be/mips/gen_mips_machine.h: \
534                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
535         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
536
537 $(srcdir)/be/mips/gen_mips_regalloc_if.c $(srcdir)/be/mips/gen_mips_regalloc_if.h: \
538                 be/mips/mips_spec.pl be/scripts/generate_machine.pl
539         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/mips/mips_spec.pl $(srcdir)/be/mips
540
541 # ppc32 backend
542
543 ppc32_sources = \
544         be/ppc32/bearch_ppc32.c \
545         be/ppc32/ppc32_emitter.c \
546         be/ppc32/ppc32_map_regs.c \
547         be/ppc32/ppc32_new_nodes.c \
548         be/ppc32/ppc32_transform.c \
549         be/ppc32/ppc32_transform_conv.c
550 ppc32_built_sources = \
551         be/ppc32/gen_ppc32_emitter.c \
552         be/ppc32/gen_ppc32_emitter.h \
553         be/ppc32/gen_ppc32_machine.c \
554         be/ppc32/gen_ppc32_machine.h \
555         be/ppc32/gen_ppc32_regalloc_if.c \
556         be/ppc32/gen_ppc32_regalloc_if.h \
557         be/ppc32/gen_ppc32_new_nodes.c.inl \
558         be/ppc32/gen_ppc32_new_nodes.h
559 MAINTAINERCLEANFILES += $(ppc32_built_sources)
560 BUILT_SOURCES += $(ppc32_built_sources)
561 libfirm_la_SOURCES += $(ppc32_sources) $(ppc32_built_sources)
562
563 EXTRA_DIST += \
564         be/ppc32/ppc32_spec.pl \
565         be/ppc32/bearch_ppc32.h \
566         be/ppc32/bearch_ppc32_t.h \
567         be/ppc32/ppc32_emitter.h \
568         be/ppc32/ppc32_map_regs.h \
569         be/ppc32/ppc32_new_nodes.h \
570         be/ppc32/ppc32_nodes_attr.h \
571         be/ppc32/ppc32_transform_conv.h \
572         be/ppc32/ppc32_transform.h
573
574 $(srcdir)/be/ppc32/gen_ppc32_new_nodes.c.inl $(srcdir)/be/ppc32/gen_ppc32_new_nodes.h: \
575                 be/ppc32/ppc32_spec.pl be/scripts/generate_new_opcodes.pl
576         $(PERL) $(srcdir)/be/scripts/generate_new_opcodes.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
577
578 $(srcdir)/be/ppc32/gen_ppc32_emitter.c $(srcdir)/be/ppc32/gen_ppc32_emitter.h: \
579                 be/ppc32/ppc32_spec.pl be/scripts/generate_emitter.pl
580         $(PERL) $(srcdir)/be/scripts/generate_emitter.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
581
582 $(srcdir)/be/ppc32/gen_ppc32_machine.c $(srcdir)/be/ppc32/gen_ppc32_machine.h: \
583                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
584         $(PERL) $(srcdir)/be/scripts/generate_machine.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32
585
586 $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.c $(srcdir)/be/ppc32/gen_ppc32_regalloc_if.h: \
587                 be/ppc32/ppc32_spec.pl be/scripts/generate_machine.pl
588         $(PERL) $(srcdir)/be/scripts/generate_regalloc_if.pl $(srcdir)/be/ppc32/ppc32_spec.pl $(srcdir)/be/ppc32