xref: /aoo4110/main/uui/source/makefile.mk (revision b1cdbd2c)
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
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ = ..
25PRJNAME = uui
26TARGET = source
27ENABLE_EXCEPTIONS = true
28
29.INCLUDE: settings.mk
30
31SLOFILES = \
32	$(SLO)$/cookiedg.obj \
33	$(SLO)$/iahndl.obj \
34	$(SLO)$/iahndl-authentication.obj \
35	$(SLO)$/iahndl-ssl.obj \
36	$(SLO)$/iahndl-cookies.obj \
37	$(SLO)$/iahndl-filter.obj \
38	$(SLO)$/iahndl-locking.obj \
39	$(SLO)$/iahndl-ioexceptions.obj \
40	$(SLO)$/iahndl-errorhandler.obj \
41	$(SLO)$/logindlg.obj \
42	$(SLO)$/services.obj \
43	$(SLO)$/masterpassworddlg.obj \
44	$(SLO)$/masterpasscrtdlg.obj \
45	$(SLO)$/openlocked.obj \
46	$(SLO)$/passworddlg.obj \
47	$(SLO)$/fltdlg.obj \
48	$(SLO)$/interactionhandler.obj \
49	$(SLO)$/requeststringresolver.obj \
50	$(SLO)$/unknownauthdlg.obj \
51	$(SLO)$/sslwarndlg.obj \
52	$(SLO)$/secmacrowarnings.obj \
53	$(SLO)$/filechanged.obj \
54	$(SLO)$/alreadyopen.obj \
55	$(SLO)$/lockfailed.obj \
56	$(SLO)$/trylater.obj \
57	$(SLO)$/newerverwarn.obj \
58	$(SLO)$/nameclashdlg.obj \
59	$(SLO)$/passwordcontainer.obj
60
61SRS1NAME=$(TARGET)
62SRC1FILES = \
63	cookiedg.src \
64	ids.src \
65	logindlg.src \
66	masterpassworddlg.src \
67	masterpasscrtdlg.src \
68	openlocked.src \
69	passworddlg.src \
70	passworderrs.src \
71	fltdlg.src \
72	unknownauthdlg.src\
73	sslwarndlg.src\
74	secmacrowarnings.src\
75    filechanged.src\
76    alreadyopen.src\
77    lockfailed.src\
78    trylater.src\
79    nameclashdlg.src\
80	newerverwarn.src
81
82.INCLUDE: target.mk
83
84