X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2FMakefile.in;h=b4d8f5b72c2bd8b0f7580b62c252923414940eb5;hb=affe4623a8bf6e94ebe8eb9878d17ed30b36e1ba;hp=aa9fdd7daf47d84d36710b6ae5e23b7a6d107e19;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index aa9fdd7da..b4d8f5b72 100644 --- a/ir/adt/Makefile.in +++ b/ir/adt/Makefile.in @@ -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