From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- makefile | 36 +++++++----------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f9d9dc7..056cb89 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,5 @@ # file : makefile -# author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2014 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))/build-0.3/bootstrap.make @@ -28,38 +27,17 @@ dist-win: $(out_base)/xsd/.dist-win # Clean. # -clean: $(out_base)/libcult/.clean \ - $(out_base)/libfrontend-elements/.clean \ - $(out_base)/libbackend-elements/.clean \ - $(out_base)/libxsd-frontend/.clean \ +clean: $(out_base)/libxsd-frontend/.clean \ $(out_base)/xsd/.clean -# Reset pattern-specific variables because GNU make will use the -# first match instead of the most specific match. Here out_root -# and out_base are the same. -# -$(out_root)/%: out_root := -$(out_root)/%: out_base := -$(out_root)/%: src_root := -$(out_root)/%: src_base := -$(out_root)/%: scf_root := -$(out_root)/%: dcf_root := -$(out_root)/%: project_name := - -src_root := $(src_base)/libcult -scf_root := $(src_root)/build -out_root := $(src_root) -$(call import,$(src_base)/libcult/makefile) - -src_root := $(src_base)/libfrontend-elements +ifneq ($(EXTERNAL_LIBCUTL),y) +src_root := $(src_base)/libcutl scf_root := $(src_root)/build out_root := $(src_root) -$(call import,$(src_base)/libfrontend-elements/makefile) +$(call import,$(src_base)/libcutl/makefile) -src_root := $(src_base)/libbackend-elements -scf_root := $(src_root)/build -out_root := $(src_root) -$(call import,$(src_base)/libbackend-elements/makefile) +clean: $(out_base)/libcutl/.clean +endif src_root := $(src_base)/libxsd-frontend scf_root := $(src_root)/build -- cgit v1.2.3