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

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

211 @echo "{$(MIMELIST)}.desktop" > $@
212
213#
214# Generate customized install scripts
215#
216$(COMMONMISC)$/{$(PRODUCTLIST)}$/create_tree.sh : makefile.mk
217$(COMMONMISC)$/{$(PRODUCTLIST)}$/create_tree.sh : $$(@:f)
218 @@-$(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

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

211 @echo "{$(MIMELIST)}.desktop" > $@
212
213#
214# Generate customized install scripts
215#
216$(COMMONMISC)$/{$(PRODUCTLIST)}$/create_tree.sh : makefile.mk
217$(COMMONMISC)$/{$(PRODUCTLIST)}$/create_tree.sh : $$(@:f)
218 @@-$(MKDIRHIER) $(@:d)
219 @echo "#\!/bin/bash" > $@.$(INPATH)
219 @echo "#\!/bin/sh" > $@.$(INPATH)
220 @echo "PREFIX=$(UNIXFILENAME.$(@:d:d:f))" >> $@.$(INPATH)
221 @echo "ICON_PREFIX=$(ICONPREFIX.$(@:d:d:f))" >> $@.$(INPATH)
222 @echo "ICON_SOURCE_DIR=../../../desktop/icons" >> $@.$(INPATH)
223 @cat $< >> $@.$(INPATH)
224 @chmod 774 $@.$(INPATH)
225 @mv -f $@.$(INPATH) $@
226
227#

--- 32 unchanged lines hidden ---
220 @echo "PREFIX=$(UNIXFILENAME.$(@:d:d:f))" >> $@.$(INPATH)
221 @echo "ICON_PREFIX=$(ICONPREFIX.$(@:d:d:f))" >> $@.$(INPATH)
222 @echo "ICON_SOURCE_DIR=../../../desktop/icons" >> $@.$(INPATH)
223 @cat $< >> $@.$(INPATH)
224 @chmod 774 $@.$(INPATH)
225 @mv -f $@.$(INPATH) $@
226
227#

--- 32 unchanged lines hidden ---