~ubuntu-branches/ubuntu/saucy/m17n-lib/saucy

« back to all changes in this revision

Viewing changes to example/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Harshula Jayasuriya
  • Date: 2010-11-23 01:39:29 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101123013929-rs3kpqgu4kr3qx32
Tags: 1.6.2-1
* New upstream release 1.6.2.
* Update Standards-Version to Debian Policy 3.9.1. (No changes)
* debian/control: Depends: m17n-db and m17n-contrib. (Closes: #599643)
* PATCH: (make_locale): Don't call setlocale.  Just parse the arg NAME.
         (Closes: #601858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
66
66
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
67
67
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
68
68
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
69
 
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
70
 
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
71
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \
72
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
73
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
74
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longdouble.m4 \
75
 
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
76
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
77
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
78
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
79
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \
 
69
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
 
70
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
 
71
        $(top_srcdir)/m4/inttypes-pri.m4 \
 
72
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
73
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
74
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
75
        $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
 
76
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
77
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
78
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
79
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
80
80
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
81
 
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
81
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
82
82
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
83
83
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
84
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85
85
        $(ACLOCAL_M4)
86
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87
 
CONFIG_HEADER = $(top_builddir)/src/config.h
 
86
mkinstalldirs = $(install_sh) -d
 
87
CONFIG_HEADER = $(top_builddir)/config.h
88
88
CONFIG_CLEAN_FILES =
89
89
CONFIG_CLEAN_VPATH_FILES =
90
90
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148
148
am_m17n_view_OBJECTS = mview.$(OBJEXT)
149
149
m17n_view_OBJECTS = $(am_m17n_view_OBJECTS)
150
150
m17n_view_DEPENDENCIES = $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
151
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
 
151
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
152
152
depcomp = $(SHELL) $(top_srcdir)/depcomp
153
153
am__depfiles_maybe = depfiles
154
154
am__mv = mv -f
191
191
CC = @CC@
192
192
CCDEPMODE = @CCDEPMODE@
193
193
CFLAGS = @CFLAGS@
 
194
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
194
195
CONFIG_FLAGS = @CONFIG_FLAGS@
195
196
CPP = @CPP@
196
197
CPPFLAGS = @CPPFLAGS@
212
213
GD_LD_FLAGS = @GD_LD_FLAGS@
213
214
GENCAT = @GENCAT@
214
215
GETTEXTDIR = @GETTEXTDIR@
 
216
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
215
217
GLIBC2 = @GLIBC2@
216
218
GLIBC21 = @GLIBC21@
217
219
GLIB_2_0_CFLAGS = @GLIB_2_0_CFLAGS@
218
220
GLIB_2_0_LIBS = @GLIB_2_0_LIBS@
219
221
GMSGFMT = @GMSGFMT@
 
222
GMSGFMT_015 = @GMSGFMT_015@
220
223
GREP = @GREP@
221
224
HAVE_ASPRINTF = @HAVE_ASPRINTF@
222
225
HAVE_FREETYPE_CONFIG = @HAVE_FREETYPE_CONFIG@
227
230
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
228
231
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
229
232
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
233
HAVE_VISIBILITY = @HAVE_VISIBILITY@
230
234
HAVE_WPRINTF = @HAVE_WPRINTF@
231
235
HAVE_XFT_CONFIG = @HAVE_XFT_CONFIG@
232
236
HAVE_XML2_CONFIG = @HAVE_XML2_CONFIG@
245
249
LDFLAGS = @LDFLAGS@
246
250
LIBICONV = @LIBICONV@
247
251
LIBINTL = @LIBINTL@
 
252
LIBMULTITHREAD = @LIBMULTITHREAD@
248
253
LIBOBJS = @LIBOBJS@
 
254
LIBPTH = @LIBPTH@
 
255
LIBPTH_PREFIX = @LIBPTH_PREFIX@
249
256
LIBS = @LIBS@
250
257
LIBTHAI_CFLAGS = @LIBTHAI_CFLAGS@
251
258
LIBTHAI_LIBS = @LIBTHAI_LIBS@
 
259
LIBTHREAD = @LIBTHREAD@
252
260
LIBTOOL = @LIBTOOL@
253
261
LIPO = @LIPO@
254
262
LN_S = @LN_S@
 
263
LTLIBC = @LTLIBC@
255
264
LTLIBICONV = @LTLIBICONV@
256
265
LTLIBINTL = @LTLIBINTL@
 
266
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
257
267
LTLIBOBJS = @LTLIBOBJS@
 
268
LTLIBPTH = @LTLIBPTH@
 
269
LTLIBTHREAD = @LTLIBTHREAD@
258
270
M17NDIR = @M17NDIR@
259
271
M17N_MODULE_DIR = @M17N_MODULE_DIR@
260
272
MAINT = @MAINT@
261
273
MAKEINFO = @MAKEINFO@
262
274
MKDIR_P = @MKDIR_P@
263
 
MKINSTALLDIRS = @MKINSTALLDIRS@
264
275
MSGFMT = @MSGFMT@
 
276
MSGFMT_015 = @MSGFMT_015@
265
277
MSGMERGE = @MSGMERGE@
266
278
NM = @NM@
267
279
NMEDIT = @NMEDIT@
281
293
PKG_CONFIG = @PKG_CONFIG@
282
294
POSUB = @POSUB@
283
295
POW_LIB = @POW_LIB@
 
296
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
284
297
RANLIB = @RANLIB@
285
298
SED = @SED@
286
299
SET_MAKE = @SET_MAKE@
290
303
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
291
304
USE_NLS = @USE_NLS@
292
305
VERSION = @VERSION@
 
306
WINDRES = @WINDRES@
 
307
WOE32 = @WOE32@
 
308
WOE32DLL = @WOE32DLL@
293
309
WORDCUT_CFLAGS = @WORDCUT_CFLAGS@
294
310
WORDCUT_LIBS = @WORDCUT_LIBS@
295
311
X11_LD_FLAGS = @X11_LD_FLAGS@
296
312
XAW_LD_FLAGS = @XAW_LD_FLAGS@
297
313
XFT2_LD_FLAGS = @XFT2_LD_FLAGS@
298
314
XGETTEXT = @XGETTEXT@
 
315
XGETTEXT_015 = @XGETTEXT_015@
 
316
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
299
317
XMKMF = @XMKMF@
300
318
XML2_LD_FLAGS = @XML2_LD_FLAGS@
301
319
X_CFLAGS = @X_CFLAGS@
355
373
top_builddir = @top_builddir@
356
374
top_srcdir = @top_srcdir@
357
375
BASICPROGS = m17n-conv
 
376
INCLUDES = -I$(top_srcdir)/src
358
377
common_ldflags = ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la
359
378
common_ldflags_gui = ${common_ldflags} ${top_builddir}/src/libm17n-flt.la ${top_builddir}/src/libm17n-gui.la
360
379
AM_CPPFLAGS = @CONFIG_FLAGS@