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.180 by sf-exg, Thu Oct 23 22:43:30 2014 UTC vs.
Revision 1.182 by root, Wed Dec 31 14:01:02 2014 UTC

105@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir) 105@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir)
106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) 106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
107@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm 107@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
108@IF_PERL@ for ext in $(srcdir)/perl/*; do \ 108@IF_PERL@ for ext in $(srcdir)/perl/*; do \
109@IF_PERL@ test -f "$$ext" || continue; \ 109@IF_PERL@ test -f "$$ext" || continue; \
110@IF_PERL@ base="$${ext##*/}"; \ 110@IF_PERL@ base=`basename "$$ext"`; \
111@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \ 111@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \
112@IF_PERL@ < "$$ext" \ 112@IF_PERL@ < "$$ext" \
113@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \ 113@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \
114@IF_PERL@ > mantmp; \ 114@IF_PERL@ > mantmp; \
115@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \ 115@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \
240rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h 240rxvttoolkit.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
241rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 241rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
242rxvttoolkit.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h 242rxvttoolkit.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
243rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 243rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
244rxvttoolkit.o: optinc.h 244rxvttoolkit.o: optinc.h
245rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h emman.h 245rxvtutil.o: emman.c emman.h ../libptytty/src/ecb.h rxvtutil.h
246rxvtutil.o: emman.c 246rxvtutil.o: ../libptytty/src/estl.h
247screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 247screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
248screen.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h 248screen.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h
249screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h 249screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
250screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h 250screen.o: rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h rxvtperl.h
251screen.o: hookinc.h rsinc.h optinc.h 251screen.o: hookinc.h rsinc.h optinc.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines