~ubuntu-branches/ubuntu/lucid/gtkhtml3.14/lucid

« back to all changes in this revision

Viewing changes to components/html-editor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 11:18:16 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602111816-t7rv5r7z58i0lkb4
Tags: 1:3.27.2-0ubuntu1
* New upstream version
* debian/rules:
  - updated library version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
# Basic setup
18
 
 
19
 
 
20
 
 
21
 
VPATH = @srcdir@
22
 
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
noinst_PROGRAMS = test_editor$(EXEEXT)
40
 
libexec_PROGRAMS = $(am__EXEEXT_1)
41
 
subdir = components/html-editor
42
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
 
        $(top_srcdir)/configure.in
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
 
am__vpath_adj = case $$p in \
53
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
 
    *) f=$$p;; \
55
 
  esac;
56
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
57
 
am__installdirs = "$(DESTDIR)$(privlibdir)" "$(DESTDIR)$(libexecdir)" \
58
 
        "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(idldir)" \
59
 
        "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(uidir)"
60
 
privlibLTLIBRARIES_INSTALL = $(INSTALL)
61
 
LTLIBRARIES = $(noinst_LTLIBRARIES) $(privlib_LTLIBRARIES)
62
 
am__DEPENDENCIES_1 =
63
 
am__DEPENDENCIES_2 =  \
64
 
        $(top_builddir)/gtkhtml/libgtkhtml-@GTKHTML_API_VERSION@.la \
65
 
        $(am__DEPENDENCIES_1)
66
 
libgnome_gtkhtml_editor_3_14_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
67
 
        libgnome-gtkhtml-editor.la
68
 
am_libgnome_gtkhtml_editor_3_14_la_OBJECTS = editor-control-shlib.lo
69
 
libgnome_gtkhtml_editor_3_14_la_OBJECTS =  \
70
 
        $(am_libgnome_gtkhtml_editor_3_14_la_OBJECTS)
71
 
libgnome_gtkhtml_editor_3_14_la_LINK = $(LIBTOOL) --tag=CC \
72
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
73
 
        $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(libgnome_gtkhtml_editor_3_14_la_LDFLAGS) $(LDFLAGS) -o $@
75
 
@EDITOR_SHLIB_TRUE@am_libgnome_gtkhtml_editor_3_14_la_rpath = -rpath \
76
 
@EDITOR_SHLIB_TRUE@     $(privlibdir)
77
 
libgnome_gtkhtml_editor_la_LIBADD =
78
 
am__objects_1 = Spell-common.lo Spell-skels.lo Spell-stubs.lo
79
 
am__objects_2 =
80
 
am__objects_3 = $(am__objects_1) $(am__objects_2)
81
 
am__objects_4 = Editor-common.lo Editor-skels.lo Editor-stubs.lo
82
 
am__objects_5 = $(am__objects_4) $(am__objects_2)
83
 
am_libgnome_gtkhtml_editor_la_OBJECTS = $(am__objects_3) \
84
 
        $(am__objects_5) body.lo cell.lo control-data.lo dialog.lo \
85
 
        editor-control-factory.lo engine.lo html-stream-mem.lo \
86
 
        image.lo link.lo menubar.lo paragraph.lo paragraph-style.lo \
87
 
        persist-file.lo persist-stream.lo popup.lo properties.lo \
88
 
        replace.lo rule.lo search.lo spellchecker.lo table.lo \
89
 
        template.lo text.lo toolbar.lo utils.lo gi-colors.lo \
90
 
        gi-color-palette.lo gi-color-group.lo gi-combo-box.lo \
91
 
        gi-color-combo.lo
92
 
libgnome_gtkhtml_editor_la_OBJECTS =  \
93
 
        $(am_libgnome_gtkhtml_editor_la_OBJECTS)
94
 
@EDITOR_SHLIB_FALSE@am__EXEEXT_1 = gnome-gtkhtml-editor-3.14$(EXEEXT)
95
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
96
 
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
97
 
am_gnome_gtkhtml_editor_3_14_OBJECTS = gnome-gtkhtml-editor.$(OBJEXT)
98
 
gnome_gtkhtml_editor_3_14_OBJECTS =  \
99
 
        $(am_gnome_gtkhtml_editor_3_14_OBJECTS)
100
 
gnome_gtkhtml_editor_3_14_DEPENDENCIES = $(am__DEPENDENCIES_2) \
101
 
        libgnome-gtkhtml-editor.la
102
 
am_test_editor_OBJECTS = e-html-utils.$(OBJEXT) \
103
 
        htmlsourceview.$(OBJEXT) test-html-editor-control.$(OBJEXT)
104
 
test_editor_OBJECTS = $(am_test_editor_OBJECTS)
105
 
test_editor_DEPENDENCIES = libgnome-gtkhtml-editor.la \
106
 
        $(am__DEPENDENCIES_2)
107
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
108
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
109
 
am__depfiles_maybe = depfiles
110
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112
 
CCLD = $(CC)
113
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
115
 
        $(LDFLAGS) -o $@
116
 
SOURCES = $(libgnome_gtkhtml_editor_3_14_la_SOURCES) \
117
 
        $(libgnome_gtkhtml_editor_la_SOURCES) \
118
 
        $(gnome_gtkhtml_editor_3_14_SOURCES) $(test_editor_SOURCES)
119
 
DIST_SOURCES = $(libgnome_gtkhtml_editor_3_14_la_SOURCES) \
120
 
        $(libgnome_gtkhtml_editor_la_SOURCES) \
121
 
        $(gnome_gtkhtml_editor_3_14_SOURCES) $(test_editor_SOURCES)
122
 
gladeDATA_INSTALL = $(INSTALL_DATA)
123
 
idlDATA_INSTALL = $(INSTALL_DATA)
124
 
serverDATA_INSTALL = $(INSTALL_DATA)
125
 
uiDATA_INSTALL = $(INSTALL_DATA)
126
 
DATA = $(glade_DATA) $(idl_DATA) $(server_DATA) $(ui_DATA)
127
 
ETAGS = etags
128
 
CTAGS = ctags
129
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130
 
ACLOCAL = @ACLOCAL@
131
 
ALL_LINGUAS = @ALL_LINGUAS@
132
 
AMTAR = @AMTAR@
133
 
AR = @AR@
134
 
AS = @AS@
135
 
AUTOCONF = @AUTOCONF@
136
 
AUTOHEADER = @AUTOHEADER@
137
 
AUTOMAKE = @AUTOMAKE@
138
 
AWK = @AWK@
139
 
BONOBO_IDL_INCLUDES = @BONOBO_IDL_INCLUDES@
140
 
CATALOGS = @CATALOGS@
141
 
CATOBJEXT = @CATOBJEXT@
142
 
CC = @CC@
143
 
CCDEPMODE = @CCDEPMODE@
144
 
CFLAGS = @CFLAGS@
145
 
CPP = @CPP@
146
 
CPPFLAGS = @CPPFLAGS@
147
 
CXX = @CXX@
148
 
CXXCPP = @CXXCPP@
149
 
CXXDEPMODE = @CXXDEPMODE@
150
 
CXXFLAGS = @CXXFLAGS@
151
 
CYGPATH_W = @CYGPATH_W@
152
 
DATADIRNAME = @DATADIRNAME@
153
 
DEFS = @DEFS@
154
 
DEPDIR = @DEPDIR@
155
 
DLLTOOL = @DLLTOOL@
156
 
DOLT_BASH = @DOLT_BASH@
157
 
DSYMUTIL = @DSYMUTIL@
158
 
ECHO = @ECHO@
159
 
ECHO_C = @ECHO_C@
160
 
ECHO_N = @ECHO_N@
161
 
ECHO_T = @ECHO_T@
162
 
EDITOR_API_VERSION = @EDITOR_API_VERSION@
163
 
EDITOR_CFLAGS = @EDITOR_CFLAGS@
164
 
EDITOR_LIBS = @EDITOR_LIBS@
165
 
EGREP = @EGREP@
166
 
EXEEXT = @EXEEXT@
167
 
F77 = @F77@
168
 
FFLAGS = @FFLAGS@
169
 
GAIL_CFLAGS = @GAIL_CFLAGS@
170
 
GAIL_LIBS = @GAIL_LIBS@
171
 
GAIL_MODULES = @GAIL_MODULES@
172
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
173
 
GIT_CFLAGS = @GIT_CFLAGS@
174
 
GIT_LIBS = @GIT_LIBS@
175
 
GLADEUI_CFLAGS = @GLADEUI_CFLAGS@
176
 
GLADEUI_LIBS = @GLADEUI_LIBS@
177
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
178
 
GMOFILES = @GMOFILES@
179
 
GMSGFMT = @GMSGFMT@
180
 
GNOME_GTKHTML_EDITOR_TYPE = @GNOME_GTKHTML_EDITOR_TYPE@
181
 
GREP = @GREP@
182
 
GTKHTML_AGE = @GTKHTML_AGE@
183
 
GTKHTML_API_VERSION = @GTKHTML_API_VERSION@
184
 
GTKHTML_CFLAGS = @GTKHTML_CFLAGS@
185
 
GTKHTML_CURRENT = @GTKHTML_CURRENT@
186
 
GTKHTML_LIBS = @GTKHTML_LIBS@
187
 
GTKHTML_MODULES = @GTKHTML_MODULES@
188
 
GTKHTML_RELEASE_STRING = @GTKHTML_RELEASE_STRING@
189
 
GTKHTML_REVISION = @GTKHTML_REVISION@
190
 
I18N_LIB_CFLAGS = @I18N_LIB_CFLAGS@
191
 
INSTALL = @INSTALL@
192
 
INSTALL_DATA = @INSTALL_DATA@
193
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
194
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
195
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196
 
INSTOBJEXT = @INSTOBJEXT@
197
 
INTLLIBS = @INTLLIBS@
198
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
199
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
200
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
201
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
202
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
203
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
204
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
205
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
206
 
INTLTOOL_PERL = @INTLTOOL_PERL@
207
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
208
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
209
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
210
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
211
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
212
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
213
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
214
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
215
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
216
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
217
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
218
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
219
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
220
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
221
 
LDFLAGS = @LDFLAGS@
222
 
LIBOBJS = @LIBOBJS@
223
 
LIBS = @LIBS@
224
 
LIBTOOL = @LIBTOOL@
225
 
LN_S = @LN_S@
226
 
LTCOMPILE = @LTCOMPILE@
227
 
LTCXXCOMPILE = @LTCXXCOMPILE@
228
 
LTLIBOBJS = @LTLIBOBJS@
229
 
MAINT = @MAINT@
230
 
MAKEINFO = @MAKEINFO@
231
 
MKDIR_P = @MKDIR_P@
232
 
MKINSTALLDIRS = @MKINSTALLDIRS@
233
 
MSGFMT = @MSGFMT@
234
 
MSGFMT_OPTS = @MSGFMT_OPTS@
235
 
MSGMERGE = @MSGMERGE@
236
 
NMEDIT = @NMEDIT@
237
 
OBJDUMP = @OBJDUMP@
238
 
OBJEXT = @OBJEXT@
239
 
ORBIT_IDL = @ORBIT_IDL@
240
 
PACKAGE = @PACKAGE@
241
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242
 
PACKAGE_NAME = @PACKAGE_NAME@
243
 
PACKAGE_STRING = @PACKAGE_STRING@
244
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
245
 
PACKAGE_VERSION = @PACKAGE_VERSION@
246
 
PATH_SEPARATOR = @PATH_SEPARATOR@
247
 
PKG_CONFIG = @PKG_CONFIG@
248
 
POFILES = @POFILES@
249
 
POSUB = @POSUB@
250
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
251
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
252
 
RANLIB = @RANLIB@
253
 
REGEX_LIBS = @REGEX_LIBS@
254
 
SED = @SED@
255
 
SET_MAKE = @SET_MAKE@
256
 
SHELL = @SHELL@
257
 
SOEXT = @SOEXT@
258
 
SOUP_CFLAGS = @SOUP_CFLAGS@
259
 
SOUP_LIBS = @SOUP_LIBS@
260
 
STRIP = @STRIP@
261
 
USE_NLS = @USE_NLS@
262
 
VERSION = @VERSION@
263
 
WARN_CFLAGS = @WARN_CFLAGS@
264
 
XGETTEXT = @XGETTEXT@
265
 
abs_builddir = @abs_builddir@
266
 
abs_srcdir = @abs_srcdir@
267
 
abs_top_builddir = @abs_top_builddir@
268
 
abs_top_srcdir = @abs_top_srcdir@
269
 
ac_ct_CC = @ac_ct_CC@
270
 
ac_ct_CXX = @ac_ct_CXX@
271
 
ac_ct_F77 = @ac_ct_F77@
272
 
am__include = @am__include@
273
 
am__leading_dot = @am__leading_dot@
274
 
am__quote = @am__quote@
275
 
am__tar = @am__tar@
276
 
am__untar = @am__untar@
277
 
bindir = @bindir@
278
 
build = @build@
279
 
build_alias = @build_alias@
280
 
build_cpu = @build_cpu@
281
 
build_os = @build_os@
282
 
build_vendor = @build_vendor@
283
 
builddir = @builddir@
284
 
datadir = @datadir@
285
 
datarootdir = @datarootdir@
286
 
docdir = @docdir@
287
 
dvidir = @dvidir@
288
 
exec_prefix = @exec_prefix@
289
 
host = @host@
290
 
host_alias = @host_alias@
291
 
host_cpu = @host_cpu@
292
 
host_os = @host_os@
293
 
host_vendor = @host_vendor@
294
 
htmldir = @htmldir@
295
 
includedir = @includedir@
296
 
infodir = @infodir@
297
 
install_sh = @install_sh@
298
 
libdir = @libdir@
299
 
libexecdir = @libexecdir@
300
 
localedir = @localedir@
301
 
localstatedir = @localstatedir@
302
 
mandir = @mandir@
303
 
mkdir_p = @mkdir_p@
304
 
oldincludedir = @oldincludedir@
305
 
pdfdir = @pdfdir@
306
 
prefix = @prefix@
307
 
program_transform_name = @program_transform_name@
308
 
psdir = @psdir@
309
 
sbindir = @sbindir@
310
 
sharedstatedir = @sharedstatedir@
311
 
srcdir = @srcdir@
312
 
sysconfdir = @sysconfdir@
313
 
target_alias = @target_alias@
314
 
top_build_prefix = @top_build_prefix@
315
 
top_builddir = @top_builddir@
316
 
top_srcdir = @top_srcdir@
317
 
gtkhtml_data = $(datadir)/gtkhtml-@GTKHTML_API_VERSION@
318
 
gladedir = $(gtkhtml_data)
319
 
glade_DATA = gtkhtml-editor-properties.glade
320
 
@EDITOR_SHLIB_FALSE@EDITOR_I18N_CFLAGS = 
321
 
@EDITOR_SHLIB_TRUE@EDITOR_I18N_CFLAGS = $(I18N_LIB_CFLAGS)
322
 
INCLUDES = \
323
 
        -I$(top_srcdir)/gtkhtml \
324
 
        -I$(srcdir) \
325
 
        -I$(includedir) \
326
 
        $(GTKHTML_CFLAGS) \
327
 
        $(EDITOR_I18N_CFLAGS) \
328
 
        -DG_LOG_DOMAIN=\"gtkhtml\" \
329
 
        -DSRCDIR=\"$(srcdir)\" \
330
 
        -DPREFIX=\"$(prefix)\"
331
 
 
332
 
AM_CFLAGS = \
333
 
        $(EDITOR_CFLAGS)                                \
334
 
        -DICONDIR=\"$(gtkhtml_data)/icons\"             \
335
 
        -DGTKHTML_DATADIR=\""$(gtkhtml_data)"\"         \
336
 
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"\
337
 
        -DGLADE_DATADIR=\"$(gladedir)\"                 \
338
 
        -DGDK_DISABLE_DEPRECATED=1                      \
339
 
        -DG_DISABLE_DEPRECATED=1                        \
340
 
        -DPREFIX=\""$(prefix)"\"                        \
341
 
        -DSYSCONFDIR=\""$(sysconfdir)"\"                \
342
 
        -DDATADIR=\""$(datadir)"\"                      \
343
 
        -DLIBDIR=\""$(datadir)"\"                       \
344
 
        -DBONOBO_DISABLE_DEPRECATED=1
345
 
 
346
 
 
347
 
# CORBA stuff
348
 
IDLS = Editor.idl
349
 
IDL_GENERATED_H = \
350
 
        Editor.h
351
 
 
352
 
IDL_GENERATED_C = \
353
 
        Editor-common.c         \
354
 
        Editor-skels.c          \
355
 
        Editor-stubs.c
356
 
 
357
 
IDL_GENERATED = $(IDL_GENERATED_C) $(IDL_GENERATED_H)
358
 
SPELL_IDLS = Spell.idl
359
 
SPELL_IDL_GENERATED_H = \
360
 
        Spell.h
361
 
 
362
 
SPELL_IDL_GENERATED_C = \
363
 
        Spell-common.c          \
364
 
        Spell-skels.c           \
365
 
        Spell-stubs.c
366
 
 
367
 
SPELL_IDL_GENERATED = $(SPELL_IDL_GENERATED_C) $(SPELL_IDL_GENERATED_H)
368
 
LDADD = \
369
 
        $(top_builddir)/gtkhtml/libgtkhtml-@GTKHTML_API_VERSION@.la     \
370
 
        $(EDITOR_LIBS)
371
 
 
372
 
 
373
 
# -lpspell-modules -lpspell_aspell -laspell -lpspell -lstdc++
374
 
#       -lccmalloc -ldl
375
 
 
376
 
# The Editor Control
377
 
libgnome_gtkhtml_editor_la_SOURCES = \
378
 
        $(SPELL_IDL_GENERATED)                  \
379
 
        $(IDL_GENERATED)                        \
380
 
        body.h                                  \
381
 
        body.c                                  \
382
 
        cell.h                                  \
383
 
        cell.c                                  \
384
 
        control-data.c                          \
385
 
        control-data.h                          \
386
 
        dialog.c                                \
387
 
        dialog.h                                \
388
 
        editor-control-factory.c                \
389
 
        editor-control-factory.h                \
390
 
        engine.h                                \
391
 
        engine.c                                \
392
 
        html-stream-mem.h                       \
393
 
        html-stream-mem.c                       \
394
 
        image.c                                 \
395
 
        image.h                                 \
396
 
        link.c                                  \
397
 
        link.h                                  \
398
 
        menubar.c                               \
399
 
        menubar.h                               \
400
 
        paragraph.c                             \
401
 
        paragraph.h                             \
402
 
        paragraph-style.c                       \
403
 
        paragraph-style.h                       \
404
 
        persist-file.c                          \
405
 
        persist-file.h                          \
406
 
        persist-stream.c                        \
407
 
        persist-stream.h                        \
408
 
        popup.c                                 \
409
 
        popup.h                                 \
410
 
        properties.c                            \
411
 
        properties.h                            \
412
 
        replace.c                               \
413
 
        replace.h                               \
414
 
        rule.c                                  \
415
 
        rule.h                                  \
416
 
        search.c                                \
417
 
        search.h                                \
418
 
        spellchecker.c                          \
419
 
        spellchecker.h                          \
420
 
        table.c                                 \
421
 
        table.h                                 \
422
 
        template.c                              \
423
 
        template.h                              \
424
 
        text.c                                  \
425
 
        text.h                                  \
426
 
        toolbar.c                               \
427
 
        toolbar.h                               \
428
 
        utils.c                                 \
429
 
        utils.h                                 \
430
 
        gi-utils.h                              \
431
 
        gi-colors.c                             \
432
 
        gi-colors.h                             \
433
 
        gi-color-palette.c                      \
434
 
        gi-color-palette.h                      \
435
 
        gi-color-group.c                        \
436
 
        gi-color-group.h                        \
437
 
        gi-combo-box.c                          \
438
 
        gi-combo-box.h                          \
439
 
        gi-color-combo.c                        \
440
 
        gi-color-combo.h
441
 
 
442
 
@EDITOR_SHLIB_FALSE@MY_PRGS = gnome-gtkhtml-editor-3.14
443
 
@EDITOR_SHLIB_TRUE@MY_PRGS = 
444
 
@EDITOR_SHLIB_FALSE@MY_LIBS = 
445
 
@EDITOR_SHLIB_TRUE@MY_LIBS = libgnome-gtkhtml-editor-3.14.la
446
 
@EDITOR_SHLIB_FALSE@location = "${libexecdir}/$(MY_PRGS)$(EXEEXT)"
447
 
@EDITOR_SHLIB_TRUE@location = "${privlibdir_in_server_file}/libgnome-gtkhtml-editor-$(EDITOR_API_VERSION)$(SOEXT)"
448
 
libgnome_gtkhtml_editor_3_14_la_SOURCES = \
449
 
        editor-control-shlib.c
450
 
 
451
 
libgnome_gtkhtml_editor_3_14_la_LDFLAGS = \
452
 
        -avoid-version -module -no-undefined
453
 
 
454
 
libgnome_gtkhtml_editor_3_14_la_LIBADD = \
455
 
        $(LDADD)                        \
456
 
        libgnome-gtkhtml-editor.la
457
 
 
458
 
gnome_gtkhtml_editor_3_14_LDADD = \
459
 
        $(LDADD)                        \
460
 
        libgnome-gtkhtml-editor.la
461
 
 
462
 
gnome_gtkhtml_editor_3_14_SOURCES = \
463
 
        gnome-gtkhtml-editor.c
464
 
 
465
 
noinst_LTLIBRARIES = libgnome-gtkhtml-editor.la
466
 
@OS_WIN32_FALSE@privlibdir_in_server_file = "$(libdir)/gtkhtml"
467
 
@OS_WIN32_TRUE@privlibdir_in_server_file = "../../../lib/gtkhtml"
468
 
privlibdir = "$(libdir)/gtkhtml"
469
 
privlib_LTLIBRARIES = $(MY_LIBS)
470
 
serverdir = $(libdir)/bonobo/servers
471
 
server_in_files = GNOME_GtkHTML_Editor.server.in.in
472
 
server_DATA = $(server_in_files:.server.in.in=-$(EDITOR_API_VERSION).server)
473
 
uidir = $(gtkhtml_data)
474
 
ui_in_files = GNOME_GtkHTML_Editor.xml.in GNOME_GtkHTML_Editor-emacs.xml.in
475
 
ui_DATA = $(ui_in_files:.xml.in=.xml)
476
 
 
477
 
# The Test program
478
 
test_editor_SOURCES = \
479
 
        e-html-utils.c                          \
480
 
        e-html-utils.h                          \
481
 
        htmlsourceview.c                        \
482
 
        htmlsourceview.h                        \
483
 
        test-html-editor-control.c
484
 
 
485
 
test_editor_LDADD = libgnome-gtkhtml-editor.la $(LDADD)
486
 
 
487
 
# Extra stuff to distribute.
488
 
EXTRA_DIST = \
489
 
        $(IDLS)                                 \
490
 
        $(SPELL_IDLS)                           \
491
 
        ChangeLog                               \
492
 
        gtkhtml-editor-properties.glade         \
493
 
        $(ui_in_files)                          \
494
 
        $(server_in_files)
495
 
 
496
 
idldir = $(gtkhtml_data)
497
 
idl_DATA = $(IDLS)
498
 
BUILT_SOURCES = $(IDL_GENERATED) $(SPELL_IDL_GENERATED)
499
 
CLEANFILES = \
500
 
        $(server_DATA)                                  \
501
 
        $(ui_DATA)                                      \
502
 
        $(BUILT_SOURCES)
503
 
 
504
 
all: $(BUILT_SOURCES)
505
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
506
 
 
507
 
.SUFFIXES:
508
 
.SUFFIXES: .c .lo .o .obj
509
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
510
 
        @for dep in $?; do \
511
 
          case '$(am__configure_deps)' in \
512
 
            *$$dep*) \
513
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
514
 
                && exit 0; \
515
 
              exit 1;; \
516
 
          esac; \
517
 
        done; \
518
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  components/html-editor/Makefile'; \
519
 
        cd $(top_srcdir) && \
520
 
          $(AUTOMAKE) --gnu  components/html-editor/Makefile
521
 
.PRECIOUS: Makefile
522
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
523
 
        @case '$?' in \
524
 
          *config.status*) \
525
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
526
 
          *) \
527
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
528
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
529
 
        esac;
530
 
 
531
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
532
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
533
 
 
534
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
535
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
536
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
537
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538
 
 
539
 
clean-noinstLTLIBRARIES:
540
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
541
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
542
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
543
 
          test "$$dir" != "$$p" || dir=.; \
544
 
          echo "rm -f \"$${dir}/so_locations\""; \
545
 
          rm -f "$${dir}/so_locations"; \
546
 
        done
547
 
install-privlibLTLIBRARIES: $(privlib_LTLIBRARIES)
548
 
        @$(NORMAL_INSTALL)
549
 
        test -z "$(privlibdir)" || $(MKDIR_P) "$(DESTDIR)$(privlibdir)"
550
 
        @list='$(privlib_LTLIBRARIES)'; for p in $$list; do \
551
 
          if test -f $$p; then \
552
 
            f=$(am__strip_dir) \
553
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(privlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(privlibdir)/$$f'"; \
554
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(privlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(privlibdir)/$$f"; \
555
 
          else :; fi; \
556
 
        done
557
 
 
558
 
uninstall-privlibLTLIBRARIES:
559
 
        @$(NORMAL_UNINSTALL)
560
 
        @list='$(privlib_LTLIBRARIES)'; for p in $$list; do \
561
 
          p=$(am__strip_dir) \
562
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(privlibdir)/$$p'"; \
563
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(privlibdir)/$$p"; \
564
 
        done
565
 
 
566
 
clean-privlibLTLIBRARIES:
567
 
        -test -z "$(privlib_LTLIBRARIES)" || rm -f $(privlib_LTLIBRARIES)
568
 
        @list='$(privlib_LTLIBRARIES)'; for p in $$list; do \
569
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
570
 
          test "$$dir" != "$$p" || dir=.; \
571
 
          echo "rm -f \"$${dir}/so_locations\""; \
572
 
          rm -f "$${dir}/so_locations"; \
573
 
        done
574
 
libgnome-gtkhtml-editor-3.14.la: $(libgnome_gtkhtml_editor_3_14_la_OBJECTS) $(libgnome_gtkhtml_editor_3_14_la_DEPENDENCIES) 
575
 
        $(libgnome_gtkhtml_editor_3_14_la_LINK) $(am_libgnome_gtkhtml_editor_3_14_la_rpath) $(libgnome_gtkhtml_editor_3_14_la_OBJECTS) $(libgnome_gtkhtml_editor_3_14_la_LIBADD) $(LIBS)
576
 
libgnome-gtkhtml-editor.la: $(libgnome_gtkhtml_editor_la_OBJECTS) $(libgnome_gtkhtml_editor_la_DEPENDENCIES) 
577
 
        $(LINK)  $(libgnome_gtkhtml_editor_la_OBJECTS) $(libgnome_gtkhtml_editor_la_LIBADD) $(LIBS)
578
 
install-libexecPROGRAMS: $(libexec_PROGRAMS)
579
 
        @$(NORMAL_INSTALL)
580
 
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
581
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
582
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
583
 
          if test -f $$p \
584
 
             || test -f $$p1 \
585
 
          ; then \
586
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
587
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
588
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
589
 
          else :; fi; \
590
 
        done
591
 
 
592
 
uninstall-libexecPROGRAMS:
593
 
        @$(NORMAL_UNINSTALL)
594
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
595
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
596
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
597
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
598
 
        done
599
 
 
600
 
clean-libexecPROGRAMS:
601
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
602
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
603
 
          echo " rm -f $$p $$f"; \
604
 
          rm -f $$p $$f ; \
605
 
        done
606
 
 
607
 
clean-noinstPROGRAMS:
608
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
609
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
610
 
          echo " rm -f $$p $$f"; \
611
 
          rm -f $$p $$f ; \
612
 
        done
613
 
gnome-gtkhtml-editor-3.14$(EXEEXT): $(gnome_gtkhtml_editor_3_14_OBJECTS) $(gnome_gtkhtml_editor_3_14_DEPENDENCIES) 
614
 
        @rm -f gnome-gtkhtml-editor-3.14$(EXEEXT)
615
 
        $(LINK) $(gnome_gtkhtml_editor_3_14_OBJECTS) $(gnome_gtkhtml_editor_3_14_LDADD) $(LIBS)
616
 
test_editor$(EXEEXT): $(test_editor_OBJECTS) $(test_editor_DEPENDENCIES) 
617
 
        @rm -f test_editor$(EXEEXT)
618
 
        $(LINK) $(test_editor_OBJECTS) $(test_editor_LDADD) $(LIBS)
619
 
 
620
 
mostlyclean-compile:
621
 
        -rm -f *.$(OBJEXT)
622
 
 
623
 
distclean-compile:
624
 
        -rm -f *.tab.c
625
 
 
626
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Editor-common.Plo@am__quote@
627
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Editor-skels.Plo@am__quote@
628
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Editor-stubs.Plo@am__quote@
629
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Spell-common.Plo@am__quote@
630
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Spell-skels.Plo@am__quote@
631
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Spell-stubs.Plo@am__quote@
632
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/body.Plo@am__quote@
633
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cell.Plo@am__quote@
634
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control-data.Plo@am__quote@
635
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog.Plo@am__quote@
636
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-html-utils.Po@am__quote@
637
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editor-control-factory.Plo@am__quote@
638
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editor-control-shlib.Plo@am__quote@
639
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Plo@am__quote@
640
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi-color-combo.Plo@am__quote@
641
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi-color-group.Plo@am__quote@
642
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi-color-palette.Plo@am__quote@
643
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi-colors.Plo@am__quote@
644
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi-combo-box.Plo@am__quote@
645
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-gtkhtml-editor.Po@am__quote@
646
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html-stream-mem.Plo@am__quote@
647
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlsourceview.Po@am__quote@
648
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
649
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link.Plo@am__quote@
650
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menubar.Plo@am__quote@
651
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paragraph-style.Plo@am__quote@
652
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paragraph.Plo@am__quote@
653
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/persist-file.Plo@am__quote@
654
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/persist-stream.Plo@am__quote@
655
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popup.Plo@am__quote@
656
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/properties.Plo@am__quote@
657
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Plo@am__quote@
658
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rule.Plo@am__quote@
659
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Plo@am__quote@
660
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spellchecker.Plo@am__quote@
661
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@
662
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template.Plo@am__quote@
663
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-html-editor-control.Po@am__quote@
664
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Plo@am__quote@
665
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toolbar.Plo@am__quote@
666
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
667
 
 
668
 
.c.o:
669
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
670
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
671
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
672
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
674
 
 
675
 
.c.obj:
676
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
677
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
678
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
679
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
681
 
 
682
 
.c.lo:
683
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
684
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
685
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
686
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
688
 
 
689
 
mostlyclean-libtool:
690
 
        -rm -f *.lo
691
 
 
692
 
clean-libtool:
693
 
        -rm -rf .libs _libs
694
 
install-gladeDATA: $(glade_DATA)
695
 
        @$(NORMAL_INSTALL)
696
 
        test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
697
 
        @list='$(glade_DATA)'; for p in $$list; do \
698
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
699
 
          f=$(am__strip_dir) \
700
 
          echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
701
 
          $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
702
 
        done
703
 
 
704
 
uninstall-gladeDATA:
705
 
        @$(NORMAL_UNINSTALL)
706
 
        @list='$(glade_DATA)'; for p in $$list; do \
707
 
          f=$(am__strip_dir) \
708
 
          echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
709
 
          rm -f "$(DESTDIR)$(gladedir)/$$f"; \
710
 
        done
711
 
install-idlDATA: $(idl_DATA)
712
 
        @$(NORMAL_INSTALL)
713
 
        test -z "$(idldir)" || $(MKDIR_P) "$(DESTDIR)$(idldir)"
714
 
        @list='$(idl_DATA)'; for p in $$list; do \
715
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
716
 
          f=$(am__strip_dir) \
717
 
          echo " $(idlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(idldir)/$$f'"; \
718
 
          $(idlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(idldir)/$$f"; \
719
 
        done
720
 
 
721
 
uninstall-idlDATA:
722
 
        @$(NORMAL_UNINSTALL)
723
 
        @list='$(idl_DATA)'; for p in $$list; do \
724
 
          f=$(am__strip_dir) \
725
 
          echo " rm -f '$(DESTDIR)$(idldir)/$$f'"; \
726
 
          rm -f "$(DESTDIR)$(idldir)/$$f"; \
727
 
        done
728
 
install-serverDATA: $(server_DATA)
729
 
        @$(NORMAL_INSTALL)
730
 
        test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
731
 
        @list='$(server_DATA)'; for p in $$list; do \
732
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
733
 
          f=$(am__strip_dir) \
734
 
          echo " $(serverDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(serverdir)/$$f'"; \
735
 
          $(serverDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(serverdir)/$$f"; \
736
 
        done
737
 
 
738
 
uninstall-serverDATA:
739
 
        @$(NORMAL_UNINSTALL)
740
 
        @list='$(server_DATA)'; for p in $$list; do \
741
 
          f=$(am__strip_dir) \
742
 
          echo " rm -f '$(DESTDIR)$(serverdir)/$$f'"; \
743
 
          rm -f "$(DESTDIR)$(serverdir)/$$f"; \
744
 
        done
745
 
install-uiDATA: $(ui_DATA)
746
 
        @$(NORMAL_INSTALL)
747
 
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
748
 
        @list='$(ui_DATA)'; for p in $$list; do \
749
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
750
 
          f=$(am__strip_dir) \
751
 
          echo " $(uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \
752
 
          $(uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \
753
 
        done
754
 
 
755
 
uninstall-uiDATA:
756
 
        @$(NORMAL_UNINSTALL)
757
 
        @list='$(ui_DATA)'; for p in $$list; do \
758
 
          f=$(am__strip_dir) \
759
 
          echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \
760
 
          rm -f "$(DESTDIR)$(uidir)/$$f"; \
761
 
        done
762
 
 
763
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
764
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
765
 
        unique=`for i in $$list; do \
766
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
767
 
          done | \
768
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
769
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
770
 
        mkid -fID $$unique
771
 
tags: TAGS
772
 
 
773
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
774
 
                $(TAGS_FILES) $(LISP)
775
 
        tags=; \
776
 
        here=`pwd`; \
777
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
778
 
        unique=`for i in $$list; do \
779
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
780
 
          done | \
781
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
782
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
783
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
784
 
          test -n "$$unique" || unique=$$empty_fix; \
785
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
786
 
            $$tags $$unique; \
787
 
        fi
788
 
ctags: CTAGS
789
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
790
 
                $(TAGS_FILES) $(LISP)
791
 
        tags=; \
792
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
793
 
        unique=`for i in $$list; do \
794
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
795
 
          done | \
796
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
797
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
798
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
799
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
800
 
             $$tags $$unique
801
 
 
802
 
GTAGS:
803
 
        here=`$(am__cd) $(top_builddir) && pwd` \
804
 
          && cd $(top_srcdir) \
805
 
          && gtags -i $(GTAGS_ARGS) $$here
806
 
 
807
 
distclean-tags:
808
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
809
 
 
810
 
distdir: $(DISTFILES)
811
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
812
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
813
 
        list='$(DISTFILES)'; \
814
 
          dist_files=`for file in $$list; do echo $$file; done | \
815
 
          sed -e "s|^$$srcdirstrip/||;t" \
816
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
817
 
        case $$dist_files in \
818
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
819
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
820
 
                           sort -u` ;; \
821
 
        esac; \
822
 
        for file in $$dist_files; do \
823
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
824
 
          if test -d $$d/$$file; then \
825
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
826
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
827
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
828
 
            fi; \
829
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
830
 
          else \
831
 
            test -f $(distdir)/$$file \
832
 
            || cp -p $$d/$$file $(distdir)/$$file \
833
 
            || exit 1; \
834
 
          fi; \
835
 
        done
836
 
        $(MAKE) $(AM_MAKEFLAGS) \
837
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
838
 
          dist-hook
839
 
check-am: all-am
840
 
check: $(BUILT_SOURCES)
841
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
842
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
843
 
installdirs:
844
 
        for dir in "$(DESTDIR)$(privlibdir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(idldir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(uidir)"; do \
845
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
846
 
        done
847
 
install: $(BUILT_SOURCES)
848
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
849
 
install-exec: install-exec-am
850
 
install-data: install-data-am
851
 
uninstall: uninstall-am
852
 
 
853
 
install-am: all-am
854
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
855
 
 
856
 
installcheck: installcheck-am
857
 
install-strip:
858
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860
 
          `test -z '$(STRIP)' || \
861
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
862
 
mostlyclean-generic:
863
 
 
864
 
clean-generic:
865
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
866
 
 
867
 
distclean-generic:
868
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
869
 
 
870
 
maintainer-clean-generic:
871
 
        @echo "This command is intended for maintainers to use"
872
 
        @echo "it deletes files that may require special tools to rebuild."
873
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
874
 
clean: clean-am
875
 
 
876
 
clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
877
 
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
878
 
        clean-privlibLTLIBRARIES mostlyclean-am
879
 
 
880
 
distclean: distclean-am
881
 
        -rm -rf ./$(DEPDIR)
882
 
        -rm -f Makefile
883
 
distclean-am: clean-am distclean-compile distclean-generic \
884
 
        distclean-tags
885
 
 
886
 
dvi: dvi-am
887
 
 
888
 
dvi-am:
889
 
 
890
 
html: html-am
891
 
 
892
 
info: info-am
893
 
 
894
 
info-am:
895
 
 
896
 
install-data-am: install-gladeDATA install-idlDATA \
897
 
        install-privlibLTLIBRARIES install-serverDATA install-uiDATA
898
 
 
899
 
install-dvi: install-dvi-am
900
 
 
901
 
install-exec-am: install-libexecPROGRAMS
902
 
 
903
 
install-html: install-html-am
904
 
 
905
 
install-info: install-info-am
906
 
 
907
 
install-man:
908
 
 
909
 
install-pdf: install-pdf-am
910
 
 
911
 
install-ps: install-ps-am
912
 
 
913
 
installcheck-am:
914
 
 
915
 
maintainer-clean: maintainer-clean-am
916
 
        -rm -rf ./$(DEPDIR)
917
 
        -rm -f Makefile
918
 
maintainer-clean-am: distclean-am maintainer-clean-generic
919
 
 
920
 
mostlyclean: mostlyclean-am
921
 
 
922
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
923
 
        mostlyclean-libtool
924
 
 
925
 
pdf: pdf-am
926
 
 
927
 
pdf-am:
928
 
 
929
 
ps: ps-am
930
 
 
931
 
ps-am:
932
 
 
933
 
uninstall-am: uninstall-gladeDATA uninstall-idlDATA \
934
 
        uninstall-libexecPROGRAMS uninstall-privlibLTLIBRARIES \
935
 
        uninstall-serverDATA uninstall-uiDATA
936
 
 
937
 
.MAKE: install-am install-strip
938
 
 
939
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
940
 
        clean-libexecPROGRAMS clean-libtool clean-noinstLTLIBRARIES \
941
 
        clean-noinstPROGRAMS clean-privlibLTLIBRARIES ctags dist-hook \
942
 
        distclean distclean-compile distclean-generic \
943
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
944
 
        html-am info info-am install install-am install-data \
945
 
        install-data-am install-dvi install-dvi-am install-exec \
946
 
        install-exec-am install-gladeDATA install-html install-html-am \
947
 
        install-idlDATA install-info install-info-am \
948
 
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
949
 
        install-privlibLTLIBRARIES install-ps install-ps-am \
950
 
        install-serverDATA install-strip install-uiDATA installcheck \
951
 
        installcheck-am installdirs maintainer-clean \
952
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
953
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
954
 
        tags uninstall uninstall-am uninstall-gladeDATA \
955
 
        uninstall-idlDATA uninstall-libexecPROGRAMS \
956
 
        uninstall-privlibLTLIBRARIES uninstall-serverDATA \
957
 
        uninstall-uiDATA
958
 
 
959
 
 
960
 
$(IDL_GENERATED_H): $(IDLS)
961
 
        $(ORBIT_IDL) $(BONOBO_IDL_INCLUDES) $(srcdir)/Editor.idl
962
 
$(IDL_GENERATED_C): $(IDL_GENERATED_H)
963
 
 
964
 
$(SPELL_IDL_GENERATED_H): $(SPELL_IDLS)
965
 
        $(ORBIT_IDL) $(BONOBO_IDL_INCLUDES) $(srcdir)/Spell.idl
966
 
$(SPELL_IDL_GENERATED_C): $(SPELL_IDL_GENERATED_H)
967
 
%-$(EDITOR_API_VERSION).server: %.server
968
 
        mv $< $@
969
 
 
970
 
%.server.in: %.server.in.in
971
 
        sed -e "s|\@GNOME_GTKHTML_EDITOR_LOCATION\@|$(location)|g" \
972
 
        -e "s|\@EDITOR_API_VERSION\@|$(EDITOR_API_VERSION)|g" \
973
 
        -e "s|\@GNOME_GTKHTML_EDITOR_TYPE\@|$(GNOME_GTKHTML_EDITOR_TYPE)|g" $< > $@
974
 
 
975
 
@INTLTOOL_SERVER_RULE@
976
 
 
977
 
%.xml: %.xml.in
978
 
# Use a relative path to the icons dir in the xml files, so it works
979
 
# on Win32 where the installation path is freely chosen by the
980
 
# end-user. The path is relative to "$prefix/share/pixmaps" (see
981
 
# gnome-program.c:gnome_program_locate_file()).
982
 
@OS_WIN32_TRUE@ sed -e 's|\@ICONSDIR\@|../gtkhtml-@GTKHTML_API_VERSION@/icons|g' $< > $@
983
 
# On Unix we use an absolute path, as the paths to be used on the
984
 
# end-user systems are decided at build time.
985
 
@OS_WIN32_FALSE@        sed -e 's|\@ICONSDIR\@|$(gtkhtml_data)/icons|g' $< > $@
986
 
 
987
 
dist-hook:
988
 
        cd $(distdir); rm -f $(BUILT_SOURCES)
989
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
990
 
# Otherwise a system limit (for SysV at least) may be exceeded.
991
 
.NOEXPORT: