makefile.mk (8809db7a) makefile.mk (03c97e34)
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

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

52
53# --- Targets ------------------------------------------------------
54.INCLUDE : target.mk
55
56$(MISC)$/%.cxx : %.txt
57 $(AUGMENT_LIBRARY_PATH) $(BIN)$/genindex_data $< $@ $*
58
59# ugly - is this dependency really required here?
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

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

52
53# --- Targets ------------------------------------------------------
54.INCLUDE : target.mk
55
56$(MISC)$/%.cxx : %.txt
57 $(AUGMENT_LIBRARY_PATH) $(BIN)$/genindex_data $< $@ $*
58
59# ugly - is this dependency really required here?
60.IF "$(GUI)" != "OS2"
60$(foreach,i,$(shell @$(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genindex_data$(EXECPOST)
61$(foreach,i,$(shell @$(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genindex_data$(EXECPOST)
62.ENDIF
61
63