Browse CVS Repository
Diff of /freewnn/FreeWnn/Makefile.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 92 |
|
|
| 93 |
distclean:: |
distclean:: |
| 94 |
$(MAKE) clean |
$(MAKE) clean |
| 95 |
rm -f makerule.mk config.h config.status config.cache config.log |
-$(RM) makerule.mk config.h config.status config.cache config.log |
| 96 |
rm -f configure.lineno autom4te.cache |
-$(RM) configure.lineno |
| 97 |
rm -f libtool |
-$(RM) libtool |
| 98 |
find . -name Makefile -exec rm -f {} \; |
-$(RM) -r autom4te.cache |
| 99 |
|
find . -name Makefile -exec $(RM) {} \; |
| 100 |
|
|
| 101 |
# ---------------------------------------------------------------------- |
# ---------------------------------------------------------------------- |
| 102 |
# common rules for all Makefiles - do not edit |
# common rules for all Makefiles - do not edit |
| 104 |
emptyrule:: |
emptyrule:: |
| 105 |
|
|
| 106 |
clean:: |
clean:: |
| 107 |
$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.core "#"* |
-$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut *.core "#"* |
| 108 |
|
|
| 109 |
|
|
| 110 |
tags:: |
tags:: |
|
|
Legend:
| Removed from v.1.13 |
|
| changed lines |
| |
Added in v.1.14 |
|
|
|