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.23 by root, Sun Jan 16 18:05:37 2005 UTC vs.
Revision 1.25 by root, Mon Feb 14 10:44:50 2005 UTC

1# $Id: Makefile.in,v 1.23 2005/01/16 18:05:37 root Exp $
2@MCOMMON@ 1@MCOMMON@
3 2
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 3LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 4
6srcdir = @srcdir@ 5srcdir = @srcdir@
117 $(RMF) tags librxvt.h 116 $(RMF) tags librxvt.h
118 117
119cleandir: realclean 118cleandir: realclean
120 119
121distclean: realclean 120distclean: realclean
122 if test $(srcdir) = .; then $(MAKE) realclean; fi
123 (cd $(srcdir); $(RMF) Makefile) 121 (cd $(srcdir); $(RMF) Makefile)
124 122
125install: allbin alldoc 123install: allbin alldoc
126 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) 124 $(MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
127 @if test x$(INSTALL_LIBRXVT) = xyes; then \ 125 @if test x$(INSTALL_LIBRXVT) = xyes; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines