aboutsummaryrefslogtreecommitdiff
path: root/libcommon/makefile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-12-13 21:57:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-23 21:20:44 +0300
commitfc3fb39c90ab7fe5fccbe3f3bc0eb2645157bb96 (patch)
tree6c8c1bfb5fe89f7378b92ac066b4ca8ecfd25228 /libcommon/makefile
parent02367faedb16b6186e8852de47e5b749dc48c2df (diff)
Switch to build2
Diffstat (limited to 'libcommon/makefile')
-rw-r--r--libcommon/makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/libcommon/makefile b/libcommon/makefile
deleted file mode 100644
index ac0bb3c..0000000
--- a/libcommon/makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# file : libcommon/makefile
-# license : GNU GPL; see accompanying LICENSE file
-
-include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-
-dirs := common
-
-$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
-
-$(dist): export dirs := $(dirs)
-$(dist): export extra_dist := $(call vc8slns,libcommon) \
-$(call vc9slns,libcommon) $(call vc10slns,libcommon) \
-$(call vc11slns,libcommon) $(call vc12slns,libcommon)
-$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(dirs)))
- $(call meta-automake)
- $(call meta-vc8slns,libcommon)
- $(call meta-vc9slns,libcommon)
- $(call meta-vc10slns,libcommon)
- $(call meta-vc11slns,libcommon)
- $(call meta-vc12slns,libcommon)
-
-$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(dirs)))
-
-$(call include,$(bld_root)/meta/vc8sln.make)
-$(call include,$(bld_root)/meta/vc9sln.make)
-$(call include,$(bld_root)/meta/vc10sln.make)
-$(call include,$(bld_root)/meta/vc11sln.make)
-$(call include,$(bld_root)/meta/vc12sln.make)
-$(call include,$(bld_root)/meta/automake.make)
-
-$(foreach d,$(dirs),$(call import,$(src_base)/$d/makefile))