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

Comparing libptytty/Makefile.in (file contents):
Revision 1.10 by root, Thu Aug 2 14:09:47 2007 UTC vs.
Revision 1.11 by ayin, Thu Feb 21 18:49:32 2008 UTC

20realclean: clean 20realclean: clean
21 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 21 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
22 rm -f config.h config.status config.log libtool 22 rm -f config.h config.status config.log libtool
23 23
24clean: 24clean:
25 rm -f *~ config.cache 25 rm -f config.cache
26 rm -f -r autom4te.cache 26 rm -f -r autom4te.cache
27 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 27 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
28 28
29check: all 29check: all
30 echo "no tests" 30 echo "no tests"
35# configure from a different directory, then doesn't destroy all your 35# configure from a different directory, then doesn't destroy all your
36# hardly compiled and linked stuff. That's why there is always $(srcdir)/ 36# hardly compiled and linked stuff. That's why there is always $(srcdir)/
37# In that case most of those commands do nothing, except cleaning *~ 37# In that case most of those commands do nothing, except cleaning *~
38# and cleaning source links. 38# and cleaning source links.
39distclean: 39distclean:
40 (cd $(srcdir); rm -f *~ config.cache config.h config.log config.status libtool) 40 (cd $(srcdir); rm -f config.cache config.h config.log config.status libtool)
41 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 41 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
42 (cd $(srcdir); rm -f Makefile) 42 (cd $(srcdir); rm -f Makefile)
43 43
44distdir: 44distdir:
45 cd src && $(MAKE) depend 45 cd src && $(MAKE) depend

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines