makefile.mk (c52956d9) makefile.mk (52046e16)
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

--- 46 unchanged lines hidden (view full) ---

55 com.sun.star.beans.PropertyValue \
56 com.sun.star.beans.XFastPropertySet \
57 com.sun.star.beans.XMultiPropertySet \
58 com.sun.star.beans.XPropertyAccess \
59 com.sun.star.beans.XPropertySet \
60 com.sun.star.bridge.UnoUrlResolver \
61 com.sun.star.bridge.XUnoUrlResolver \
62 com.sun.star.connection.SocketPermission \
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

--- 46 unchanged lines hidden (view full) ---

55 com.sun.star.beans.PropertyValue \
56 com.sun.star.beans.XFastPropertySet \
57 com.sun.star.beans.XMultiPropertySet \
58 com.sun.star.beans.XPropertyAccess \
59 com.sun.star.beans.XPropertySet \
60 com.sun.star.bridge.UnoUrlResolver \
61 com.sun.star.bridge.XUnoUrlResolver \
62 com.sun.star.connection.SocketPermission \
63 com.sun.star.container.XContentEnumerationAccess \
63 com.sun.star.container.XElementAccess \
64 com.sun.star.container.XEnumerationAccess \
65 com.sun.star.container.XHierarchicalNameAccess \
66 com.sun.star.container.XNameAccess \
67 com.sun.star.container.XNameReplace \
68 com.sun.star.container.XNameContainer \
69 com.sun.star.container.XSet \
70 com.sun.star.io.FilePermission \

--- 101 unchanged lines hidden (view full) ---

172DEF1NAME=$(SHL1TARGET)
173
174.IF "$(COMNAME)"=="msci"
175SHL1VERSIONMAP=msvc_win32_intel.map
176.ELIF "$(COMNAME)"=="sunpro5"
177SHL1VERSIONMAP=cc5_solaris_sparc.map
178.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"
179SHL1VERSIONMAP=gcc3os2.map
64 com.sun.star.container.XElementAccess \
65 com.sun.star.container.XEnumerationAccess \
66 com.sun.star.container.XHierarchicalNameAccess \
67 com.sun.star.container.XNameAccess \
68 com.sun.star.container.XNameReplace \
69 com.sun.star.container.XNameContainer \
70 com.sun.star.container.XSet \
71 com.sun.star.io.FilePermission \

--- 101 unchanged lines hidden (view full) ---

173DEF1NAME=$(SHL1TARGET)
174
175.IF "$(COMNAME)"=="msci"
176SHL1VERSIONMAP=msvc_win32_intel.map
177.ELIF "$(COMNAME)"=="sunpro5"
178SHL1VERSIONMAP=cc5_solaris_sparc.map
179.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"
180SHL1VERSIONMAP=gcc3os2.map
180#.ELIF "$(COMNAME)"=="gcc3" || "$(COMNAME)"=="Clang"
181.ELSE
182SHL1VERSIONMAP=gcc3.map
183.ENDIF
184
185# --- Targets ------------------------------------------------------
186
187.IF "$(diag)"!=""
188CFLAGS += -DDIAG=$(diag)
189.ENDIF
190
191.INCLUDE : target.mk
181.ELSE
182SHL1VERSIONMAP=gcc3.map
183.ENDIF
184
185# --- Targets ------------------------------------------------------
186
187.IF "$(diag)"!=""
188CFLAGS += -DDIAG=$(diag)
189.ENDIF
190
191.INCLUDE : target.mk