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

« back to all changes in this revision

Viewing changes to lib/unity/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 2008 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/unity
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
 
libUnity_la_LIBADD =
68
 
am_libUnity_la_OBJECTS = unity.lo unityPlatformX11.lo \
69
 
        unityPlatformX11Settings.lo unityPlatformX11Window.lo \
70
 
        x11Event.lo x11Util.lo
71
 
libUnity_la_OBJECTS = $(am_libUnity_la_OBJECTS)
72
 
DEFAULT_INCLUDES = -I.@am__isrc@
73
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
74
 
am__depfiles_maybe = depfiles
75
 
am__mv = mv -f
76
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
 
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
 
        $(LDFLAGS) -o $@
85
 
SOURCES = $(libUnity_la_SOURCES)
86
 
DIST_SOURCES = $(libUnity_la_SOURCES)
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
 
ACLOCAL = @ACLOCAL@
91
 
AMTAR = @AMTAR@
92
 
AR = @AR@
93
 
AUTOCONF = @AUTOCONF@
94
 
AUTOHEADER = @AUTOHEADER@
95
 
AUTOMAKE = @AUTOMAKE@
96
 
AWK = @AWK@
97
 
CC = @CC@
98
 
CCDEPMODE = @CCDEPMODE@
99
 
CFLAGS = @CFLAGS@
100
 
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
101
 
COMMON_XLIBS = @COMMON_XLIBS@
102
 
CPP = @CPP@
103
 
CPPFLAGS = @CPPFLAGS@
104
 
CUNIT_CPPFLAGS = @CUNIT_CPPFLAGS@
105
 
CUNIT_LIBS = @CUNIT_LIBS@
106
 
CXX = @CXX@
107
 
CXXCPP = @CXXCPP@
108
 
CXXDEPMODE = @CXXDEPMODE@
109
 
CXXFLAGS = @CXXFLAGS@
110
 
CYGPATH_W = @CYGPATH_W@
111
 
DEFS = @DEFS@
112
 
DEPDIR = @DEPDIR@
113
 
DNET_CPPFLAGS = @DNET_CPPFLAGS@
114
 
DNET_LIBS = @DNET_LIBS@
115
 
DOT = @DOT@
116
 
DSYMUTIL = @DSYMUTIL@
117
 
DUMPBIN = @DUMPBIN@
118
 
ECHO_C = @ECHO_C@
119
 
ECHO_N = @ECHO_N@
120
 
ECHO_T = @ECHO_T@
121
 
EGREP = @EGREP@
122
 
EXEEXT = @EXEEXT@
123
 
FGREP = @FGREP@
124
 
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
125
 
FUSE_LIBS = @FUSE_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
 
ICU_CPPFLAGS = @ICU_CPPFLAGS@
142
 
ICU_LIBS = @ICU_LIBS@
143
 
INSTALL = @INSTALL@
144
 
INSTALL_DATA = @INSTALL_DATA@
145
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
 
KERNEL_RELEASE = @KERNEL_RELEASE@
149
 
LD = @LD@
150
 
LDFLAGS = @LDFLAGS@
151
 
LIBOBJS = @LIBOBJS@
152
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
153
 
LIBPNG_LIBS = @LIBPNG_LIBS@
154
 
LIBS = @LIBS@
155
 
LIBTOOL = @LIBTOOL@
156
 
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
157
 
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
158
 
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
159
 
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
160
 
LIPO = @LIPO@
161
 
LN_S = @LN_S@
162
 
LTLIBOBJS = @LTLIBOBJS@
163
 
MAKEINFO = @MAKEINFO@
164
 
MKDIR_P = @MKDIR_P@
165
 
MODULES = @MODULES@
166
 
MODULES_DIR = @MODULES_DIR@
167
 
MODULES_OS = @MODULES_OS@
168
 
MSCGEN = @MSCGEN@
169
 
MSCGEN_DIR = @MSCGEN_DIR@
170
 
