makefile.mk (7871dc3e) makefile.mk (a6640286)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42# --- Targets ------------------------------------------------------
43
44.INCLUDE : target.mk
45.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF
46
47ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst
48
49.IF "$(WITH_LANG)"!=""
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42# --- Targets ------------------------------------------------------
43
44.INCLUDE : target.mk
45.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF
46
47ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst
48
49.IF "$(WITH_LANG)"!=""
50t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" )
50t_aux_langdirs:=$(shell @find $(WITH_LANG) en-US -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" )
51
52aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))
53
54aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
55
56WITH_LANG!:=$(aux_alllangiso)
57
58.EXPORT : WITH_LANG

--- 39 unchanged lines hidden ---
51
52aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))
53
54aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
55
56WITH_LANG!:=$(aux_alllangiso)
57
58.EXPORT : WITH_LANG

--- 39 unchanged lines hidden ---