added stat/opt directory
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 8 Jun 2004 15:20:59 +0000 (15:20 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 8 Jun 2004 15:20:59 +0000 (15:20 +0000)
[r3036]

Makefile.in
configure
configure.in
ir/common/Makefile.in
ir/ir/Makefile.in
ir/tr/Makefile.in
testprograms/Makefile.in

index 2892449..d698da0 100644 (file)
@@ -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\
index 4260498..97be32d 100755 (executable)
--- 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"
 
index 8b13ad8..9363246 100644 (file)
@@ -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"
 
index 80cf34c..7f02b6b 100644 (file)
@@ -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
 
index bb336a4..3ab5680 100644 (file)
@@ -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  \
index 8904612..fed3782 100644 (file)
@@ -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
 
index b9a8bd6..1488977 100644 (file)
@@ -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@