~ubuntu-branches/ubuntu/precise/icu/precise

« back to all changes in this revision

Viewing changes to .pc/icuinfo-man.patch/source/tools/icuinfo/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2011-11-09 09:59:08 UTC
  • mfrom: (10.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20111109095908-x875xobgnnvttamx
Tags: 4.8.1.1-1
* New upstream release
* Add simple patch to define PATH_MAX when not defined.  Not an ideal
  solution, but it will do for now.  (Closes: #643661)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Makefile.in for ICU - tools/icuinfo
2
 
## Copyright (c) 1999-2010, International Business Machines Corporation and
 
2
## Copyright (c) 1999-2011, International Business Machines Corporation and
3
3
## others. All Rights Reserved.
4
4
## Madhu Katragadda
5
5
 
25
25
endif
26
26
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/tools/ctestfw 
27
27
CPPFLAGS+= -I$(top_srcdir)/i18n
28
 
LIBS = $(LIBCTESTFW) $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
28
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
29
29
 
30
30
OBJECTS = icuinfo.o
31
31
PLUGIN_OBJECTS = testplug.o
36
36
 
37
37
ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME)
38
38
 
39
 
CPPFLAGS+=  -DU_PLATFORM=\"@platform@\"  -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" -DU_CC=\"@CC@\" -DU_CXX=\"@CXX@\"
40
 
# -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@ENABLE_DEBUG@ "
41
 
 
 
39
CPPFLAGS+=  "-DU_PLATFORM=\"@platform@\""  "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
42
40
 
43
41
## List of phony targets
44
42
.PHONY : all all-local install install-local clean clean-local          \
82
80
        $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) 
83
81
        $(POST_BUILD_STEP)
84
82
 
85
 
PLUGIN=$(LIBPREFIX)plugin.$(SO)    
 
83
PLUGIN=$(LIBPREFIX)plugin.$(SO)
86
84
SO_TARGET=$(PLUGIN)
87
85
 
88
86
PLUGINDIR=$(shell pwd)