From 61c0a3a63d46c7a0df1f337233d6c571186adc9e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 29 Jul 2012 17:32:40 +0200 Subject: switch bridges to gbuild Change-Id: Ia19ff61f1f7fb446298472acd6722b57ddaeddec --- .../source/cpp_uno/cc5_solaris_sparc64/makefile.mk | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 bridges/source/cpp_uno/cc5_solaris_sparc64/makefile.mk (limited to 'bridges/source/cpp_uno/cc5_solaris_sparc64') 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 $@ -- cgit