151cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#
251cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# Copyright (C) 2011 The Android Open Source Project
351cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#
451cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# Licensed under the Eclipse Public License, Version 1.0 (the "License");
551cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# you may not use this file except in compliance with the License.
651cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# You may obtain a copy of the License at
751cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#
851cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#      http://www.eclipse.org/org/documents/epl-v10.php
951cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#
1051cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# Unless required by applicable law or agreed to in writing, software
1151cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# distributed under the License is distributed on an "AS IS" BASIS,
1251cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1351cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# See the License for the specific language governing permissions and
1451cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll# limitations under the License.
1551cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll#
1651cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_PATH := $(call my-dir)
1751cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Mollinclude $(CLEAR_VARS)
1851cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
1951cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_SRC_FILES := $(call all-java-files-under, src)
2051cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_JAVA_RESOURCE_DIRS := src
2151cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
2251cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Mollifeq ($(HOST_OS),darwin)
2351cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_SRC_FILES += $(call all-java-files-under, src-$(HOST_OS))
2451cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_JAVA_RESOURCE_DIRS += src-$(HOST_OS)
2551cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Mollendif
2651cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
2751cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_MODULE := swtmenubar
2851cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael MollLOCAL_MODULE_TAGS := optional
2951cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
309e1748f533f9d25dcedb50f9464b36588eec686bRaphael MollLOCAL_JAVA_LIBRARIES := \
319e1748f533f9d25dcedb50f9464b36588eec686bRaphael Moll	swt \
3260b85b4ced380973f627a5882b4faae0771f0d0bTor Norbye	org.eclipse.jface_3.6.2.M20110210-1200
339e821b9ed13fa7de8f91c74ea14d9d00f5f80e51Raphael Moll
3451cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
3551cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Mollinclude $(BUILD_HOST_JAVA_LIBRARY)
3651cb7801f4d3abf5d98702ebf8c6b16d44097365Raphael Moll
37