NM = @NM@
171
 
NMEDIT = @NMEDIT@
172
 
OBJDUMP = @OBJDUMP@
173
 
OBJEXT = @OBJEXT@
174
 
OTOOL = @OTOOL@
175
 
OTOOL64 = @OTOOL64@
176
 
PACKAGE = @PACKAGE@
177
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178
 
PACKAGE_NAME = @PACKAGE_NAME@
179
 
PACKAGE_STRING = @PACKAGE_STRING@
180
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
181
 
PACKAGE_URL = @PACKAGE_URL@
182
 
PACKAGE_VERSION = @PACKAGE_VERSION@
183
 
PAM_CPPFLAGS = @PAM_CPPFLAGS@
184
 
PAM_LIBS = @PAM_LIBS@
185
 
PAM_PREFIX = @PAM_PREFIX@
186
 
PATH_SEPARATOR = @PATH_SEPARATOR@
187
 
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
188
 
PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
189
 
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
190
 
PROCPS_LIBS = @PROCPS_LIBS@
191
 
RANLIB = @RANLIB@
192
 
RPCGEN = @RPCGEN@
193
 
RPCGENFLAGS = @RPCGENFLAGS@
194
 
SED = @SED@
195
 
SET_MAKE = @SET_MAKE@
196
 
SHELL = @SHELL@
197
 
STRIP = @STRIP@
198
 
SYSDIR = @SYSDIR@
199
 
TARGET_OS = @TARGET_OS@
200
 
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
201
 
TOOLS_VERSION = @TOOLS_VERSION@
202
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
203
 
URIPARSER_LIBS = @URIPARSER_LIBS@
204
 
VERSION = @VERSION@
205
 
VIX_LIBADD = @VIX_LIBADD@
206
 
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
207
 
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
208
 
VMTOOLS_LIBS = @VMTOOLS_LIBS@
209
 
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
210
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
211
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
212
 
XDR_LIBS = @XDR_LIBS@
213
 
XMKMF = @XMKMF@
214
 
X_CFLAGS = @X_CFLAGS@
215
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
216
 
X_LIBS = @X_LIBS@
217
 
X_PRE_LIBS = @X_PRE_LIBS@
218
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
219
 
ZLIB_LIBS = @ZLIB_LIBS@
220
 
abs_builddir = @abs_builddir@
221
 
abs_srcdir = @abs_srcdir@
222
 
abs_top_builddir = @abs_top_builddir@
223
 
abs_top_srcdir = @abs_top_srcdir@
224
 
ac_ct_CC = @ac_ct_CC@
225
 
ac_ct_CXX = @ac_ct_CXX@
226
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227
 
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
228
 
am__include = @am__include@
229
 
am__leading_dot = @am__leading_dot@
230
 
am__quote = @am__quote@
231
 
am__tar = @am__tar@
232
 
am__untar = @am__untar@
233
 
bindir = @bindir@
234
 
build = @build@
235
 
build_alias = @build_alias@
236
 
build_cpu = @build_cpu@
237
 
build_os = @build_os@
238
 
build_vendor = @build_vendor@
239
 
builddir = @builddir@
240
 
datadir = @datadir@
241
 
datarootdir = @datarootdir@
242
 
docdir = @docdir@
243
 
dvidir = @dvidir@
244
 
exec_prefix = @exec_prefix@
245
 
have_cxx = @have_cxx@
246
 
have_doxygen = @have_doxygen@
247
 
have_genmarshal = @have_genmarshal@
248
 
host = @host@
249
 
host_alias = @host_alias@
250
 
host_cpu = @host_cpu@
251
 
host_os = @host_os@
252
 
host_vendor = @host_vendor@
253
 
htmldir = @htmldir@
254
 
includedir = @includedir@
255
 
infodir = @infodir@
256
 
install_sh = @install_sh@
257
 
libdir = @libdir@
258
 
