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.25 by root, Mon Feb 14 10:44:50 2005 UTC vs.
Revision 1.28 by root, Fri Dec 23 14:46:34 2005 UTC

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 keyboard.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 keyboard.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 keyboard.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 keyboard.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
59# 38#
60# Distribution variables 39# Distribution variables
61# 40#
62 41
63DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in $(INTPROS) 42.SUFFIXES: .C .o
64
65.SUFFIXES: .C .o .intpro .lo
66 43
67#------------------------------------------------------------------------- 44#-------------------------------------------------------------------------
68# inference rules 45# inference rules
69.C.o: 46.C.o:
70 $(COMPILE) -c $< 47 $(COMPILE) -c $<
71 48
72.C.lo: 49#.C.lo:
73 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 50# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
74 51#
75.s.lo: 52#.s.lo:
76 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 53# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
77 54#
78.S.lo: 55#.S.lo:
79 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 56# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
80
81.C.intpro:
82 @$(RMF) $@.tmp
83 @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp
84 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi
85 @$(RMF) $@.tmp
86 57
87#------------------------------------------------------------------------- 58#-------------------------------------------------------------------------
88 59
89all: allbin 60all: allbin
90 61
91rxvt: version.h rxvt.o librxvt.la 62rxvt: rxvt.o $(COMMON)
63 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
92 $(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 $@
93 65
94rxvtd: version.h rxvtd.o librxvt.la rxvtdaemon.o 66rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
67 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
95 $(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 $@
96 69
97rxvtc: version.h rxvtc.o rxvtdaemon.o 70rxvtc: rxvtc.o $(COMMON_DAEMON)
71 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
98 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 72# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
99 73
100librxvt.la: $(LIBOBJS) 74#librxvt.la: $(LIBOBJS)
101 $(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 $@
102 76
103#------------------------------------------------------------------------- 77#-------------------------------------------------------------------------
104 78
105tags: $(SRCS) $(HDRS) $(EXTRAHDRS) 79tags:
106 ctags $(SRCS) $(HDRS) $(EXTRAHDRS) 80 ctags *.h *.C
107 81
108allbin: rxvt rxvtd rxvtc 82allbin: rxvt rxvtd rxvtc
109 83
110alldoc: 84alldoc:
111 85
119 93
120distclean: realclean 94distclean: realclean
121 (cd $(srcdir); $(RMF) Makefile) 95 (cd $(srcdir); $(RMF) Makefile)
122 96
123install: allbin alldoc 97install: allbin alldoc
124 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 98 $(MKDIR) $(DESTDIR)$(bindir)
125 @if test x$(INSTALL_LIBRXVT) = xyes; then \
126 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h"; \
127 $(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h; \
128 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \
129 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \
130 fi
131 $(RMF) $(RXVT_BINNAME) 99 $(RMF) $(RXVT_BINNAME)
132 $(RMF) $(RXVTC_BINNAME) 100 $(RMF) $(RXVTC_BINNAME)
133 $(RMF) $(RXVTD_BINNAME) 101 $(RMF) $(RXVTD_BINNAME)
134 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 102 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
135 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 103 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
136 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 104 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
137
138uninstall:
139 @$(ECHO) $(RMF) $(RXVT_VERNAME)
140 @$(RMF) $(RXVT_VERNAME)
141 @$(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)"
142 @$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)
143 @if test x$(INSTALL_LIBRXVT) = xyes; then \
144 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la"; \
145 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la; \
146 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h"; \
147 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h; \
148 fi
149
150distdirs:
151 mkdir $(basedir)/../$(VERNAME)/$(thisdir)
152
153distcopy: $(INTPROS)
154 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)
155 105
156depend: 106depend:
157 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 107 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
158 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 108 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
159 109
175encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 125encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
176encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 126encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
177encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 127encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
178encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 128encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
179encoding.o: table/compose.h table/category.h 129encoding.o: table/compose.h table/category.h
130fdpass.o: ../config.h fdpass.h
180init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 131init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
181init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 132init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
182init.o: menubar.h init.h 133init.o: menubar.h init.h
183iom.o: iom.h iom_conf.h rxvtutil.h callback.h 134iom.o: iom.h iom_conf.h rxvtutil.h callback.h
184keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 135keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
185keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 136keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
186keyboard.o: salloc.h menubar.h keyboard.h command.h 137keyboard.o: salloc.h menubar.h keyboard.h command.h
187logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 138logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
188logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 139logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
189logging.o: salloc.h menubar.h logging.h logging.intpro 140logging.o: salloc.h menubar.h logging.h
190main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 141main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
191main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 142main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
192main.o: menubar.h main.intpro keyboard.h 143main.o: menubar.h keyboard.h
193menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 144menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
194menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 145menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
195menubar.o: salloc.h menubar.h version.h 146menubar.o: salloc.h menubar.h version.h
196misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 147misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
197misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 148misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
198misc.o: menubar.h misc.intpro 149misc.o: menubar.h
199netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 150netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
200netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 151netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
201netdisp.o: salloc.h menubar.h 152netdisp.o: salloc.h menubar.h
202ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 153ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
203ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 154ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
244xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 195xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
245xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 196xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
246xdefaults.o: salloc.h menubar.h version.h keyboard.h 197xdefaults.o: salloc.h menubar.h version.h keyboard.h
247xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 198xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
248xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 199xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
249xpm.o: menubar.h xpm.intpro 200xpm.o: menubar.h
250 201
251command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 202command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
252command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 203command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
253command.lo: salloc.h menubar.h version.h command.h keyboard.h 204command.lo: salloc.h menubar.h version.h command.h keyboard.h
254encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 205encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
264encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h 215encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
265encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 216encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
266encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 217encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
267encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 218encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
268encoding.lo: table/compose.h table/category.h 219encoding.lo: table/compose.h table/category.h
220fdpass.lo: ../config.h fdpass.h
269init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 221init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
270init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 222init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
271init.lo: salloc.h menubar.h init.h 223init.lo: salloc.h menubar.h init.h
272iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 224iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
273keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 225keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
274keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 226keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
275keyboard.lo: salloc.h menubar.h keyboard.h command.h 227keyboard.lo: salloc.h menubar.h keyboard.h command.h
276logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 228logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
277logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 229logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
278logging.lo: salloc.h menubar.h logging.h logging.intpro 230logging.lo: salloc.h menubar.h logging.h
279main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 231main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
280main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 232main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
281main.lo: salloc.h menubar.h main.intpro keyboard.h 233main.lo: salloc.h menubar.h keyboard.h
282menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 234menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
283menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 235menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
284menubar.lo: salloc.h menubar.h version.h 236menubar.lo: salloc.h menubar.h version.h
285misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 237misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
286misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 238misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
287misc.lo: salloc.h menubar.h misc.intpro 239misc.lo: salloc.h menubar.h
288netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 240netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
289netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 241netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
290netdisp.lo: salloc.h menubar.h 242netdisp.lo: salloc.h menubar.h
291ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 243ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
292ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 244ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
333xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 285xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
334xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 286xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
335xdefaults.lo: salloc.h menubar.h version.h keyboard.h 287xdefaults.lo: salloc.h menubar.h version.h keyboard.h
336xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 288xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
337xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 289xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
338xpm.lo: menubar.h xpm.intpro 290xpm.lo: menubar.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines