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

Comparing libptytty/Makefile.in (file contents):
Revision 1.3 by root, Sat Jan 21 22:12:47 2006 UTC vs.
Revision 1.4 by root, Sun Jan 22 04:05:18 2006 UTC

17all allbin alldoc tags install: 17all allbin alldoc tags install:
18 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 18 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
19 19
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 $(RMF) config.h config.status config.log libtool 22 rm -f config.h config.status config.log libtool
23 23
24clean: 24clean:
25 $(RMF) *~ config.cache 25 rm -f *~ config.cache
26 $(RMF) -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"
31 31
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); $(RMF) *~ 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); $(RMF) Makefile) 42 (cd $(srcdir); rm -f Makefile)
43 43
44distdir: 44distdir:
45 cd src && $(MAKE) depend 45 cd src && $(MAKE) depend
46 rm -rf $(VERNAME) 46 rm -rf $(VERNAME)
47 mkdir $(VERNAME) 47 mkdir $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines