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.63 by root, Mon Jan 30 16:12:58 2006 UTC vs.
Revision 1.80 by root, Fri Dec 8 18:13:04 2006 UTC

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 typemap
140 #$(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -csuffix .C -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@
140 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@ 141 $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap -prototypes rxvtperl.xs >$@
141 142
142rxvtperl.o: rxvtperl.C perlxsi.c 143rxvtperl.o: rxvtperl.C perlxsi.c
143 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 144 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
144 145
145depend: 146depend:
147 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
146 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 148 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
147 149
148# DO NOT DELETE: nice dependency list follows 150# DO NOT DELETE: nice dependency list follows
149 151
150command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 152command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines