Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sysui / desktop / icons / makefile.mk
blob2a9d633b8d0b62eca0e84ff3c60bbc71d147cb7c
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 PRJ=..$/..
21 PRJNAME=sysui
22 TARGET=icons
24 # --- Settings -----------------------------------------------------------
26 .INCLUDE : settings.mk
28 # --- Targets -------------------------------------------------------------
30 all: \
31 $(MISC)$/oasis-database.ico \
32 $(MISC)$/oasis-drawing-template.ico \
33 $(MISC)$/oasis-drawing.ico \
34 $(MISC)$/oasis-empty-template.ico \
35 $(MISC)$/oasis-empty-document.ico \
36 $(MISC)$/oasis-formula.ico \
37 $(MISC)$/oasis-master-document.ico \
38 $(MISC)$/oasis-presentation-template.ico \
39 $(MISC)$/oasis-presentation.ico \
40 $(MISC)$/oasis-spreadsheet-template.ico \
41 $(MISC)$/oasis-spreadsheet.ico \
42 $(MISC)$/oasis-text-template.ico \
43 $(MISC)$/oasis-text.ico \
44 $(MISC)$/oasis-web-template.ico \
45 $(MISC)$/database.ico \
46 $(MISC)$/drawing-template.ico \
47 $(MISC)$/drawing.ico \
48 $(MISC)$/empty-template.ico \
49 $(MISC)$/empty-document.ico \
50 $(MISC)$/formula.ico \
51 $(MISC)$/master-document.ico \
52 $(MISC)$/presentation-template.ico \
53 $(MISC)$/presentation.ico \
54 $(MISC)$/spreadsheet-template.ico \
55 $(MISC)$/spreadsheet.ico \
56 $(MISC)$/text-template.ico \
57 $(MISC)$/text.ico \
58 $(MISC)$/impress_app.ico \
59 $(MISC)$/calc_app.ico \
60 $(MISC)$/draw_app.ico \
61 $(MISC)$/base_app.ico \
62 $(MISC)$/writer_app.ico \
63 $(MISC)$/math_app.ico \
64 $(MISC)$/main_app.ico \
65 $(MISC)$/open.ico \
66 $(MISC)$/oxt-extension.ico
68 $(MISC)$/%.ico: %.ico
69 $(COPY) $< $@
71 .INCLUDE : target.mk