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

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/Makefile.arm-wince-mingw32ce-gcc

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 10 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
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/sqlite/sqlite-src-3080704/Makefile.in » ('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 3 # Makefile for SQLITE
4 # 4 #
5 # This is a template makefile for SQLite. Most people prefer to 5 # This is a template makefile for SQLite. Most people prefer to
6 # use the autoconf generated "configure" script to generate the 6 # use the autoconf generated "configure" script to generate the
7 # makefile automatically. But that does not work for everybody 7 # makefile automatically. But that does not work for everybody
8 # and in every situation. If you are having problems with the 8 # and in every situation. If you are having problems with the
9 # "configure" script, you might want to try this makefile as an 9 # "configure" script, you might want to try this makefile as an
10 # alternative. Create a copy of this file, edit the parameters 10 # alternative. Create a copy of this file, edit the parameters
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 #LIBREADLINE = -static -lreadline -ltermcap 129 #LIBREADLINE = -static -lreadline -ltermcap
130 130
131 #### Which "awk" program provides nawk compatibilty 131 #### Which "awk" program provides nawk compatibilty
132 # 132 #
133 # NAWK = nawk 133 # NAWK = nawk
134 NAWK = awk 134 NAWK = awk
135 135
136 # You should not have to change anything below this line 136 # You should not have to change anything below this line
137 ############################################################################### 137 ###############################################################################
138 include $(TOP)/main.mk 138 include $(TOP)/main.mk
OLDNEW
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/sqlite/sqlite-src-3080704/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698