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
This commit is contained in:
Rüdiger Timm
2004-12-16 11:20:38 +00:00
parent 69caafa53c
commit 3ee63ff56e

View File

@ -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))))