~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to src/editor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

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,
37
37
subdir = src/editor
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gecko.m4 \
41
 
        $(top_srcdir)/m4/gnome-doc-utils.m4 \
42
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.in
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
46
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
42
        $(ACLOCAL_M4)
48
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
59
54
am__v_at_0 = @
60
55
libeditor_a_AR = $(AR) $(ARFLAGS)
61
56
libeditor_a_LIBADD =
62
 
am__libeditor_a_SOURCES_DIST = slib-editor.c slib-editor.h \
63
 
        link_dialog.c link_dialog.h Editor.h Editor-common.c \
64
 
        Editor-skels.c Editor-stubs.c bonobo-editor.c bonobo-editor.h
65
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@am__objects_1 = libeditor_a-Editor-common.$(OBJEXT) \
66
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        libeditor_a-Editor-skels.$(OBJEXT) \
67
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        libeditor_a-Editor-stubs.$(OBJEXT)
68
 
@USE_GTKHTML_BONOBO_EDITOR_FALSE@am_libeditor_a_OBJECTS = libeditor_a-slib-editor.$(OBJEXT) \
69
 
@USE_GTKHTML_BONOBO_EDITOR_FALSE@       libeditor_a-link_dialog.$(OBJEXT)
70
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@am_libeditor_a_OBJECTS =  \
71
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        $(am__objects_1) \
72
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        libeditor_a-bonobo-editor.$(OBJEXT)
 
57
am_libeditor_a_OBJECTS = libeditor_a-slib-editor.$(OBJEXT) \
 
58
        libeditor_a-link_dialog.$(OBJEXT)
73
59
libeditor_a_OBJECTS = $(am_libeditor_a_OBJECTS)
74
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
98
84
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
99
85
am__v_GEN_0 = @echo "  GEN   " $@;
100
86
SOURCES = $(libeditor_a_SOURCES)
101
 
DIST_SOURCES = $(am__libeditor_a_SOURCES_DIST)
 
87
DIST_SOURCES = $(libeditor_a_SOURCES)
102
88
ETAGS = etags
103
89
CTAGS = ctags
104
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
99
AUTOHEADER = @AUTOHEADER@
114
100
AUTOMAKE = @AUTOMAKE@
115
101
AWK = @AWK@
116
 
BONOBO_IDL_INCLUDES = @BONOBO_IDL_INCLUDES@
117
102
CATALOGS = @CATALOGS@
118
103
CATOBJEXT = @CATOBJEXT@
119
104
CC = @CC@
140
125
EGREP = @EGREP@
141
126
EXEEXT = @EXEEXT@
142
127
FGREP = @FGREP@
143
 
GECKO = @GECKO@
144
 
GECKO_COMPONENT_CFLAGS = @GECKO_COMPONENT_CFLAGS@
145
 
GECKO_COMPONENT_LIBS = @GECKO_COMPONENT_LIBS@
146
 
GECKO_EXTRA_LIBS = @GECKO_EXTRA_LIBS@
147
 
GECKO_FLAVOUR = @GECKO_FLAVOUR@
148
 
GECKO_GLUE_LIBS = @GECKO_GLUE_LIBS@
149
 
GECKO_HOME = @GECKO_HOME@
150
 
GECKO_INCLUDE_ROOT = @GECKO_INCLUDE_ROOT@
151
 
GECKO_PREFIX = @GECKO_PREFIX@
 
128
GECKO_CFLAGS = @GECKO_CFLAGS@
 
129
GECKO_LIBS = @GECKO_LIBS@
152
130
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
153
131
GMOFILES = @GMOFILES@
154
132
GMSGFMT = @GMSGFMT@
155
133
GREP = @GREP@
156
 
GTKHTML_DATA_DIR = @GTKHTML_DATA_DIR@
157
134
HELP_DIR = @HELP_DIR@
158
135
INSTALL = @INSTALL@
159
136
INSTALL_DATA = @INSTALL_DATA@
186
163
OBJDUMP = @OBJDUMP@
187
164
OBJEXT = @OBJEXT@
188
165
OMF_DIR = @OMF_DIR@
189
 
ORBIT_IDL = @ORBIT_IDL@
190
166
OTOOL = @OTOOL@
191
167
OTOOL64 = @OTOOL64@
192
168
PACKAGE = @PACKAGE@
267
243
top_builddir = @top_builddir@
268
244
top_srcdir = @top_srcdir@
269
245
xiphos_exec = @xiphos_exec@
270
 
# CORBA stuff
271
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@HTML_EDITOR_GENERATED = \
272
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        Editor.h                \
273
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        Editor-common.c \
274
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        Editor-skels.c  \
275
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        Editor-stubs.c
276
 
 
277
 
@USE_GTKHTML_BONOBO_EDITOR_FALSE@noinst_LIBRARIES = libeditor.a
278
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@noinst_LIBRARIES = libeditor.a
279
 
@USE_GTKHTML_BONOBO_EDITOR_FALSE@libeditor_a_SOURCES = slib-editor.c slib-editor.h link_dialog.c link_dialog.h
280
 
 
281
 
# The Editor Control
282
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@libeditor_a_SOURCES = $(HTML_EDITOR_GENERATED)          \
283
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        bonobo-editor.c bonobo-editor.h  
284
 
 
285
 
# Extra stuff to distribute.
286
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@CLEANFILES = \
287
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@    $(HTML_EDITOR_GENERATED)
288
 
 
289
 
libeditor_a_CPPFLAGS = -DINSTALL_PREFIX=\""$(prefix)"\"
 
246
libeditor_a_SOURCES = slib-editor.c slib-editor.h link_dialog.c link_dialog.h
 
247
noinst_LIBRARIES = libeditor.a
 
248
libeditor_a_CPPFLAGS = \
 
249
        -DINSTALL_PREFIX=\""$(prefix)"\" \
 
250
        $(DISABLE_DEPRECATED)
 
251
 
290
252
libeditor_a_CFLAGS = \
291
253
        -I$(top_srcdir)/src \
292
254
        $(XIPHOS_CFLAGS) \
293
255
        $(WARN_CFLAGS)
294
256
 
295
257
EXTRA_DIST = \
296
 
        wscript
 
258
        wscript_build
297
259
 
298
260
all: all-am
299
261
 
343
305
distclean-compile:
344
306
        -rm -f *.tab.c
345
307
 
346
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-Editor-common.Po@am__quote@
347
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-Editor-skels.Po@am__quote@
348
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-Editor-stubs.Po@am__quote@
349
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-bonobo-editor.Po@am__quote@
350
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-link_dialog.Po@am__quote@
351
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-slib-editor.Po@am__quote@
352
310
 
406
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
365
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-link_dialog.obj `if test -f 'link_dialog.c'; then $(CYGPATH_W) 'link_dialog.c'; else $(CYGPATH_W) '$(srcdir)/link_dialog.c'; fi`
408
366
 
409
 
libeditor_a-Editor-common.o: Editor-common.c
410
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-common.o -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-common.Tpo -c -o libeditor_a-Editor-common.o `test -f 'Editor-common.c' || echo '$(srcdir)/'`Editor-common.c
411
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-common.Tpo $(DEPDIR)/libeditor_a-Editor-common.Po
412
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
413
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-common.c' object='libeditor_a-Editor-common.o' libtool=no @AMDEPBACKSLASH@
414
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-common.o `test -f 'Editor-common.c' || echo '$(srcdir)/'`Editor-common.c
416
 
 
417
 
libeditor_a-Editor-common.obj: Editor-common.c
418
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-common.obj -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-common.Tpo -c -o libeditor_a-Editor-common.obj `if test -f 'Editor-common.c'; then $(CYGPATH_W) 'Editor-common.c'; else $(CYGPATH_W) '$(srcdir)/Editor-common.c'; fi`
419
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-common.Tpo $(DEPDIR)/libeditor_a-Editor-common.Po
420
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
421
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-common.c' object='libeditor_a-Editor-common.obj' libtool=no @AMDEPBACKSLASH@
422
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-common.obj `if test -f 'Editor-common.c'; then $(CYGPATH_W) 'Editor-common.c'; else $(CYGPATH_W) '$(srcdir)/Editor-common.c'; fi`
424
 
 
425
 
libeditor_a-Editor-skels.o: Editor-skels.c
426
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-skels.o -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-skels.Tpo -c -o libeditor_a-Editor-skels.o `test -f 'Editor-skels.c' || echo '$(srcdir)/'`Editor-skels.c
427
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-skels.Tpo $(DEPDIR)/libeditor_a-Editor-skels.Po
428
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
429
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-skels.c' object='libeditor_a-Editor-skels.o' libtool=no @AMDEPBACKSLASH@
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-skels.o `test -f 'Editor-skels.c' || echo '$(srcdir)/'`Editor-skels.c
432
 
 
433
 
libeditor_a-Editor-skels.obj: Editor-skels.c
434
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-skels.obj -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-skels.Tpo -c -o libeditor_a-Editor-skels.obj `if test -f 'Editor-skels.c'; then $(CYGPATH_W) 'Editor-skels.c'; else $(CYGPATH_W) '$(srcdir)/Editor-skels.c'; fi`
435
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-skels.Tpo $(DEPDIR)/libeditor_a-Editor-skels.Po
436
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
437
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-skels.c' object='libeditor_a-Editor-skels.obj' libtool=no @AMDEPBACKSLASH@
438
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-skels.obj `if test -f 'Editor-skels.c'; then $(CYGPATH_W) 'Editor-skels.c'; else $(CYGPATH_W) '$(srcdir)/Editor-skels.c'; fi`
440
 
 
441
 
