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.153 by root, Mon Dec 5 15:11:20 2011 UTC vs.
Revision 1.155 by sf-exg, Fri Dec 23 00:20:45 2011 UTC

1DATE=@DATE@ 1DATE=@DATE@
2VERSION=@VERSION@ 2VERSION=@VERSION@
3RXVTNAME=@RXVTNAME@ 3RXVTNAME=@RXVTNAME@
4SHELL = /bin/sh 4SHELL = /bin/sh
5prefix = @prefix@
6exec_prefix = @exec_prefix@
7bindir = @bindir@ 5bindir = @bindir@
8libdir = @libdir@ 6libdir = @libdir@
9includedir = @includedir@
10CC = @CC@
11CXX = @CXX@ 7CXX = @CXX@
12CPP = @CPP@
13PERL = @PERL@ 8PERL = @PERL@
14INSTALL = @INSTALL@ 9INSTALL = @INSTALL@
15INSTALL_PROGRAM = @INSTALL@ -m 755 10INSTALL_PROGRAM = @INSTALL@ -m 755
16INSTALL_DATA = @INSTALL@ -m 644 11INSTALL_DATA = @INSTALL@ -m 644
17CXXFLAGS = @CXXFLAGS@ 12CXXFLAGS = @CXXFLAGS@
161init.o: init.h keyboard.h 156init.o: init.h keyboard.h
162keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 157keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
163keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 158keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
164keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 159keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
165keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 160keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
166keyboard.o: optinc.h keyboard.h command.h 161keyboard.o: optinc.h keyboard.h
167main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h 162main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
168main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 163main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
169main.o: ../libev/ev.h callback.h scrollbar.h salloc.h 164main.o: ../libev/ev.h callback.h scrollbar.h salloc.h
170main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 165main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
171main.o: init.h keyboard.h 166main.o: init.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines