xref: /aoo41x/main/uui/source/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 = ..
29PRJNAME = uui
30TARGET = source
31ENABLE_EXCEPTIONS = true
32
33.INCLUDE: settings.mk
34
35SLOFILES = \
36	$(SLO)$/cookiedg.obj \
37	$(SLO)$/iahndl.obj \
38	$(SLO)$/iahndl-authentication.obj \
39	$(SLO)$/iahndl-ssl.obj \
40	$(SLO)$/iahndl-cookies.obj \
41	$(SLO)$/iahndl-filter.obj \
42	$(SLO)$/iahndl-locking.obj \
43	$(SLO)$/iahndl-ioexceptions.obj \
44	$(SLO)$/iahndl-errorhandler.obj \
45	$(SLO)$/logindlg.obj \
46	$(SLO)$/services.obj \
47	$(SLO)$/masterpassworddlg.obj \
48	$(SLO)$/masterpasscrtdlg.obj \
49	$(SLO)$/openlocked.obj \
50	$(SLO)$/passworddlg.obj \
51	$(SLO)$/fltdlg.obj \
52	$(SLO)$/interactionhandler.obj \
53	$(SLO)$/requeststringresolver.obj \
54	$(SLO)$/unknownauthdlg.obj \
55	$(SLO)$/sslwarndlg.obj \
56	$(SLO)$/secmacrowarnings.obj \
57	$(SLO)$/filechanged.obj \
58	$(SLO)$/alreadyopen.obj \
59	$(SLO)$/lockfailed.obj \
60	$(SLO)$/trylater.obj \
61	$(SLO)$/newerverwarn.obj \
62	$(SLO)$/nameclashdlg.obj \
63	$(SLO)$/passwordcontainer.obj
64
65SRS1NAME=$(TARGET)
66SRC1FILES = \
67	cookiedg.src \
68	ids.src \
69	logindlg.src \
70	masterpassworddlg.src \
71	masterpasscrtdlg.src \
72	openlocked.src \
73	passworddlg.src \
74	passworderrs.src \
75	fltdlg.src \
76	unknownauthdlg.src\
77	sslwarndlg.src\
78	secmacrowarnings.src\
79    filechanged.src\
80    alreadyopen.src\
81    lockfailed.src\
82    trylater.src\
83    nameclashdlg.src\
84	newerverwarn.src
85
86.INCLUDE: target.mk
87
88