~ubuntu-branches/ubuntu/precise/nautilus-actions/precise

« back to all changes in this revision

Viewing changes to src/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2009-08-12 14:04:00 UTC
  • mfrom: (1.1.6 upstream) (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090812140400-ufe3o3jvr62lf0sf
Tags: 1.12.0-1
* New upstream stable release.
  - Actions can now be enabled/disabled: disabled actions will
    never show up in the nautilus context menu
  - Gnome Bugzilla bugs fixed:
    - #325519 asked by Frederic Ruaudel (enabled property)
    - #590398 reported by Pierre Wieser (install doc)
    - #590399 reported by Pierre Wieser (gtk_image_menu_item_set_image)
    - #590709 reported by Claude Paroz (markup in translatable strings)
    - #590711 reported by Claude Paroz (pipe char is ambiguous to translate)
 - Do not install GConf schemas if --disable-schemas-install option has
   been specified
 - New/updated es and fr translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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
# Nautilus Actions
 
19
# A Nautilus extension which offers configurable context menu actions.
 
20
#
 
21
# Copyright (C) 2005 The GNOME Foundation
 
22
# Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
 
23
# Copyright (C) 2009 Pierre Wieser and others (see AUTHORS)
 
24
#
 
25
# This Program is free software; you can redistribute it and/or
 
26
# modify it under the terms of the GNU General Public License as
 
27
# published by the Free Software Foundation; either version 2 of
 
28
# the License, or (at your option) any later version.
 
29
#
 
30
# This Program is distributed in the hope that it will be useful,
 
31
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
32
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
33
# GNU General Public License for more details.
 
34
#
 
35
# You should have received a copy of the GNU General Public
 
36
# License along with this Library; see the file COPYING.  If not,
 
37
# write to the Free Software Foundation, Inc., 59 Temple Place,
 
38
# Suite 330, Boston, MA 02111-1307, USA.
 
39
#
 
40
# Authors:
 
41
#   Frederic Ruaudel <grumz@grumz.net>
 
42
#   Rodrigo Moya <rodrigo@gnome-db.org>
 
43
#   Pierre Wieser <pwieser@trychlos.org>
 
44
#   ... and many others (see AUTHORS)
 
45
 
 
46
VPATH = @srcdir@
 
47
pkgdatadir = $(datadir)/@PACKAGE@
 
48
pkgincludedir = $(includedir)/@PACKAGE@
 
49
pkglibdir = $(libdir)/@PACKAGE@
 
50
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
51
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
52
install_sh_DATA = $(install_sh) -c -m 644
 
53
install_sh_PROGRAM = $(install_sh) -c
 
54
install_sh_SCRIPT = $(install_sh) -c
 
55
INSTALL_HEADER = $(INSTALL_DATA)
 
56
transform = $(program_transform_name)
 
57
NORMAL_INSTALL = :
 
58
PRE_INSTALL = :
 
59
POST_INSTALL = :
 
60
NORMAL_UNINSTALL = :
 
61
PRE_UNINSTALL = :
 
62
POST_UNINSTALL = :
 
63
build_triplet = @build@
 
64
host_triplet = @host@
 
65
target_triplet = @target@
 
66
noinst_PROGRAMS = test-parse-uris$(EXEEXT)
 
67
subdir = src/test
 
68
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
70
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
71
        $(top_srcdir)/m4/na-compiler-flags.m4 \
 
72
        $(top_srcdir)/m4/na-log-domains.m4 \
 
73
        $(top_srcdir)/m4/na-maintainer-mode.m4 \
 
74
        $(top_srcdir)/m4/na-nautilus-extdir.m4 \
 
75
        $(top_srcdir)/configure.ac
 
76
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
77
        $(ACLOCAL_M4)
 
78
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
79
CONFIG_HEADER = $(top_builddir)/src/config.h
 
80
CONFIG_CLEAN_FILES =
 
81
CONFIG_CLEAN_VPATH_FILES =
 
82
PROGRAMS = $(noinst_PROGRAMS)
 
83
am_test_parse_uris_OBJECTS = test-parse-uris.$(OBJEXT)
 
84
test_parse_uris_OBJECTS = $(am_test_parse_uris_OBJECTS)
 
85
am__DEPENDENCIES_1 =
 
86
test_parse_uris_DEPENDENCIES = $(top_builddir)/src/common/libnact.la \
 
87
        $(am__DEPENDENCIES_1)
 
88
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
 
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
90
am__depfiles_maybe = depfiles
 
91
am__mv = mv -f
 
92
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
93
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
94
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
95
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
96
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
97
CCLD = $(CC)
 
98
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
99
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
100
        $(LDFLAGS) -o $@
 
101
SOURCES = $(test_parse_uris_SOURCES)
 
102
DIST_SOURCES = $(test_parse_uris_SOURCES)
 
103
ETAGS = etags
 
104
CTAGS = ctags
 
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
106
ACLOCAL = @ACLOCAL@
 
107
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
108
ALL_LINGUAS = @ALL_LINGUAS@
 
109
AMTAR = @AMTAR@
 
110
AM_CFLAGS = @AM_CFLAGS@
 
111
AM_CPPFLAGS = @AM_CPPFLAGS@ -I $(top_srcdir)/src \
 
112
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
 
113
        $(NAUTILUS_ACTIONS_CFLAGS) \
 
114
        -DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_TEST}\" $(NULL)
 