libeditor_a-Editor-stubs.o: Editor-stubs.c
442
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-stubs.o -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-stubs.Tpo -c -o libeditor_a-Editor-stubs.o `test -f 'Editor-stubs.c' || echo '$(srcdir)/'`Editor-stubs.c
443
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-stubs.Tpo $(DEPDIR)/libeditor_a-Editor-stubs.Po
444
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
445
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-stubs.c' object='libeditor_a-Editor-stubs.o' libtool=no @AMDEPBACKSLASH@
446
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-stubs.o `test -f 'Editor-stubs.c' || echo '$(srcdir)/'`Editor-stubs.c
448
 
 
449
 
libeditor_a-Editor-stubs.obj: Editor-stubs.c
450
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-Editor-stubs.obj -MD -MP -MF $(DEPDIR)/libeditor_a-Editor-stubs.Tpo -c -o libeditor_a-Editor-stubs.obj `if test -f 'Editor-stubs.c'; then $(CYGPATH_W) 'Editor-stubs.c'; else $(CYGPATH_W) '$(srcdir)/Editor-stubs.c'; fi`
451
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-Editor-stubs.Tpo $(DEPDIR)/libeditor_a-Editor-stubs.Po
452
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Editor-stubs.c' object='libeditor_a-Editor-stubs.obj' libtool=no @AMDEPBACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-Editor-stubs.obj `if test -f 'Editor-stubs.c'; then $(CYGPATH_W) 'Editor-stubs.c'; else $(CYGPATH_W) '$(srcdir)/Editor-stubs.c'; fi`
456
 
 
457
 
libeditor_a-bonobo-editor.o: bonobo-editor.c
458
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-bonobo-editor.o -MD -MP -MF $(DEPDIR)/libeditor_a-bonobo-editor.Tpo -c -o libeditor_a-bonobo-editor.o `test -f 'bonobo-editor.c' || echo '$(srcdir)/'`bonobo-editor.c
459
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-bonobo-editor.Tpo $(DEPDIR)/libeditor_a-bonobo-editor.Po
460
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
461
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bonobo-editor.c' object='libeditor_a-bonobo-editor.o' libtool=no @AMDEPBACKSLASH@
462
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-bonobo-editor.o `test -f 'bonobo-editor.c' || echo '$(srcdir)/'`bonobo-editor.c
464
 
 
465
 
libeditor_a-bonobo-editor.obj: bonobo-editor.c
466
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-bonobo-editor.obj -MD -MP -MF $(DEPDIR)/libeditor_a-bonobo-editor.Tpo -c -o libeditor_a-bonobo-editor.obj `if test -f 'bonobo-editor.c'; then $(CYGPATH_W) 'bonobo-editor.c'; else $(CYGPATH_W) '$(srcdir)/bonobo-editor.c'; fi`
467
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-bonobo-editor.Tpo $(DEPDIR)/libeditor_a-bonobo-editor.Po
468
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
469
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bonobo-editor.c' object='libeditor_a-bonobo-editor.obj' libtool=no @AMDEPBACKSLASH@
470
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-bonobo-editor.obj `if test -f 'bonobo-editor.c'; then $(CYGPATH_W) 'bonobo-editor.c'; else $(CYGPATH_W) '$(srcdir)/bonobo-editor.c'; fi`
472
 
 
473
367
mostlyclean-libtool:
474
368
        -rm -f *.lo
475
369
 
579
473
mostlyclean-generic:
580
474
 
581
475
clean-generic:
582
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
583
476
 
584
477
distclean-generic:
585
478
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
675
568
        pdf pdf-am ps ps-am tags uninstall uninstall-am
676
569
 
677
570
 
678
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@Editor-commmon.c: $(GTKHTML_DATA_DIR)/Editor.idl
679
 
 
680
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@$(HTML_EDITOR_GENERATED): $(GTKHTML_DATA_DIR)/Editor.idl
681
 
@USE_GTKHTML_BONOBO_EDITOR_TRUE@        $(ORBIT_IDL) -I $(srcdir) $(BONOBO_IDL_INCLUDES) -I $(GTKHTML_DATA_DIR)/gtkhtml $(GTKHTML_DATA_DIR)/Editor.idl
682
 
 
683
571
# Tell versions [3.59,3.63) of GNU make to not export all variables.
684
572
# Otherwise a system limit (for SysV at least) may be exceeded.
685
573
.NOEXPORT: