From b7f8ed4b2d4582dda0874166712763d8ff89c384 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Nov 2013 09:00:13 +0200 Subject: Add support for using external libcutl --- makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f6493d3..2564fdb 100644 --- a/makefile +++ b/makefile @@ -28,15 +28,18 @@ dist-win: $(out_base)/xsd/.dist-win # Clean. # -clean: $(out_base)/libcutl/.clean \ - $(out_base)/libxsd-frontend/.clean \ +clean: $(out_base)/libxsd-frontend/.clean \ $(out_base)/xsd/.clean +ifneq ($(EXTERNAL_LIBCUTL),y) src_root := $(src_base)/libcutl scf_root := $(src_root)/build out_root := $(src_root) $(call import,$(src_base)/libcutl/makefile) +clean: $(out_base)/libcutl/.clean +endif + src_root := $(src_base)/libxsd-frontend scf_root := $(src_root)/build out_root := $(src_root) -- cgit v1.1