aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-16 09:46:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-16 09:46:09 +0200
commit3804f7f85a483edc23e0f47217f143e3102abf26 (patch)
tree98c9296834e84719f28d896ef059994dc2791c23 /makefile
parent77b0dcc8bf1b21af9b8f704074d9b81cda2a96a8 (diff)
Update with new dependencies, etc
Diffstat (limited to 'makefile')
-rw-r--r--makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/makefile b/makefile
index ab32f7d..f6493d3 100644
--- a/makefile
+++ b/makefile
@@ -28,26 +28,14 @@ dist-win: $(out_base)/xsd/.dist-win
# Clean.
#
-clean: $(out_base)/libcult/.clean \
- $(out_base)/libfrontend-elements/.clean \
- $(out_base)/libbackend-elements/.clean \
+clean: $(out_base)/libcutl/.clean \
$(out_base)/libxsd-frontend/.clean \
$(out_base)/xsd/.clean
-src_root := $(src_base)/libcult
+src_root := $(src_base)/libcutl
scf_root := $(src_root)/build
out_root := $(src_root)
-$(call import,$(src_base)/libcult/makefile)
-
-src_root := $(src_base)/libfrontend-elements
-scf_root := $(src_root)/build
-out_root := $(src_root)
-$(call import,$(src_base)/libfrontend-elements/makefile)
-
-src_root := $(src_base)/libbackend-elements
-scf_root := $(src_root)/build
-out_root := $(src_root)
-$(call import,$(src_base)/libbackend-elements/makefile)
+$(call import,$(src_base)/libcutl/makefile)
src_root := $(src_base)/libxsd-frontend
scf_root := $(src_root)/build