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

Side by Side Diff: third_party/sqlite/src/Makefile.vxworks

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/Makefile.linux-gcc ('k') | third_party/sqlite/src/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/make 1 #!/usr/make
2 # 2 #
3 # Makefile for SQLITE on VxWorks 3 # Makefile for SQLITE on VxWorks
4 4
5 ifeq ($(FORCPU),) 5 ifeq ($(FORCPU),)
6 FORCPU = SH32gnule 6 FORCPU = SH32gnule
7 endif 7 endif
8 8
9 TOOL_FAMILY = gnu 9 TOOL_FAMILY = gnu
10 10
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 652
653 clean: 653 clean:
654 rm -f *.o sqlite3$(EXE) libsqlite3.a sqlite3.h opcodes.* 654 rm -f *.o sqlite3$(EXE) libsqlite3.a sqlite3.h opcodes.*
655 rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h 655 rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h
656 rm -f $(PUBLISH) 656 rm -f $(PUBLISH)
657 rm -f *.da *.bb *.bbg gmon.out 657 rm -f *.da *.bb *.bbg gmon.out
658 rm -rf tsrc target_source 658 rm -rf tsrc target_source
659 rm -f testloadext.dll libtestloadext.so 659 rm -f testloadext.dll libtestloadext.so
660 rm -f sqlite3.c fts?amal.c tclsqlite3.c 660 rm -f sqlite3.c fts?amal.c tclsqlite3.c
661 rm -f $(SHPREFIX)sqlite3.$(SO) 661 rm -f $(SHPREFIX)sqlite3.$(SO)
OLDNEW
« no previous file with comments | « third_party/sqlite/src/Makefile.linux-gcc ('k') | third_party/sqlite/src/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698