ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
Revision: 1.155
Committed: Fri Dec 23 00:20:45 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.154: +0 -5 lines
Log Message:
Remove unused makefile variables.

File Contents

# Content
1 DATE=@DATE@
2 VERSION=@VERSION@
3 RXVTNAME=@RXVTNAME@
4 SHELL = /bin/sh
5 bindir = @bindir@
6 libdir = @libdir@
7 CXX = @CXX@
8 PERL = @PERL@
9 INSTALL = @INSTALL@
10 INSTALL_PROGRAM = @INSTALL@ -m 755
11 INSTALL_DATA = @INSTALL@ -m 644
12 CXXFLAGS = @CXXFLAGS@
13 CPPFLAGS = @CPPFLAGS@
14 LDFLAGS = @LDFLAGS@
15 DEFS = @DEFS@
16 LIBS = @LIBS@
17 XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@
18 XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@
19 COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
20 LINK = @LINKER@ $(LDFLAGS)
21 EXEEXT = @EXEEXT@
22 PERLFLAGS = @PERLFLAGS@
23 PERLLIB = @PERLLIB@
24
25 srcdir = @srcdir@
26 VPATH = @srcdir@
27
28 first_rule: all
29 dummy:
30
31 COMMON = \
32 background.o command.o rxvtfont.o init.o main.o misc.o \
33 screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
34 scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \
35 rxvttoolkit.o rxvtutil.o keyboard.o \
36 ev_cpp.o fdpass_wrapper.o ptytty_wrapper.o @PERL_O@
37
38 COMMON_DAEMON = rxvtdaemon.o
39
40 RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
41 RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT)
42 RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT)
43
44 #
45 # Distribution variables
46 #
47
48 .SUFFIXES: .C .c .o
49
50 #-------------------------------------------------------------------------
51 # inference rules
52 .C.o:
53 $(COMPILE) -c $<
54
55 #-------------------------------------------------------------------------
56
57 all: allbin
58
59 rxvt: rxvt.o $(COMMON)
60 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) $(PERLLIB)
61
62 rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
63 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB)
64
65 rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o
66 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS)
67
68 #-------------------------------------------------------------------------
69
70 #EXUBERANT_OPTS = -I NOTHROW -I THROW
71
72 tags: *.[Ch]
73 ctags $(EXUBERANT_OPTS) *.[Ch]
74
75 TAGS: *.[Ch]
76 etags $(EXUBERANT_OPTS) *.[Ch]
77
78 allbin: rxvt rxvtd rxvtc
79
80 alldoc:
81
82 clean:
83 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
84 rm -f *.o
85
86 distclean: clean
87 rm -f Makefile
88
89 realclean: distclean
90 rm -f tags TAGS
91
92 cleandir: realclean
93
94 install-perl:
95 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
96 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
97 @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
98 @IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
99 @IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; done
100
101 install-bin: allbin
102 $(INSTALL) -d $(DESTDIR)$(bindir)
103 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
104 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
105 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
106
107 install: install-bin install-perl
108
109 perlxsi.c: Makefile
110 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
111
112 rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
113 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
114
115 rxvtperl.o: rxvtperl.C perlxsi.c
116 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
117
118 depend:
119 makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -I../libecb -Y *.C >/dev/null 2>&1
120
121 # DO NOT DELETE: nice dependency list follows
122
123 background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
124 background.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
125 background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
126 background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
127 background.o: optinc.h
128 command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
129 command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
130 command.o: ../libev/ev.h callback.h scrollbar.h salloc.h
131 command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
132 command.o: version.h command.h keyboard.h
133 encoding.o: ../config.h encoding.h rxvtutil.h ../libecb/ecb.h
134 encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
135 encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
136 encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
137 encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
138 encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h
139 encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h
140 encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h
141 encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
142 encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
143 encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
144 encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
145 encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
146 encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
147 encoding.o: table/compose.h table/category.h
148 ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
149 ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
150 fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
151 fdpass_wrapper.o: ../libptytty/src/libptytty.h
152 init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
153 init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
154 init.o: ../libev/ev.h callback.h scrollbar.h salloc.h
155 init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
156 init.o: init.h keyboard.h
157 keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
158 keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
159 keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
160 keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
161 keyboard.o: optinc.h keyboard.h
162 main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
163 main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
164 main.o: ../libev/ev.h callback.h scrollbar.h salloc.h
165 main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
166 main.o: init.h keyboard.h
167 misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
168 misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
169 misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h
170 misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
171 ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
172 ptytty_wrapper.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
173 ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
174 ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
175 ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C
176 ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
177 ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
178 rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
179 rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
180 rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h
181 rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
182 rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
183 rxvtc.o: ../libptytty/src/libptytty.h
184 rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
185 rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
186 rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h
187 rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
188 rxvtd.o: rxvtdaemon.h
189 rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
190 rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
191 rxvtfont.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
192 rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
193 rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
194 rxvtfont.o: optinc.h table/linedraw.h
195 rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
196 rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h rxvtfont.h
197 rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h
198 rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
199 rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h
200 rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
201 rxvttoolkit.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
202 rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
203 rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
204 rxvttoolkit.o: optinc.h
205 rxvtutil.o: rxvtutil.h ../libecb/ecb.h
206 salloc.o: salloc.h
207 screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
208 screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
209 screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h
210 screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
211 screen.o: salloc.C
212 scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
213 scrollbar-next.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
214 scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
215 scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
216 scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h
217 scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
218 scrollbar-plain.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
219 scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
220 scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
221 scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h
222 scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
223 scrollbar-rxvt.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
224 scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
225 scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
226 scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h
227 scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
228 scrollbar-xterm.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
229 scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
230 scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
231 scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h
232 scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
233 scrollbar.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
234 scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
235 scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
236 scrollbar.o: optinc.h
237 xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
238 xdefaults.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
239 xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
240 xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
241 xdefaults.o: optinc.h version.h keyboard.h