makefile.mk (7871dc3e) makefile.mk (77f0f650)
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

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

129.INCLUDE : extension_pre.mk
130.ENDIF # L10N_framework
131.INCLUDE : target.mk
132.IF "$(L10N_framework)"==""
133.INCLUDE : extension_post.mk
134
135$(CONVERTER_FILE) : $(BIN)$/$$(@:f)
136 @@-$(MKDIRHIER) $(@:d)
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

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

129.INCLUDE : extension_pre.mk
130.ENDIF # L10N_framework
131.INCLUDE : target.mk
132.IF "$(L10N_framework)"==""
133.INCLUDE : extension_post.mk
134
135$(CONVERTER_FILE) : $(BIN)$/$$(@:f)
136 @@-$(MKDIRHIER) $(@:d)
137 $(COPY) $< $@
137 $(COPY) $< $@
138
139$(COMPONENT_DIALOGS) : dialogs$/$$(@:f)
140 @@-$(MKDIRHIER) $(@:d)
138
139$(COMPONENT_DIALOGS) : dialogs$/$$(@:f)
140 @@-$(MKDIRHIER) $(@:d)
141 $(COPY) $< $@
141 $(COPY) $< $@
142
143$(COMPONENT_HELP) : help$/$$(@:f)
144 @@-$(MKDIRHIER) $(@:d)
142
143$(COMPONENT_HELP) : help$/$$(@:f)
144 @@-$(MKDIRHIER) $(@:d)
145 $(COPY) $< $@
145 $(COPY) $< $@
146
147$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
148 @@-$(MKDIRHIER) $(@:d)
146
147$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
148 @@-$(MKDIRHIER) $(@:d)
149 $(COPY) $< $@
149 $(COPY) $< $@
150
150.ENDIF # L10N_framework
151
151.ENDIF # L10N_framework
152