wok annotate seamonkey/stuff/linux-remove.patch @ rev 13631

Up: grsync (1.2.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Nov 15 18:50:18 2012 +0100 (2012-11-15)
parents
children
rev   line source
devl547@11335 1 Index: mozilla/security/coreconf/Linux2.1.mk
devl547@11335 2 ===================================================================
devl547@11335 3 RCS file: mozilla/security/coreconf/Linux2.1.mk
devl547@11335 4 diff -N mozilla/security/coreconf/Linux2.1.mk
devl547@11335 5 --- mozilla/security/coreconf/Linux2.1.mk 11 Jun 2009 00:55:32 -0000 1.7
devl547@11335 6 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 7 @@ -1,48 +0,0 @@
devl547@11335 8 -#
devl547@11335 9 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 10 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 11 -#
devl547@11335 12 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 13 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 14 -# the License. You may obtain a copy of the License at
devl547@11335 15 -# http://www.mozilla.org/MPL/
devl547@11335 16 -#
devl547@11335 17 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 18 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 19 -# for the specific language governing rights and limitations under the
devl547@11335 20 -# License.
devl547@11335 21 -#
devl547@11335 22 -# The Original Code is the Netscape security libraries.
devl547@11335 23 -#
devl547@11335 24 -# The Initial Developer of the Original Code is
devl547@11335 25 -# Netscape Communications Corporation.
devl547@11335 26 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 27 -# the Initial Developer. All Rights Reserved.
devl547@11335 28 -#
devl547@11335 29 -# Contributor(s):
devl547@11335 30 -#
devl547@11335 31 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 32 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 33 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 34 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 35 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 36 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 37 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 38 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 39 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 40 -# the provisions above, a recipient may use your version of this file under
devl547@11335 41 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 42 -#
devl547@11335 43 -# ***** END LICENSE BLOCK *****
devl547@11335 44 -
devl547@11335 45 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 46 -ifeq ($(OS_RELEASE),2.1)
devl547@11335 47 - OS_REL_CFLAGS += -DLINUX2_1
devl547@11335 48 - MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
devl547@11335 49 - ifdef MAPFILE
devl547@11335 50 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
devl547@11335 51 - endif
devl547@11335 52 - PROCESS_MAP_FILE = grep -v ';-' $< | \
devl547@11335 53 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
devl547@11335 54 -endif
devl547@11335 55 -
devl547@11335 56 Index: mozilla/security/coreconf/Linux2.2.mk
devl547@11335 57 ===================================================================
devl547@11335 58 RCS file: mozilla/security/coreconf/Linux2.2.mk
devl547@11335 59 diff -N mozilla/security/coreconf/Linux2.2.mk
devl547@11335 60 --- mozilla/security/coreconf/Linux2.2.mk 11 Jun 2009 00:55:32 -0000 1.7
devl547@11335 61 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 62 @@ -1,48 +0,0 @@
devl547@11335 63 -#
devl547@11335 64 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 65 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 66 -#
devl547@11335 67 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 68 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 69 -# the License. You may obtain a copy of the License at
devl547@11335 70 -# http://www.mozilla.org/MPL/
devl547@11335 71 -#
devl547@11335 72 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 73 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 74 -# for the specific language governing rights and limitations under the
devl547@11335 75 -# License.
devl547@11335 76 -#
devl547@11335 77 -# The Original Code is the Netscape security libraries.
devl547@11335 78 -#
devl547@11335 79 -# The Initial Developer of the Original Code is
devl547@11335 80 -# Netscape Communications Corporation.
devl547@11335 81 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 82 -# the Initial Developer. All Rights Reserved.
devl547@11335 83 -#
devl547@11335 84 -# Contributor(s):
devl547@11335 85 -#
devl547@11335 86 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 87 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 88 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 89 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 90 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 91 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 92 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 93 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 94 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 95 -# the provisions above, a recipient may use your version of this file under
devl547@11335 96 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 97 -#
devl547@11335 98 -# ***** END LICENSE BLOCK *****
devl547@11335 99 -
devl547@11335 100 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 101 -
devl547@11335 102 -OS_REL_CFLAGS += -DLINUX2_1
devl547@11335 103 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
devl547@11335 104 -
devl547@11335 105 -ifdef MAPFILE
devl547@11335 106 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
devl547@11335 107 -endif
devl547@11335 108 -PROCESS_MAP_FILE = grep -v ';-' $< | \
devl547@11335 109 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
devl547@11335 110 -
devl547@11335 111 Index: mozilla/security/coreconf/Linux2.4.mk
devl547@11335 112 ===================================================================
devl547@11335 113 RCS file: mozilla/security/coreconf/Linux2.4.mk
devl547@11335 114 diff -N mozilla/security/coreconf/Linux2.4.mk
devl547@11335 115 --- mozilla/security/coreconf/Linux2.4.mk 21 Jul 2010 16:23:15 -0000 1.10
devl547@11335 116 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 117 @@ -1,49 +0,0 @@
devl547@11335 118 -#
devl547@11335 119 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 120 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 121 -#
devl547@11335 122 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 123 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 124 -# the License. You may obtain a copy of the License at
devl547@11335 125 -# http://www.mozilla.org/MPL/
devl547@11335 126 -#
devl547@11335 127 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 128 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 129 -# for the specific language governing rights and limitations under the
devl547@11335 130 -# License.
devl547@11335 131 -#
devl547@11335 132 -# The Original Code is the Netscape security libraries.
devl547@11335 133 -#
devl547@11335 134 -# The Initial Developer of the Original Code is
devl547@11335 135 -# Netscape Communications Corporation.
devl547@11335 136 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 137 -# the Initial Developer. All Rights Reserved.
devl547@11335 138 -#
devl547@11335 139 -# Contributor(s):
devl547@11335 140 -#
devl547@11335 141 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 142 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 143 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 144 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 145 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 146 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 147 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 148 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 149 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 150 -# the provisions above, a recipient may use your version of this file under
devl547@11335 151 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 152 -#
devl547@11335 153 -# ***** END LICENSE BLOCK *****
devl547@11335 154 -
devl547@11335 155 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 156 -
devl547@11335 157 -OS_REL_CFLAGS += -DLINUX2_1
devl547@11335 158 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
devl547@11335 159 -
devl547@11335 160 -ifdef MAPFILE
devl547@11335 161 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
devl547@11335 162 -endif
devl547@11335 163 -PROCESS_MAP_FILE = grep -v ';-' $< | \
devl547@11335 164 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
devl547@11335 165 -
devl547@11335 166 -DEFINES += -DNO_FORK_CHECK
devl547@11335 167 Index: mozilla/security/coreconf/Linux2.5.mk
devl547@11335 168 ===================================================================
devl547@11335 169 RCS file: mozilla/security/coreconf/Linux2.5.mk
devl547@11335 170 diff -N mozilla/security/coreconf/Linux2.5.mk
devl547@11335 171 --- mozilla/security/coreconf/Linux2.5.mk 11 Jun 2009 00:55:32 -0000 1.6
devl547@11335 172 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 173 @@ -1,48 +0,0 @@
devl547@11335 174 -#
devl547@11335 175 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 176 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 177 -#
devl547@11335 178 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 179 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 180 -# the License. You may obtain a copy of the License at
devl547@11335 181 -# http://www.mozilla.org/MPL/
devl547@11335 182 -#
devl547@11335 183 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 184 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 185 -# for the specific language governing rights and limitations under the
devl547@11335 186 -# License.
devl547@11335 187 -#
devl547@11335 188 -# The Original Code is the Netscape security libraries.
devl547@11335 189 -#
devl547@11335 190 -# The Initial Developer of the Original Code is
devl547@11335 191 -# Netscape Communications Corporation.
devl547@11335 192 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 193 -# the Initial Developer. All Rights Reserved.
devl547@11335 194 -#
devl547@11335 195 -# Contributor(s):
devl547@11335 196 -#
devl547@11335 197 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 198 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 199 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 200 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 201 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 202 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 203 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 204 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 205 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 206 -# the provisions above, a recipient may use your version of this file under
devl547@11335 207 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 208 -#
devl547@11335 209 -# ***** END LICENSE BLOCK *****
devl547@11335 210 -
devl547@11335 211 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 212 -
devl547@11335 213 -OS_REL_CFLAGS += -DLINUX2_1
devl547@11335 214 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
devl547@11335 215 -
devl547@11335 216 -ifdef MAPFILE
devl547@11335 217 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
devl547@11335 218 -endif
devl547@11335 219 -PROCESS_MAP_FILE = grep -v ';-' $< | \
devl547@11335 220 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
devl547@11335 221 -
devl547@11335 222 Index: mozilla/security/coreconf/Linux2.6.mk
devl547@11335 223 ===================================================================
devl547@11335 224 RCS file: mozilla/security/coreconf/Linux2.6.mk
devl547@11335 225 diff -N mozilla/security/coreconf/Linux2.6.mk
devl547@11335 226 --- mozilla/security/coreconf/Linux2.6.mk 11 Jun 2009 00:55:32 -0000 1.6
devl547@11335 227 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 228 @@ -1,48 +0,0 @@
devl547@11335 229 -#
devl547@11335 230 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 231 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 232 -#
devl547@11335 233 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 234 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 235 -# the License. You may obtain a copy of the License at
devl547@11335 236 -# http://www.mozilla.org/MPL/
devl547@11335 237 -#
devl547@11335 238 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 239 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 240 -# for the specific language governing rights and limitations under the
devl547@11335 241 -# License.
devl547@11335 242 -#
devl547@11335 243 -# The Original Code is the Netscape security libraries.
devl547@11335 244 -#
devl547@11335 245 -# The Initial Developer of the Original Code is
devl547@11335 246 -# Netscape Communications Corporation.
devl547@11335 247 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 248 -# the Initial Developer. All Rights Reserved.
devl547@11335 249 -#
devl547@11335 250 -# Contributor(s):
devl547@11335 251 -#
devl547@11335 252 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 253 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 254 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 255 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 256 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 257 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 258 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 259 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 260 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 261 -# the provisions above, a recipient may use your version of this file under
devl547@11335 262 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 263 -#
devl547@11335 264 -# ***** END LICENSE BLOCK *****
devl547@11335 265 -
devl547@11335 266 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 267 -
devl547@11335 268 -OS_REL_CFLAGS += -DLINUX2_1
devl547@11335 269 -MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) $(RPATH)
devl547@11335 270 -
devl547@11335 271 -ifdef MAPFILE
devl547@11335 272 - MKSHLIB += -Wl,--version-script,$(MAPFILE)
devl547@11335 273 -endif
devl547@11335 274 -PROCESS_MAP_FILE = grep -v ';-' $< | \
devl547@11335 275 - sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
devl547@11335 276 -
devl547@11335 277 Index: mozilla/security/coreconf/LinuxELF1.2.mk
devl547@11335 278 ===================================================================
devl547@11335 279 RCS file: mozilla/security/coreconf/LinuxELF1.2.mk
devl547@11335 280 diff -N mozilla/security/coreconf/LinuxELF1.2.mk
devl547@11335 281 --- mozilla/security/coreconf/LinuxELF1.2.mk 25 Apr 2004 15:02:17 -0000 1.2
devl547@11335 282 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 283 @@ -1,38 +0,0 @@
devl547@11335 284 -#
devl547@11335 285 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 286 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 287 -#
devl547@11335 288 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 289 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 290 -# the License. You may obtain a copy of the License at
devl547@11335 291 -# http://www.mozilla.org/MPL/
devl547@11335 292 -#
devl547@11335 293 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 294 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 295 -# for the specific language governing rights and limitations under the
devl547@11335 296 -# License.
devl547@11335 297 -#
devl547@11335 298 -# The Original Code is the Netscape security libraries.
devl547@11335 299 -#
devl547@11335 300 -# The Initial Developer of the Original Code is
devl547@11335 301 -# Netscape Communications Corporation.
devl547@11335 302 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 303 -# the Initial Developer. All Rights Reserved.
devl547@11335 304 -#
devl547@11335 305 -# Contributor(s):
devl547@11335 306 -#
devl547@11335 307 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 308 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 309 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 310 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 311 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 312 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 313 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 314 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 315 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 316 -# the provisions above, a recipient may use your version of this file under
devl547@11335 317 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 318 -#
devl547@11335 319 -# ***** END LICENSE BLOCK *****
devl547@11335 320 -
devl547@11335 321 -include $(CORE_DEPTH)/coreconf/Linux.mk
devl547@11335 322 Index: mozilla/security/coreconf/LinuxELF2.0.mk
devl547@11335 323 ===================================================================
devl547@11335 324 RCS file: mozilla/security/coreconf/LinuxELF2.0.mk
devl547@11335 325 diff -N mozilla/security/coreconf/LinuxELF2.0.mk
devl547@11335 326 --- mozilla/security/coreconf/LinuxELF2.0.mk 25 Apr 2004 15:02:17 -0000 1.2
devl547@11335 327 +++ /dev/null 1 Jan 1970 00:00:00 -0000
devl547@11335 328 @@ -1,38 +0,0 @@
devl547@11335 329 -#
devl547@11335 330 -# ***** BEGIN LICENSE BLOCK *****
devl547@11335 331 -# Version: MPL 1.1/GPL 2.0/LGPL 2.1
devl547@11335 332 -#
devl547@11335 333 -# The contents of this file are subject to the Mozilla Public License Version
devl547@11335 334 -# 1.1 (the "License"); you may not use this file except in compliance with
devl547@11335 335 -# the License. You may obtain a copy of the License at
devl547@11335 336 -# http://www.mozilla.org/MPL/
devl547@11335 337 -#
devl547@11335 338 -# Software distributed under the License is distributed on an "AS IS" basis,
devl547@11335 339 -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
devl547@11335 340 -# for the specific language governing rights and limitations under the
devl547@11335 341 -# License.
devl547@11335 342 -#
devl547@11335 343 -# The Original Code is the Netscape security libraries.
devl547@11335 344 -#
devl547@11335 345 -# The Initial Developer of the Original Code is
devl547@11335 346 -# Netscape Communications Corporation.
devl547@11335 347 -# Portions created by the Initial Developer are Copyright (C) 1994-2000
devl547@11335 348 -# the Initial Developer. All Rights Reserved.
devl547@11335 349 -#
devl547@11335 350 -# Contributor(s):
devl547@11335 351 -#
devl547@11335 352 -# Alternatively, the contents of this file may be used under the terms of
devl547@11335 353 -# either the GNU General Public License Version 2 or later (the "GPL"), or
devl547@11335 354 -# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
devl547@11335 355 -# in which case the provisions of the GPL or the LGPL are applicable instead
devl547@11335 356 -# of those above. If you wish to allow use of your version of this file only
devl547@11335 357 -# under the terms of either the GPL or the LGPL, and not to allow others to
devl547@11335 358 -# use your version of this file under the terms of the MPL, indicate your
devl547@11335 359 -# decision by deleting the provisions above and replace them with the notice
devl547@11335 360 -# and other provisions required by the GPL or the LGPL. If you do not delete
devl547@11335 361 -# the provisions above, a recipient may use your version of this file under
devl547@11335 362 -# the terms of any one of the MPL, the GPL or the LGPL.
devl547@11335 363 -#
devl547@11335 364 -# ***** END LICENSE BLOCK *****
devl547@11335 365 -
devl547@11335 366 -include $(CORE_DEPTH)/coreconf/Linux.mk