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.11 by pcg, Mon Feb 9 07:11:49 2004 UTC vs.
Revision 1.191 by root, Sat Jul 3 04:04:12 2021 UTC

1# $Id: Makefile.in,v 1.11 2004/02/09 07:11:49 pcg Exp $ 1DATE = @DATE@
2@MCOMMON@ 2VERSION = @VERSION@
3RXVTNAME = @RXVTNAME@
4SHELL = /bin/sh
5prefix = @prefix@
6exec_prefix = @exec_prefix@
7bindir = @bindir@
8libdir = @libdir@
9man1dir = @mandir@/man1
10man1ext = 1
11man3dir = @mandir@/man3
12man3ext = 3
13PODOPTS = quotes => q<"> , center => q<RXVT-UNICODE>, release => q<$(VERSION)>
14CXX = @CXX@
15PERL = @PERL@
16INSTALL = @INSTALL@
17INSTALL_PROGRAM = @INSTALL@ -m 755
18INSTALL_DATA = @INSTALL@ -m 644
19CXXFLAGS = @CXXFLAGS@
20CPPFLAGS = @CPPFLAGS@
21LDFLAGS = @LDFLAGS@
22DEFS = @DEFS@
23LIBS = @LIBS@
24XINC = @X_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@
25XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@
26COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
27LINK = @LINKER@ $(LDFLAGS)
28EXEEXT = @EXEEXT@
29PERLFLAGS = @PERLFLAGS@
30PERLLIB = @PERLLIB@
3 31
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5
6srcdir = @srcdir@ 32srcdir = @srcdir@
7VPATH = @srcdir@ 33VPATH = @srcdir@
8.PATH: @srcdir@
9
10top_builddir = ..
11basedir = ..
12thisdir = src
13MKDIR = @top_srcdir@/autoconf/mkinstalldirs
14
15SUPLIB = -fno-exceptions -lsupc++ # TODO: only for g++
16
17# for developers: the following debug options may be used
18# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS
19# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
20# -DDEBUG_SCREEN -DDEBUG_SEARCH_PATH -DDEBUG_SELECT -DDEBUG_SIZE
21# -DDEBUG_TTY -DDEBUG_TTYMODE -DDEBUG_X
22DEBUG=-DDEBUG_STRICT @DEBUG@
23 34
24first_rule: all 35first_rule: all
25dummy: 36dummy:
26 37
27LIBSRCS = command.C defaultfont.C grkelot.C init.C logging.C \ 38COMMON = \
28 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \ 39 command.o rxvtfont.o init.o main.o misc.o \
29 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \ 40 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
30 xdefaults.C xpm.C encoding.C rxvtcolor.C rxvtstl.C iom.C \ 41 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
31 scrollbar-plain.C 42 rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \
43 ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@
32 44
33SRCS = rxvt.C $(LIBSRCS) 45COMMON_DAEMON = rxvtdaemon.o
34 46
35HDRS = command.h defaultfont.h feature.h grkelot.h init.h logging.h \
36 menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.h encoding.h \
37 rxvtstl.h iom.h iom_conf.h
38
39EXTRAHDRS = rxvtlib.h rxvtdaemon.h
40
41OBJS = command.o defaultfont.o init.o grkelot.o logging.o \
42 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 \
44 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtstl.o iom.o
45LIBOBJS = command.lo defaultfont.lo init.lo grkelot.lo logging.lo \
46 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 \
48 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtstl.lo iom.lo
49
50LIBVERSION = @LIBVERSION@
51INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
52
53RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
54RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 47RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
55RXVT_VERNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-$(VERSION)$(EXEEXT)
56RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 48RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT)
57RXVTC_VERNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c-$(VERSION)$(EXEEXT)
58RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 49RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT)
59RXVTD_VERNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d-$(VERSION)$(EXEEXT) 50RCLOCK_BINNAME=$(DESTDIR)$(bindir)/urclock$(EXEEXT)
60RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
61
62EXTPROS = command.extpro defaultfont.extpro grkelot.extpro \
63 init.extpro logging.extpro main.extpro menubar.extpro misc.extpro \
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 rxvtcolor.h .protos
75 51
76# 52#
77# Distribution variables 53# Distribution variables
78# 54#
79 55
80DIST = $(HDRS) $(SRCS) Makefile.in gcc-Wall rxvtlib.h.in .indent.pro \ 56.SUFFIXES: .C .c .o
81 makeintprotos-awk makeextprotos-awk $(INTPROS) $(EXTPROS) .protos
82
83.SUFFIXES: .C .o .extpro .intpro .lo
84 57
85#------------------------------------------------------------------------- 58#-------------------------------------------------------------------------
86# inference rules 59# inference rules
87.C.o: 60.C.o:
88 $(COMPILE) -c $< 61 $(COMPILE) -c $<
89 62
90.C.lo:
91 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
92
93.s.lo:
94 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
95
96.S.lo:
97 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
98
99.C.intpro:
100 @$(RMF) $@.tmp
101 @$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@.tmp
102 @if $(CMP) -s $@ $@.tmp ; then : ; else $(ECHO) "$(AWK) -f $(srcdir)/makeintprotos-awk $< > $@"; $(CP) $@.tmp $@; fi
103 @$(RMF) $@.tmp
104
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#------------------------------------------------------------------------- 63#-------------------------------------------------------------------------
64
111all: allbin 65all: allbin
112 66
113rxvt: version.h rxvt.o librxvt.la 67rxvt: rxvt.o $(COMMON)
114 $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@ 68 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB)
115 69
116rxvtd: version.h rxvtd.o librxvt.la rxvtdaemon.o 70rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
117 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@ 71 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB)
118 72
119rxvtc: version.h rxvtc.o rxvtdaemon.o 73rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o
120 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) $(SUPLIB) -o $@ 74 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS)
121 75
122.protos: $(EXTPROS) 76rclock: rclock.o
123 @$(RMF) .protos 77 $(LINK) -o $@ rclock.o $(LIBS) $(XLIB)
124 date >.protos
125 78
126librxvt.la: $(LIBOBJS)
127 $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) $(SUPLIB) -o $@
128#------------------------------------------------------------------------- 79#-------------------------------------------------------------------------
129tags: $(SRCS) $(HDRS) $(EXTRAHDRS)
130 ctags $(SRCS) $(HDRS) $(EXTRAHDRS)
131 80
81tags: *.[Ch]
82 ctags *.[Ch]
83
84TAGS: *.[Ch]
85 etags *.[Ch]
86
132allbin: .protos rxvt rxvtd rxvtc 87allbin: rxvt rxvtd rxvtc rclock
133 88
134alldoc: 89alldoc:
135 90
136clean: 91clean:
137 $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro *.extpro .libs/* librxvt.la tmpproto .protos *.tmp 92 rm -f rxvt rxvtc rxvtd rclock perlxsi.c rxvtperl.C manlst mantmp
93 rm -f *.o
138 94
95distclean: clean
96 rm -f Makefile
97
139realclean: clean 98realclean: distclean
140 $(RMF) tags librxvt.h 99 rm -f tags TAGS
141 100
142cleandir: realclean 101cleandir: realclean
143 102
144distclean: realclean 103install-perl:
145 if test $(srcdir) = .; then $(MAKE) realclean; fi 104@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
146 (cd $(srcdir); $(RMF) Makefile) 105@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
107@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir)
108@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
109@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
110@IF_PERL@ for ext in $(srcdir)/perl/*; do \
111@IF_PERL@ test -f "$$ext" || continue; \
112@IF_PERL@ base=`basename "$$ext"`; \
113@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \
114@IF_PERL@ < "$$ext" \
115@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \
116@IF_PERL@ > mantmp; \
117@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \
118@IF_PERL@ < "$$ext" $(PERL) -ne '<>, (print <> . "\n"), exit if /^=head1/' >&3; \
119@IF_PERL@ done 3>manlst
120@IF_PERL@ cat $(srcdir)/../doc/extensions.pod.top manlst $(srcdir)/../doc/extensions.pod.bot | \
121@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)-extensions", $(PODOPTS))->parse_from_file' \
122@IF_PERL@ > mantmp
123@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-extensions.$(man1ext)
124@IF_PERL@ < $(srcdir)/urxvt.pm \
125@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", section => 3, $(PODOPTS))->parse_from_file' \
126@IF_PERL@ > mantmp
127@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
147 128
148install: allbin alldoc 129install-bin: allbin
149 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 130 $(INSTALL) -d $(DESTDIR)$(bindir)
150 @if test x$(INSTALL_LIBRXVT) = xyes; then \ 131 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
151 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h"; \ 132 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
152 $(LIBTOOL) --mode=install $(INSTALL_DATA) rxvtlib.h $(DESTDIR)$(includedir)/rxvtlib.h; \ 133 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
153 $(ECHO) "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la"; \ 134 $(INSTALL_PROGRAM) rclock $(RCLOCK_BINNAME)
154 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) librxvt.la $(DESTDIR)$(libdir)/librxvt.la; \
155 fi
156 $(RMF) $(RXVT_BINNAME)
157 $(RMF) $(RXVTC_BINNAME)
158 $(RMF) $(RXVTD_BINNAME)
159 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvt $(RXVT_VERNAME)
160 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtc $(RXVTC_VERNAME)
161 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) rxvtd $(RXVTD_VERNAME)
162 $(LN) $(RXVT_VERNAME) $(RXVT_BINNAME)
163 $(LN) $(RXVTC_VERNAME) $(RXVTC_BINNAME)
164 $(LN) $(RXVTD_VERNAME) $(RXVTD_BINNAME)
165 135
166uninstall: 136install: install-bin install-perl
167 @$(ECHO) $(RMF) $(RXVT_VERNAME)
168 @$(RMF) $(RXVT_VERNAME)
169 @$(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)"
170 @$(LIBTOOL) --mode=uninstall $(RMF) $(RXVT_BINNAME)
171 @if test x$(INSTALL_LIBRXVT) = xyes; then \
172 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la"; \
173 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(libdir)/librxvt.la; \
174 $(ECHO) "$(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h"; \
175 $(LIBTOOL) --mode=uninstall $(RMF) $(DESTDIR)$(includedir)/rxvtlib.h; \
176 fi
177 137
178distdirs: 138perlxsi.c: Makefile
179 mkdir $(basedir)/../$(VERNAME)/$(thisdir) 139 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
180 140
181distcopy: .protos $(INTPROS) 141rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
182 $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir) 142 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap 'typemap.iom' -typemap 'typemap' -prototypes $(srcdir)/rxvtperl.xs >$@
183 143
184# ----------------------------------------------------------------------- 144rxvtperl.o: rxvtperl.C perlxsi.c
145 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
146
147depend:
148 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1
149
150# makedepend has trouble finding these
151ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c
152ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c
153
154
185# DO NOT DELETE: nice dependency list follows 155# DO NOT DELETE: nice dependency list follows
186#
187 156
188defaultfont.h: encoding.h rxvtstl.h 157command.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
189rxvtlib.h: rxvtcolor.h defaultfont.h 158command.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
190rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h 159command.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
191rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtstl.h 160command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
192rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtstl.h 161command.o: version.h command.h keyboard.h
193 162encoding.o: ../config.h encoding.h rxvtutil.h ecb.h estl.h emman.h
194command.o: command.C $(DEPS) command.intpro command.h version.h 163encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
195defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h 164encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
196grkelot.o: grkelot.C $(DEPS) grkelot.intpro grkelot.h 165encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
197init.o: init.C $(DEPS) init.intpro init.h defaultfont.h 166encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
198logging.o: logging.C $(DEPS) logging.intpro logging.h 167encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h
199main.o: main.C $(DEPS) main.intpro 168encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h
200menubar.o: menubar.C $(DEPS) menubar.intpro menubar.h version.h 169encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h
201misc.o: misc.C $(DEPS) misc.intpro 170encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
202netdisp.o: netdisp.C $(DEPS) netdisp.intpro netdisp.h 171encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
203ptytty.o: ptytty.C $(DEPS) ptytty.intpro 172encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
204rxvt.o: rxvt.C $(DEPS) 173encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
205screen.o: screen.C $(DEPS) screen.intpro defaultfont.h 174encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
206scrollbar.o: scrollbar.C $(DEPS) scrollbar.intpro 175encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
207scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro 176encoding.o: table/compose.h table/category.h
208scrollbar-next.o: scrollbar-next.C $(DEPS) scrollbar-next.intpro 177ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
209scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro 178ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
210scrollbar-plain.o: scrollbar-plain.C $(DEPS) scrollbar-plain.intpro 179fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
211strings.o: strings.C $(DEPS) strings.intpro 180fdpass_wrapper.o: ../libptytty/src/libptytty.h
212xdefaults.o: xdefaults.C $(DEPS) xdefaults.intpro version.h 181init.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
213xpm.o: xpm.C $(DEPS) xpm.intpro 182init.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
214encoding.o: encoding.C $(DEPS) encoding.h 183init.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
215rxvtcolor.o: rxvtcolor.C $(DEPS) 184init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
216iom.o: iom.C $(DEPS) iom.h 185init.o: init.h keyboard.h
217 186keyboard.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
218command.lo: command.C $(DEPS) command.intpro command.h version.h 187keyboard.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
219defaultfont.lo: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h encoding.h 188keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
220grkelot.lo: grkelot.C $(DEPS) grkelot.intpro grkelot.h 189keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
221init.lo: init.C $(DEPS) init.intpro init.h 190keyboard.o: optinc.h keyboard.h
222logging.lo: logging.C $(DEPS) logging.intpro logging.h 191main.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
223main.lo: main.C $(DEPS) main.intpro 192main.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
224menubar.lo: menubar.C $(DEPS) menubar.intpro menubar.h version.h 193main.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
225misc.lo: misc.C $(DEPS) misc.intpro 194main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
226netdisp.lo: netdisp.C $(DEPS) netdisp.intpro netdisp.h 195main.o: init.h keyboard.h
227ptytty.lo: ptytty.C $(DEPS) ptytty.intpro 196misc.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
228rxvt.lo: rxvt.C $(DEPS) 197misc.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
229screen.lo: screen.C $(DEPS) screen.intpro defaultfont.h 198misc.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
230scrollbar.lo: scrollbar.C $(DEPS) scrollbar.intpro 199misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
231scrollbar-rxvt.lo: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro 200ptytty_wrapper.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
232scrollbar-next.lo: scrollbar-next.C $(DEPS) scrollbar-next.intpro 201ptytty_wrapper.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
233scrollbar-xterm.lo: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro 202ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h
234scrollbar-plain.lo: scrollbar-plain.C $(DEPS) scrollbar-plain.intpro 203ptytty_wrapper.o: scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
235strings.lo: strings.C $(DEPS) strings.intpro 204ptytty_wrapper.o: hookinc.h rsinc.h optinc.h ../libptytty/src/logging.C
236xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h 205ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
237xpm.lo: xpm.C $(DEPS) xpm.intpro 206ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
238encoding.lo: encoding.C $(DEPS) encoding.h 207rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
239rxvtcolor.lo: rxvtcolor.C $(DEPS) 208rxvt.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
240iom.lo: iom.C $(DEPS) iom.h 209rxvt.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
241 210rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
242 211rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h
212rxvtc.o: ../libptytty/src/libptytty.h
213rxvtd.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
214rxvtd.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
215rxvtd.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
216rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
217rxvtd.o: rxvtdaemon.h
218rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ecb.h estl.h emman.h
219rxvtfont.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
220rxvtfont.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
221rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
222rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
223rxvtfont.o: optinc.h table/linedraw.h
224rxvtimg.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
225rxvtimg.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
226rxvtimg.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
227rxvtimg.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
228rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
229rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h
230rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h
231rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
232rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h
233rxvttoolkit.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
234rxvttoolkit.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
235rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
236rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
237rxvttoolkit.o: optinc.h
238rxvtutil.o: emman.c emman.h ecb.h rxvtutil.h estl.h
239screen.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
240screen.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
241screen.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
242screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
243scrollbar-next.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
244scrollbar-next.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
245scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
246scrollbar-next.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
247scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h
248scrollbar-plain.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
249scrollbar-plain.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
250scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
251scrollbar-plain.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
252scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h
253scrollbar-rxvt.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
254scrollbar-rxvt.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
255scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
256scrollbar-rxvt.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
257scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h
258scrollbar-xterm.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h
259scrollbar-xterm.o: estl.h emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h
260scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
261scrollbar-xterm.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
262scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h
263scrollbar.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
264scrollbar.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
265scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
266scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
267scrollbar.o: optinc.h
268xdefaults.o: ../config.h rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h
269xdefaults.o: emman.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
270xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h rxvtimg.h scrollbar.h
271xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
272xdefaults.o: optinc.h version.h keyboard.h
273rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
274rxvtperl.o: rxvt.h feature.h ecb.h encoding.h rxvtutil.h estl.h emman.h
275rxvtperl.o: rxvtfont.h rxvttoolkit.h callback.h rxvtimg.h scrollbar.h
276rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
277rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines