~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to src/editor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101125212648-mc64wvs0nw3xp7bx
Tags: 3.1.4-1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = src/editor
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
LIBRARIES = $(noinst_LIBRARIES)
48
 
ARFLAGS = cru
49
 
AM_V_AR = $(am__v_AR_$(V))
50
 
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
51
 
am__v_AR_0 = @echo "  AR    " $@;
52
 
AM_V_at = $(am__v_at_$(V))
53
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
54
 
am__v_at_0 = @
55
 
libeditor_a_AR = $(AR) $(ARFLAGS)
56
 
libeditor_a_LIBADD =
57
 
am_libeditor_a_OBJECTS = libeditor_a-slib-editor.$(OBJEXT) \
58
 
        libeditor_a-link_dialog.$(OBJEXT)
59
 
libeditor_a_OBJECTS = $(am_libeditor_a_OBJECTS)
60
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
 
am__depfiles_maybe = depfiles
63
 
am__mv = mv -f
64
 
AM_V_lt = $(am__v_lt_$(V))
65
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
66
 
am__v_lt_0 = --silent
67
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
70
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
73
 
AM_V_CC = $(am__v_CC_$(V))
74
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
75
 
am__v_CC_0 = @echo "  CC    " $@;
76
 
CCLD = $(CC)
77
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
78
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
80
 
AM_V_CCLD = $(am__v_CCLD_$(V))
81
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
82
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
83
 
AM_V_GEN = $(am__v_GEN_$(V))
84
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
85
 
am__v_GEN_0 = @echo "  GEN   " $@;
86
 
SOURCES = $(libeditor_a_SOURCES)
87
 
DIST_SOURCES = $(libeditor_a_SOURCES)
88
 
ETAGS = etags
89
 
CTAGS = ctags
90
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
 
ACLOCAL = @ACLOCAL@
92
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
93
 
ALL_LINGUAS = @ALL_LINGUAS@
94
 
AMTAR = @AMTAR@
95
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
 
AM_LDFLAGS = @AM_LDFLAGS@
97
 
AR = @AR@
98
 
AUTOCONF = @AUTOCONF@
99
 
AUTOHEADER = @AUTOHEADER@
100
 
AUTOMAKE = @AUTOMAKE@
101
 
AWK = @AWK@
102
 
CATALOGS = @CATALOGS@
103
 
CATOBJEXT = @CATOBJEXT@
104
 
CC = @CC@
105
 
CCDEPMODE = @CCDEPMODE@
106
 
CFLAGS = @CFLAGS@
107
 
CPP = @CPP@
108
 
CPPFLAGS = @CPPFLAGS@
109
 
CXX = @CXX@
110
 
CXXCPP = @CXXCPP@
111
 
CXXDEPMODE = @CXXDEPMODE@
112
 
CXXFLAGS = @CXXFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DATADIRNAME = @DATADIRNAME@
115
 
DEFS = @DEFS@
116
 
DEPDIR = @DEPDIR@
117
 
DIRS = @DIRS@
118
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
119
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
120
 
DSYMUTIL = @DSYMUTIL@
121
 
DUMPBIN = @DUMPBIN@
122
 
ECHO_C = @ECHO_C@
123
 
ECHO_N = @ECHO_N@
124
 
ECHO_T = @ECHO_T@
125
 
EGREP = @EGREP@
126
 
EXEEXT = @EXEEXT@
127
 
FGREP = @FGREP@
128
 
GECKO_CFLAGS = @GECKO_CFLAGS@
129
 
GECKO_LIBS = @GECKO_LIBS@
130
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
131
 
GMOFILES = @GMOFILES@
132
 
GMSGFMT = @GMSGFMT@
133
 
GREP = @GREP@
134
 
HELP_DIR = @HELP_DIR@
135
 
INSTALL = @INSTALL@
136
 
INSTALL_DATA = @INSTALL_DATA@
137
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
 
INSTOBJEXT = @INSTOBJEXT@
141
 
INTLLIBS = @INTLLIBS@
142
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
143
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
144
 
INTLTOOL_PERL = @INTLTOOL_PERL@
145
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
146
 
LD = @LD@
147
 
LDFLAGS = @LDFLAGS@
148
 
LIBOBJS = @LIBOBJS@
149
 
LIBS = @LIBS@
150
 
LIBTOOL = @LIBTOOL@
151
 
LIPO = @LIPO@
152
 
LN_S = @LN_S@
153
 
LTLIBOBJS = @LTLIBOBJS@
154
 
MAINT = @MAINT@
155
 
MAKEINFO = @MAKEINFO@
156
 
MKDIR_P = @MKDIR_P@
157
 
MKINSTALLDIRS = @MKINSTALLDIRS@
158
 
MSGFMT = @MSGFMT@
159
 
MSGFMT_OPTS = @MSGFMT_OPTS@
160
 
MSGMERGE = @MSGMERGE@
161
 
NM = @NM@
162
 
NMEDIT = @NMEDIT@
163
 
OBJDUMP = @OBJDUMP@
164
 
OBJEXT = @OBJEXT@
165
 
OMF_DIR = @OMF_DIR@
166
 
OTOOL = @OTOOL@
167
 
OTOOL64 = @OTOOL64@
168
 
PACKAGE = @PACKAGE@
169
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170
 
PACKAGE_NAME = @PACKAGE_NAME@
171
 
PACKAGE_STRING = @PACKAGE_STRING@
172
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
173
 
PACKAGE_VERSION = @PACKAGE_VERSION@
174
 
PATH_SEPARATOR = @PATH_SEPARATOR@
175
 
PKG_CONFIG = @PKG_CONFIG@
176
 
POFILES = @POFILES@
177
 
POSUB = @POSUB@
178
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
179
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
180
 
RANLIB = @RANLIB@
181
 
SED = @SED@
182
 
SET_MAKE = @SET_MAKE@
183
 
SHELL = @SHELL@
184
 
STRIP = @STRIP@
185
 
USE_NLS = @USE_NLS@
186
 
VERSION = @VERSION@
187
 
WARN_CFLAGS = @WARN_CFLAGS@
188
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
189
 
XGETTEXT = @XGETTEXT@
190
 
XIPHOS_CFLAGS = @XIPHOS_CFLAGS@
191
 
XIPHOS_LIBS = @XIPHOS_LIBS@
192
 
abs_builddir = @abs_builddir@
193
 
abs_srcdir = @abs_srcdir@
194
 
abs_top_builddir = @abs_top_builddir@
195
 
abs_top_srcdir = @abs_top_srcdir@
196
 
ac_ct_CC = @ac_ct_CC@
197
 
ac_ct_CXX = @ac_ct_CXX@
198
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199
 
am__include = @am__include@
200
 
am__leading_dot = @am__leading_dot@
201
 
am__quote = @am__quote@
202
 
am__tar = @am__tar@
203
 
am__untar = @am__untar@
204
 
bindir = @bindir@
205
 
build = @build@
206
 
build_alias = @build_alias@
207
 
build_cpu = @build_cpu@
208
 
build_os = @build_os@
209
 
build_vendor = @build_vendor@
210
 
builddir = @builddir@
211
 
datadir = @datadir@
212
 
datarootdir = @datarootdir@
213
 
docdir = @docdir@
214
 
dvidir = @dvidir@
215
 
exec_prefix = @exec_prefix@
216
 
host = @host@
217
 
host_alias = @host_alias@
218
 
host_cpu = @host_cpu@
219
 
host_os = @host_os@
220
 
host_vendor = @host_vendor@
221
 
htmldir = @htmldir@
222
 
includedir = @includedir@
223
 
infodir = @infodir@
224
 
install_sh = @install_sh@
225
 
libdir = @libdir@
226
 
