X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2FMakefile.in;h=da12382745171dd5c33573614b404f9694bf94b4;hb=069aa37d7608129a2e2d8b0adad380987ea2d7ee;hp=c774432c97a2f2c2281b36eca20dcc9e3dd3fd9d;hpb=c1f3ac50693d23d51af711bc4e5afb20ac4a8517;p=libfirm diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index c774432c9..da1238274 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -1,4 +1,3 @@ - # # Project: libFIRM # File name: testprograms/Makefile.in @@ -19,33 +18,35 @@ subdir := testprograms DIFF ?= diff -c0 REF_DIR = $(srcdir)/ref-results -SOURCES := Makefile.in \ - array-heap_example.c \ - array-stack_example.c \ - call_str_example.c \ - cond_example.c \ - const_ent_example.c \ - const_eval_example.c \ - dead_block_example.c \ - empty.c \ - endless_loop.c \ - float_example.c \ - global_cse.c \ - global_var_example.c \ - identify_types.c \ - if_else_example.c \ - if_example.c \ - if_while_example.c \ - inheritance_example.c \ - irr_cf_example.c \ - irr_loop_example.c \ - memory_example.c \ - oo_inline_example.c \ - oo_program_example.c \ - recursions.c \ - three_cfpred_example.c \ +SOURCES := Makefile.in \ + array-heap_example.c \ + array-stack_example.c \ + call_str_example.c \ + cond_example.c \ + const_ent_example.c \ + const_eval_example.c \ + dead_block_example.c \ + empty.c \ + endless_loop.c \ + float_example.c \ + global_cse.c \ + global_var_example.c \ + identify_types.c \ + if_else_example.c \ + if_example.c \ + if_while_example.c \ + inheritance_example.c \ + irr_cf_example.c \ + irr_loop_example.c \ + memory_example.c \ + oo_inline_example.c \ + oo_program_example.c \ + recursions.c \ + strength_red_example.c \ + three_cfpred_example.c \ while_example.c + GENFILES = %.vcg results.txt bin_EXAMPLES = $(CFILES:.c=) @@ -60,7 +61,8 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ LDFLAGS = -L$(topdir) LDFLAGS+= @LDFLAGS@ -LDLIBS += -lfirm -liberty +LDLIBS += -lfirm -liberty @LIBS@ +# @@@ TODO replace hand crafted stuff (xml2) for configure GENFILES := $(bin_EXAMPLES) *.vcg