libexecdir = @libexecdir@
259
 
localedir = @localedir@
260
 
localstatedir = @localstatedir@
261
 
lt_ECHO = @lt_ECHO@
262
 
mandir = @mandir@
263
 
mkdir_p = @mkdir_p@
264
 
oldincludedir = @oldincludedir@
265
 
pdfdir = @pdfdir@
266
 
prefix = @prefix@
267
 
program_transform_name = @program_transform_name@
268
 
psdir = @psdir@
269
 
sbindir = @sbindir@
270
 
sharedstatedir = @sharedstatedir@
271
 
srcdir = @srcdir@
272
 
sysconfdir = @sysconfdir@
273
 
target_alias = @target_alias@
274
 
top_build_prefix = @top_build_prefix@
275
 
top_builddir = @top_builddir@
276
 
top_srcdir = @top_srcdir@
277
 
noinst_LTLIBRARIES = libUnity.la
278
 
libUnity_la_SOURCES = unity.c unityPlatformX11.c \
279
 
        unityPlatformX11Settings.c unityPlatformX11Window.c x11Event.c \
280
 
        x11Util.c
281
 
AM_CFLAGS = @GTK_CPPFLAGS@ @URIPARSER_CPPFLAGS@
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/unity/Makefile'; \
296
 
        $(am__cd) $(top_srcdir) && \
297
 
          $(AUTOMAKE) --gnu lib/unity/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
 
libUnity.la: $(libUnity_la_OBJECTS) $(libUnity_la_DEPENDENCIES) 
326
 
        $(LINK)  $(libUnity_la_OBJECTS) $(libUnity_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)/unity.Plo@am__quote@
335
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unityPlatformX11.Plo@am__quote@
336
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unityPlatformX11Settings.Plo@am__quote@
337
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unityPlatformX11Window.Plo@am__quote@
338
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x11Event.Plo@am__quote@
339
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x11Util.Plo@am__quote@
340
 
 
341
 
.c.o:
342
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
347
 
 
348
 
.c.obj:
349
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
350
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
354
 
 
355
 
.c.lo:
356
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
358
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
361
 
 
362
 
mostlyclean-libtool:
363
 
        -rm -f *.lo
364
 
 
365
 
clean-libtool:
366
 
        -rm -rf .libs _libs
367
 
 
368
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370
 
        unique=`for i in $$list; do \
371
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
 
          done | \
373
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
375
 
        mkid -fID $$unique
376
 
tags: TAGS
377
 
 
378
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379
 
                $(TAGS_FILES) $(LISP)
380
 
        set x; \
381
 
        here=`pwd`; \
382
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
 
        unique=`for i in $$list; do \
384
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
 
          done | \
386
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
388
 
        shift; \
389
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390
 
          test -n "$$unique" || unique=$$empty_fix; \
391
 
          if test $$# -gt 0; then \
392
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
              "$$@" $$unique; \
394
 
          else \
395
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396
 
              $$unique; \
397
 
          fi; \
398
 
        fi
399
 
ctags: CTAGS
400
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
 
                $(TAGS_FILES) $(LISP)
402
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
 
        unique=`for i in $$list; do \
404
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
 
          done | \
406
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
408
 
        test -z "$(CTAGS_ARGS)$$unique" \
409
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410
 
             $$unique
411
 
 
412
 
GTAGS:
413
 
        here=`$(am__cd) $(top_builddir) && pwd` \
414
 
          && $(am__cd) $(top_srcdir) \
415
 
          && gtags -i $(GTAGS_ARGS) "$$here"
416
 
 
417
 
distclean-tags:
418
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
 
 
420
 
distdir: $(DISTFILES)
421
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423
 
        list='$(DISTFILES)'; \
424
 
          dist_files=`for file in $$list; do echo $$file; done | \
425
 
          sed -e "s|^$$srcdirstrip/||;t" \
426
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427
 
        case $$dist_files in \
