Package_packimages.mk (147182fb) Package_packimages.mk (ee77d8e4)
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

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

48 mkdir -p $(dir $@) && \
49 $(PERL) $(SOLARENV)/bin/packimages.pl \
50 $(VERBOSESWITCH) \
51 -g $(SOLARSRC)/$(RSCDEFIMG) \
52 -m $(SOLARSRC)/$(RSCDEFIMG) \
53 -c $(SRCDIR)/packimages \
54 -l $(OUTDIR)/res/img \
55 -s $(SORTED_LIST) \
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

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

48 mkdir -p $(dir $@) && \
49 $(PERL) $(SOLARENV)/bin/packimages.pl \
50 $(VERBOSESWITCH) \
51 -g $(SOLARSRC)/$(RSCDEFIMG) \
52 -m $(SOLARSRC)/$(RSCDEFIMG) \
53 -c $(SRCDIR)/packimages \
54 -l $(OUTDIR)/res/img \
55 -s $(SORTED_LIST) \
56 -l $(OUTDIR)/res/img \
56 -l $(WORKDIR)/CustomTarget/packimages/res/img \
57 -o $@
58
57 -o $@
58
59$(WORKDIR)/CustomTarget/packimages/bin/images_% : $(COMMAND_IMAGE_LIST)
59$(WORKDIR)/CustomTarget/packimages/bin/images_%.zip : $(COMMAND_IMAGE_LIST)
60 mkdir -p $(dir $@) && \
61 $(PERL) $(SOLARENV)/bin/packimages.pl \
62 $(VERBOSESWITCH) \
63 -g $(SRCDIR)/$(RSCDEFIMG) \
64 -m $(SRCDIR)/$(RSCDEFIMG) \
65 -c $(SRCDIR)/packimages \
66 -c $(SRCDIR)/ooo_custom_images/$* \
67 -c $(WORKDIR)/CustomTarget/packimages/$* \

--- 56 unchanged lines hidden ---
60 mkdir -p $(dir $@) && \
61 $(PERL) $(SOLARENV)/bin/packimages.pl \
62 $(VERBOSESWITCH) \
63 -g $(SRCDIR)/$(RSCDEFIMG) \
64 -m $(SRCDIR)/$(RSCDEFIMG) \
65 -c $(SRCDIR)/packimages \
66 -c $(SRCDIR)/ooo_custom_images/$* \
67 -c $(WORKDIR)/CustomTarget/packimages/$* \

--- 56 unchanged lines hidden ---