From 3ee63ff56ea115e401cf50bedf5ea185cc517aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 16 Dec 2004 11:20:38 +0000 Subject: [PATCH] INTEGRATION: CWS helpaux (1.1.2); FILE ADDED 2004/12/06 14:44:44 hjs 1.1.2.1: #i36415# fix for helpcontent2 auxiliary language problem --- helpcontent2/source/auxiliary/makefile.mk | 45 +++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 helpcontent2/source/auxiliary/makefile.mk diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk new file mode 100644 index 0000000000..d2550eb8e2 --- /dev/null +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -0,0 +1,45 @@ +#************************************************************************* +#* +#* $Workfile:$ +#* +#* Creation date KR 28.06.99 +#* last change $Author: rt $ $Date: 2004-12-16 12:20:38 $ +#* +#* $Revision: 1.2 $ +#* +#* $Logfile:$ +#* +#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. +#* +#************************************************************************* + +PRJ = ..$/.. +PRJNAME = help2 +TARGET = auxiliary +# edit to match the current module +MODULE = sbasic + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + +ALLTAR : aux_dirs + +AUX_DIR_LIST:=$(shell +$(FIND) . -type d ! -name "." | $(GREP) -v "CVS") + +.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" +aux_langdirs:=$(shell +find ./ -type d ! -name CVS ! -name "." | sed "s/\.\/\///" | sed "s/\.\///" ) +.ELSE # "$(GUI)"=="UNX" +aux_langdirs:=$(subst,CVS, $(shell +-dir /ba:d )) +.ENDIF # "$(GUI)"=="UNX" + + +aux_dirs .PHONY : + +echo aux_langdirs:=$(aux_langdirs) > $(INCCOM)$/aux_langs.mk + +#aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))