libexecdir = @libexecdir@
227
 
localedir = @localedir@
228
 
localstatedir = @localstatedir@
229
 
lt_ECHO = @lt_ECHO@
230
 
mandir = @mandir@
231
 
mkdir_p = @mkdir_p@
232
 
oldincludedir = @oldincludedir@
233
 
pdfdir = @pdfdir@
234
 
prefix = @prefix@
235
 
program_transform_name = @program_transform_name@
236
 
psdir = @psdir@
237
 
sbindir = @sbindir@
238
 
sharedstatedir = @sharedstatedir@
239
 
srcdir = @srcdir@
240
 
sysconfdir = @sysconfdir@
241
 
target_alias = @target_alias@
242
 
top_build_prefix = @top_build_prefix@
243
 
top_builddir = @top_builddir@
244
 
top_srcdir = @top_srcdir@
245
 
xiphos_exec = @xiphos_exec@
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
 
 
252
 
libeditor_a_CFLAGS = \
253
 
        -I$(top_srcdir)/src \
254
 
        $(XIPHOS_CFLAGS) \
255
 
        $(WARN_CFLAGS)
256
 
 
257
 
EXTRA_DIST = \
258
 
        wscript_build
259
 
 
260
 
all: all-am
261
 
 
262
 
.SUFFIXES:
263
 
.SUFFIXES: .c .lo .o .obj
264
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
265
 
        @for dep in $?; do \
266
 
          case '$(am__configure_deps)' in \
267
 
            *$$dep*) \
268
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269
 
                && { if test -f $@; then exit 0; else break; fi; }; \
270
 
              exit 1;; \
271
 
          esac; \
272
 
        done; \
273
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/editor/Makefile'; \
274
 
        $(am__cd) $(top_srcdir) && \
275
 
          $(AUTOMAKE) --foreign src/editor/Makefile
276
 
.PRECIOUS: Makefile
277
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278
 
        @case '$?' in \
279
 
          *config.status*) \
280
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281
 
          *) \
282
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284
 
        esac;
285
 
 
286
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
 
 
289
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
 
$(am__aclocal_m4_deps):
294
 
 
295
 
clean-noinstLIBRARIES:
296
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
297
 
libeditor.a: $(libeditor_a_OBJECTS) $(libeditor_a_DEPENDENCIES) 
298
 
        $(AM_V_at)-rm -f libeditor.a
299
 
        $(AM_V_AR)$(libeditor_a_AR) libeditor.a $(libeditor_a_OBJECTS) $(libeditor_a_LIBADD)
300
 
        $(AM_V_at)$(RANLIB) libeditor.a
301
 
 
302
 
mostlyclean-compile:
303
 
        -rm -f *.$(OBJEXT)
304
 
 
305
 
distclean-compile:
306
 
        -rm -f *.tab.c
307
 
 
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-link_dialog.Po@am__quote@
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libeditor_a-slib-editor.Po@am__quote@
310
 
 
311
 
.c.o:
312
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
318
 
 
319
 
.c.obj:
320
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
321
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
 
 
327
 
.c.lo:
328
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
331
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
334
 
 
335
 
libeditor_a-slib-editor.o: slib-editor.c
336
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-slib-editor.o -MD -MP -MF $(DEPDIR)/libeditor_a-slib-editor.Tpo -c -o libeditor_a-slib-editor.o `test -f 'slib-editor.c' || echo '$(srcdir)/'`slib-editor.c
337
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-slib-editor.Tpo $(DEPDIR)/libeditor_a-slib-editor.Po
338
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slib-editor.c' object='libeditor_a-slib-editor.o' libtool=no @AMDEPBACKSLASH@
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-slib-editor.o `test -f 'slib-editor.c' || echo '$(srcdir)/'`slib-editor.c
342
 
 
343
 
