forked from amazingfate/help
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:
45
helpcontent2/source/auxiliary/makefile.mk
Normal file
45
helpcontent2/source/auxiliary/makefile.mk
Normal 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))))
|
||||
Reference in New Issue
Block a user