diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-23 13:32:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-23 14:12:31 +0100 |
commit | 0659148988041764ee567a0199627beb5b5f4cb4 (patch) | |
tree | 4a813d378468159780d12956196bb88b13c6e639 /ridljar/source/unoloader/com/sun | |
parent | 061c9518cd3e71212200a190edd25fa03518759e (diff) |
gbuildize ridljar
Diffstat (limited to 'ridljar/source/unoloader/com/sun')
-rw-r--r-- | ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk b/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk deleted file mode 100644 index a9f8b1d0b9e0..000000000000 --- a/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk +++ /dev/null @@ -1,60 +0,0 @@ -#************************************************************************* -# -# 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 := ridljar - -TARGET := unoloader_cssl_unoloader -PACKAGE := com$/sun$/star$/lib$/unoloader - -.INCLUDE: settings.mk - -# Use a non-default CLASSDIR, so that the util/makefile.mk can use -# JARCLASSDIRS=com and nevertheless not include this package in ridl.jar: -CLASSDIR != $(OUT)$/class$/unoloader - -JAVAFILES = \ - UnoClassLoader.java \ - UnoLoader.java - -JARTARGET = unoloader.jar -JARCLASSDIRS = $(PACKAGE) -CUSTOMMANIFESTFILE = manifest - -.INCLUDE: target.mk - -.IF "$(SOLAR_JAVA)" != "" - -.IF "$(depend)" == "" -$(JAVACLASSFILES): $(MISC)$/$(TARGET).mkdir.done -.ENDIF - -$(MISC)$/$(TARGET).mkdir.done .ERRREMOVE: - $(MKDIRHIER) $(CLASSDIR) - $(TOUCH) $@ - -.ENDIF |