From c0a072856dae32b7b30ecb42f423b670c4aafd67 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 26 Jan 2007 13:21:11 +0000 Subject: [PATCH] add pset.c to avoid strange hackery in Makefiles [r8562] --- ir/adt/Makefile.in | 6 +----- ir/adt/pset.c | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 ir/adt/pset.c diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index 4865fedc1..b016cc323 100644 --- a/ir/adt/Makefile.in +++ b/ir/adt/Makefile.in @@ -21,7 +21,7 @@ INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterat SOURCES = Makefile.in \ array.c obst.h pdeq.c \ - set.c pmap.c eset.c iterator.c xmalloc.h \ + set.c pset.c pmap.c eset.c iterator.c xmalloc.h \ plist.c bipartite.c gaussjordan.c hungarian.c ifeq ($(disable_libiberty),no) @@ -37,11 +37,7 @@ endif include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug -I$(topdir)/ir/config -OFILES += pset.o include $(top_srcdir)/MakeTargets -pset.o: set.c pset.h - $(COMPILE.c) -DPSET -o $@ $< - all: subdir.o $(ADDLIB) diff --git a/ir/adt/pset.c b/ir/adt/pset.c new file mode 100644 index 000000000..7c7036878 --- /dev/null +++ b/ir/adt/pset.c @@ -0,0 +1,2 @@ +#define PSET +#include -- 2.20.1