📄 linux.def
字号:
# Platform dependent makefile# Project: DE/softwarebuero/ozone/xml/dom/iterator/.# Automatically created by WipeOut - EDIT FOR YOUR NEEDS.# Eiffel compiler and flagsEIFFELC = compileEIFFEL_FLAGS = -boost #-verboseEIFFEL_DEBUG_C = se-compEIFFEL_DEBUG_FLAGS = #-verbose# Java compiler and flagsJAVAC = jikes +E#JAVAC = guavacJAVA_FLAGS = -g #-deprecation -classpath# C/C++ compiler and flagsCC = gccCFLAGS = -D$(ARCH) -g -WallCXX = c++CPPFLAGS = -D$(ARCH) -g -WallPIC = -fPIC# Fortran compiler and flagsFORTRANC = g77FORTRAN_FLAGS = -g# linker for all object files (C, C++, Fortran)LINK = $(CXX)# static libraryARFLAGS = -ruvRANLIB = ranlib# builds shared library; $(SHARED_LIB) defined in MakefileSHARED_LINK = gcc -shared -Wl,-soname,$(SHARED_LIB).$(SHLIB_MAJOR)# include path and library settings for C, C++, Fortran# add other include paths here, i.e. -I/usr/local/includeARCH_INC =# add other linker flags here, i.e. -L/usr/local/libARCH_LDFLAGS =# add other libraries here, i.e. -liostreamARCH_LIB =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -