Changed offset.h util.h
[libfirm] / Makefile.in
index a86cffc..4609c38 100644 (file)
@@ -23,13 +23,22 @@ subdir := .
 enable_statistics := @enable_statistics@
 # do we want external description of effects
 enable_external_effects := @enable_external_effects@
+# do we want to use the libcore for debug and ADT support
+enable_libcore := @enable_libcore@
+
+# suck in values for the linking procedure:
+LDFLAGS                        = @LDFLAGS@
+LIBS                   = @LIBS@
+
+# plugin subdirectories
+plugin_subdirs := @plugin_subdirs@
 
-ifeq (@enable_external_effects@,yes)
-build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \
-               ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/external
-else
 build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \
-               ir/opt ir/tr ir/ana ir/stat ir/ana2
+               ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/arch \
+               $(plugin_subdirs)
+
+ifeq (@enable_external_effects@,yes)
+build_subdirs += ir/external
 endif
 
 subdirs := $(build_subdirs) ir/config
@@ -70,7 +79,7 @@ libfirm.a: $(XOFILES) $(OFILES)
 
 # dont know about xml here
 libfirm.so: subdir_all $(XOFILES) $(OFILES)
-       ld -Bshareable -o ./libfirm.so $(XOFILES) -lm -L/usr/public/libxml2/lib -lxml2
+       ld -Bshareable -o ./libfirm.so $(XOFILES) -lm $(LDFLAGS) $(LIBS)
 
 testprograms:  libfirm.a
        $(MAKE) -C testprograms