115
AR = @AR@
 
116
AUTOCONF = @AUTOCONF@
 
117
AUTOHEADER = @AUTOHEADER@
 
118
AUTOMAKE = @AUTOMAKE@
 
119
AWK = @AWK@
 
120
CATALOGS = @CATALOGS@
 
121
CATOBJEXT = @CATOBJEXT@
 
122
CC = @CC@
 
123
CCDEPMODE = @CCDEPMODE@
 
124
CFLAGS = @CFLAGS@
 
125
CPP = @CPP@
 
126
CPPFLAGS = @CPPFLAGS@
 
127
CXX = @CXX@
 
128
CXXCPP = @CXXCPP@
 
129
CXXDEPMODE = @CXXDEPMODE@
 
130
CXXFLAGS = @CXXFLAGS@
 
131
CYGPATH_W = @CYGPATH_W@
 
132
DATADIRNAME = @DATADIRNAME@
 
133
DEFS = @DEFS@
 
134
DEPDIR = @DEPDIR@
 
135
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
136
DSYMUTIL = @DSYMUTIL@
 
137
ECHO = @ECHO@
 
138
ECHO_C = @ECHO_C@
 
139
ECHO_N = @ECHO_N@
 
140
ECHO_T = @ECHO_T@
 
141
EGREP = @EGREP@
 
142
EXEEXT = @EXEEXT@
 
143
F77 = @F77@
 
144
FFLAGS = @FFLAGS@
 
145
GCONFTOOL = @GCONFTOOL@
 
146
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
147
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
148
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
149
GMOFILES = @GMOFILES@
 
150
GMSGFMT = @GMSGFMT@
 
151
GREP = @GREP@
 
152
INSTALL = @INSTALL@
 
153
INSTALL_DATA = @INSTALL_DATA@
 
154
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
155
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
156
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
157
INSTOBJEXT = @INSTOBJEXT@
 
158
INTLLIBS = @INTLLIBS@
 
159
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
160
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
161
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
162
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
163
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
164
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
165
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
166
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
167
INTLTOOL_PERL = @INTLTOOL_PERL@
 
168
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
169
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
170
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
171
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
172
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
173
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
174
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
175
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
176
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
177
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
178
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
179
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
180
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
181
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
182
LDFLAGS = @LDFLAGS@
 
183
LIBOBJS = @LIBOBJS@
 
184
LIBS = @LIBS@
 
185
LIBTOOL = @LIBTOOL@
 
186
LN_S = @LN_S@
 
187
LTLIBOBJS = @LTLIBOBJS@
 
188
MAINT = @MAINT@
 
189
MAKEINFO = @MAKEINFO@
 
190
MKDIR_P = @MKDIR_P@
 
191
MKINSTALLDIRS = @MKINSTALLDIRS@
 
192
MSGFMT = @MSGFMT@
 
193
MSGFMT_OPTS = @MSGFMT_OPTS@
 
194
MSGMERGE = @MSGMERGE@
 
195
NAUTILUS_ACTIONS_CFLAGS = @NAUTILUS_ACTIONS_CFLAGS@
 
196
NAUTILUS_ACTIONS_LIBS = @NAUTILUS_ACTIONS_LIBS@
 
197
NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
 
198
NA_LOGDOMAIN_COMMON = @NA_LOGDOMAIN_COMMON@
 
199
NA_LOGDOMAIN_NACT = @NA_LOGDOMAIN_NACT@
 
200
NA_LOGDOMAIN_PLUGIN = @NA_LOGDOMAIN_PLUGIN@
 
201
NA_LOGDOMAIN_TEST = @NA_LOGDOMAIN_TEST@
 
202
NA_LOGDOMAIN_UTILS = @NA_LOGDOMAIN_UTILS@
 
203
NMEDIT = @NMEDIT@
 
204
OBJEXT = @OBJEXT@
 
205
PACKAGE = @PACKAGE@
 
206
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
207
PACKAGE_NAME = @PACKAGE_NAME@
 
208
PACKAGE_STRING = @PACKAGE_STRING@
 
209
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
210
PACKAGE_VERSION = @PACKAGE_VERSION@
 
211
PATH_SEPARATOR = @PATH_SEPARATOR@
 
212
PKG_CONFIG = @PKG_CONFIG@
 
213
POFILES = @POFILES@
 
214
POSUB = @POSUB@
 
215
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
216
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
217
RANLIB = @RANLIB@
 
218
SED = @SED@
 
219
SET_MAKE = @SET_MAKE@
 
220
SHELL = @SHELL@
 
