X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2FMakefile.in;h=b53b3a1f1b138ea44e70caa19d985d7c257e25d3;hb=b4cfa9a1793173b5ccee8fcf9debdac126109902;hp=e05708d232f1e4e93b54c00d9220177ed4f28fa0;hpb=3a70012ec9059ecdc00c1e87f7db182bba3d1167;p=libfirm diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index e05708d23..b53b3a1f1 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -20,7 +20,7 @@ SOURCES := Makefile.in \ dead_block_example.c inheritance_example.c while_example.c bin_EXAMPLES = $(CFILES:.c=) -run_bin_EXAMPLES = $(CFILES:.c=;) +run_bin_EXAMPLES = $(patsubst %.c,./%;,$(CFILES)) include $(topdir)/MakeRules @@ -30,7 +30,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/tv LDFLAGS += -L$(topdir) -LDLIBS += -lfirm -lgmp +LDLIBS += -lfirm -lgmp -liberty GENFILES := $(bin_EXAMPLES) *.vcg