ICU-1886 Flag setting etc. is now in icudefs.mk

X-SVN-Rev: 9311
This commit is contained in:
Eric Mader 2002-07-24 17:57:32 +00:00
parent 3917c657e6
commit 852bdd53b4

View File

@ -22,19 +22,11 @@ CLEANFILES = *~ $(DEPS)
## Target information
TARGET = gnomelayout
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ `gnome-config --cflags gnomeui` -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layout -I$(top_srcdir)/extra/scrptrun -I$(top_srcdir)
CPPFLAGS += `gnome-config --cflags gnomeui` -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layout -I$(top_srcdir)/extra/scrptrun -I$(top_srcdir) -g
# Change the following as needed to locate freetype.
CPPFLAGS += -I/usr/include/freetype1
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
ENABLE_RPATH = @ENABLE_RPATH@
ifeq ($(ENABLE_RPATH),YES)
RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
endif
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
LIBS = $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) @LIBS@ @LIB_M@ `gnome-config --libs gnomeui` -lttf