Added: incubator/ooo/branches/buildsys/main/idl/Executable_svidl.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/idl/Executable_svidl.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/idl/Executable_svidl.mk (added) +++ incubator/ooo/branches/buildsys/main/idl/Executable_svidl.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,69 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + +$(eval $(call gb_Executable_Executable,svidl)) + +$(eval $(call gb_Executable_add_api,svidl,\ + udkapi \ + offapi \ +)) + +$(eval $(call gb_Executable_set_include,svidl,\ + $$(INCLUDE) \ + -I$(OUTDIR)/inc/ \ + -I$(SRCDIR)/idl/inc/pch \ + -I$(SRCDIR)/idl/inc \ +)) + +$(eval $(call gb_Executable_add_defs,svidl,\ + -DIDL_COMPILER \ +)) + +$(eval $(call gb_Executable_add_linked_libs,svidl,\ + tl \ + sal \ + stl \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Executable_add_exception_objects,svidl,\ + idl/source/cmptools/char \ + idl/source/cmptools/hash \ + idl/source/cmptools/lex \ + idl/source/objects/basobj \ + idl/source/objects/bastype \ + idl/source/objects/module \ + idl/source/objects/object \ + idl/source/objects/slot \ + idl/source/objects/types \ + idl/source/prj/command \ + idl/source/prj/database \ + idl/source/prj/globals \ + idl/source/prj/svidl \ +)) + +# vim: set noet sw=4 ts=4:
Added: incubator/ooo/branches/buildsys/main/idl/Makefile URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/idl/Makefile?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/idl/Makefile (added) +++ incubator/ooo/branches/buildsys/main/idl/Makefile Wed Oct 10 21:12:40 2012 @@ -0,0 +1,38 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + +ifeq ($(strip $(SOLARENV)),) +$(error No environment set!) +endif + +gb_PARTIALBUILD := T +GBUILDDIR := $(SOLARENV)/gbuild +include $(GBUILDDIR)/gbuild.mk + +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) + +# vim: set noet sw=4 ts=4: Added: incubator/ooo/branches/buildsys/main/idl/Module_idl.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/idl/Module_idl.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/idl/Module_idl.mk (added) +++ incubator/ooo/branches/buildsys/main/idl/Module_idl.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,35 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + + +$(eval $(call gb_Module_Module,idl)) + +$(eval $(call gb_Module_add_targets,idl,\ + Executable_svidl \ +)) + +# vim: set noet sw=4 ts=4: Added: incubator/ooo/branches/buildsys/main/idl/prj/makefile.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/idl/prj/makefile.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/idl/prj/makefile.mk (added) +++ incubator/ooo/branches/buildsys/main/idl/prj/makefile.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,40 @@ +#************************************************************************* +# +# 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=.. +TARGET=prj + +.INCLUDE : settings.mk + +.IF "$(VERBOSE)"!="" +VERBOSEFLAG := +.ELSE +VERBOSEFLAG := -s +.ENDIF + +all: + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog Added: incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_complex.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_complex.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_complex.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_complex.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,53 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +$(eval $(call gb_JunitTest_JunitTest,linguistic_complex,SRCDIR)) + +$(eval $(call gb_JunitTest_set_defs,linguistic_complex,\ + $$(DEFS) \ + -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/linguistic/qa/complex/linguistic/testdocuments \ +)) + +$(eval $(call gb_JunitTest_add_jars,linguistic_complex,\ + $(OUTDIR)/bin/OOoRunner.jar \ + $(OUTDIR)/bin/ridl.jar \ + $(OUTDIR)/bin/test.jar \ + $(OUTDIR)/bin/test-tools.jar \ + $(OUTDIR)/bin/unoil.jar \ + $(OUTDIR)/bin/jurt.jar \ +)) + +$(eval $(call gb_JunitTest_add_sourcefiles,linguistic_complex,\ + linguistic/qa/complex/linguistic/HangulHanjaConversion \ + linguistic/qa/complex/linguistic/TestDocument \ +)) + +$(eval $(call gb_JunitTest_add_classes,linguistic_complex,\ + complex.linguistic.HangulHanjaConversion \ +)) + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_complex.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_unoapi.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_unoapi.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_unoapi.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_unoapi.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,53 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +$(eval $(call gb_JunitTest_JunitTest,linguistic_unoapi,SRCDIR)) + +$(eval $(call gb_JunitTest_set_defs,linguistic_unoapi,\ + $$(DEFS) \ + -Dorg.openoffice.test.arg.sce=$(SRCDIR)/linguistic/qa/unoapi/lng.sce \ + -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/linguistic/qa/unoapi/knownissues.xcl \ + -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/linguistic/qa/unoapi \ +)) + +$(eval $(call gb_JunitTest_add_jars,linguistic_unoapi,\ + $(OUTDIR)/bin/OOoRunner.jar \ + $(OUTDIR)/bin/ridl.jar \ + $(OUTDIR)/bin/test.jar \ + $(OUTDIR)/bin/unoil.jar \ + $(OUTDIR)/bin/jurt.jar \ +)) + +$(eval $(call gb_JunitTest_add_sourcefiles,linguistic_unoapi,\ + linguistic/qa/unoapi/Test \ +)) + +$(eval $(call gb_JunitTest_add_classes,linguistic_unoapi,\ + org.openoffice.linguistic.qa.unoapi.Test \ +)) + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/JunitTest_linguistic_unoapi.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/Library_lng.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/Library_lng.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/Library_lng.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/Library_lng.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,92 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +$(eval $(call gb_Library_Library,lng)) + +$(eval $(call gb_Library_add_package_headers,lng,linguistic_inc)) + +$(eval $(call gb_Library_add_precompiled_header,lng,$(SRCDIR)/linguistic/inc/pch/precompiled_linguistic)) + +$(eval $(call gb_Library_set_componentfile,lng,linguistic/source/lng)) + +$(eval $(call gb_Library_add_api,lng,\ + udkapi \ + offapi \ +)) + +$(eval $(call gb_Library_set_include,lng,\ + $$(INCLUDE) \ + -I$(SRCDIR)/linguistic/inc \ + -I$(SRCDIR)/linguistic/inc/pch \ +)) + +$(eval $(call gb_Library_add_defs,lng,\ + -DLNG_DLLIMPLEMENTATION \ +)) + +$(eval $(call gb_Library_add_linked_libs,lng,\ + cppu \ + cppuhelper \ + comphelper \ + vos3 \ + tl \ + i18nisolang1 \ + svl \ + stl \ + sal \ + xo \ + ucbhelper \ + utl \ + $(gb_STDLIBS) \ +)) + +$(call gb_Library_use_external,lng,icuuc) + +$(eval $(call gb_Library_add_exception_objects,lng,\ + linguistic/source/convdic \ + linguistic/source/convdiclist \ + linguistic/source/convdicxml \ + linguistic/source/dicimp \ + linguistic/source/dlistimp \ + linguistic/source/gciterator \ + linguistic/source/hhconvdic \ + linguistic/source/hyphdsp \ + linguistic/source/hyphdta \ + linguistic/source/iprcache \ + linguistic/source/lngopt \ + linguistic/source/lngprophelp \ + linguistic/source/lngreg \ + linguistic/source/lngsvcmgr \ + linguistic/source/misc \ + linguistic/source/misc2 \ + linguistic/source/spelldsp \ + linguistic/source/spelldta \ + linguistic/source/thesdsp \ + linguistic/source/thesdta \ +)) + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/Library_lng.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/Makefile URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/Makefile?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/Makefile (added) +++ incubator/ooo/branches/buildsys/main/linguistic/Makefile Wed Oct 10 21:12:40 2012 @@ -0,0 +1,38 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +ifeq ($(strip $(SOLARENV)),) +$(error No environment set!) +endif + +gb_PARTIALBUILD := T +GBUILDDIR := $(SOLARENV)/gbuild +include $(GBUILDDIR)/gbuild.mk + +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/Makefile ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/Module_linguistic.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/Module_linguistic.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/Module_linguistic.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/Module_linguistic.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,45 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +$(eval $(call gb_Module_Module,linguistic)) + +$(eval $(call gb_Module_add_targets,linguistic,\ + Library_lng \ + Package_inc \ +)) + +#$(eval $(call gb_Module_add_check_targets,linguistic,\ +#)) + +$(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\ + JunitTest_linguistic_unoapi \ +)) + +# was disabled in old build system +# JunitTest_linguistic_complex \ + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/Module_linguistic.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/Package_inc.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/Package_inc.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/Package_inc.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/Package_inc.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,40 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2011 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. +# +#************************************************************************* + +$(eval $(call gb_Package_Package,linguistic_inc,$(SRCDIR)/linguistic/inc)) + +# add files to the package +# SOURCE_RELPATH/file.ext is the name of the source file (relative to the root give above) +# DESTINATION_RELPATH/file.ext is the destination file (relative to $(OUTDIR)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngdllapi.h,linguistic/lngdllapi.h)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/hyphdta.hxx,linguistic/hyphdta.hxx)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngprophelp.hxx,linguistic/lngprophelp.hxx)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngprops.hxx,linguistic/lngprops.hxx)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/misc.hxx,linguistic/misc.hxx)) +$(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/spelldta.hxx,linguistic/spelldta.hxx)) + +# vim: set noet sw=4 ts=4: Propchange: incubator/ooo/branches/buildsys/main/linguistic/Package_inc.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/inc/linguistic/lngdllapi.h URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/inc/linguistic/lngdllapi.h?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/inc/linguistic/lngdllapi.h (added) +++ incubator/ooo/branches/buildsys/main/linguistic/inc/linguistic/lngdllapi.h Wed Oct 10 21:12:40 2012 @@ -0,0 +1,42 @@ +/************************************************************************* + * + * 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. + * + ************************************************************************/ + +#ifndef INCLUDED_LNG_DLLAPI_H +#define INCLUDED_LNG_DLLAPI_H + +#include "sal/config.h" +#include "sal/types.h" + +#if defined LNG_DLLIMPLEMENTATION +#define LNG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#else +#define LNG_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#endif + +#define LNG_DLLPRIVATE SAL_DLLPRIVATE + +#endif Propchange: incubator/ooo/branches/buildsys/main/linguistic/inc/linguistic/lngdllapi.h ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/linguistic/prj/makefile.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/linguistic/prj/makefile.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/linguistic/prj/makefile.mk (added) +++ incubator/ooo/branches/buildsys/main/linguistic/prj/makefile.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,40 @@ +#************************************************************************* +# +# 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=.. +TARGET=prj + +.INCLUDE : settings.mk + +.IF "$(VERBOSE)"!="" +VERBOSEFLAG := +.ELSE +VERBOSEFLAG := -s +.ENDIF + +all: + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog Propchange: incubator/ooo/branches/buildsys/main/linguistic/prj/makefile.mk ------------------------------------------------------------------------------ svn:executable = * Added: incubator/ooo/branches/buildsys/main/offapi/Makefile URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/offapi/Makefile?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/offapi/Makefile (added) +++ incubator/ooo/branches/buildsys/main/offapi/Makefile Wed Oct 10 21:12:40 2012 @@ -0,0 +1,38 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + +ifeq ($(strip $(SOLARENV)),) +$(error No environment set!) +endif + +gb_PARTIALBUILD := T +GBUILDDIR := $(SOLARENV)/gbuild +include $(GBUILDDIR)/gbuild.mk + +$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) + +# vim: set noet sw=4 ts=4: Added: incubator/ooo/branches/buildsys/main/offapi/Module_offapi.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/offapi/Module_offapi.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/offapi/Module_offapi.mk (added) +++ incubator/ooo/branches/buildsys/main/offapi/Module_offapi.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,38 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + + +$(eval $(call gb_Module_Module,offapi)) + +$(eval $(call gb_Module_add_targets,offapi,\ + UnoApi_offapi \ + UnoApi_types \ + Package_offapi_idl \ + Package_offapi_inc \ +)) + +# vim: set noet sw=4 ts=4: Added: incubator/ooo/branches/buildsys/main/offapi/Package_offapi_idl.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/offapi/Package_offapi_idl.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/offapi/Package_offapi_idl.mk (added) +++ incubator/ooo/branches/buildsys/main/offapi/Package_offapi_idl.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,29 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + +$(eval $(call gb_UnoApiTarget_autopackage_idl,offapi)) + Added: incubator/ooo/branches/buildsys/main/offapi/Package_offapi_inc.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/offapi/Package_offapi_inc.mk?rev=1396797&view=auto ============================================================================== --- incubator/ooo/branches/buildsys/main/offapi/Package_offapi_inc.mk (added) +++ incubator/ooo/branches/buildsys/main/offapi/Package_offapi_inc.mk Wed Oct 10 21:12:40 2012 @@ -0,0 +1,29 @@ +#************************************************************************* +# +# 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. +# +#************************************************************************* + +$(eval $(call gb_UnoApiTarget_autopackage_inc,offapi)) +