Changed node numbers
[libfirm] / Makefile.in
index a40c393..8a378ed 100644 (file)
@@ -19,19 +19,17 @@ srcdir := @srcdir@
 topdir := .
 # subdirectory under topdir
 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
-
-ifeq ($(enable_statistics),yes)
-subdirs += ir/stat
-endif
+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\
           config.guess config.sub configure.in \
           stamp-h.in install-sh README configure
 
-INSTALL_LIBS = libfirm.a
+INSTALL_LIBS = libfirm.a libfirm.so
 
 GENFILES := stamp-h config.log config.cache
 # config.status config.h.in $(srcdir)/stamp-h.in
@@ -47,6 +45,8 @@ all: firm
 
 firm: libfirm.a
 
+#libfirm.so
+
 $(OFILES): config.h Makefile
 
 $(XOFILES): subdir_all