|
@@ -139,16 +139,8 @@ distclean: clean clean-modconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
distrib: distclean
|
|
distrib: distclean
|
|
|
- @rm -f `find . \( -name '*~' -o -name '*#' -o -name '*.orig' \
|
|
|
|
|
- -o -name '*.rej' -o -name '*.bak' \) -print`
|
|
|
|
|
|
|
+ @rm -f `find . \( -name '*~' -o -name '*#' -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \) -print`
|
|
|
@rm -rf `find . \( -name 'CVS' \) -print`
|
|
@rm -rf `find . \( -name 'CVS' \) -print`
|
|
|
- @(echo "all:"; \
|
|
|
|
|
- echo " @echo \"\""; \
|
|
|
|
|
- echo " @echo \"Before you can compile your bot you have to configure it.\""; \
|
|
|
|
|
- echo " @echo \"So please start the configure script now:\""; \
|
|
|
|
|
- echo " @echo \"\""; \
|
|
|
|
|
- echo " @echo \" % ./configure\""; \
|
|
|
|
|
- echo " @echo \"\""; ) > Makefile
|
|
|
|
|
|
|
|
|
|
depend:
|
|
depend:
|
|
|
@cat /dev/null > lush.h
|
|
@cat /dev/null > lush.h
|