From 2aa3bc649458f762cba1134b0693baba9a33f864 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 18 May 2001 17:19:56 +0000 Subject: Added a working "make clean" CVS version numbers Makefile: 1.23 -> 1.24 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2679ff7235d..b454d2038ad 100644 --- a/Makefile +++ b/Makefile @@ -8,16 +8,21 @@ LANGUAGES := english chinese croatian danish dutch esperanto finnish \ # arabic LANGUAGES-install := $(addsuffix -install,$(LANGUAGES)) +LANGUAGES-clean:= $(addsuffix -clean,$(LANGUAGES)) .SUFFIXES: .PHONY: install all $(LANGUAGES) $(LANGUAGES-install) install: $(LANGUAGES-install) +clean: $(LANGUAGES-clean) all: $(LANGUAGES) $(LANGUAGES-install): $(MAKE) -C $(subst -install,,$@) install +$(LANGUAGES-clean): + $(MAKE) -C $(subst -clean,,$@) clean + $(LANGUAGES): $(MAKE) -C $@ -- cgit v1.2.3