From: Michael Beck Date: Tue, 8 Jun 2004 15:20:59 +0000 (+0000) Subject: added stat/opt directory X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=37acf12c601f927fefa4c94990d3359657764c12;p=libfirm added stat/opt directory [r3036] --- diff --git a/Makefile.in b/Makefile.in index 28924499a..d698da032 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ subdir := . # do we want statistics enable_statistics := @enable_statistics@ -subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st ir/stat +subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/opt ir/tr ir/ana ir/st ir/stat SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\ diff --git a/configure b/configure index 42604987d..97be32da5 100755 --- a/configure +++ b/configure @@ -1210,6 +1210,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/st/Makefile ir/stat/Makefile \ + ir/opt/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ libfirm.doxygen" diff --git a/configure.in b/configure.in index 8b13ad8ba..936324664 100644 --- a/configure.in +++ b/configure.in @@ -21,6 +21,7 @@ dnl if other files should be generated just add them to ac_output_files ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/st/Makefile ir/stat/Makefile \ + ir/opt/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ libfirm.doxygen" diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index 80cf34c6c..7f02b6b66 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -28,7 +28,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \ -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \ - -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat include $(top_srcdir)/MakeTargets diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index bb336a41f..3ab568039 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -27,7 +27,6 @@ SOURCES += Makefile.in \ irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c \ irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c - include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index 8904612dd..fed3782d4 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -29,7 +29,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana + -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt include $(top_srcdir)/MakeTargets diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index b9a8bd6d2..1488977e5 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -53,7 +53,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tr \ - -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana + -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana \ + -I$(top_srcdir)/ir/opt LDFLAGS = -L$(topdir) LDFLAGS+= @LDFLAGS@