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 --- 60 unchanged lines hidden (view full) --- 69 70# --- Targets ------------------------------------------------------ 71.INCLUDE : target.mk 72 73$(MISC)$/dict_%.cxx : %.dic 74 $(AUGMENT_LIBRARY_PATH) $(BIN)$/gendict $< $@ 75 76# 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 --- 60 unchanged lines hidden (view full) --- 69 70# --- Targets ------------------------------------------------------ 71.INCLUDE : target.mk 72 73$(MISC)$/dict_%.cxx : %.dic 74 $(AUGMENT_LIBRARY_PATH) $(BIN)$/gendict $< $@ 75 76# ugly - is this dependency really required here? |
77.IF "$(GUI)" != "OS2" |
|
77$(foreach,i,$(shell @$(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gendict$(EXECPOST) | 78$(foreach,i,$(shell @$(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gendict$(EXECPOST) |
79.ENDIF |
|
78 | 80 |