diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-21 00:56:13 -0600 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-23 21:39:52 +0000 |
commit | 613221bde1744265c336c2b5f2ade0bfb9b22d16 (patch) | |
tree | 9d7efa2dc01fdab24b599f7e40677d019e9ad14b /odk/source/com | |
parent | 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c (diff) |
convert odk to gbuild and add to tail_build
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0
Reviewed-on: https://gerrit.libreoffice.org/2288
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'odk/source/com')
-rw-r--r-- | odk/source/com/sun/star/lib/loader/makefile.mk | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/odk/source/com/sun/star/lib/loader/makefile.mk b/odk/source/com/sun/star/lib/loader/makefile.mk deleted file mode 100644 index c8d5725fac51..000000000000 --- a/odk/source/com/sun/star/lib/loader/makefile.mk +++ /dev/null @@ -1,47 +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 = odk -PACKAGE = com$/sun$/star$/lib$/loader -TARGET = com_sun_star_lib_loader - - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -.IF "$(SOLAR_JAVA)"=="" -nojava: - @echo "Not building javaunohelper because Java is disabled" -.ENDIF - -# Files -------------------------------------------------------- - -JAVAFILES= \ - Loader.java\ - InstallationFinder.java\ - WinRegKey.java\ - WinRegKeyException.java - -JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk |