makefile.mk (32a5d79c) | makefile.mk (41deec9f) |
---|---|
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 --- 90 unchanged lines hidden (view full) --- 99$(MISC)$/%.bmp : $(SOLARSRC)$/%.bmp 100 @@-$(MKDIRHIER) $(@:d) 101 $(COPY) $< $@ 102 103$(MISC)$/%.png : $(SOLARSRC)$/%.png 104 @@-$(MKDIRHIER) $(@:d) 105 $(COPY) $< $@ 106 | 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 --- 90 unchanged lines hidden (view full) --- 99$(MISC)$/%.bmp : $(SOLARSRC)$/%.bmp 100 @@-$(MKDIRHIER) $(@:d) 101 $(COPY) $< $@ 102 103$(MISC)$/%.png : $(SOLARSRC)$/%.png 104 @@-$(MKDIRHIER) $(@:d) 105 $(COPY) $< $@ 106 |
107# vim: set noet ts=4 sw=4: | 107# vim: set noet sw=4 ts=4: |