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.14 by pcg, Wed Mar 3 04:07:52 2004 UTC vs.
Revision 1.25 by root, Mon Feb 14 10:44:50 2005 UTC

1# $Id: Makefile.in,v 1.14 2004/03/03 04:07:52 pcg 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@
13MKDIR = @top_srcdir@/autoconf/mkinstalldirs 12MKDIR = @top_srcdir@/autoconf/mkinstalldirs
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_SCREEN -DDEBUG_SEARCH_PATH -DDEBUG_SELECT -DDEBUG_SIZE 17# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
19# -DDEBUG_TTY -DDEBUG_TTYMODE -DDEBUG_X 18# -DDEBUG_KEYBOARD
20DEBUG=-DDEBUG_STRICT @DEBUG@ 19DEBUG=-DDEBUG_STRICT @DEBUG@
21 20
22first_rule: all 21first_rule: all
23dummy: 22dummy:
24 23
25LIBSRCS = command.C defaultfont.C init.C logging.C \ 24LIBSRCS = command.C rxvtfont.C init.C logging.C \
26 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \ 25 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \
27 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \ 26 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \
28 xdefaults.C xpm.C encoding.C rxvtcolor.C rxvtstl.C iom.C \ 27 xdefaults.C xpm.C encoding.C rxvttoolkit.C rxvtutil.C iom.C \
29 scrollbar-plain.C 28 scrollbar-plain.C keyboard.C
30 29
31SRCS = rxvt.C $(LIBSRCS) 30SRCS = rxvt.C $(LIBSRCS)
32 31
33HDRS = command.h defaultfont.h feature.h init.h logging.h \ 32HDRS = command.h rxvtfont.h feature.h init.h logging.h \
34 menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.h encoding.h \ 33 menubar.h netdisp.h rxvt.h rxvtgrx.h version.h encoding.h \
35 rxvtstl.h iom.h iom_conf.h 34 rxvtutil.h iom.h iom_conf.h keyboard.h
36 35
37EXTRAHDRS = rxvtlib.h rxvtdaemon.h 36EXTRAHDRS = rxvtlib.h rxvtdaemon.h
38 37
39OBJS = command.o defaultfont.o init.o logging.o \ 38OBJS = command.o rxvtfont.o init.o logging.o \
40 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ 39 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
41 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \ 40 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \
42 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtstl.o iom.o 41 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o
43LIBOBJS = command.lo defaultfont.lo init.lo logging.lo \ 42LIBOBJS = command.lo rxvtfont.lo init.lo logging.lo \
44 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \ 43 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \
45 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \ 44 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo scrollbar-plain.lo \
46 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtstl.lo iom.lo 45 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvttoolkit.lo rxvtutil.lo iom.lo keyboard.lo
47 46
48LIBVERSION = @LIBVERSION@ 47LIBVERSION = @LIBVERSION@
49INSTALL_LIBRXVT = @INSTALL_LIBRXVT@ 48INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
50 49
51RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 50RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
52RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 51RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
53RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 52RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
54RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 53RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
55RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) 54RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
56 55
57EXTPROS = command.extpro defaultfont.extpro \ 56INTPROS = rxvtfont.intpro logging.intpro main.intpro misc.intpro \
58 init.extpro logging.extpro main.extpro menubar.extpro misc.extpro \ 57 ptytty.intpro xpm.intpro
59 netdisp.extpro ptytty.extpro screen.extpro scrollbar.extpro \
60 scrollbar-rxvt.extpro scrollbar-next.extpro scrollbar-xterm.extpro scrollbar-plain.intpro \
61 strings.extpro xdefaults.extpro xpm.extpro
62
63INTPROS = command.intpro defaultfont.intpro \
64 init.intpro logging.intpro main.intpro menubar.intpro misc.intpro \
65 netdisp.intpro ptytty.intpro screen.intpro scrollbar.intpro \
66 scrollbar-rxvt.intpro scrollbar-next.intpro scrollbar-xterm.intpro scrollbar-plain.intpro \
67 strings.intpro xdefaults.intpro xpm.intpro
68
69DEPS = rxvt.h rxvtlib.h ${basedir}/config.h feature.h rxvtcolor.h .protos
70 58
71# 59#
72# Distribution variables 60# Distribution variables
73# 61#
74 62
75DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in .indent.pro \ 63DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in $(INTPROS)
76 makeintprotos-awk makeextprotos-awk $(INTPROS) $(EXTPROS) .protos
77 64
78.SUFFIXES: .C .o .extpro .intpro .lo 65.SUFFIXES: .C .o .intpro .lo
79 66
80#------------------------------------------------------------------------- 67#-------------------------------------------------------------------------
81# inference rules 68# inference rules
82.C.o: 69.C.o:
83 $(COMPILE) -c $< 70 $(COMPILE) -c $<
95 @$(RMF) $@.tmp 82 @$(RMF) $@.tmp
96 @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp 83 @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp
97 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi 84 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi
98 @$(RMF) $@.tmp 85 @$(RMF) $@.tmp
99 86
100.C.extpro:
101 @$(RMF) $@.tmp
102 @$(AWK) -f $(srcdir)/makeextprotos-awk $< > $@.tmp
103 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeextprotos-awk $< > $@"; $(CP) $@.tmp $@; fi
104 @$(RMF) $@.tmp
105
106#------------------------------------------------------------------------- 87#-------------------------------------------------------------------------
107 88
108all: allbin 89all: allbin
109 90
110rxvt: version.h rxvt.o librxvt.la 91rxvt: version.h rxvt.o librxvt.la
114 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 95 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
115 96
116rxvtc: version.h rxvtc.o rxvtdaemon.o 97rxvtc: version.h rxvtc.o rxvtdaemon.o
117 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 98 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
118 99
119.protos: $(EXTPROS)
120 @$(RMF) .protos
121 date >.protos
122
123librxvt.la: $(LIBOBJS) 100librxvt.la: $(LIBOBJS)
124 $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 101 $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
125 102
126#------------------------------------------------------------------------- 103#-------------------------------------------------------------------------
127 104
128tags: $(SRCS) $(HDRS) $(EXTRAHDRS) 105tags: $(SRCS) $(HDRS) $(EXTRAHDRS)
129 ctags $(SRCS) $(HDRS) $(EXTRAHDRS) 106 ctags $(SRCS) $(HDRS) $(EXTRAHDRS)
130 107
131allbin: .protos rxvt rxvtd rxvtc 108allbin: rxvt rxvtd rxvtc
132 109
133alldoc: 110alldoc:
134 111
135clean: 112clean:
136 $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro *.extpro .libs/* librxvt.la tmpproto .protos *.tmp 113 $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro .libs/* librxvt.la tmpproto *.tmp
137 114
138realclean: clean 115realclean: clean
139 $(RMF) tags librxvt.h 116 $(RMF) tags librxvt.h
140 117
141cleandir: realclean 118cleandir: realclean
142 119
143distclean: realclean 120distclean: realclean
144 if test $(srcdir) = .; then $(MAKE) realclean; fi
145 (cd $(srcdir); $(RMF) Makefile) 121 (cd $(srcdir); $(RMF) Makefile)
146 122
147install: allbin alldoc 123install: allbin alldoc
148 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 124 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
149 @if test x$(INSTALL_LIBRXVT) = xyes; then \ 125 @if test x$(INSTALL_LIBRXVT) = xyes; then \
172 fi 148 fi
173 149
174distdirs: 150distdirs:
175 mkdir $(basedir)/../$(VERNAME)/$(thisdir) 151 mkdir $(basedir)/../$(VERNAME)/$(thisdir)
176 152
177distcopy: .protos $(INTPROS) 153distcopy: $(INTPROS)
178 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir) 154 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)
179 155
180# ----------------------------------------------------------------------- 156depend:
157 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
159
181# DO NOT DELETE: nice dependency list follows 160# DO NOT DELETE: nice dependency list follows
182#
183 161
184defaultfont.h: encoding.h rxvtstl.h 162command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
185rxvtlib.h: rxvtcolor.h defaultfont.h 163command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
186rxvtdaemon.o: rxvtdaemon.C $(DEPS) rxvtdaemon.h 164command.o: salloc.h menubar.h version.h command.h keyboard.h
187rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtstl.h 165encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
188rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtstl.h 166encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
167encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
168encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
169encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
170encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
171encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
172encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
173encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
174encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
175encoding.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
177encoding.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
179encoding.o: table/compose.h table/category.h
180init.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
182init.o: menubar.h init.h
183iom.o: iom.h iom_conf.h rxvtutil.h callback.h
184keyboard.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
186keyboard.o: salloc.h menubar.h keyboard.h command.h
187logging.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
189logging.o: salloc.h menubar.h logging.h logging.intpro
190main.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
192main.o: menubar.h main.intpro keyboard.h
193menubar.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
195menubar.o: salloc.h menubar.h version.h
196misc.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
198misc.o: menubar.h misc.intpro
199netdisp.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
201netdisp.o: salloc.h menubar.h
202ptytty.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
204ptytty.o: salloc.h menubar.h
205rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
206rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
207rxvt.o: menubar.h
208rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
209rxvtc.o: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
210rxvtc.o: callback.h salloc.h menubar.h
211rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
212rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
213rxvtd.o: salloc.h menubar.h rxvtdaemon.h
214rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
215rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
216rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
217rxvtfont.o: salloc.h menubar.h table/linedraw.h
218rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
219rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
220rxvttoolkit.o: callback.h salloc.h menubar.h
221rxvtutil.o: rxvtutil.h
222salloc.o: salloc.h
223screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
224screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
225screen.o: salloc.h menubar.h salloc.C
226scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
227scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
228scrollbar-next.o: callback.h salloc.h menubar.h
229scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
230scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
231scrollbar-plain.o: callback.h salloc.h menubar.h
232scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
233scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
234scrollbar-rxvt.o: callback.h salloc.h menubar.h
235scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
236scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
237scrollbar-xterm.o: callback.h salloc.h menubar.h
238scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
239scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
240scrollbar.o: salloc.h menubar.h
241strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
242strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
243strings.o: salloc.h menubar.h
244xdefaults.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
246xdefaults.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
248xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
249xpm.o: menubar.h xpm.intpro
189 250
190command.o: command.C $(DEPS) command.intpro command.h version.h 251command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
191defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h 252command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
192init.o: init.C $(DEPS) init.intpro init.h defaultfont.h 253command.lo: salloc.h menubar.h version.h command.h keyboard.h
193logging.o: logging.C $(DEPS) logging.intpro logging.h 254encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
194main.o: main.C $(DEPS) main.intpro 255encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
195menubar.o: menubar.C $(DEPS) menubar.intpro menubar.h version.h 256encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
196misc.o: misc.C $(DEPS) misc.intpro 257encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
197netdisp.o: netdisp.C $(DEPS) netdisp.intpro netdisp.h 258encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
198ptytty.o: ptytty.C $(DEPS) ptytty.intpro 259encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
199rxvt.o: rxvt.C $(DEPS) 260encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
200screen.o: screen.C $(DEPS) screen.intpro defaultfont.h 261encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h
201scrollbar.o: scrollbar.C $(DEPS) scrollbar.intpro 262encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h
202scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro 263encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h
203scrollbar-next.o: scrollbar-next.C $(DEPS) scrollbar-next.intpro 264encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
204scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro 265encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
205scrollbar-plain.o: scrollbar-plain.C $(DEPS) scrollbar-plain.intpro 266encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
206strings.o: strings.C $(DEPS) strings.intpro 267encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
207xdefaults.o: xdefaults.C $(DEPS) xdefaults.intpro version.h 268encoding.lo: table/compose.h table/category.h
208xpm.o: xpm.C $(DEPS) xpm.intpro 269init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
209encoding.o: encoding.C $(DEPS) encoding.h 270init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
210rxvtcolor.o: rxvtcolor.C $(DEPS) 271init.lo: salloc.h menubar.h init.h
211iom.o: iom.C $(DEPS) iom.h 272iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
212 273keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
213command.lo: command.C $(DEPS) command.intpro command.h version.h 274keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
214defaultfont.lo: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h encoding.h 275keyboard.lo: salloc.h menubar.h keyboard.h command.h
215init.lo: init.C $(DEPS) init.intpro init.h 276logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
216logging.lo: logging.C $(DEPS) logging.intpro logging.h 277logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
217main.lo: main.C $(DEPS) main.intpro 278logging.lo: salloc.h menubar.h logging.h logging.intpro
218menubar.lo: menubar.C $(DEPS) menubar.intpro menubar.h version.h 279main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
219misc.lo: misc.C $(DEPS) misc.intpro 280main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
220netdisp.lo: netdisp.C $(DEPS) netdisp.intpro netdisp.h 281main.lo: salloc.h menubar.h main.intpro keyboard.h
221ptytty.lo: ptytty.C $(DEPS) ptytty.intpro 282menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
222rxvt.lo: rxvt.C $(DEPS) 283menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
223screen.lo: screen.C $(DEPS) screen.intpro defaultfont.h 284menubar.lo: salloc.h menubar.h version.h
224scrollbar.lo: scrollbar.C $(DEPS) scrollbar.intpro 285misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
225scrollbar-rxvt.lo: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro 286misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
226scrollbar-next.lo: scrollbar-next.C $(DEPS) scrollbar-next.intpro 287misc.lo: salloc.h menubar.h misc.intpro
227scrollbar-xterm.lo: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro 288netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
228scrollbar-plain.lo: scrollbar-plain.C $(DEPS) scrollbar-plain.intpro 289netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
229strings.lo: strings.C $(DEPS) strings.intpro 290netdisp.lo: salloc.h menubar.h
230xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h 291ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
231xpm.lo: xpm.C $(DEPS) xpm.intpro 292ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
232encoding.lo: encoding.C $(DEPS) encoding.h 293ptytty.lo: salloc.h menubar.h
233rxvtcolor.lo: rxvtcolor.C $(DEPS) 294rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
234iom.lo: iom.C $(DEPS) iom.h 295rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
235 296rxvt.lo: salloc.h menubar.h
236 297rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
298rxvtc.lo: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
299rxvtc.lo: callback.h salloc.h menubar.h
300rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
301rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
302rxvtd.lo: salloc.h menubar.h rxvtdaemon.h
303rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
304rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
305rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
306rxvtfont.lo: salloc.h menubar.h table/linedraw.h
307rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
308rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
309rxvttoolkit.lo: callback.h salloc.h menubar.h
310rxvtutil.lo: rxvtutil.h
311salloc.lo: salloc.h
312screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
313screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
314screen.lo: salloc.h menubar.h salloc.C
315scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
316scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
317scrollbar-next.lo: callback.h salloc.h menubar.h
318scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
319scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
320scrollbar-plain.lo: iom_conf.h callback.h salloc.h menubar.h
321scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
322scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
323scrollbar-rxvt.lo: callback.h salloc.h menubar.h
324scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
325scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
326scrollbar-xterm.lo: iom_conf.h callback.h salloc.h menubar.h
327scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
328scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
329scrollbar.lo: salloc.h menubar.h
330strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
331strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
332strings.lo: salloc.h menubar.h
333xdefaults.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
335xdefaults.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
337xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
338xpm.lo: menubar.h xpm.intpro

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines