diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-12-16 11:20:38 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-12-16 11:20:38 +0000 |
commit | 3ee63ff56ea115e401cf50bedf5ea185cc517aa1 (patch) | |
tree | 0bd35fbf5a520a4e7fb872d869ba06983b4fbe88 /helpcontent2/source/auxiliary/makefile.mk | |
parent | 69caafa53c77bfdccbf04d35a0a82587141f8ca4 (diff) |
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
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 45 |
1 files changed, 45 insertions, 0 deletions
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)))) |