added generation of Mulh, Min, Max, Div and DivMod nodes
[libfirm] / ir / be / ia32 / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/be/ia32/Makefile.in
4 # Purpose:
5 # Author:      Boris Boesler, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 1999-2005 Universitaet Karlsruhe
10 # Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11 #
12
13 top_srcdir := @top_srcdir@
14 srcdir = @srcdir@
15 topdir = ../../..
16 subdir := ir/be/ia32
17 full_dir = $(top_srcdir)/ir/be
18 full_dirbe = $(full_dir)/$(FIRMBE_ARCH)
19
20 SOURCES = Makefile.in new_nodes.c new_nodes.h transform.c transform.h
21
22 include $(topdir)/MakeRules
23
24 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
25                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
26                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
27                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
28                 -I$(topdir)/ir/config
29
30 include $(top_srcdir)/MakeTargets
31
32 $(full_dirbe)/new_nodes.c $(full_dirbe)/new_nodes.h: $(full_dir)/scripts/generate_new_opcodes.pl $(full_dirbe)/$(FIRMBE_ARCH)_spec.pl dump_support.inl
33         $(full_dir)/scripts/generate_new_opcodes.pl $(full_dirbe)/$(FIRMBE_ARCH)_spec.pl $(full_dirbe)
34
35 all: subdir.o