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

Unified Diff: icu52/source/samples/defs.mk

Issue 245383002: Add the original mk (make) files for ICU 52 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu52/source/extra/uconv/resfiles.mk ('k') | icu52/source/samples/rules.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/source/samples/defs.mk
===================================================================
--- icu52/source/samples/defs.mk (revision 0)
+++ icu52/source/samples/defs.mk (revision 0)
@@ -0,0 +1,28 @@
+# Copyright (c) 2002-2012 IBM, Inc. and others
+# Sample code makefile definitions
+
+CLEANFILES=*~ $(TARGET).out
+####################################################################
+# Load ICU information. You can copy this to other makefiles #######
+####################################################################
+CC=$(shell icu-config --cc)
+CXX=$(shell icu-config --cxx)
+CPPFLAGS=$(shell icu-config --cppflags)
+CFLAGS=$(shell icu-config --cflags)
+CXXFLAGS=$(shell icu-config --cxxflags)
+LDFLAGS =$^ $(shell icu-config --ldflags)
+LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
+INVOKE=$(shell icu-config --invoke)
+GENRB=$(shell icu-config --invoke=genrb)
+GENRBOPT=
+PKGDATA=$(shell icu-config --invoke=pkgdata)
+SO=$(shell icu-config --so)
+PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d .
+# default - resources in same mode as ICU
+RESMODE=$(shell icu-config --icudata-mode)
+
+####################################################################
+### Project independent things (common)
+### We depend on gmake for the bulk of the work
+
+RMV=rm -rf
Property changes on: icu52/source/samples/defs.mk
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu52/source/extra/uconv/resfiles.mk ('k') | icu52/source/samples/rules.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698