221
STRIP = @STRIP@
 
222
USE_NLS = @USE_NLS@
 
223
VERSION = @VERSION@
 
224
WARN_CFLAGS = @WARN_CFLAGS@
 
225
XGETTEXT = @XGETTEXT@
 
226
abs_builddir = @abs_builddir@
 
227
abs_srcdir = @abs_srcdir@
 
228
abs_top_builddir = @abs_top_builddir@
 
229
abs_top_srcdir = @abs_top_srcdir@
 
230
ac_ct_CC = @ac_ct_CC@
 
231
ac_ct_CXX = @ac_ct_CXX@
 
232
ac_ct_F77 = @ac_ct_F77@
 
233
am__include = @am__include@
 
234
am__leading_dot = @am__leading_dot@
 
235
am__quote = @am__quote@
 
236
am__tar = @am__tar@
 
237
am__untar = @am__untar@
 
238
bindir = @bindir@
 
239
build = @build@
 
240
build_alias = @build_alias@
 
241
build_cpu = @build_cpu@
 
242
build_os = @build_os@
 
243
build_vendor = @build_vendor@
 
244
builddir = @builddir@
 
245
datadir = @datadir@
 
246
datarootdir = @datarootdir@
 
247
docdir = @docdir@
 
248
dvidir = @dvidir@
 
249
exec_prefix = @exec_prefix@
 
250
host = @host@
 
251
host_alias = @host_alias@
 
252
host_cpu = @host_cpu@
 
253
host_os = @host_os@
 
254
host_vendor = @host_vendor@
 
255
htmldir = @htmldir@
 
256
includedir = @includedir@
 
257
infodir = @infodir@
 
258
install_sh = @install_sh@
 
259
libdir = @libdir@
 
260
libexecdir = @libexecdir@
 
261
localedir = @localedir@
 
262
localstatedir = @localstatedir@
 
263
mandir = @mandir@
 
264
mkdir_p = @mkdir_p@
 
265
oldincludedir = @oldincludedir@
 
266
pdfdir = @pdfdir@
 
267
prefix = @prefix@
 
268
program_transform_name = @program_transform_name@
 
269
psdir = @psdir@
 
270
sbindir = @sbindir@
 
271
sharedstatedir = @sharedstatedir@
 
272
srcdir = @srcdir@
 
273
sysconfdir = @sysconfdir@
 
274
target = @target@
 
275
target_alias = @target_alias@
 
276
target_cpu = @target_cpu@
 
277
target_os = @target_os@
 
278
target_vendor = @target_vendor@
 
279
top_build_prefix = @top_build_prefix@
 
280
top_builddir = @top_builddir@
 
281
top_srcdir = @top_srcdir@
 
282
test_parse_uris_SOURCES = \
 
283
        test-parse-uris.c                                                               \
 
284
        $(NULL)
 
285
 
 
286
test_parse_uris_LDADD = \
 
287
        $(top_builddir)/src/common/libnact.la                   \
 
288
        $(NAUTILUS_ACTIONS_LIBS)                                                \
 
289
        $(NULL)
 
290
 
 
291
all: all-am
 
292
 
 
293
.SUFFIXES:
 
294
.SUFFIXES: .c .lo .o .obj
 
295
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
296
        @for dep in $?; do \
 
297
          case '$(am__configure_deps)' in \
 
298
            *$$dep*) \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
 
301
              exit 1;; \
 
302
          esac; \
 
303
        done; \
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/test/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu src/test/Makefile
 
307
.PRECIOUS: Makefile
 
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
309
        @case '$?' in \
 
310
          *config.status*) \
 
311
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
312
          *) \
 
313
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
314
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
315
        esac;
 
316
 
 
317
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
 
 
320
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
 
325
 
 
326
clean-noinstPROGRAMS:
 
327
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
328
        echo " rm -f" $$list; \
 
329
        rm -f $$list || exit $$?; \
 
330
        test -n "$(EXEEXT)" || exit 0; \
 
331
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
332
        echo " rm -f" $$list; \
 
333
        rm -f $$list
 
334
test-parse-uris$(EXEEXT): $(test_parse_uris_OBJECTS) $(test_parse_uris_DEPENDENCIES) 
 
335
        @rm -f test-parse-uris$(EXEEXT)
 
336
        $(LINK) $(test_parse_uris_OBJECTS) $(test_parse_uris_LDADD) $(LIBS)
 
337
 
 
338
mostlyclean-compile:
 
339
        -rm -f *.$(OBJEXT)
 
340
 
 
341
distclean-compile:
 
342
        -rm -f *.tab.c
 
343
 
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse-uris.Po@am__quote@
 
345
 
 
346
.c.o:
 
347
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
348
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
351
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
352
 
 
353
.c.obj:
 
354
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
355
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
358
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
359
 
 
360
.c.lo:
 
361
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
362
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
365
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
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 $(PROGRAMS)
 
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-noinstPROGRAMS \
 
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-noinstPROGRAMS 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: