ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.19 by root, Fri Aug 20 02:19:38 2004 UTC vs.
Revision 1.29 by root, Fri Dec 23 14:46:55 2005 UTC

1# $Id: Makefile.in,v 1.19 2004/08/20 02:19:38 root Exp $
2@MCOMMON@ 1@MCOMMON@
3 2
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 3LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 4
6srcdir = @srcdir@ 5srcdir = @srcdir@
14 13
15# for developers: the following debug options may be used 14# for developers: the following debug options may be used
16# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS 15# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS
17# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES 16# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
18# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE 17# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
18# -DDEBUG_KEYBOARD
19DEBUG=-DDEBUG_STRICT @DEBUG@ 19DEBUG=-DDEBUG_STRICT @DEBUG@
20 20
21first_rule: all 21first_rule: all
22dummy: 22dummy:
23 23
24LIBSRCS = command.C rxvtfont.C init.C logging.C \ 24COMMON = \
25 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \
26 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \
27 xdefaults.C xpm.C encoding.C rxvttoolkit.C rxvtutil.C iom.C \
28 scrollbar-plain.C
29
30SRCS = rxvt.C $(LIBSRCS)
31
32HDRS = command.h rxvtfont.h feature.h init.h logging.h \
33 menubar.h netdisp.h rxvt.h rxvtgrx.h version.h encoding.h \
34 rxvtutil.h iom.h iom_conf.h
35
36EXTRAHDRS = rxvtlib.h rxvtdaemon.h
37
38OBJS = command.o rxvtfont.o init.o logging.o \ 25 command.o rxvtfont.o init.o logging.o \
39 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ 26 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
40 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \ 27 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \
41 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvttoolkit.o rxvtutil.o iom.o 28 strings.o xdefaults.o xpm.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o
42LIBOBJS = command.lo rxvtfont.lo init.lo logging.lo \
43 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \
44 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \
45 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvttoolkit.lo rxvtutil.lo iom.lo
46 29
47LIBVERSION = @LIBVERSION@ 30COMMON_DAEMON = rxvtdaemon.o fdpass.o
48INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
49 31
50RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 32RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
51RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 33RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
52RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 34RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
53RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 35RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
54RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) 36RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
55 37
56INTPROS = rxvtfont.intpro logging.intpro main.intpro misc.intpro \
57 ptytty.intpro xpm.intpro
58
59DEPS = rxvt.h rxvtlib.h ${basedir}/config.h feature.h rxvttoolkit.h
60
61# 38#
62# Distribution variables 39# Distribution variables
63# 40#
64 41
65DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in $(INTPROS) 42.SUFFIXES: .C .o
66
67.SUFFIXES: .C .o .intpro .lo
68 43
69#------------------------------------------------------------------------- 44#-------------------------------------------------------------------------
70# inference rules 45# inference rules
71.C.o: 46.C.o:
72 $(COMPILE) -c $< 47 $(COMPILE) -c $<
73 48
74.C.lo: 49#.C.lo:
75 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 50# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
76 51#
77.s.lo: 52#.s.lo:
78 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 53# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
79 54#
80.S.lo: 55#.S.lo:
81 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 56# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
82
83.C.intpro:
84 @$(RMF) $@.tmp
85 @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp
86 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi
87 @$(RMF) $@.tmp
88 57
89#------------------------------------------------------------------------- 58#-------------------------------------------------------------------------
90 59
91all: allbin 60all: allbin
92 61
93rxvt: version.h rxvt.o librxvt.la 62rxvt: rxvt.o $(COMMON)
63 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
94 $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 64# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
95 65
96rxvtd: version.h rxvtd.o librxvt.la rxvtdaemon.o 66rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
67 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
97 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 68# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
98 69
99rxvtc: version.h rxvtc.o rxvtdaemon.o 70rxvtc: rxvtc.o $(COMMON_DAEMON)
71 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
100 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 72# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
101 73
102librxvt.la: $(LIBOBJS) 74#librxvt.la: $(LIBOBJS)
103 $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 75# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
104 76
105#------------------------------------------------------------------------- 77#-------------------------------------------------------------------------
106 78
107tags: $(SRCS) $(HDRS) $(EXTRAHDRS) 79tags:
108 ctags $(SRCS) $(HDRS) $(EXTRAHDRS) 80 ctags *.h *.C
109 81
110allbin: rxvt rxvtd rxvtc 82allbin: rxvt rxvtd rxvtc
111 83
112alldoc: 84alldoc:
113 85
118 $(RMF) tags librxvt.h 90 $(RMF) tags librxvt.h
119 91
120cleandir: realclean 92cleandir: realclean
121 93
122distclean: realclean 94distclean: realclean
123 if test $(srcdir) = .; then $(MAKE) realclean; fi
124 (cd $(srcdir); $(RMF) Makefile) 95 (cd $(srcdir); $(RMF) Makefile)
125 96
126install: allbin alldoc 97install: allbin alldoc
127 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 98 $(MKDIR) $(DESTDIR)$(bindir)
128 @if test x$(INSTALL_LIBRXVT) = xyes; then \
129 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h"; \
130 $(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h; \
131 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \
132 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \
133 fi
134 $(RMF) $(RXVT_BINNAME) 99 $(RMF) $(RXVT_BINNAME)
135 $(RMF) $(RXVTC_BINNAME) 100 $(RMF) $(RXVTC_BINNAME)
136 $(RMF) $(RXVTD_BINNAME) 101 $(RMF) $(RXVTD_BINNAME)
137 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 102 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
138 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 103 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
139 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 104 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
140 105
141uninstall: 106depend:
142 @$(ECHO) $(RMF) $(RXVT_VERNAME) 107 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
143 @$(RMF) $(RXVT_VERNAME) 108 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
144 @$(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)"
145 @$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)
146 @if test x$(INSTALL_LIBRXVT) = xyes; then \
147 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la"; \
148 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la; \
149 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h"; \
150 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h; \
151 fi
152 109
153distdirs:
154 mkdir $(basedir)/../$(VERNAME)/$(thisdir)
155
156distcopy: $(INTPROS)
157 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)
158
159# -----------------------------------------------------------------------
160# DO NOT DELETE: nice dependency list follows 110# DO NOT DELETE: nice dependency list follows
161#
162 111
163rxvtfont.h: encoding.h rxvtutil.h 112command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
164rxvtlib.h: rxvttoolkit.h rxvtfont.h 113command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
165rxvtdaemon.o: rxvtdaemon.C $(DEPS) rxvtdaemon.h 114command.o: salloc.h menubar.h version.h command.h keyboard.h
166rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtutil.h 115encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
167rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtutil.h 116encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
117encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
118encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
119encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
120encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
121encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
122encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
123encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
124encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
125encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
126encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
127encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
128encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
129encoding.o: table/compose.h table/category.h
130fdpass.o: ../config.h fdpass.h
131init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
132init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
133init.o: menubar.h init.h
134iom.o: iom.h iom_conf.h rxvtutil.h callback.h
135keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
136keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
137keyboard.o: salloc.h menubar.h keyboard.h command.h
138logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
139logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
140logging.o: salloc.h menubar.h logging.h
141main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
142main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
143main.o: menubar.h keyboard.h
144menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
145menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
146menubar.o: salloc.h menubar.h version.h
147misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
148misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
149misc.o: menubar.h
150netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
151netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
152netdisp.o: salloc.h menubar.h
153ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
154ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
155ptytty.o: salloc.h menubar.h
156rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
157rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
158rxvt.o: menubar.h
159rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
160rxvtc.o: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
161rxvtc.o: iom_conf.h callback.h salloc.h menubar.h
162rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
163rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
164rxvtd.o: salloc.h menubar.h rxvtdaemon.h fdpass.h
165rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
166rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
167rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
168rxvtfont.o: salloc.h menubar.h table/linedraw.h
169rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
170rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
171rxvttoolkit.o: callback.h salloc.h menubar.h
172rxvtutil.o: rxvtutil.h
173salloc.o: salloc.h
174screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
175screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
176screen.o: salloc.h menubar.h salloc.C
177scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
178scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
179scrollbar-next.o: callback.h salloc.h menubar.h
180scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
181scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
182scrollbar-plain.o: callback.h salloc.h menubar.h
183scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
184scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
185scrollbar-rxvt.o: callback.h salloc.h menubar.h
186scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
187scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
188scrollbar-xterm.o: callback.h salloc.h menubar.h
189scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
190scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
191scrollbar.o: salloc.h menubar.h
192strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
193strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
194strings.o: salloc.h menubar.h
195xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
196xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
197xdefaults.o: salloc.h menubar.h version.h keyboard.h
198xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
199xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
200xpm.o: menubar.h
168 201
169command.o: command.C $(DEPS) command.h version.h 202command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
170rxvtfont.o: rxvtfont.C $(DEPS) rxvtfont.h 203command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
171init.o: init.C $(DEPS) init.h rxvtfont.h 204command.lo: salloc.h menubar.h version.h command.h keyboard.h
172logging.o: logging.C $(DEPS) logging.intpro logging.h 205encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
173main.o: main.C $(DEPS) main.intpro 206encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
174menubar.o: menubar.C $(DEPS) menubar.h version.h 207encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
175misc.o: misc.C $(DEPS) misc.intpro 208encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
176netdisp.o: netdisp.C $(DEPS) netdisp.h 209encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
177ptytty.o: ptytty.C $(DEPS) ptytty.intpro 210encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
178rxvt.o: rxvt.C $(DEPS) 211encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
179screen.o: screen.C $(DEPS) rxvtfont.h 212encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h
180scrollbar.o: scrollbar.C $(DEPS) 213encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h
181scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) 214encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h
182scrollbar-next.o: scrollbar-next.C $(DEPS) 215encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
183scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) 216encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
184scrollbar-plain.o: scrollbar-plain.C $(DEPS) 217encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
185strings.o: strings.C $(DEPS) 218encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
186xdefaults.o: xdefaults.C $(DEPS) version.h 219encoding.lo: table/compose.h table/category.h
187xpm.o: xpm.C $(DEPS) xpm.intpro 220fdpass.lo: ../config.h fdpass.h
188encoding.o: encoding.C $(DEPS) encoding.h 221init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
189rxvttoolkit.o: rxvttoolkit.C $(DEPS) 222init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
190iom.o: iom.C $(DEPS) iom.h 223init.lo: salloc.h menubar.h init.h
191 224iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
192command.lo: command.C $(DEPS) version.h 225keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
193rxvtfont.lo: rxvtfont.C $(DEPS) rxvtfont.h encoding.h 226keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
194init.lo: init.C $(DEPS) init.intpro init.h 227keyboard.lo: salloc.h menubar.h keyboard.h command.h
195logging.lo: logging.C $(DEPS) logging.intpro logging.h 228logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
196main.lo: main.C $(DEPS) main.intpro 229logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
197menubar.lo: menubar.C $(DEPS) version.h 230logging.lo: salloc.h menubar.h logging.h
198misc.lo: misc.C $(DEPS) misc.intpro 231main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
199netdisp.lo: netdisp.C $(DEPS) netdisp.h 232main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
200ptytty.lo: ptytty.C $(DEPS) ptytty.intpro 233main.lo: salloc.h menubar.h keyboard.h
201rxvt.lo: rxvt.C $(DEPS) 234menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
202screen.lo: screen.C $(DEPS) rxvtfont.h 235menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
203scrollbar.lo: scrollbar.C $(DEPS) 236menubar.lo: salloc.h menubar.h version.h
204scrollbar-rxvt.lo: scrollbar-rxvt.C $(DEPS) 237misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
205scrollbar-next.lo: scrollbar-next.C $(DEPS) 238misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
206scrollbar-xterm.lo: scrollbar-xterm.C $(DEPS) 239misc.lo: salloc.h menubar.h
207scrollbar-plain.lo: scrollbar-plain.C $(DEPS) 240netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
208strings.lo: strings.C $(DEPS) 241netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
209xdefaults.lo: xdefaults.C $(DEPS) version.h 242netdisp.lo: salloc.h menubar.h
210xpm.lo: xpm.C $(DEPS) xpm.intpro 243ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
211encoding.lo: encoding.C $(DEPS) encoding.h 244ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
212rxvttoolkit.lo: rxvttoolkit.C $(DEPS) 245ptytty.lo: salloc.h menubar.h
213iom.lo: iom.C $(DEPS) iom.h 246rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
214 247rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
215 248rxvt.lo: salloc.h menubar.h
249rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h fdpass.h rxvt.h rxvtlib.h
250rxvtc.lo: ptytty.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
251rxvtc.lo: iom_conf.h callback.h salloc.h menubar.h
252rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
253rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
254rxvtd.lo: salloc.h menubar.h rxvtdaemon.h fdpass.h
255rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
256rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
257rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
258rxvtfont.lo: salloc.h menubar.h table/linedraw.h
259rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
260rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
261rxvttoolkit.lo: callback.h salloc.h menubar.h
262rxvtutil.lo: rxvtutil.h
263salloc.lo: salloc.h
264screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
265screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
266screen.lo: salloc.h menubar.h salloc.C
267scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
268scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
269scrollbar-next.lo: callback.h salloc.h menubar.h
270scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
271scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
272scrollbar-plain.lo: iom_conf.h callback.h salloc.h menubar.h
273scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
274scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
275scrollbar-rxvt.lo: callback.h salloc.h menubar.h
276scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
277scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
278scrollbar-xterm.lo: iom_conf.h callback.h salloc.h menubar.h
279scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
280scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
281scrollbar.lo: salloc.h menubar.h
282strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
283strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
284strings.lo: salloc.h menubar.h
285xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
286xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
287xdefaults.lo: salloc.h menubar.h version.h keyboard.h
288xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
289xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
290xpm.lo: menubar.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines