Kaydet (Commit) a57b6347 authored tarafından David Ostrovsky's avatar David Ostrovsky Kaydeden (comit) Norbert Thiebaud

gbuild conversion: unodevtools module

üst f3653d3c
......@@ -124,6 +124,7 @@ ucb\
ucbhelper\
udkapi\
unixODBC\
unodevtools\
unoil\
unotest\
unotools\
......@@ -234,7 +235,6 @@ sysui\
testtools\
tomcat\
udm\
unodevtools\
vigra\
x11_extensions\
xpdf\
......
......@@ -63,6 +63,7 @@ ifneq ($(OS),IOS)
$(eval $(call gb_Helper_register_executables,SDK, \
javamaker \
cppumaker \
uno-skeletonmaker \
))
endif
......
......@@ -123,6 +123,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
udkapi \
unixODBC \
UnoControls \
unodevtools \
unoil \
unotest \
unotools \
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Executable_Executable,uno-skeletonmaker))
$(eval $(call gb_Executable_use_api,uno-skeletonmaker,\
udkapi \
))
$(eval $(call gb_Executable_set_include,uno-skeletonmaker,\
-I$(SRCDIR)/unodevtools/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\
reg \
sal \
salhelper \
cppu \
cppuhelper \
))
$(eval $(call gb_Executable_use_static_libraries,uno-skeletonmaker,\
codemaker \
commoncpp \
commonjava \
))
$(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
unodevtools/source/unodevtools/options \
unodevtools/source/unodevtools/typeblob \
unodevtools/source/unodevtools/typemanager \
unodevtools/source/skeletonmaker/skeletonmaker \
unodevtools/source/skeletonmaker/skeletoncommon \
unodevtools/source/skeletonmaker/javatypemaker \
unodevtools/source/skeletonmaker/cpptypemaker \
unodevtools/source/skeletonmaker/javacompskeleton \
unodevtools/source/skeletonmaker/cppcompskeleton \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
include $(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,unodevtools))
$(eval $(call gb_Module_add_targets,unodevtools,\
Executable_skeletonmaker \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
udt unodevtools : DESKTOP:codemaker cppuhelper NULL
udt unodevtools usr1 - all udt_mkout NULL
udt unodevtools\inc get - all udt_inc NULL
udt unodevtools\prj get - all udt_prj NULL
udt unodevtools\source\unodevtools nmake - all udt_unodevtools NULL
udt unodevtools\source\skeletonmaker nmake - all udt_skeletonmaker udt_unodevtools NULL
udt unodevtools usr1 - all udt_mkout NULL
udt unodevtools\prj nmake - all udt_prj NULL
..\%__SRC%\bin\uno-skeletonmaker.exe %_DEST%\bin\uno-skeletonmaker.exe
..\%__SRC%\bin\uno-skeletonmaker.pdb %_DEST%\bin\uno-skeletonmaker.pdb
..\%__SRC%\bin\uno-skeletonmaker %_DEST%\bin\uno-skeletonmaker
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ := ..$/..
PRJNAME := unodevtools
TARGET := uno-skeletonmaker
TARGETTYPE := CUI
LIBTARGET := NO
ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No point in build-time executables for this platform
.ENDIF
.INCLUDE : $(PRJ)$/unodevtools.pmk
APP1TARGET = $(TARGET)
APP1RPATH=SDKBIN
APP1OBJS = $(OBJ)$/skeletonmaker.obj \
$(OBJ)$/skeletoncommon.obj \
$(OBJ)$/javatypemaker.obj \
$(OBJ)$/cpptypemaker.obj \
$(OBJ)$/javacompskeleton.obj \
$(OBJ)$/cppcompskeleton.obj
APP1DEPN= $(OUT)$/lib$/$(UNODEVTOOLSLIBDEPN) $(SOLARLIBDIR)$/$(CODEMAKERLIBDEPN) \
$(SOLARLIBDIR)$/$(COMMONCPPLIBDEPN) $(SOLARLIBDIR)$/$(COMMONJAVALIBDEPN)
APP1STDLIBS = $(UNODEVTOOLSLIBST) $(REGLIB) $(SALLIB) $(SALHELPERLIB) $(CPPULIB) $(CPPUHELPERLIB) \
$(CODEMAKERLIBST) $(COMMONCPPLIBST) $(COMMONJAVALIBST)
OBJFILES = $(APP1OBJS)
.INCLUDE: target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=unodevtools
TARGET=unodevtools
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# ------------------------------------------------------------------
SLOFILES= \
$(SLO)$/typemanager.obj \
$(SLO)$/typeblob.obj \
$(SLO)$/options.obj
LIB1TARGET=$(LB)$/$(TARGET).lib
LIB1ARCHIV=$(LB)$/lib$(TARGET).a
LIB1OBJFILES=$(SLOFILES)
# ------------------------------------------------------------------
.INCLUDE : target.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment