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

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

53# --- Targets ------------------------------------------------------
54.INCLUDE : target.mk
55
56APP1TARGET = genconv_dict
57$(MISC)$/%.cxx : %.dic
58 $(AUGMENT_LIBRARY_PATH) $(BIN)$/genconv_dict $* $< $@
59
60# 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

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

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