aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/cutl/makefile b/cutl/makefile
index 1635311..92c7e35 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -20,6 +20,8 @@ cxx_od := $(cxx_obj:.o=.o.d)
cutl.l := $(out_base)/cutl.l
cutl.l.cpp-options := $(out_base)/cutl.l.cpp-options
+default := $(out_base)/
+install := $(out_base)/.install
clean := $(out_base)/.clean
@@ -37,6 +39,12 @@ $(call include-dep,$(cxx_od))
#
$(out_base)/: $(cutl.l)
+# Install.
+#
+$(install): $(cutl.l)
+ $(call install-lib,$<,$(install_lib_dir))
+ $(call install-dir,$(src_base),$(install_inc_dir)/cutl,\
+'(' -name '*.hxx' -o -name '*.ixx' -o -name '*.txx' ')')
# Clean.
#