Integrated ir/external/
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 11 Oct 2004 09:55:35 +0000 (09:55 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Mon, 11 Oct 2004 09:55:35 +0000 (09:55 +0000)
[r4095]

Makefile.in
configure
configure.in

index 6e39da0..2e6a7e5 100644 (file)
@@ -22,14 +22,14 @@ subdir := .
 # do we want statistics
 enable_statistics := @enable_statistics@
 
-subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/opt ir/tr ir/ana ir/stat # ir/st
+subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/opt ir/tr ir/ana ir/stat ir/external # ir/st
 
 SOURCES := Makefile.in MakeRules.in MakeTargets\
           aclocal.m4 config.h.in\
           config.guess config.sub configure.in \
           stamp-h.in install-sh README configure
 
-SHARED_LIB = libfirm.so
+SHARED_LIB = libfirm.so
 
 INSTALL_LIBS = libfirm.a $(SHARED_LIB)
 
index 97be32d..337ea29 100755 (executable)
--- a/configure
+++ b/configure
@@ -1210,7 +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 \
+               ir/opt/Makefile  ir/external/Makefile \
                testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \
                libfirm.doxygen"
 
index 9363246..1e3f661 100644 (file)
@@ -21,7 +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 \
+               ir/opt/Makefile ir/external/Makefile \
                testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \
                libfirm.doxygen"