?? defs-pre.gmk
字號:
## @(#)Defs-pre.gmk 1.46 02/08/23 @(#)## Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved.# PROPRIETARY/CONFIDENTIAL# Use is subject to license terms.############ PLATFORM specific defines. This file should not contain rules.#PATHSEP=:CC_OUTPUT = -o LINKER_OUTPUT = -o OBJ_SUFFIX = oARCH = $(shell uname -p)WHOAMI = /usr/ucb/whoamiROMJAVA = ROMjavaUnixEXTRA_INCLUDES += -I/usr/openwin/includeifeq ($(GCC), true) CC = gcc LD = gcc EXTRA_CFLAGS += -Wunused \ -DHAVE_ALIGNED_LONGLONGS \ -DHAVE_ALIGNED_DOUBLES \ -DARCH='"$(ARCH)"' ifeq ($(DEBUG), true) EXTRA_CFLAGS += -g else EXTRA_CFLAGS += -O2 -Wuninitialized endifelse CC = cc LD = cc EXTRA_CFLAGS += -Xa -mt ifeq ($(DEBUG), true) EXTRA_CFLAGS += -g else EXTRA_CFLAGS += -xO2 endifendififneq ($(INCLUDE_I18N), false) MIDP_DEF_SRC += lcWin.c lcWinJa.c sjis.c eucjp.cendifKVM_EXCLUDE_CLASSES := SCCSMIDP_EXCLUDE_CLASSES := SCCSEXAMPLE_EXCLUDE_CLASSES := SCCSTEST_EXCLUDE_CLASSES := SCCSPLATFORM_EXCLUDE_CLASSES := SCCSEXTRA_CFLAGS += -D$(ARCH) -DSOLARIS2 -D_REENTRANT -DUNIX -DSOLARIS PLATFORM_SRC_DIR = $(MIDP_DIR)/src/solarisPLATFORM_CLASS_DIR = $(MIDP_DIR)/src/solaris/classesPLATFORM_CONFIG_DIR = $(MIDP_DIR)/build/solaris/config## use the nanosleep in libposix4#LIBS = -L$(MIDP_DIR)/build/solaris/tools/$(ARCH) -lXpm \ -L/usr/openwin/lib -lXt -lX11 -lm -lsocket -lnsl \ -lpthread -lposix4# Set default BOOTDIR; This can be overridden by setting the build-time# variable ALT_BOOTDIR#ifeq ($(ARCH), sparc)_BOOTDIR = /usr/local/java/jdk1.3/solarisendififeq ($(ARCH), i386)_BOOTDIR = /usr/local/java/jdk1.3/x86endif# Uncomment the following definition if you want to build both Solaris/x86# and Solaris/SPARC binaries using the same directory structure.##ARCH_DIR=/$(ARCH)# executable suffix#EXE = # system tools#SYMLINK_CMD = ln -s
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -