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

Comparing libptytty/Makefile.in (file contents):
Revision 1.2 by root, Sat Jan 21 22:01:36 2006 UTC vs.
Revision 1.6 by root, Wed Jan 25 21:57:31 2006 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2 2
3SHELL = /bin/sh 3SHELL = /bin/sh
4
5VERNAME = libptytty-0.1
4 6
5srcdir = @srcdir@ 7srcdir = @srcdir@
6VPATH = @srcdir@ 8VPATH = @srcdir@
7.PATH: @srcdir@ 9.PATH: @srcdir@
8 10
15all allbin alldoc tags install: 17all allbin alldoc tags install:
16 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 18 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
17 19
18realclean: clean 20realclean: clean
19 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 21 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
20 $(RMF) config.h config.status config.log libtool 22 rm -f config.h config.status config.log libtool
21 23
22clean: 24clean:
23 $(RMF) *~ config.cache 25 rm -f *~ config.cache
24 $(RMF) -r autom4te.cache 26 rm -f -r autom4te.cache
25 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 27 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
26 28
27check: all 29check: all
28 echo "no tests" 30 echo "no tests"
29 31
33# configure from a different directory, then doesn't destroy all your 35# configure from a different directory, then doesn't destroy all your
34# 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)/
35# In that case most of those commands do nothing, except cleaning *~ 37# In that case most of those commands do nothing, except cleaning *~
36# and cleaning source links. 38# and cleaning source links.
37distclean: 39distclean:
38 (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)
39 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 41 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
40 (cd $(srcdir); $(RMF) Makefile) 42 (cd $(srcdir); rm -f Makefile)
41 43
42distdir: 44distdir:
43 cd src && $(MAKE) depend 45 cd src && $(MAKE) depend
44 rm -rf $(VERNAME) 46 rm -rf $(VERNAME)
45 mkdir $(VERNAME) 47 mkdir $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines