X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=34057ab6c5f4b60dd933d5e4a73f6dd46cf9c5cd;hb=8afc2ffa646f8d7510c014b8179b812c7ca9a769;hp=a86cffc091cab9a9785d0d7643c801a8a47b3b3b;hpb=077b749d5960a27f04ff64024b3edc05f0fd0c77;p=libfirm diff --git a/Makefile.in b/Makefile.in index a86cffc09..34057ab6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,13 +23,22 @@ subdir := . enable_statistics := @enable_statistics@ # do we want external description of effects enable_external_effects := @enable_external_effects@ +# do we want to test the firm internal backend stuff? +enable_backend := @enable_backend@ + +# suck in values for the linking procedure: +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ -ifeq (@enable_external_effects@,yes) -build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \ - ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/external -else build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \ ir/opt ir/tr ir/ana ir/stat ir/ana2 + +ifeq (@enable_external_effects@,yes) +build_subdirs += ir/external +endif + +ifeq (@enable_backend@,yes) +build_subdirs += ir/be endif subdirs := $(build_subdirs) ir/config @@ -70,7 +79,7 @@ libfirm.a: $(XOFILES) $(OFILES) # dont know about xml here libfirm.so: subdir_all $(XOFILES) $(OFILES) - ld -Bshareable -o ./libfirm.so $(XOFILES) -lm -L/usr/public/libxml2/lib -lxml2 + ld -Bshareable -o ./libfirm.so $(XOFILES) -lm $(LDFLAGS) $(LIBS) testprograms: libfirm.a $(MAKE) -C testprograms