summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc5_solaris_sparc64
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-29 17:32:40 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:30 +0200
commit61c0a3a63d46c7a0df1f337233d6c571186adc9e (patch)
tree6b15a781c8cdfe30d4f50e0caa88d883340c08fb /bridges/source/cpp_uno/cc5_solaris_sparc64
parentf2668d319c88fa69aa0c3efcc81e22f6f822195a (diff)
switch bridges to gbuild
Change-Id: Ia19ff61f1f7fb446298472acd6722b57ddaeddec
Diffstat (limited to 'bridges/source/cpp_uno/cc5_solaris_sparc64')
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk52
1 files changed, 0 insertions, 52 deletions
diff --git a/bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk b/bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk
deleted file mode 100644
index 0cee42cd93bd..000000000000
--- a/bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-PRJ := ..$/..$/..
-PRJNAME := bridges
-TARGET := sunpro5_uno
-ENABLE_EXCEPTIONS := TRUE
-
-.INCLUDE: settings.mk
-
-.IF "$(COM)" == "C52" && "$(CPU)" == "U"
-
-SHL1TARGET = $(TARGET)
-SHL1OBJS = \
- $(SLO)$/callvirtualmethod.obj \
- $(SLO)$/cpp2uno.obj \
- $(SLO)$/exceptions.obj \
- $(SLO)$/fp.obj \
- $(SLO)$/isdirectreturntype.obj \
- $(SLO)$/uno2cpp.obj \
- $(SLO)$/vtableslotcall.obj
-SHL1LIBS = $(SLB)$/cpp_uno_shared.lib
-SHL1STDLIBS = $(CPPULIB) $(SALLIB)
-SHL1RPATH = URELIB
-SHL1VERSIONMAP = ..$/..$/bridge_exports.map
-SHL1IMPLIB= i$(SHL1TARGET)
-DEF1NAME = $(SHL1TARGET)
-
-SLOFILES = $(SHL1OBJS)
-
-.ENDIF
-
-.INCLUDE: target.mk
-
-$(SLO)$/%.obj: %.s
- CC -m64 -KPIC -c -o $(SLO)$/$(@:b).o $<
- touch $@