📄 makefile.in
字号:
# $Id: Makefile.in,v 1.58 2001/11/30 02:50:52 gcw Exp $@MCOMMON@LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxzsrcdir = @srcdir@VPATH = @srcdir@.PATH: @srcdir@top_builddir = ..basedir = ..thisdir = srcMKDIR = @top_srcdir@/autoconf/mkinstalldirs# for developers: the following debug options may be used# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES# -DDEBUG_SCREEN -DDEBUG_SEARCH_PATH -DDEBUG_SELECT -DDEBUG_TTY# -DDEBUG_TTYMODE -DDEBUG_XDEBUG=-DDEBUG_STRICT @DEBUG@first_rule: alldummy:LIBSRCS = command.c defaultfont.c graphics.c grkelot.c init.c logging.c \ main.c menubar.c misc.c netdisp.c ptytty.c screen.c scrollbar.c \ scrollbar-rxvt.c scrollbar-next.c scrollbar-xterm.c strings.c \ xdefaults.c xpm.cSRCS = rxvt.c $(LIBSRCS)HDRS = command.h defaultfont.h feature.h grkelot.h init.h logging.h \ menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.hEXTRAHDRS = rxvtlib.hOBJS = @OBJLIST@ rxvt.oLIBOBJS = @LIBOBJLIST@LIBVERSION = @LIBVERSION@INSTALL_LIBRXVT = @INSTALL_LIBRXVT@RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)RXVT_VERNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-$(VERSION)$(EXEEXT)RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)EXTPROS = command.extpro defaultfont.extpro graphics.extpro grkelot.extpro \ init.extpro logging.extpro main.extpro menubar.extpro misc.extpro \ netdisp.extpro ptytty.extpro screen.extpro scrollbar.extpro \ scrollbar-rxvt.extpro scrollbar-next.extpro scrollbar-xterm.extpro \ strings.extpro xdefaults.extpro xpm.extproINTPROS = command.intpro defaultfont.intpro graphics.intpro grkelot.intpro \ init.intpro logging.intpro main.intpro menubar.intpro misc.intpro \ netdisp.intpro ptytty.intpro screen.intpro scrollbar.intpro \ scrollbar-rxvt.intpro scrollbar-next.intpro scrollbar-xterm.intpro \ strings.intpro xdefaults.intpro xpm.intproDEPS = rxvt.h rxvtlib.h ${basedir}/config.h feature.h .protos## Distribution variables#DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in .indent.pro \ makeintprotos-awk makeextprotos-awk $(INTPROS) $(EXTPROS) .protos.SUFFIXES: .c .o .extpro .intpro .lo#-------------------------------------------------------------------------# inference rules.c.o: $(COMPILE) -c $<.c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.c.intpro: @$(RMF) $@.tmp @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi @$(RMF) $@.tmp.c.extpro: @$(RMF) $@.tmp @$(AWK) -f $(srcdir)/makeextprotos-awk $< > $@.tmp @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeextprotos-awk $< > $@"; $(CP) $@.tmp $@; fi @$(RMF) $@.tmp#-------------------------------------------------------------------------all: allbinrxvt: version.h rxvt.o librxvt.la $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@.protos: $(EXTPROS) @$(RMF) .protos date >.protoslibrxvt.la: $(LIBOBJS) $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@#-------------------------------------------------------------------------tags: $(SRCS) $(HDRS) $(EXTRAHDRS) ctags $(SRCS) $(HDRS) $(EXTRAHDRS)allbin: .protos rxvtalldoc:clean: $(RMF) rxvt core a.out *.o *.lo *.bak *~ *.intpro *.extpro .libs/* librxvt.la tmpproto .protos *.tmprealclean: clean $(RMF) tags librxvt.hcleandir: realcleandistclean: realclean if test $(srcdir) = .; then $(MAKE) realclean; fi (cd $(srcdir); $(RMF) Makefile)install: allbin alldoc $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) @if test x$(INSTALL_LIBRXVT) = xyes; then \ $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h"; \ $(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h; \ $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \ fi @if test -f $(RXVT_BINNAME); then \ $(ECHO) "$(RMF) $(RXVT_OLDNAME)"; \ $(RMF) $(RXVT_OLDNAME); \ $(ECHO) "$(MV) $(RXVT_BINNAME) $(RXVT_OLDNAME)"; \ $(MV) $(RXVT_BINNAME) $(RXVT_OLDNAME); \ fi @$(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_VERNAME)" @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_VERNAME) @$(ECHO) "$(LN) $(RXVT_VERNAME) $(RXVT_BINNAME)" @$(LN) $(RXVT_VERNAME) $(RXVT_BINNAME)uninstall: @$(ECHO) $(RMF) $(RXVT_VERNAME) @$(RMF) $(RXVT_VERNAME) @$(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)" @$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME) @if test x$(INSTALL_LIBRXVT) = xyes; then \ $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la"; \ $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la; \ $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h"; \ $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h; \ fidistdirs: mkdir $(basedir)/../$(VERNAME)/$(thisdir)distcopy: .protos $(INTPROS) $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)# -----------------------------------------------------------------------# DO NOT DELETE: nice dependency list followscommand.o: command.c $(DEPS) command.intpro command.h version.hdefaultfont.o: defaultfont.c $(DEPS) defaultfont.intpro defaultfont.hgraphics.o: graphics.c $(DEPS) graphics.intprogrkelot.o: grkelot.c $(DEPS) grkelot.intpro grkelot.hinit.o: init.c $(DEPS) init.intpro init.h logging.o: logging.c $(DEPS) logging.intpro logging.hmain.o: main.c $(DEPS) main.intpromenubar.o: menubar.c $(DEPS) menubar.intpro menubar.h version.hmisc.o: misc.c $(DEPS) misc.intpronetdisp.o: netdisp.c $(DEPS) netdisp.intpro netdisp.hptytty.o: ptytty.c $(DEPS) ptytty.intprorxvt.o: rxvt.c $(DEPS) screen.o: screen.c $(DEPS) screen.intproscrollbar.o: scrollbar.c $(DEPS) scrollbar.intproscrollbar-rxvt.o: scrollbar-rxvt.c $(DEPS) scrollbar-rxvt.intproscrollbar-next.o: scrollbar-next.c $(DEPS) scrollbar-next.intproscrollbar-xterm.o: scrollbar-xterm.c $(DEPS) scrollbar-xterm.intprostrings.o: strings.c $(DEPS) strings.intproxdefaults.o: xdefaults.c $(DEPS) xdefaults.intpro version.hxpm.o: xpm.c $(DEPS) xpm.intprocommand.lo: command.c $(DEPS) command.intpro command.h version.hdefaultfont.lo: defaultfont.c $(DEPS) defaultfont.intpro defaultfont.hgraphics.lo: graphics.c $(DEPS) graphics.intpro grkelot.lo: grkelot.c $(DEPS) grkelot.intpro grkelot.hinit.lo: init.c $(DEPS) init.intpro init.h logging.lo: logging.c $(DEPS) logging.intpro logging.hmain.lo: main.c $(DEPS) main.intpromenubar.lo: menubar.c $(DEPS) menubar.intpro menubar.h version.hmisc.lo: misc.c $(DEPS) misc.intpronetdisp.lo: netdisp.c $(DEPS) netdisp.intpro netdisp.hptytty.lo: ptytty.c $(DEPS) ptytty.intprorxvt.lo: rxvt.c $(DEPS) screen.lo: screen.c $(DEPS) screen.intproscrollbar.lo: scrollbar.c $(DEPS) scrollbar.intproscrollbar-rxvt.lo: scrollbar-rxvt.c $(DEPS) scrollbar-rxvt.intproscrollbar-next.lo: scrollbar-next.c $(DEPS) scrollbar-next.intproscrollbar-xterm.lo: scrollbar-xterm.c $(DEPS) scrollbar-xterm.intprostrings.lo: strings.c $(DEPS) strings.intproxdefaults.lo: xdefaults.c $(DEPS) xdefaults.intpro version.hxpm.lo: xpm.c $(DEPS) xpm.intpro
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -