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.6 by pcg, Thu Dec 18 00:56:51 2003 UTC vs.
Revision 1.25 by root, Mon Feb 14 10:44:50 2005 UTC

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