libeditor_a-slib-editor.obj: slib-editor.c
344
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-slib-editor.obj -MD -MP -MF $(DEPDIR)/libeditor_a-slib-editor.Tpo -c -o libeditor_a-slib-editor.obj `if test -f 'slib-editor.c'; then $(CYGPATH_W) 'slib-editor.c'; else $(CYGPATH_W) '$(srcdir)/slib-editor.c'; fi`
345
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-slib-editor.Tpo $(DEPDIR)/libeditor_a-slib-editor.Po
346
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='slib-editor.c' object='libeditor_a-slib-editor.obj' libtool=no @AMDEPBACKSLASH@
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-slib-editor.obj `if test -f 'slib-editor.c'; then $(CYGPATH_W) 'slib-editor.c'; else $(CYGPATH_W) '$(srcdir)/slib-editor.c'; fi`
350
 
 
351
 
libeditor_a-link_dialog.o: link_dialog.c
352
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-link_dialog.o -MD -MP -MF $(DEPDIR)/libeditor_a-link_dialog.Tpo -c -o libeditor_a-link_dialog.o `test -f 'link_dialog.c' || echo '$(srcdir)/'`link_dialog.c
353
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-link_dialog.Tpo $(DEPDIR)/libeditor_a-link_dialog.Po
354
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
355
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='link_dialog.c' object='libeditor_a-link_dialog.o' libtool=no @AMDEPBACKSLASH@
356
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -c -o libeditor_a-link_dialog.o `test -f 'link_dialog.c' || echo '$(srcdir)/'`link_dialog.c
358
 
 
359
 
libeditor_a-link_dialog.obj: link_dialog.c
360
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libeditor_a_CPPFLAGS) $(CPPFLAGS) $(libeditor_a_CFLAGS) $(CFLAGS) -MT libeditor_a-link_dialog.obj -MD -MP -MF $(DEPDIR)/libeditor_a-link_dialog.Tpo -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`
361
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libeditor_a-link_dialog.Tpo $(DEPDIR)/libeditor_a-link_dialog.Po
362
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
363
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='link_dialog.c' object='libeditor_a-link_dialog.obj' libtool=no @AMDEPBACKSLASH@
364
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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`
366
 
 
367
 
mostlyclean-libtool:
368
 
        -rm -f *.lo
369
 
 
370
 
clean-libtool:
371
 
        -rm -rf .libs _libs
372
 
 
373
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
374
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375
 
        unique=`for i in $$list; do \
376
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
 
          done | \
378
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
 
        mkid -fID $$unique
381
 
tags: TAGS
382
 
 
383
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
 
                $(TAGS_FILES) $(LISP)
385
 
        set x; \
386
 
        here=`pwd`; \
387
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
 
        unique=`for i in $$list; do \
389
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
 
          done | \
391
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
393
 
        shift; \
394
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
 
          test -n "$$unique" || unique=$$empty_fix; \
396
 
          if test $$# -gt 0; then \
397
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
              "$$@" $$unique; \
399
 
          else \
400
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401
 
              $$unique; \
402
 
          fi; \
403
 
        fi
404
 
ctags: CTAGS
405
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
 
                $(TAGS_FILES) $(LISP)
407
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
 
        unique=`for i in $$list; do \
409
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
 
          done | \
411
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
 
        test -z "$(CTAGS_ARGS)$$unique" \
414
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415
 
             $$unique
416
 
 
417
 
GTAGS:
418
 
        here=`$(am__cd) $(top_builddir) && pwd` \
419
 
          && $(am__cd) $(top_srcdir) \
420
 
          && gtags -i $(GTAGS_ARGS) "$$here"
421
 
 
422
 
distclean-tags:
423
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
 
 
425
 
distdir: $(DISTFILES)
426
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428
 
        list='$(DISTFILES)'; \
429
 
          dist_files=`for file in $$list; do echo $$file; done | \
430
 
          sed -e "s|^$$srcdirstrip/||;t" \
431
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
432
 
        case $$dist_files in \
