X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=Makefile.in;h=4bfb72fee0ff3ae78df2cc624af740caeb12a2df;hp=c5a943e415e6246362214f01b63c642adb3b1b42;hb=e64c0ea5119df11b0c58885d9b2b6c1f3f8d7f79;hpb=67887df61675bf52ff1a82e52d6c7359f64c9b9a diff --git a/Makefile.in b/Makefile.in index c5a943e..4bfb72f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Makefile - top-level Makefile # # This file is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson @@ -25,7 +25,14 @@ DISTVERSION= 0.9 srcdir= @srcdir@ VPATH= @srcdir@ -SUBDIRS= src dynamic client regress +ENABLE_DYNAMIC= @ENABLE_DYNAMIC@ +ifeq ($(ENABLE_DYNAMIC),elf) +SUBDIRS_DYNAMIC=dynamic +else +SUBDIRS_DYNAMIC= +endif + +SUBDIRS= src $(SUBDIRS_DYNAMIC) client regress all install uninstall clean distclean mostlyclean maintainer-clean distprep: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done