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.82 by ayin, Sat Dec 9 14:50:27 2006 UTC vs.
Revision 1.83 by root, Thu Dec 14 15:19:31 2006 UTC

134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 134 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
135 135
136perlxsi.c: Makefile 136perlxsi.c: Makefile
137 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 137 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
138 138
139rxvtperl.C: rxvtperl.xs typemap 139rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap
140 #$(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -csuffix .C -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@ 140 #$(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -csuffix .C -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@
141 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@ 141 PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
142 142
143rxvtperl.o: rxvtperl.C perlxsi.c 143rxvtperl.o: rxvtperl.C perlxsi.c
144 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 144 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
145 145
146depend: 146depend:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines