xref: /aoo41x/main/sd/sdi/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..
29
30PRJNAME=sd
31TARGET=sdslots
32TARGET2=sdgslots
33SDI1EXPORT=sdraw
34SDI2EXPORT=sdraw
35SVSDIINC=$(PRJ)$/source$/ui$/inc
36
37# --- Settings -----------------------------------------------------
38
39.INCLUDE :  settings.mk
40.IF "$(L10N_framework)"==""
41
42# --- Files --------------------------------------------------------
43
44
45SDI1NAME=$(TARGET)
46SDI2NAME=$(TARGET2)
47SIDHRCNAME=SDSLOTS.HRC
48
49SVSDI1DEPEND= \
50        $(SOLARINCXDIR)$/sfx2/sfx.sdi \
51        $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \
52        $(SOLARINCXDIR)$/svx/svx.sdi \
53        $(SOLARINCXDIR)$/svx/svxitems.sdi \
54        $(SOLARINCXDIR)$/svx/xoitems.sdi \
55	sdraw.sdi \
56	app.sdi \
57	_docsh.sdi \
58	docshell.sdi \
59	drtxtob.sdi \
60        drbezob.sdi \
61        drgrfob.sdi \
62	_drvwsh.sdi \
63	drviewsh.sdi \
64        mediaob.sdi \
65        tables.sdi\
66	outlnvsh.sdi \
67	SlideSorterController.sdi \
68	ViewShellBase.sdi \
69	ToolPanelViewShell.sdi \
70	sdslots.hrc \
71	$(PRJ)$/inc$/app.hrc
72
73SVSDI2DEPEND= \
74        $(SOLARINCXDIR)$/sfx2/sfx.sdi \
75        $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \
76        $(SOLARINCXDIR)$/svx/svx.sdi \
77        $(SOLARINCXDIR)$/svx/svxitems.sdi \
78        $(SOLARINCXDIR)$/svx/xoitems.sdi \
79        sdraw.sdi \
80	app.sdi \
81	_docsh.sdi \
82	grdocsh.sdi \
83	drtxtob.sdi \
84        drbezob.sdi \
85        drgrfob.sdi \
86	_drvwsh.sdi \
87	grviewsh.sdi \
88        mediaob.sdi \
89	outlnvsh.sdi \
90	ViewShellBase.sdi \
91	ToolPanelViewShell.sdi \
92	sdslots.hrc \
93	$(PRJ)$/inc$/app.hrc
94
95# --- Targets -------------------------------------------------------
96.ENDIF
97.INCLUDE :  target.mk
98