?? config.linux
字號:
#----------------------------------------------------------------------# Configuration Section#----------------------------------------------------------------------# Source directory.srcdir = $(shell sh -c pwd)# Common prefix for installation directories.# NOTE: This directory must exist when you start the install.# NOTE: Don't modify TOPDIR.TOPDIR=prefix = $(TOPDIR)/usr/localexec_prefix = $(prefix)# Directory where the shared stubs and static library will be installed.libdir = $(prefix)/lib# Directory where the shared library will be installed.sharedlibdir = $(prefix)/lib# Directory where the resource files will be installed.resdir = $(prefix)/lib/minigui# Directory where the demos will be installed.bindir = $(exec_prefix)/bin/minigui# Directory where the run-time configuration files will be installed.cfgdir = $(TOPDIR)/etc# Directory where the header files will be installed.includedir = $(prefix)/include/minigui# Directory where the man files will be installed.mandir = $(prefix)/man#----------------------------------------------------------------------# Compiler Section -- don't edit following lines.#----------------------------------------------------------------------# Compiler used.CC = gccCFLAGS = $(WARN) $(INCLUDES) $(OPTIMIZE) $(DEFINES)WARN = -WallOPTIMIZE = -fomit-frame-pointer -fno-strength-reduce -O2 -pipe -m486DEFINES = -D_REENTRANT# Utilites used.AR = arINSTALL_DIR = install -c -m 755 -o root -g root -dINSTALL_PROGRAM = install -c -s -m 4755 -o root -g binINSTALL_SHLIB = install -c -m 755 -o root -g binINSTALL_LIB = install -c -m 444 -o root -g binINSTALL_DATA = install -c -m 644 -o root -g binMAKE = make
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -