| OLD | NEW |
| 1 ############################################################################### | 1 ############################################################################### |
| 2 # The following macros should be defined before this script is | 2 # The following macros should be defined before this script is |
| 3 # invoked: | 3 # invoked: |
| 4 # | 4 # |
| 5 # TOP The toplevel directory of the source tree. This is the | 5 # TOP The toplevel directory of the source tree. This is the |
| 6 # directory that contains this "Makefile.in" and the | 6 # directory that contains this "Makefile.in" and the |
| 7 # "configure.in" script. | 7 # "configure.in" script. |
| 8 # | 8 # |
| 9 # BCC C Compiler and options for use in building executables that | 9 # BCC C Compiler and options for use in building executables that |
| 10 # will run on the platform that is doing the build. | 10 # will run on the platform that is doing the build. |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 mv sqlite3.h /usr/include | 567 mv sqlite3.h /usr/include |
| 568 | 568 |
| 569 clean: | 569 clean: |
| 570 rm -f *.o sqlite3 libsqlite3.a sqlite3.h opcodes.* | 570 rm -f *.o sqlite3 libsqlite3.a sqlite3.h opcodes.* |
| 571 rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h | 571 rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h |
| 572 rm -f $(PUBLISH) | 572 rm -f $(PUBLISH) |
| 573 rm -f *.da *.bb *.bbg gmon.out | 573 rm -f *.da *.bb *.bbg gmon.out |
| 574 rm -rf tsrc target_source | 574 rm -rf tsrc target_source |
| 575 rm -f testloadext.dll libtestloadext.so | 575 rm -f testloadext.dll libtestloadext.so |
| 576 rm -f sqlite3.c fts?amal.c tclsqlite3.c | 576 rm -f sqlite3.c fts?amal.c tclsqlite3.c |
| OLD | NEW |