CXX = @CXX@
CPP = @CPP@
MV = @MV@
-RM = @RM@
-RMF = @RM@ -f
CP = @CP@
LN = @LN@
SED = @SED@
@for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
realclean: clean
- $(RMF) config.h config.status config.log libtool
+ rm -f config.h config.status config.log libtool
clean:
- $(RMF) *~ config.cache
- $(RMF) -r autom4te.cache
+ rm -f *~ config.cache
+ rm -f -r autom4te.cache
@for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
#
# In that case most of those commands do nothing, except cleaning *~
# and cleaning source links.
distclean:
- (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool)
+ (cd $(srcdir); rm -f *~ config.cache config.h config.log config.status libtool)
@for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
- (cd $(srcdir); $(RMF) Makefile)
+ (cd $(srcdir); rm -f Makefile)
distdir:
cd doc && $(MAKE) distdepend
dnl# --------------------------------------------------------------------------
AC_PATH_PROG(MV, mv, mv)
-AC_PATH_PROG(RM, rm, rm)
AC_PATH_PROG(CP, cp, cp)
AC_PATH_PROG(LN, ln, ln)
AC_PATH_PROG(SED, sed, sed)
man3ext = 3
man7dir = @mandir@/man7
man7ext = 7
-RM = @RM@
-RMF = @RM@ -f
CP = @CP@
LN = @LN@
SED = @SED@
infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap
clean:
- $(RMF) *~
+ rm -f *~
realclean: clean
- $(RMF) tags ../README.configure ../README.FAQ
- $(RMF) rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
- $(RMF) rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
- $(RMF) rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
- $(RMF) rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
+ rm -f tags ../README.configure ../README.FAQ
+ rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
+ rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
+ rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
+ rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
cleandir: realclean
if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi
uninstall:
- -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
+ -(cd $(mandir); rm -f $(RXVTNAME).$(manext) )
distdepend: alldoc
CXX = @CXX@
CPP = @CPP@
MV = @MV@
-RM = @RM@
-RMF = @RM@ -f
CP = @CP@
LN = @LN@
SED = @SED@
alldoc:
clean:
- $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
- $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp
+ rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
+ rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
realclean: clean
- $(RMF) tags TAGS librxvt.h
+ rm -f tags TAGS librxvt.h
cleandir: realclean
distclean: realclean
- (cd $(srcdir); $(RMF) Makefile)
+ (cd $(srcdir); rm -f Makefile)
install-perl:
@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)