|
@@ -80,16 +80,17 @@ cleanutils:
|
|
|
clean: cleanutils
|
|
clean: cleanutils
|
|
|
+@cd src && $(MAKE) clean
|
|
+@cd src && $(MAKE) clean
|
|
|
+@cd src/compat && $(MAKE) clean
|
|
+@cd src/compat && $(MAKE) clean
|
|
|
|
|
+ +@cd src/bdlib && $(MAKE) clean
|
|
|
+@cd src/crypto && $(MAKE) clean
|
|
+@cd src/crypto && $(MAKE) clean
|
|
|
+@cd src/mod && $(MAKE) distclean
|
|
+@cd src/mod && $(MAKE) distclean
|
|
|
@rm -f $(BINEXEC) stamp.* *~ src/*~ configure.temp .mangled
|
|
@rm -f $(BINEXEC) stamp.* *~ src/*~ configure.temp .mangled
|
|
|
@rm -f src/help.h src/response.h src/responses.h utctime@EXEEXT@ ts@EXEEXT@
|
|
@rm -f src/help.h src/response.h src/responses.h utctime@EXEEXT@ ts@EXEEXT@
|
|
|
|
|
|
|
|
distclean: clean
|
|
distclean: clean
|
|
|
- @rm -f Makefile src/Makefile src/compat/Makefile src/mod/Makefile src/crypto/Makefile src/buildinfo.h
|
|
|
|
|
|
|
+ @rm -f Makefile src/Makefile src/compat/Makefile src/bdlib/Makefile src/mod/Makefile src/crypto/Makefile src/buildinfo.h
|
|
|
@rm -f config.cache config.log config.status config.h
|
|
@rm -f config.cache config.log config.status config.h
|
|
|
@rm -rf *-$(VERSION)/ autom4te.cache/ autoscan.log configure.scan
|
|
@rm -rf *-$(VERSION)/ autom4te.cache/ autoscan.log configure.scan
|
|
|
- @rm -rf src/.deps/ src/compat/.deps/ src/mod/*.mod/.deps/ src/crypto/.deps
|
|
|
|
|
|
|
+ @rm -rf src/.deps/ src/compat/.deps/ src/bdlib/.deps/ src/mod/*.mod/.deps/ src/crypto/.deps
|
|
|
|
|
|
|
|
|
|
|
|
|
distrib: clean
|
|
distrib: clean
|