📄 make.common.in
字号:
# autoconf/Make.common.in -*- Makefile -*-# release date (man), LSM date, version number/name, current maintainerDATE=@DATE@LSMDATE=@LSMDATE@VERSION=@VERSION@VERNAME=rxvt-$(VERSION)#MAINT=Geoff Wing#MAINTEMAIL=<gcw@rxvt.org>#WEBMAINT=Oezguer Kesim#WEBMAINTEMAIL=<oec@rxvt.org>#WEBPAGE=<http://www.rxvt.org/>#FTPSITENAME=ftp.rxvt.org#FTPSITEDIR=/pub/rxvt##-------------------------------------------------------------------------RXVTNAME=@RXVTNAME@SHELL = /bin/sh# This variable makes it possible to move the installation root to another# directory. This is useful when you're creating a binary distribution# If empty, normal root will be used.# You can run eg. 'make install DESTDIR=/packages/rxvt-xx' to accomplish# that.# DESTDIR = /usr/local/X11/$(VERNAME)# Installation target directories & other installation stuffprefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@libdir = @libdir@includedir = @includedir@mandir = @mandir@/man1manext = 1# Tools & program stuffCC = @CC@CPP = @CPP@MV = @MV@RM = @RM@RMF = @RM@ -fCP = @CP@LN = @LN@SED = @SED@AWK = @AWK@ECHO = @ECHO@CMP = @CMP@TBL = @TBL@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL@ -m 755INSTALL_DATA = @INSTALL@ -m 644# Flags & libs# add -DBINDIR=\""$(bindir)/"\" to CPPFLAGS, if we need to spawn a programCFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@LDFLAGS = @LDFLAGS@DEFS = @DEFS@LIBS = @LIBS@DINCLUDE = @DINCLUDE@DLIB = @DLIB@# X Include directoryXINC = @X_CFLAGS@ @XPM_CFLAGS@# extra libraries needed by X on some systems, X library locationXLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@LIBTOOL = @LIBTOOL@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.LINK = $(CC) $(CFLAGS) $(LDFLAGS)# End of common section of the Makefile#-------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -