X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=01f22c5ad9110ac76268be5fd5dd7ebcf49f0ae3;hb=2088953d1501fb6aeec55b96decaab659703471c;hp=c8c1b41a340e16cbcfc70f956003b5565d0164d5;hpb=f143dc1566ff13bcfa812b854b245c45099c1102;p=libfirm diff --git a/Makefile.in b/Makefile.in index c8c1b41a3..01f22c5ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,6 +25,8 @@ enable_statistics := @enable_statistics@ enable_external_effects := @enable_external_effects@ # do we want to use the libcore for debug and ADT support enable_libcore := @enable_libcore@ +enable_backend := @enable_backend@ +backends := @BACKENDS@ LIBCORE_CFLAGS = @LIBCORE_CFLAGS@ LIBCORE_LIBS = @LIBCORE_LFLAGS@ @@ -37,12 +39,15 @@ LIBS = @LIBS@ $(LIBCORE_LIBS) plugin_subdirs := @plugin_subdirs@ build_subdirs := ir/adt ir/net ir/debug ir/tv ir/common ir/ident ir/ir \ - ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/arch ir/lower \ + ir/opt ir/tr ir/ana ir/stat ir/arch ir/lower include/libfirm \ $(plugin_subdirs) -ifeq (@enable_external_effects@,yes) +ifeq ($(enable_external_effects),yes) build_subdirs += ir/external endif +ifeq ($(enable_backend),yes) +build_subdirs += ir/be $(addprefix ir/be/, $(backends)) +endif build_add_lib := libfirm_xmalloc.a