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

Comparing libptytty/src/Makefile.in (file contents):
Revision 1.6 by root, Sun Jan 22 00:51:22 2006 UTC vs.
Revision 1.7 by root, Sun Jan 22 04:05:18 2006 UTC

58allbin: libptytty.a 58allbin: libptytty.a
59 59
60alldoc: 60alldoc:
61 61
62clean: 62clean:
63 $(RMF) *.a *.o *.tmp *.la .libs 63 rm -f *.a *.o *.tmp *.la .libs
64 64
65realclean: clean 65realclean: clean
66 $(RMF) tags TAGS 66 rm -f tags TAGS
67 67
68cleandir: realclean 68cleandir: realclean
69 69
70distclean: realclean 70distclean: realclean
71 (cd $(srcdir); $(RMF) Makefile) 71 (cd $(srcdir); rm -f Makefile)
72 72
73install: allbin alldoc install-perl 73install: allbin alldoc install-perl
74# $(INSTALL) -d $(DESTDIR)$(bindir) 74# $(INSTALL) -d $(DESTDIR)$(bindir)
75# $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 75# $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
76# $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 76# $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines