lib.gmk
来自「This is a resource based on j2me embedde」· GMK 代码 · 共 97 行
GMK
97 行
## ## Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER# # This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License version# 2 only, as published by the Free Software Foundation.# # This program 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# General Public License version 2 for more details (a copy is# included at /legal/license.txt).# # You should have received a copy of the GNU General Public License# version 2 along with this work; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA# 02110-1301 USA# # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa# Clara, CA 95054 or visit www.sun.com if you need additional# information or have any questions.######################################################################### LCDLF Platform Look and Feel Library######################################################################## Name of the libraryLCDLF_P_NAME = lcdlf/lfplatformLCDLF_P_DIR = $(SUBSYSTEM_DIR)/highlevelui/$(LCDLF_P_NAME)# Add to library set for this buildLIB_SET += $(LCDLF_P_NAME)# Export include filesSUBSYSTEM_LCDLF_EXTRA_INCLUDES += -I$(LCDLF_P_DIR)/include# Native files for the library#SUBSYSTEM_LCDLF_NATIVE_FILES += \ lfp_export.c \ lfp_alert.c \ lfp_canvas.c \ lfp_choicegroup.c \ lfp_command.c \ lfp_command_common.c \ lfp_customitem.c \ lfp_datefield.c \ lfp_displayable.c \ lfp_form.c \ lfp_gauge.c \ lfp_imageitem.c \ lfp_item.c \ lfp_registry.c \ lfp_stringitem.c \ lfp_textfield.c# Source code path for the library#vpath % $(LCDLF_P_DIR)/native# Javadoc source pathMIDP_JAVADOC_SOURCEPATH += $(LCDLF_P_DIR)/classes# Java files for the library#SUBSYSTEM_LCDLF_JAVA_FILES += \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/AlertLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/CanvasLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/ChoiceGroupLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/CustomItemLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/DateFieldLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/DisplayableLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/FormLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/GaugeLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/ImageItemLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/ItemLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/LFFactoryImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/SpacerLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/StringItemLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/TickerLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/TextFieldLFImpl.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/Theme.java \ $(LCDLF_P_DIR)/classes/javax/microedition/lcdui/NativeMenu.java # I3test files for the library#ifeq ($(USE_I3_TEST), true)SUBSYSTEM_LCDLF_I3TEST_JAVA_FILES += \ $(LCDLF_P_DIR)/i3test/javax/microedition/lcdui/TestStringItemSizing.java \ $(LCDLF_P_DIR)/i3test/javax/microedition/lcdui/TestStringItemNoLabelSizing.javaendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?