Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Side by Side Diff: third_party/sqlite/src/main.mk

Issue 3108030: Move bundled copy of sqlite one level deeper to better separate it... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/main.c ('k') | third_party/sqlite/src/malloc.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « third_party/sqlite/src/main.c ('k') | third_party/sqlite/src/malloc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698