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

Comparing cvsroot/rxvt-unicode/Makefile.in (file contents):
Revision 1.22 by ayin, Tue Jun 12 23:36:23 2007 UTC vs.
Revision 1.24 by ayin, Wed Jun 13 10:39:09 2007 UTC

44 44
45VERNAME = rxvt-unicode-$(VERSION) 45VERNAME = rxvt-unicode-$(VERSION)
46 46
47srcdir = @srcdir@ 47srcdir = @srcdir@
48VPATH = @srcdir@ 48VPATH = @srcdir@
49.PATH: @srcdir@
50 49
51first_rule: all 50first_rule: all
52dummy: 51dummy:
53 52
54subdirs = src doc 53subdirs = src doc
55allsubdirs = $(subdirs)
56
57DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
58 54
59MKDIR = $(srcdir)/mkinstalldirs 55MKDIR = $(srcdir)/mkinstalldirs
60 56
61#------------------------------------------------------------------------- 57#-------------------------------------------------------------------------
62 58
71# 67#
72# entry points for other programs 68# entry points for other programs
73# 69#
74rxvt: 70rxvt:
75 (cd src; ${MAKE}) 71 (cd src; ${MAKE})
76
77tests:
78 (cd src/test; ${MAKE} tests)
79 72
80#------------------------------------------------------------------------- 73#-------------------------------------------------------------------------
81configure: configure.ac aclocal.m4 config.h.in 74configure: configure.ac aclocal.m4 config.h.in
82 cd $(srcdir); ./autogen.sh 75 cd $(srcdir); ./autogen.sh
83 76
101Makefiles: 94Makefiles:
102 $(SHELL) config.status 95 $(SHELL) config.status
103 96
104cleandir: realclean 97cleandir: realclean
105 98
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: 99distclean-local:
112 rm -f *~ config.cache config.h config.log config.status libtool 100 rm -f *~ config.cache config.h config.log config.status libtool
113 rm -f Makefile 101 rm -f Makefile
114 102
115distdir: 103distdir:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines