1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
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.
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).
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.
26 #*************************************************************************
39 .INCLUDE
: settings.mk
41 .IF
"$(STORELIB)" == ""
45 .IF
"$(GUI)$(COM)"=="WNTGCC"
46 STORELIB
= -lstore
$(UDK_MAJOR
)
48 STORELIB
= $(LB
)$/istore.lib
54 STOREDBGLIB
= $(LB
)$/libstoredbg.a
56 .IF
"$(GUI)$(COM)"=="WNTGCC"
57 STOREDBGLIB
= $(LB
)$/libstoredbg.a
59 STOREDBGLIB
= $(LB
)$/storedbg.lib
75 APP1OBJS
= $(OBJ
)$/t_file.obj
76 APP1STDLIBS
= $(STOREDBGLIB
)
77 APP1STDLIBS
+= $(SALLIB
)
78 APP1DEPN
= $(STOREDBGLIB
)
82 APP2OBJS
= $(OBJ
)$/t_page.obj
83 APP2STDLIBS
= $(STOREDBGLIB
)
84 APP2STDLIBS
+= $(SALLIB
)
85 APP2DEPN
= $(STOREDBGLIB
)
88 APP3OBJS
= $(OBJ
)$/t_base.obj
89 APP3STDLIBS
= $(STOREDBGLIB
)
90 APP3STDLIBS
+= $(SALLIB
)
91 APP3DEPN
= $(STOREDBGLIB
)
95 APP4OBJS
= $(OBJ
)$/t_store.obj
96 APP4STDLIBS
= $(STORELIB
)
97 APP4STDLIBS
+= $(SALLIB
)
98 APP4DEPN
= $(SLB
)$/store.lib
102 APP5OBJS
= $(OBJ
)$/t_leak.obj
103 APP5STDLIBS
+= $(SALLIB
)