~ubuntu-branches/ubuntu/hardy/pidgin/hardy

« back to all changes in this revision

Viewing changes to pidgin/pixmaps/icons/16/scalable/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-21 02:48:06 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071221024806-pd44a5k9tiyh12mp
Tags: 1:2.3.1-2ubuntu1
* Sync with Debian, remaining Ubuntu changes; (LP: #177811)
  - Set Maintainer to Ubuntu Core Developers.
  - Add build-deps on liblaunchpad-integration-dev, intltool,
    libnm-glib-dev (for --enable-nm) (Ubuntu #112720).
  - Drop build-deps on libsilc-1.1-2-dev | libsilc-dev (>= 1.1.1) as 
    this library is in universe.
  - Drop the libpurple0 recommends on libpurple-bin.
  - Add a gaim transitionnal package for upgrades.
  - Ship compatibility symlinks via debian/gaim.links.
  - Pass --enable-nm to configure to enable NetworkManager support.
  - Pass --disable-silc to configure to disable silc support even if 
    it's installed in the build environment.
  - Add X-Ubuntu-Gettext-Domain to the desktop file and update the
    translation templates in common-install-impl::.
   - Update debian/prefs.xml to set the notify plugin prefs
    /plugins/gtk/X11/notify/* and set /pidgin/plugins/loaded to load 
    the notify plugin; Ubuntu: #13389.
  - Add LPI integration patch, 02_lpi.
  - Add patch 04_let_crasher_for_apport to stop catching the SIGSEGV signal
    and let apport handle it.
  - Add patch 05_default_to_irc_ubuntu_com to set the default IRC 
    server to irc.ubuntu.com.
  - Add autoconf patch, 70_autoconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
 
target_triplet = @target@
35
 
subdir = pidgin/pixmaps/icons/16/scalable
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
 
        $(top_srcdir)/configure.ac
40
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
 
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
 
CONFIG_HEADER = $(top_builddir)/config.h
44
 
CONFIG_CLEAN_FILES =
45
 
SOURCES =
46
 
DIST_SOURCES =
47
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
 
ACLOCAL = @ACLOCAL@
49
 
ALL_LINGUAS = @ALL_LINGUAS@
50
 
AMTAR = @AMTAR@
51
 
AR = @AR@
52
 
AUTOCONF = @AUTOCONF@
53
 
AUTOHEADER = @AUTOHEADER@
54
 
AUTOMAKE = @AUTOMAKE@
55
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
56
 
AVAHI_LIBS = @AVAHI_LIBS@
57
 
AWK = @AWK@
58
 
CATALOGS = @CATALOGS@
59
 
CATOBJEXT = @CATOBJEXT@
60
 
CC = @CC@
61
 
CCDEPMODE = @CCDEPMODE@
62
 
CFLAGS = @CFLAGS@
63
 
CHECK_CFLAGS = @CHECK_CFLAGS@
64
 
CHECK_LIBS = @CHECK_LIBS@
65
 
CPP = @CPP@
66
 
CPPFLAGS = @CPPFLAGS@
67
 
CXX = @CXX@
68
 
CXXCPP = @CXXCPP@
69
 
CXXDEPMODE = @CXXDEPMODE@
70
 
CXXFLAGS = @CXXFLAGS@
71
 
CYGPATH_W = @CYGPATH_W@
72
 
DATADIRNAME = @DATADIRNAME@
73
 
DBUS_CFLAGS = @DBUS_CFLAGS@
74
 
DBUS_LIBS = @DBUS_LIBS@
75
 
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
76
 
DEBUG_CFLAGS = @DEBUG_CFLAGS@
77
 
DEFS = @DEFS@
78
 
DEPDIR = @DEPDIR@
79
 
DOT = @DOT@
80
 
DOXYGEN = @DOXYGEN@
81
 
DYNALOADER_A = @DYNALOADER_A@
82
 
DYNAMIC_PRPLS = @DYNAMIC_PRPLS@
83
 
ECHO = @ECHO@
84
 
ECHO_C = @ECHO_C@
85
 
ECHO_N = @ECHO_N@
86
 
ECHO_T = @ECHO_T@
87
 
EGREP = @EGREP@
88
 
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
89
 
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
90
 
EXEEXT = @EXEEXT@
91
 
F77 = @F77@
92
 
FFLAGS = @FFLAGS@
93
 
GADU_CFLAGS = @GADU_CFLAGS@
94
 
GADU_LIBS = @GADU_LIBS@
95
 
GCONFTOOL = @GCONFTOOL@
96
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
97
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
98
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
99
 
GLIB_CFLAGS = @GLIB_CFLAGS@
100
 
GLIB_LIBS = @GLIB_LIBS@
101
 
GMOFILES = @GMOFILES@
102
 
GMSGFMT = @GMSGFMT@
103
 
GNT_CFLAGS = @GNT_CFLAGS@
104
 
GNT_LIBS = @GNT_LIBS@
105
 
GNT_LT_VERSION_INFO = @GNT_LT_VERSION_INFO@
106
 
GNT_MAJOR_VERSION = @GNT_MAJOR_VERSION@
107
 
GNT_MICRO_VERSION = @GNT_MICRO_VERSION@
108
 
GNT_MINOR_VERSION = @GNT_MINOR_VERSION@
109
 
GNT_VERSION = @GNT_VERSION@
110
 
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
111
 
GNUTLS_LIBS = @GNUTLS_LIBS@
112
 
GREP = @GREP@
113
 
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
114
 
GSTREAMER_LIBS = @GSTREAMER_LIBS@
115
 
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
116
 
GTKSPELL_LIBS = @GTKSPELL_LIBS@
117
 
GTK_CFLAGS = @GTK_CFLAGS@
118
 
GTK_LIBS = @GTK_LIBS@
119
 
HOWL_CFLAGS = @HOWL_CFLAGS@
120
 
HOWL_LIBS = @HOWL_LIBS@
121
 
INSTALL = @INSTALL@
122
 
INSTALL_DATA = @INSTALL_DATA@
123
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
 
INSTOBJEXT = @INSTOBJEXT@
127
 
INTLLIBS = @INTLLIBS@
128
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
129
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
130
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
131
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
132
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
133
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
134
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
135
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
136
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
137
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
138
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
139
 
INTLTOOL_PERL = @INTLTOOL_PERL@
140
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
141
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
142
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
143
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
144
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
145
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
146
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
147
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
148
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
149
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
150
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
151
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
152
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
153
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
154
 
KRB4_CFLAGS = @KRB4_CFLAGS@
155
 
KRB4_LDFLAGS = @KRB4_LDFLAGS@
156
 
KRB4_LIBS = @KRB4_LIBS@
157
 
LDADD = @LDADD@
158
 
LDFLAGS = @LDFLAGS@
159
 
LIBNM_CFLAGS = @LIBNM_CFLAGS@
160
 
LIBNM_LIBS = @LIBNM_LIBS@
161
 
LIBOBJS = @LIBOBJS@
162
 
LIBPERL_A = @LIBPERL_A@
163
 
LIBS = @LIBS@
164
 
LIBTOOL = @LIBTOOL@
165
 
LIBXML_CFLAGS = @LIBXML_CFLAGS@
166
 
LIBXML_LIBS = @LIBXML_LIBS@
167
 
LN_S = @LN_S@
168
 
LTLIBOBJS = @LTLIBOBJS@
169
 
MAKEINFO = @MAKEINFO@
170
 
MEANWHILE_CFLAGS = @MEANWHILE_CFLAGS@
171
 
MEANWHILE_LIBS = @MEANWHILE_LIBS@
172
 
MKDIR_P = @MKDIR_P@
173
 
MKINSTALLDIRS = @MKINSTALLDIRS@
174
 
MONO_CFLAGS = @MONO_CFLAGS@
175
 
MONO_LIBS = @MONO_LIBS@
176
 
MSGFMT = @MSGFMT@
177
 
MSGFMT_OPTS = @MSGFMT_OPTS@
178
 
NSS_CFLAGS = @NSS_CFLAGS@
179
 
NSS_LIBS = @NSS_LIBS@
180
 
OBJEXT = @OBJEXT@
181
 
PACKAGE = @PACKAGE@
182
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183
 
PACKAGE_NAME = @PACKAGE_NAME@
184
 
PACKAGE_STRING = @PACKAGE_STRING@
185
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
186
 
PACKAGE_VERSION = @PACKAGE_VERSION@
187
 
PATH_SEPARATOR = @PATH_SEPARATOR@
188
 
PERL = @PERL@
189
 
PERL_CFLAGS = @PERL_CFLAGS@
190
 
PERL_LIBS = @PERL_LIBS@
191
 
PERL_MM_PARAMS = @PERL_MM_PARAMS@
192
 
PKG_CONFIG = @PKG_CONFIG@
193
 
POFILES = @POFILES@
194
 
POSUB = @POSUB@
195
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
196
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
197
 
PURPLE_LT_VERSION_INFO = @PURPLE_LT_VERSION_INFO@
198
 
PURPLE_MAJOR_VERSION = @PURPLE_MAJOR_VERSION@
199
 
PURPLE_MICRO_VERSION = @PURPLE_MICRO_VERSION@
200
 
PURPLE_MINOR_VERSION = @PURPLE_MINOR_VERSION@
201
 
PURPLE_VERSION = @PURPLE_VERSION@
202
 
PYTHON = @PYTHON@
203
 
RANLIB = @RANLIB@
204
 
SASL_LIBS = @SASL_LIBS@
205
 
SED = @SED@
206
 
SET_MAKE = @SET_MAKE@
207
 
SHELL = @SHELL@
208
 
SILC_CFLAGS = @SILC_CFLAGS@
209
 
SILC_LIBS = @SILC_LIBS@
210
 
SM_LIBS = @SM_LIBS@
211
 
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
212
 
SQLITE3_LIBS = @SQLITE3_LIBS@
213
 
STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
214
 
STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
215
 
STATIC_LINK_LIBS = @STATIC_LINK_LIBS@
216
 
STATIC_PRPLS = @STATIC_PRPLS@
217
 
STRIP = @STRIP@
218
 
TCL_CFLAGS = @TCL_CFLAGS@
219
 
TCL_LIBS = @TCL_LIBS@
220
 
TK_LIBS = @TK_LIBS@
221
 
USE_NLS = @USE_NLS@
222
 
VERSION = @VERSION@
223
 
X11_CFLAGS = @X11_CFLAGS@
224
 
X11_LIBS = @X11_LIBS@
225
 
XGETTEXT = @XGETTEXT@
226
 
XMKMF = @XMKMF@
227
 
XSS_LIBS = @XSS_LIBS@
228
 
X_CFLAGS = @X_CFLAGS@
229
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
230
 
X_LIBS = @X_LIBS@
231
 
X_PRE_LIBS = @X_PRE_LIBS@
232
 
ZEPHYR_CFLAGS = @ZEPHYR_CFLAGS@
233
 
ZEPHYR_LDFLAGS = @ZEPHYR_LDFLAGS@
234
 
ZEPHYR_LIBS = @ZEPHYR_LIBS@
235
 
abs_builddir = @abs_builddir@
236
 
abs_srcdir = @abs_srcdir@
237
 
abs_top_builddir = @abs_top_builddir@
238
 
abs_top_srcdir = @abs_top_srcdir@
239
 
ac_ct_CC = @ac_ct_CC@
240
 
ac_ct_CXX = @ac_ct_CXX@
241
 
ac_ct_F77 = @ac_ct_F77@
242
 
am__include = @am__include@
243
 
am__leading_dot = @am__leading_dot@
244
 
am__quote = @am__quote@
245
 
am__tar = @am__tar@
246
 
am__untar = @am__untar@
247
 
bindir = @bindir@
248
 
build = @build@
249
 
build_alias = @build_alias@
250
 
build_cpu = @build_cpu@
251
 
build_os = @build_os@
252
 
build_vendor = @build_vendor@
253
 
builddir = @builddir@
254
 
datadir = @datadir@
255
 
datarootdir = @datarootdir@
256
 
docdir = @docdir@
257
 
dvidir = @dvidir@
258
 
enable_dbus = @enable_dbus@
259
 
enable_dot = @enable_dot@
260
 
enable_doxygen = @enable_doxygen@
261
 
exec_prefix = @exec_prefix@
262
 
host = @host@
263
 
host_alias = @host_alias@
264
 
host_cpu = @host_cpu@
265
 
host_os = @host_os@
266
 
host_vendor = @host_vendor@
267
 
htmldir = @htmldir@
268
 
includedir = @includedir@
269
 
infodir = @infodir@
270
 
install_sh = @install_sh@
271
 
libdir = @libdir@
272
 
libexecdir = @libexecdir@
273
 
localedir = @localedir@
274
 
localstatedir = @localstatedir@
275
 
mandir = @mandir@
276
 
mkdir_p = @mkdir_p@
277
 
oldincludedir = @oldincludedir@
278
 
pango_CFLAGS = @pango_CFLAGS@
279
 
pango_LIBS = @pango_LIBS@
280
 
pdfdir = @pdfdir@
281
 
perlpath = @perlpath@
282
 
pidginpath = @pidginpath@
283
 
prefix = @prefix@
284
 
program_transform_name = @program_transform_name@
285
 
psdir = @psdir@
286
 
sbindir = @sbindir@
287
 
sedpath = @sedpath@
288
 
sharedstatedir = @sharedstatedir@
289
 
srcdir = @srcdir@
290
 
sysconfdir = @sysconfdir@
291
 
target = @target@
292
 
target_alias = @target_alias@
293
 
target_cpu = @target_cpu@
294
 
target_os = @target_os@
295
 
target_vendor = @target_vendor@
296
 
top_builddir = @top_builddir@
297
 
top_srcdir = @top_srcdir@
298
 
EXTRA_DIST = pidgin.svg
299
 
all: all-am
300
 
 
301
 
.SUFFIXES:
302
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
303
 
        @for dep in $?; do \
304
 
          case '$(am__configure_deps)' in \
305
 
            *$$dep*) \
306
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
307
 
                && exit 0; \
308
 
              exit 1;; \
309
 
          esac; \
310
 
        done; \
311
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pidgin/pixmaps/icons/16/scalable/Makefile'; \
312
 
        cd $(top_srcdir) && \
313
 
          $(AUTOMAKE) --gnu  pidgin/pixmaps/icons/16/scalable/Makefile
314
 
.PRECIOUS: Makefile
315
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316
 
        @case '$?' in \
317
 
          *config.status*) \
318
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319
 
          *) \
320
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322
 
        esac;
323
 
 
324
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
 
327
 
$(top_srcdir)/configure:  $(am__configure_deps)
328
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
330
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
 
332
 
mostlyclean-libtool:
333
 
        -rm -f *.lo
334
 
 
335
 
clean-libtool:
336
 
        -rm -rf .libs _libs
337
 
tags: TAGS
338
 
TAGS:
339
 
 
340
 
ctags: CTAGS
341
 
CTAGS:
342
 
 
343
 
 
344
 
distdir: $(DISTFILES)
345
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
346
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347
 
        list='$(DISTFILES)'; \
348
 
          dist_files=`for file in $$list; do echo $$file; done | \
349
 
          sed -e "s|^$$srcdirstrip/||;t" \
350
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
351
 
        case $$dist_files in \
352
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
353
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
354
 
                           sort -u` ;; \
355
 
        esac; \
356
 
        for file in $$dist_files; do \
357
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
358
 
          if test -d $$d/$$file; then \
359
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
360
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
361
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
362
 
            fi; \
363
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
364
 
          else \
365
 
            test -f $(distdir)/$$file \
366
 
            || cp -p $$d/$$file $(distdir)/$$file \
367
 
            || exit 1; \
368
 
          fi; \
369
 
        done
370
 
check-am: all-am
371
 
check: check-am
372
 
all-am: Makefile
373
 
installdirs:
374
 
install: install-am
375
 
install-exec: install-exec-am
376
 
install-data: install-data-am
377
 
uninstall: uninstall-am
378
 
 
379
 
install-am: all-am
380
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381
 
 
382
 
installcheck: installcheck-am
383
 
install-strip:
384
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386
 
          `test -z '$(STRIP)' || \
387
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
388
 
mostlyclean-generic:
389
 
 
390
 
clean-generic:
391
 
 
392
 
distclean-generic:
393
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394
 
 
395
 
maintainer-clean-generic:
396
 
        @echo "This command is intended for maintainers to use"
397
 
        @echo "it deletes files that may require special tools to rebuild."
398
 
clean: clean-am
399
 
 
400
 
clean-am: clean-generic clean-libtool mostlyclean-am
401
 
 
402
 
distclean: distclean-am
403
 
        -rm -f Makefile
404
 
distclean-am: clean-am distclean-generic
405
 
 
406
 
dvi: dvi-am
407
 
 
408
 
dvi-am:
409
 
 
410
 
html: html-am
411
 
 
412
 
info: info-am
413
 
 
414
 
info-am:
415
 
 
416
 
install-data-am:
417
 
 
418
 
install-dvi: install-dvi-am
419
 
 
420
 
install-exec-am:
421
 
 
422
 
install-html: install-html-am
423
 
 
424
 
install-info: install-info-am
425
 
 
426
 
install-man:
427
 
 
428
 
install-pdf: install-pdf-am
429
 
 
430
 
install-ps: install-ps-am
431
 
 
432
 
installcheck-am:
433
 
 
434
 
maintainer-clean: maintainer-clean-am
435
 
        -rm -f Makefile
436
 
maintainer-clean-am: distclean-am maintainer-clean-generic
437
 
 
438
 
mostlyclean: mostlyclean-am
439
 
 
440
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
441
 
 
442
 
pdf: pdf-am
443
 
 
444
 
pdf-am:
445
 
 
446
 
ps: ps-am
447
 
 
448
 
ps-am:
449
 
 
450
 
uninstall-am:
451
 
 
452
 
.MAKE: install-am install-strip
453
 
 
454
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
455
 
        distclean distclean-generic distclean-libtool distdir dvi \
456
 
        dvi-am html html-am info info-am install install-am \
457
 
        install-data install-data-am install-dvi install-dvi-am \
458
 
        install-exec install-exec-am install-html install-html-am \
459
 
        install-info install-info-am install-man install-pdf \
460
 
        install-pdf-am install-ps install-ps-am install-strip \
461
 
        installcheck installcheck-am installdirs maintainer-clean \
462
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
463
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
464
 
 
465
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
466
 
# Otherwise a system limit (for SysV at least) may be exceeded.
467
 
.NOEXPORT: