~ubuntu-branches/ubuntu/karmic/enchant/karmic

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-18 20:44:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051218204402-q3vjavlsib0rd0vq
Tags: 1.2.0-0ubuntu1
* New upstream version
* debian/libenchant1c2a.shlibs:
  - update

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
DIST_COMMON = $(libenchant_include_HEADERS) $(srcdir)/Makefile.am \
44
44
        $(srcdir)/Makefile.in
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
46
am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/binreloc.m4 \
 
47
        $(top_srcdir)/configure.in
47
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
49
        $(ACLOCAL_M4)
49
50
mkinstalldirs = $(install_sh) -d
59
60
libLTLIBRARIES_INSTALL = $(INSTALL)
60
61
LTLIBRARIES = $(lib_LTLIBRARIES)
61
62
am__DEPENDENCIES_1 =
62
 
libenchant_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
63
 
am_libenchant_la_OBJECTS = enchant.lo
 
63
@WITH_BINRELOC_FALSE@libenchant_la_DEPENDENCIES =  \
 
64
@WITH_BINRELOC_FALSE@   $(am__DEPENDENCIES_1)
 
65
@WITH_BINRELOC_TRUE@libenchant_la_DEPENDENCIES =  \
 
66
@WITH_BINRELOC_TRUE@    $(am__DEPENDENCIES_1)
 
67
am_libenchant_la_OBJECTS = prefix.lo enchant.lo
64
68
libenchant_la_OBJECTS = $(am_libenchant_la_OBJECTS)
65
69
DEFAULT_INCLUDES = -I. -I$(srcdir)
66
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
100
104
AUTOHEADER = @AUTOHEADER@
101
105
AUTOMAKE = @AUTOMAKE@
102
106
AWK = @AWK@
 
107
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
108
BINRELOC_LIBS = @BINRELOC_LIBS@
103
109
CC = @CC@
104
110
CCDEPMODE = @CCDEPMODE@
105
111
CFLAGS = @CFLAGS@
168
174
VERSION_INFO = @VERSION_INFO@
169
175
WITH_ASPELL_FALSE = @WITH_ASPELL_FALSE@
170
176
WITH_ASPELL_TRUE = @WITH_ASPELL_TRUE@
 
177
WITH_BINRELOC_FALSE = @WITH_BINRELOC_FALSE@
 
178
WITH_BINRELOC_TRUE = @WITH_BINRELOC_TRUE@
171
179
WITH_CXX_FALSE = @WITH_CXX_FALSE@
172
180
WITH_CXX_TRUE = @WITH_CXX_TRUE@
173
181
WITH_HSPELL_FALSE = @WITH_HSPELL_FALSE@
229
237
SUBDIRS = . aspell ispell uspell myspell hspell applespell
230
238
INCLUDES = -I$(top_srcdir) $(ENCHANT_CFLAGS) -DENCHANT_GLOBAL_MODULE_DIR=\"$(libdir)/enchant\" -DENCHANT_GLOBAL_ORDERING=\"$(datadir)/enchant\" -D_ENCHANT_BUILD=1
231
239
lib_LTLIBRARIES = libenchant.la
232
 
libenchant_la_LIBADD = $(ENCHANT_LIBS)
 
240
@WITH_BINRELOC_FALSE@libenchant_la_LIBADD = $(ENCHANT_LIBS)
 
241
@WITH_BINRELOC_TRUE@libenchant_la_LIBADD = $(ENCHANT_LIBS) -lpthread
233
242
libenchant_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
234
 
libenchant_la_SOURCES = enchant.c enchant.h
 
243
libenchant_la_SOURCES = prefix.c enchant.c enchant.h prefix.h
235
244
libenchant_includedir = $(includedir)/enchant/
236
245
libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h
237
246
EXTRA_DIST = enchant.i
305
314
        -rm -f *.tab.c
306
315
 
307
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enchant.Plo@am__quote@
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Plo@am__quote@
308
318
 
309
319
.c.o:
310
320
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \