📄 makefile.am
字号:
# All portions of code are copyright by their respective author/s.## Copyright (c) 2002 Alexis <materm@tuxfamily.org># Copyright (c) 2004 Jingmin Zhou <jimmyzhou@users.sourceforge.net># Copyright (c) 2006 Gautam Iyer <gi1242@users.sourceforge.net>## This program is free software; you can redistribute it and/or modify it under# the terms of the GNU General Public License as published by the Free Software# Foundation; either version 2 of the License, or (at your option) any later# version.## 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 for more# details.## You should have received a copy of the GNU General Public License along with# this program; if not, write to the Free Software Foundation, Inc., 675 Mass# Ave, Cambridge, MA 02139, USA.DEFS = -DPKG_CONF_DIR=\"$(sysconfdir)/$(PACKAGE_NAME)\"bin_PROGRAMS = mrxvtmrxvt_SOURCES = command.h \ encoding.h \ feature.h \ init.h \ menubar.h \ protos.h \ rxvt.h \ rxvtlib.hmrxvt_SOURCES += command.c \ encoding.c \ init.c \ macros.c \ main.c \ menubar.c \ misc.c \ netdisp.c \ pixmap.c \ ptytty.c \ rxvt.c \ screen.c \ scrollbar.c \ strings.c \ tabbar.c \ transparent.c \ xdefaults.cmrxvt_SOURCES += close_term.xbm \ left.xbm \ right.xbm \ term.xbmmrxvt_SOURCES += close_term.xpm \ close_term_d.xpm \ left.xpm \ left_d.xpm \ right.xpm \ right_d.xpm \ term.xpm \ term_d.xpm#install-exec-hook:# -chown root $(DESTDIR)$(bindir)/mrxvt# -chmod go-r $(DESTDIR)$(bindir)/mrxvt# -chmod u+s $(DESTDIR)$(bindir)/mrxvtif USE_JPEGJPEG_SRC = mjpg.celseJPEG_SRC = endifif USE_PNGPNG_SRC = mpng.celsePNG_SRC = endifif PLAIN_SCROLLBARSCROLLBAR_PLAIN_SRC = scrollbar-plain.celseSCROLLBAR_PLAIN_SRC = endifif XTERM_SCROLLBARSCROLLBAR_XTERM_SRC = scrollbar-xterm.celseSCROLLBAR_XTERM_SRC = endifif NEXT_SCROLLBARSCROLLBAR_NEXT_SRC = scrollbar-next.celseSCROLLBAR_NEXT_SRC = endifif RXVT_SCROLLBARSCROLLBAR_RXVT_SRC = scrollbar-rxvt.celseSCROLLBAR_RXVT_SRC = endifif SGI_SCROLLBARSCROLLBAR_SGI_SRC = scrollbar-sgi.celseSCROLLBAR_SGI_SRC = endifif UTMP_SUPPORTUTMP_SRC = logging.celseUTMP_SRC =endifif GREEKGREEK_SRC = grkelot.c grkelot.helseGREEK_SRC = endifif SESSION_SUPPORTSESSION_SRC = session.celseSESSION_SRC = endifif XFT_SUPPORTXFTACS_SRC = xftacs.c xftacs.hXFTACS_H = xftacs.helseXFTACS_SRC =XFTACS_H =endifmrxvt_SOURCES += $(SCROLLBAR_PLAIN_SRC) \ $(SCROLLBAR_XTERM_SRC) \ $(SCROLLBAR_NEXT_SRC) \ $(SCROLLBAR_RXVT_SRC) \ $(SCROLLBAR_SGI_SRC) \ $(UTMP_SRC) \ $(GREEK_SRC) \ $(JPEG_SRC) \ $(PNG_SRC) \ $(SESSION_SRC) \ $(XFTACS_SRC)MRXVT_H = ../config.h \ command.h \ feature.h \ menubar.h \ protos.h \ rxvt.h \ rxvtlib.hMRXVT_PIXMAPS = left.xbm \ right.xbm \ close_term.xbm \ term.xbm \ left.xpm \ left_d.xpm \ right.xpm \ right_d.xpm \ close_term.xpm \ close_term_d.xpm \ term.xpm \ term_d.xpmAUTOMAKE_OPTIONS = no-dependencies# set dependencies$(bin_PROGRAMS) : command.o: $(MRXVT_H) command.cencoding.o: $(MRXVT_H) encoding.h encoding.cgrkelot.o: $(MRXVT_H) grkelot.h grkelot.cmacros.o: $(MRXVT_H) macros.cinit.o: $(MRXVT_H) $(XFTACS_H) init.h init.clogging.o: $(MRXVT_H) logging.cmain.o: $(MRXVT_H) $(XFTACS_H) main.cmenubar.o: $(MRXVT_H) menubar.cmisc.o: $(MRXVT_H) misc.cmjpg.o: $(MRXVT_H) mjpg.cmpng.o: $(MRXVT_H) mpng.cnetdisp.o: $(MRXVT_H) netdisp.cpixmap.o: $(MRXVT_H) pixmap.cptytty.o: $(MRXVT_H) ptytty.crxvt.o: $(MRXVT_H) rxvt.cscreen.o: $(MRXVT_H) $(XFTACS_H) screen.cscrollbar-next.o: $(MRXVT_H) scrollbar-next.cscrollbar-plain.o: $(MRXVT_H) scrollbar-plain.cscrollbar-rxvt.o: $(MRXVT_H) scrollbar-rxvt.cscrollbar-sgi.o: $(MRXVT_H) scrollbar-sgi.cscrollbar-xterm.o: $(MRXVT_H) scrollbar-xterm.cscrollbar.o: $(MRXVT_H) scrollbar.csession.o: $(MRXVT_H) session.cstrings.o: $(MRXVT_H) strings.ctabbar.o: $(MRXVT_H) $(MRXVT_PIXMAPS) tabbar.cxdefaults.o: $(MRXVT_H) xdefaults.ctransparent.o: $(MRXVT_H) transparent.cxftacs.o: xftacs.h xftacs.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -