mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1886 Flag setting, etc. is now in icudefs.mk.
X-SVN-Rev: 9310
This commit is contained in:
parent
ea6d70582b
commit
3917c657e6
1 changed files with 1 additions and 9 deletions
|
@ -23,15 +23,7 @@ CLEANFILES = *~ $(DEPS)
|
|||
TESTTARGET = letest
|
||||
GENTARGET = gendata
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/layout -I$(top_srcdir)
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
ENABLE_RPATH = @ENABLE_RPATH@
|
||||
ifeq ($(ENABLE_RPATH),YES)
|
||||
RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
|
||||
endif
|
||||
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
|
||||
CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/layout -I$(top_srcdir)
|
||||
LIBS = $(LIBICULE) $(LIBICUUC) @LIBS@ @LIB_M@
|
||||
|
||||
COMMONOBJECTS = cmaps.o PortableFontInstance.o
|
||||
|
|
Loading…
Add table
Reference in a new issue