From 08c773c71968fb92330572e95694b9ee3f37d267 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2009 18:43:00 +0200 Subject: Generate .gitignore files --- xsd-frontend/makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'xsd-frontend') diff --git a/xsd-frontend/makefile b/xsd-frontend/makefile index f730b64..5e1c45f 100644 --- a/xsd-frontend/makefile +++ b/xsd-frontend/makefile @@ -100,7 +100,7 @@ $(call include-dep,$(cxx_od)) .PHONY: $(out_base)/ $(out_base)/: $(xsd_frontend.l) -# what to clean +# Clean # .PHONY: $(clean) @@ -110,7 +110,18 @@ $(clean): $(xsd_frontend.l).o.clean \ $(addsuffix .cxx.clean,$(cxx_od)) \ $(addsuffix .m4.clean,$(m4_cxx)) -# how to +# Generated .gitignore. +# +ifeq ($(out_base),$(src_base)) +$(xsd_frontend.l): | $(out_base)/.gitignore + +$(out_base)/.gitignore: files := semantic-graph/fundamental.hxx semantic-graph/fundamental.cxx +$(clean): $(out_base)/.gitignore.clean + +$(call include,$(bld_root)/git/gitignore.make) +endif + +# How to. # $(call include,$(bld_root)/cxx/o-l.make) $(call include,$(bld_root)/cxx/cxx-o.make) -- cgit v1.1