- use an external Makefile.config for the test/Makefile that is not comitted to cvs...
[libfirm] / ir / be / test / Makefile.config.example
1 # Configuration section
2 EDG=edg
3 GCC=gcc
4
5 GCC_CFLAGS=-O3 -g
6 EDG_CFLAGS=-f win32 -b ra-chordal-spill=morgan --c -Ic:\\devstudio\\include
7
8 EXCLUDE=bf_localinit.c bf_store.c calls.c compress95.c convtest.c \
9         fe_bug.c gnu_def.c harness.c if.c psi_test.c
10 SOURCES=$(filter-out $(EXCLUDE), $(wildcard *.c))
11 GCCEXES=$(addprefix gcc/, $(addsuffix .exe, $(basename $(SOURCES))))
12 FIRMEXES=$(addprefix firm/, $(addsuffix .exe, $(basename $(SOURCES))))
13 FIRMASSEMBLERS=$(addprefix firm/, $(addsuffix .s, $(basename $(SOURCES))))
14 DONTCOMPARE = XXEndless.c
15 C