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.10 by pcg, Sat Jan 31 04:12:10 2004 UTC vs.
Revision 1.25 by root, Mon Feb 14 10:44:50 2005 UTC

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