From 29c8ce737f513766673fd3e57e30233d9fcce159 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Sep 2009 14:02:04 +0200 Subject: Add C++ source code indenter --- cutl/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cutl/makefile') diff --git a/cutl/makefile b/cutl/makefile index b27f090..635524e 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -6,7 +6,11 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make cxx_tun := shared-ptr/base.cxx -cxx_tun += compiler/context.cxx compiler/type-info.cxx + +cxx_tun += \ +compiler/context.cxx \ +compiler/type-info.cxx \ +compiler/cxx-indenter.cxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) cxx_od := $(cxx_obj:.o=.o.d) -- cgit v1.1