428
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
429
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430
 
                           sort -u` ;; \
431
 
        esac; \
432
 
        for file in $$dist_files; do \
433
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434
 
          if test -d $$d/$$file; then \
435
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436
 
            if test -d "$(distdir)/$$file"; then \
437
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438
 
            fi; \
439
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442
 
            fi; \
443
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444
 
          else \
445
 
            test -f "$(distdir)/$$file" \
446
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
447
 
            || exit 1; \
448
 
          fi; \
449
 
        done
450
 
check-am: all-am
451
 
check: check-am
452
 
all-am: Makefile $(LTLIBRARIES)
453
 
installdirs:
454
 
install: install-am
455
 
install-exec: install-exec-am
456
 
install-data: install-data-am
457
 
uninstall: uninstall-am
458
 
 
459
 
install-am: all-am
460
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
 
 
462
 
installcheck: installcheck-am
463
 
install-strip:
464
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
465
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
466
 
          `test -z '$(STRIP)' || \
467
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
468
 
mostlyclean-generic:
469
 
 
470
 
clean-generic:
471
 
 
472
 
distclean-generic:
473
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475
 
 
476
 
maintainer-clean-generic:
477
 
        @echo "This command is intended for maintainers to use"
478
 
        @echo "it deletes files that may require special tools to rebuild."
479
 
clean: clean-am
480
 
 
481
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
482
 
        mostlyclean-am
483
 
 
484
 
distclean: distclean-am
485
 
        -rm -rf ./$(DEPDIR)
486
 
        -rm -f Makefile
487
 
distclean-am: clean-am distclean-compile distclean-generic \
488
 
        distclean-tags
489
 
 
490
 
dvi: dvi-am
491
 
 
492
 
dvi-am:
493
 
 
494
 
html: html-am
495
 
 
496
 
html-am:
497
 
 
498
 
info: info-am
499
 
 
500
 
info-am:
501
 
 
502
 
install-data-am:
503
 
 
504
 
install-dvi: install-dvi-am
505
 
 
506
 
install-dvi-am:
507
 
 
508
 
install-exec-am:
509
 
 
510
 
install-html: install-html-am
511
 
 
512
 
install-html-am:
513
 
 
514
 
install-info: install-info-am
515
 
 
516
 
install-info-am:
517
 
 
518
 
install-man:
519
 
 
520
 
install-pdf: install-pdf-am
521
 
 
522
 
install-pdf-am:
523
 
 
524
 
install-ps: install-ps-am
525
 
 
526
 
install-ps-am:
527
 
 
528
 
installcheck-am:
529
 
 
530
 
maintainer-clean: maintainer-clean-am
531
 
        -rm -rf ./$(DEPDIR)
532
 
        -rm -f Makefile
533
 
maintainer-clean-am: distclean-am maintainer-clean-generic
534
 
 
535
 
mostlyclean: mostlyclean-am
536
 
 
537
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
538
 
        mostlyclean-libtool
539
 
 
540
 
pdf: pdf-am
541
 
 
542
 
pdf-am:
543
 
 
544
 
ps: ps-am
545
 
 
546
 
ps-am:
547
 
 
548
 
uninstall-am:
549
 
 
550
 
.MAKE: install-am install-strip
551
 
 
552
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
553
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
554
 
        distclean-compile distclean-generic distclean-libtool \
555
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
556
 
        install install-am install-data install-data-am install-dvi \
557
 
        install-dvi-am install-exec install-exec-am install-html \
558
 
        install-html-am install-info install-info-am install-man \
559
 
        install-pdf install-pdf-am install-ps install-ps-am \
560
 
        install-strip installcheck installcheck-am installdirs \
561
 
        maintainer-clean maintainer-clean-generic mostlyclean \
562
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
563
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
564
 
 
565
 
 
566
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
567
 
# Otherwise a system limit (for SysV at least) may be exceeded.
568
 
.NOEXPORT: