ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Makefile.in
(Generate patch)

Comparing rxvt-unicode/Makefile.in (file contents):
Revision 1.22 by ayin, Tue Jun 12 23:36:23 2007 UTC vs.
Revision 1.23 by ayin, Tue Jun 12 23:37:58 2007 UTC

72# entry points for other programs 72# entry points for other programs
73# 73#
74rxvt: 74rxvt:
75 (cd src; ${MAKE}) 75 (cd src; ${MAKE})
76 76
77tests:
78 (cd src/test; ${MAKE} tests)
79
80#------------------------------------------------------------------------- 77#-------------------------------------------------------------------------
81configure: configure.ac aclocal.m4 config.h.in 78configure: configure.ac aclocal.m4 config.h.in
82 cd $(srcdir); ./autogen.sh 79 cd $(srcdir); ./autogen.sh
83 80
84config.status: 81config.status:
101Makefiles: 98Makefiles:
102 $(SHELL) config.status 99 $(SHELL) config.status
103 100
104cleandir: realclean 101cleandir: realclean
105 102
106# distclean goal is for making a clean source tree, but if you have run
107# configure from a different directory, then doesn't destroy all your
108# hardly compiled and linked stuff. That's why there is always $(srcdir)/
109# In that case most of those commands do nothing, except cleaning *~
110# and cleaning source links.
111distclean-local: 103distclean-local:
112 rm -f *~ config.cache config.h config.log config.status libtool 104 rm -f *~ config.cache config.h config.log config.status libtool
113 rm -f Makefile 105 rm -f Makefile
114 106
115distdir: 107distdir:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines