~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to lib/xdg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

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
################################################################################
 
19
### Copyright 2010 VMware, Inc.  All rights reserved.
 
20
###
 
21
### This program is free software; you can redistribute it and/or modify
 
22
### it under the terms of version 2 of the GNU General Public License as
 
23
### published by the Free Software Foundation.
 
24
###
 
25
### This program is distributed in the hope that it will be useful,
 
26
### but WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
28
### GNU General Public License for more details.
 
29
###
 
30
### You should have received a copy of the GNU General Public License
 
31
### along with this program; if not, write to the Free Software
 
32
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
33
################################################################################
 
34
 
 
35
VPATH = @srcdir@
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
subdir = lib/xdg
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
57
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
58
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
59
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
60
        $(top_srcdir)/m4/vmtools.m4 $(top_srcdir)/configure.ac
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(install_sh) -d
 
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
 
66
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
67
libXdg_la_LIBADD =
 
68
am_libXdg_la_OBJECTS = xdg.lo
 
69
libXdg_la_OBJECTS = $(am_libXdg_la_OBJECTS)
 
70
DEFAULT_INCLUDES = -I.@am__isrc@
 
71
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
72
am__depfiles_maybe = depfiles
 
73
am__mv = mv -f
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
 
83
SOURCES = $(libXdg_la_SOURCES)
 
84
DIST_SOURCES = $(libXdg_la_SOURCES)
 
85
ETAGS = etags
 
86
CTAGS = ctags
 
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
ACLOCAL = @ACLOCAL@
 
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
CC = @CC@
 
96
CCDEPMODE = @CCDEPMODE@
 
97
CFLAGS = @CFLAGS@
 
98
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
 
99
COMMON_XLIBS = @COMMON_XLIBS@
 
100
CPP = @CPP@
 
101
CPPFLAGS = @CPPFLAGS@
 
102
CUNIT_CPPFLAGS = @CUNIT_CPPFLAGS@
 
103
CUNIT_LIBS = @CUNIT_LIBS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
DEFS = @DEFS@
 
110
DEPDIR = @DEPDIR@
 
111
DNET_CPPFLAGS = @DNET_CPPFLAGS@
 
112
DNET_LIBS = @DNET_LIBS@
 
113
DOT = @DOT@
 
114
DSYMUTIL = @DSYMUTIL@
 
115
DUMPBIN = @DUMPBIN@
 
116
ECHO_C = @ECHO_C@
 
117
ECHO_N = @ECHO_N@
 
118
ECHO_T = @ECHO_T@
 
119
EGREP = @EGREP@
 
120
EXEEXT = @EXEEXT@
 
121
FGREP = @FGREP@
 
122
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
 
123
FUSE_LIBS = @FUSE_LIBS@
 
124
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
125
GIO_LIBS = @GIO_LIBS@
 
126
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
 
127
GLIB2_LIBS = @GLIB2_LIBS@
 
128
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
 
129
GMODULE_LIBS = @GMODULE_LIBS@
 
130
GOBJECT_CPPFLAGS = @GOBJECT_CPPFLAGS@
 
131
GOBJECT_LIBS = @GOBJECT_LIBS@
 
132
GREP = @GREP@
 
133
GTHREAD_CPPFLAGS = @GTHREAD_CPPFLAGS@
 
134
GTHREAD_LIBS = @GTHREAD_LIBS@
 
135
GTKMM_CPPFLAGS = @GTKMM_CPPFLAGS@
 
136
GTKMM_LIBS = @GTKMM_LIBS@
 
137
GTK_CPPFLAGS = @GTK_CPPFLAGS@
 
138
GTK_LIBS = @GTK_LIBS@
 
139
HAVE_DOT = @HAVE_DOT@
 
140
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
141
HGFS_LIBS = @HGFS_LIBS@
 
142
ICU_CPPFLAGS = @ICU_CPPFLAGS@
 
143
ICU_LIBS = @ICU_LIBS@
 
144
INSTALL = @INSTALL@
 
145
INSTALL_DATA = @INSTALL_DATA@
 
146
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
147
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
149
INSTVMSG = @INSTVMSG@
 
150
KERNEL_RELEASE = @KERNEL_RELEASE@
 
151
LD = @LD@
 
152
LDFLAGS = @LDFLAGS@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
155
LIBPNG_LIBS = @LIBPNG_LIBS@
 
156
LIBS = @LIBS@
 
157
LIBTOOL = @LIBTOOL@
 
158
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
 
159
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
 
160
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
 
161
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
162
LINUXINCLUDE = @LINUXINCLUDE@
 
163
LIPO = @LIPO@
 
164
LN_S = @LN_S@
 
165
LTLIBOBJS = @LTLIBOBJS@
 
166
MAKEINFO = @MAKEINFO@
 
167
MKDIR_P = @MKDIR_P@
 
168
MODULES = @MODULES@
 
169
MODULES_DIR = @MODULES_DIR@
 
170
MODULES_OS = @MODULES_OS@
 
171
MSCGEN = @MSCGEN@
 
172
MSCGEN_DIR = @MSCGEN_DIR@
 
173
NM = @NM@
 
174
NMEDIT = @NMEDIT@
 
175
OBJDUMP = @OBJDUMP@
 
176
OBJEXT = @OBJEXT@
 
177
OTOOL = @OTOOL@
 
178
OTOOL64 = @OTOOL64@
 
179
PACKAGE = @PACKAGE@
 
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
181
PACKAGE_NAME = @PACKAGE_NAME@
 
182
PACKAGE_STRING = @PACKAGE_STRING@
 
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
PACKAGE_URL = @PACKAGE_URL@
 
185
PACKAGE_VERSION = @PACKAGE_VERSION@
 
186
PAM_CPPFLAGS = @PAM_CPPFLAGS@
 
187
PAM_LIBS = @PAM_LIBS@
 
188
PAM_PREFIX = @PAM_PREFIX@
 
189
PATH_SEPARATOR = @PATH_SEPARATOR@
 
190
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
 
191
PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
 
192
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
 
193
PROCPS_LIBS = @PROCPS_LIBS@
 
194
RANLIB = @RANLIB@
 
195
RPCGEN = @RPCGEN@
 
196
RPCGENFLAGS = @RPCGENFLAGS@
 
197
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
 
198
SED = @SED@
 
199
SET_MAKE = @SET_MAKE@
 
200
SHELL = @SHELL@
 
201
STRIP = @STRIP@
 
202
SYSDIR = @SYSDIR@
 
203
TARGET_OS = @TARGET_OS@
 
204
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
 
205
TOOLS_VERSION = @TOOLS_VERSION@
 
206
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
207
URIPARSER_LIBS = @URIPARSER_LIBS@
 
208
VERSION = @VERSION@
 
209
VIX_LIBADD = @VIX_LIBADD@
 
210
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
 
211
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
 
212
VMTOOLS_LIBS = @VMTOOLS_LIBS@
 
213
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
 
214
XDR_LIBS = @XDR_LIBS@
 
215
XMKMF = @XMKMF@
 
216
XSM_LIBS = @XSM_LIBS@
 
217
X_CFLAGS = @X_CFLAGS@
 
218
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
219
X_LIBS = @X_LIBS@
 
220
X_PRE_LIBS = @X_PRE_LIBS@
 
221
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
222
ZLIB_LIBS = @ZLIB_LIBS@
 
223
abs_builddir = @abs_builddir@
 
224
abs_srcdir = @abs_srcdir@
 
225
abs_top_builddir = @abs_top_builddir@
 
226
abs_top_srcdir = @abs_top_srcdir@
 
227
ac_ct_CC = @ac_ct_CC@
 
228
ac_ct_CXX = @ac_ct_CXX@
 
229
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
230
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
 
231
am__include = @am__include@
 
232
am__leading_dot = @am__leading_dot@
 
233
am__quote = @am__quote@
 
234
am__tar = @am__tar@
 
235
am__untar = @am__untar@
 
236
bindir = @bindir@
 
237
build = @build@
 
238
build_alias = @build_alias@
 
239
build_cpu = @build_cpu@
 
240
build_os = @build_os@
 
241
build_vendor = @build_vendor@
 
242
builddir = @builddir@
 
243
datadir = @datadir@
 
244
datarootdir = @datarootdir@
 
245
docdir = @docdir@
 
246
dvidir = @dvidir@
 
247
exec_prefix = @exec_prefix@
 
248
have_cxx = @have_cxx@
 
249
have_doxygen = @have_doxygen@
 
250
have_genmarshal = @have_genmarshal@
 
251
host = @host@
 
252
host_alias = @host_alias@
 
253
host_cpu = @host_cpu@
 
254
host_os = @host_os@
 
255
host_vendor = @host_vendor@
 
256
htmldir = @htmldir@
 
257
includedir = @includedir@
 
258
infodir = @infodir@
 
259
install_sh = @install_sh@
 
260
libdir = @libdir@
 
261
libexecdir = @libexecdir@
 
262
localedir = @localedir@
 
263
localstatedir = @localstatedir@
 
264
lt_ECHO = @lt_ECHO@
 
265
mandir = @mandir@
 
266
mkdir_p = @mkdir_p@
 
267
oldincludedir = @oldincludedir@
 
268
pdfdir = @pdfdir@
 
269
prefix = @prefix@
 
270
program_transform_name = @program_transform_name@
 
271
psdir = @psdir@
 
272
sbindir = @sbindir@
 
273
sharedstatedir = @sharedstatedir@
 
274
srcdir = @srcdir@
 
275
sysconfdir = @sysconfdir@
 
276
target_alias = @target_alias@
 
277
top_build_prefix = @top_build_prefix@
 
278
top_builddir = @top_builddir@
 
279
top_srcdir = @top_srcdir@
 
280
noinst_LTLIBRARIES = libXdg.la
 
281
libXdg_la_SOURCES = xdg.c
 
282
all: all-am
 
283
 
 
284
.SUFFIXES:
 
285
.SUFFIXES: .c .lo .o .obj
 
286
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
287
        @for dep in $?; do \
 
288
          case '$(am__configure_deps)' in \
 
289
            *$$dep*) \
 
290
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
291
                && { if test -f $@; then exit 0; else break; fi; }; \
 
292
              exit 1;; \
 
293
          esac; \
 
294
        done; \
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/xdg/Makefile'; \
 
296
        $(am__cd) $(top_srcdir) && \
 
297
          $(AUTOMAKE) --gnu lib/xdg/Makefile
 
298
.PRECIOUS: Makefile
 
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
300
        @case '$?' in \
 
301
          *config.status*) \
 
302
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
303
          *) \
 
304
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
305
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
306
        esac;
 
307
 
 
308
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
 
 
311
$(top_srcdir)/configure:  $(am__configure_deps)
 
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(am__aclocal_m4_deps):
 
316
 
 
317
clean-noinstLTLIBRARIES:
 
318
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
319
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
320
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
321
          test "$$dir" != "$$p" || dir=.; \
 
322
          echo "rm -f \"$${dir}/so_locations\""; \
 
323
          rm -f "$${dir}/so_locations"; \
 
324
        done
 
325
libXdg.la: $(libXdg_la_OBJECTS) $(libXdg_la_DEPENDENCIES) 
 
326
        $(LINK)  $(libXdg_la_OBJECTS) $(libXdg_la_LIBADD) $(LIBS)
 
327
 
 
328
mostlyclean-compile:
 
329
        -rm -f *.$(OBJEXT)
 
330
 
 
331
distclean-compile:
 
332
        -rm -f *.tab.c
 
333
 
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg.Plo@am__quote@
 
335
 
 
336
.c.o:
 
337
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
338
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
341
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
342
 
 
343
.c.obj:
 
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
345
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
349
 
 
350
.c.lo:
 
351
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
356
 
 
357
mostlyclean-libtool:
 
358
        -rm -f *.lo
 
359
 
 
360
clean-libtool:
 
361
        -rm -rf .libs _libs
 
362
 
 
363
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
364
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
365
        unique=`for i in $$list; do \
 
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
367
          done | \
 
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
370
        mkid -fID $$unique
 
371
tags: TAGS
 
372
 
 
373
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        set x; \
 
376
        here=`pwd`; \
 
377
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
382
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
383
        shift; \
 
384
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
385
          test -n "$$unique" || unique=$$empty_fix; \
 
386
          if test $$# -gt 0; then \
 
387
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
388
              "$$@" $$unique; \
 
389
          else \
 
390
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
391
              $$unique; \
 
392
          fi; \
 
393
        fi
 
394
ctags: CTAGS
 
395
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
396
                $(TAGS_FILES) $(LISP)
 
397
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
398
        unique=`for i in $$list; do \
 
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
400
          done | \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
403
        test -z "$(CTAGS_ARGS)$$unique" \
 
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
405
             $$unique
 
406
 
 
407
GTAGS:
 
408
        here=`$(am__cd) $(top_builddir) && pwd` \
 
409
          && $(am__cd) $(top_srcdir) \
 
410
          && gtags -i $(GTAGS_ARGS) "$$here"
 
411
 
 
412
distclean-tags:
 
413
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
414
 
 
415
distdir: $(DISTFILES)
 
416
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
417
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
418
        list='$(DISTFILES)'; \
 
419
          dist_files=`for file in $$list; do echo $$file; done | \
 
420
          sed -e "s|^$$srcdirstrip/||;t" \
 
421
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
422
        case $$dist_files in \
 
423
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
424
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
425
                           sort -u` ;; \
 
426
        esac; \
 
427
        for file in $$dist_files; do \
 
428
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
429
          if test -d $$d/$$file; then \
 
430
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
431
            if test -d "$(distdir)/$$file"; then \
 
432
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
433
            fi; \
 
434
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
435
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
 
438
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
439
          else \
 
440
            test -f "$(distdir)/$$file" \
 
441
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
442
            || exit 1; \
 
443
          fi; \
 
444
        done
 
445
check-am: all-am
 
446
check: check-am
 
447
all-am: Makefile $(LTLIBRARIES)
 
448
installdirs:
 
449
install: install-am
 
450
install-exec: install-exec-am
 
451
install-data: install-data-am
 
452
uninstall: uninstall-am
 
453
 
 
454
install-am: all-am
 
455
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
456
 
 
457
installcheck: installcheck-am
 
458
install-strip:
 
459
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
460
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
461
          `test -z '$(STRIP)' || \
 
462
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
463
mostlyclean-generic:
 
464
 
 
465
clean-generic:
 
466
 
 
467
distclean-generic:
 
468
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
469
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
470
 
 
471
maintainer-clean-generic:
 
472
        @echo "This command is intended for maintainers to use"
 
473
        @echo "it deletes files that may require special tools to rebuild."
 
474
clean: clean-am
 
475
 
 
476
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
477
        mostlyclean-am
 
478
 
 
479
distclean: distclean-am
 
480
        -rm -rf ./$(DEPDIR)
 
481
        -rm -f Makefile
 
482
distclean-am: clean-am distclean-compile distclean-generic \
 
483
        distclean-tags
 
484
 
 
485
dvi: dvi-am
 
486
 
 
487
dvi-am:
 
488
 
 
489
html: html-am
 
490
 
 
491
html-am:
 
492
 
 
493
info: info-am
 
494
 
 
495
info-am:
 
496
 
 
497
install-data-am:
 
498
 
 
499
install-dvi: install-dvi-am
 
500
 
 
501
install-dvi-am:
 
502
 
 
503
install-exec-am:
 
504
 
 
505
install-html: install-html-am
 
506
 
 
507
install-html-am:
 
508
 
 
509
install-info: install-info-am
 
510
 
 
511
install-info-am:
 
512
 
 
513
install-man:
 
514
 
 
515
install-pdf: install-pdf-am
 
516
 
 
517
install-pdf-am:
 
518
 
 
519
install-ps: install-ps-am
 
520
 
 
521
install-ps-am:
 
522
 
 
523
installcheck-am:
 
524
 
 
525
maintainer-clean: maintainer-clean-am
 
526
        -rm -rf ./$(DEPDIR)
 
527
        -rm -f Makefile
 
528
maintainer-clean-am: distclean-am maintainer-clean-generic
 
529
 
 
530
mostlyclean: mostlyclean-am
 
531
 
 
532
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
533
        mostlyclean-libtool
 
534
 
 
535
pdf: pdf-am
 
536
 
 
537
pdf-am:
 
538
 
 
539
ps: ps-am
 
540
 
 
541
ps-am:
 
542
 
 
543
uninstall-am:
 
544
 
 
545
.MAKE: install-am install-strip
 
546
 
 
547
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
548
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
549
        distclean-compile distclean-generic distclean-libtool \
 
550
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
551
        install install-am install-data install-data-am install-dvi \
 
552
        install-dvi-am install-exec install-exec-am install-html \
 
553
        install-html-am install-info install-info-am install-man \
 
554
        install-pdf install-pdf-am install-ps install-ps-am \
 
555
        install-strip installcheck installcheck-am installdirs \
 
556
        maintainer-clean maintainer-clean-generic mostlyclean \
 
557
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
558
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
559
 
 
560
 
 
561
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
562
# Otherwise a system limit (for SysV at least) may be exceeded.
 
563
.NOEXPORT: