Fix fehler38: meld_psi() did not memorize the next condition when the value operand...
[libfirm] / ir / adt / Makefile.in
index aa9fdd7..b4d8f5b 100644 (file)
@@ -14,25 +14,61 @@ top_srcdir := @top_srcdir@
 srcdir = @srcdir@
 topdir = ../..
 subdir := ir/adt
-disable_libiberty := @disable_libiberty@
 
-INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterator.h align.h fourcc.h util.h plist.h \
-                     bipartite.h xmalloc.h gaussjordan.h hungarian.h raw_bitset.h
+INSTALL_HEADERS_ADT = \
+       align.h \
+       array.h \
+       bipartite.h \
+       bitfiddle.h \
+       bitset.h \
+       bitset_ia32.h \
+       bitset_std.h \
+       cpset.h \
+       eset.h \
+       fourcc.h \
+       gaussjordan.h \
+       hashptr.h \
+       hashset.h \
+       hungarian.h \
+       impl.h \
+       iterator.h \
+       list.h \
+       obst.h \
+       offset.h \
+       pdeq.h \
+       plist.h \
+       pmap.h \
+       pqueue.h \
+       pset.h \
+       pset_new.h \
+       raw_bitset.h \
+       set.h \
+       unionfind.h \
+       util.h \
+       xmalloc.h
 
-SOURCES = Makefile.in                          \
-       array.c obst.h pdeq.c   \
-       set.c pset.c pmap.c eset.c iterator.c xmalloc.h \
-       plist.c bipartite.c gaussjordan.c hungarian.c
+SOURCES = \
+       Makefile.in \
+       array.c \
+       bipartite.c \
+       cpset.c \
+       eset.c \
+       gaussjordan.c \
+       hashset.c \
+       hungarian.c \
+       iterator.c \
+       pdeq.c \
+       plist.c \
+       pmap.c \
+       pqueue.c \
+       pset.c \
+       pset_new.c \
+       set.c
 
-ifeq ($(disable_libiberty),no)
-SOURCES += xmalloc.c
-ADDLIB =
-else
 ADDLIB = xmalloc.o
 
 xmalloc.o: xmalloc.c
        $(COMPILE.c) -o $@ $<
-endif
 
 include $(topdir)/MakeRules