Added bitfiddling routines and a bitset implementation
[libfirm] / ir / external / Makefile.in
index 498120c..e6e384e 100644 (file)
@@ -11,8 +11,8 @@
 #
 
 # set LIBXML2 to the installation directory of libxml2
-# temporary fix until libxml is integrated:
-LIBXML2                ?= invalid
+# temporary fix until libxml2 is integrated:
+LIBXML2                ?= /usr/public/libxml2
 
 top_srcdir := @top_srcdir@
 srcdir = @srcdir@
@@ -28,7 +28,9 @@ SOURCES +=    Makefile.in \
 
 include $(topdir)/MakeRules
 
-CPPFLAGS +=    -I$(top_srcdir)/ir/tr \
+CPPFLAGS +=    -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/ident \
+                               -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ir  \
+                               -I$(top_srcdir)/ir/debug \
                                -I$(LIBXML2)/include/libxml2
 
 include $(top_srcdir)/MakeTargets