From: Florian Liekweg Date: Mon, 11 Oct 2004 09:55:35 +0000 (+0000) Subject: Integrated ir/external/ X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=d59c61d192ee64bb5b931b7517e55bfba2d95982;p=libfirm Integrated ir/external/ [r4095] --- diff --git a/Makefile.in b/Makefile.in index 6e39da035..2e6a7e5d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) diff --git a/configure b/configure index 97be32da5..337ea296f 100755 --- 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" diff --git a/configure.in b/configure.in index 936324664..1e3f6613b 100644 --- a/configure.in +++ b/configure.in @@ -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"