433
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
434
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435
 
                           sort -u` ;; \
436
 
        esac; \
437
 
        for file in $$dist_files; do \
438
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439
 
          if test -d $$d/$$file; then \
440
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441
 
            if test -d "$(distdir)/$$file"; then \
442
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443
 
            fi; \
444
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
445
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
446
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447
 
            fi; \
448
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
449
 
          else \
450
 
            test -f "$(distdir)/$$file" \
451
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
452
 
            || exit 1; \
453
 
          fi; \
454
 
        done
455
 
check-am: all-am
456
 
check: check-am
457
 
all-am: Makefile $(LIBRARIES)
458
 
installdirs:
459
 
install: install-am
460
 
install-exec: install-exec-am
461
 
install-data: install-data-am
462
 
uninstall: uninstall-am
463
 
 
464
 
install-am: all-am
465
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466
 
 
467
 
installcheck: installcheck-am
468
 
install-strip:
469
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471
 
          `test -z '$(STRIP)' || \
472
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
473
 
mostlyclean-generic:
474
 
 
475
 
clean-generic:
476
 
 
477
 
distclean-generic:
478
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
 
 
481
 
maintainer-clean-generic:
482
 
        @echo "This command is intended for maintainers to use"
483
 
        @echo "it deletes files that may require special tools to rebuild."
484
 
clean: clean-am
485
 
 
486
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
487
 
        mostlyclean-am
488
 
 
489
 
distclean: distclean-am
490
 
        -rm -rf ./$(DEPDIR)
491
 
        -rm -f Makefile
492
 
distclean-am: clean-am distclean-compile distclean-generic \
493
 
        distclean-tags
494
 
 
495
 
dvi: dvi-am
496
 
 
497
 
dvi-am:
498
 
 
499
 
html: html-am
500
 
 
501
 
html-am:
502
 
 
503
 
info: info-am
504
 
 
505
 
info-am:
506
 
 
507
 
install-data-am:
508
 
 
509
 
install-dvi: install-dvi-am
510
 
 
511
 
install-dvi-am:
512
 
 
513
 
install-exec-am:
514
 
 
515
 
install-html: install-html-am
516
 
 
517
 
install-html-am:
518
 
 
519
 
install-info: install-info-am
520
 
 
521
 
install-info-am:
522
 
 
523
 
install-man:
524
 
 
525
 
install-pdf: install-pdf-am
526
 
 
527
 
install-pdf-am:
528
 
 
529
 
install-ps: install-ps-am
530
 
 
531
 
install-ps-am:
532
 
 
533
 
installcheck-am:
534
 
 
535
 
maintainer-clean: maintainer-clean-am
536
 
        -rm -rf ./$(DEPDIR)
537
 
        -rm -f Makefile
538
 
maintainer-clean-am: distclean-am maintainer-clean-generic
539
 
 
540
 
mostlyclean: mostlyclean-am
541
 
 
542
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
543
 
        mostlyclean-libtool
544
 
 
545
 
pdf: pdf-am
546
 
 
547
 
pdf-am:
548
 
 
549
 
ps: ps-am
550
 
 
551
 
ps-am:
552
 
 
553
 
uninstall-am:
554
 
 
555
 
.MAKE: install-am install-strip
556
 
 
557
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
558
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
559
 
        distclean-compile distclean-generic distclean-libtool \
560
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
561
 
        install install-am install-data install-data-am install-dvi \
562
 
        install-dvi-am install-exec install-exec-am install-html \
563
 
        install-html-am install-info install-info-am install-man \
564
 
        install-pdf install-pdf-am install-ps install-ps-am \
565
 
        install-strip installcheck installcheck-am installdirs \
566
 
        maintainer-clean maintainer-clean-generic mostlyclean \
567
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
568
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
569
 
 
570
 
 
571
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
572
 
# Otherwise a system limit (for SysV at least) may be exceeded.
573
 
.NOEXPORT: