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.91 by ayin, Sat Jun 9 10:28:56 2007 UTC vs.
Revision 1.93 by ayin, Tue Jun 12 22:35:15 2007 UTC

110 110
111clean: 111clean:
112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp 113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
114 114
115distclean: clean
116 rm -f Makefile rxvtlib.h
117
115realclean: clean 118realclean: distclean
116 rm -f tags TAGS rxvtlib.h 119 rm -f tags TAGS
117 120
118cleandir: realclean 121cleandir: realclean
119
120distclean: realclean
121 rm -f Makefile
122 122
123install-perl: 123install-perl:
124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) 124@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)
125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt 125@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt
126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl 126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl
131 $(INSTALL) -d $(DESTDIR)$(bindir) 131 $(INSTALL) -d $(DESTDIR)$(bindir)
132 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 132 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
133 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 133 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
135 135
136install: install-bin alldoc install-perl 136install: install-bin install-perl
137 137
138perlxsi.c: Makefile 138perlxsi.c: Makefile
139 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 139 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
140 140
141rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom 141rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines