~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.raring-precise.backport

« back to all changes in this revision

Viewing changes to lib/region/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-01-23 16:09:45 UTC
  • mfrom: (1.4.6) (2.4.26 sid)
  • Revision ID: package-import@ubuntu.com-20120123160945-b6s0r1vkcovucpf3
Tags: 2011.12.20-562307-0ubuntu1
* Merge latest upstream git tag. Fixes building on Precise
  (LP: #898289, LP: #905612)

* Items merged from Debian unstable:
  - debian/control:
    + open-vm-tools recommends open-vm-dkms. (LP: #598933)
    + open-vm-tools now suggests open-vm-toolbox. (LP: #604998)
  (From 2011.08.21-471295-1 release)
  - Updating maintainer and uploaders fields.
  - Removing vcs fields.
  - Removing references to Daniel's old email address.
  - Updating years in copyright file.
  - Updating to standards version 3.9.2.
  - Updating to debhelper version 8.
  - Switching to source format 3.0 (quilt).
  - Removing manual chrpath setting.
  - Removing exclusion from plugins from debhelper shlibs.
  - Rediffing kvers.patch.
  (From 2011.09.23-491607-1 release)
  - Marking binary architecture-dependend packages as linux and kfreebsd
  only.
  - Removing liburiparser-dev from build-depends as upstream dropped
  unity support.
  - Building with libproc-dev on amd64 again.
  - Dropping disabling of dnet support.
  (From 2011.09.23-491607-2 release)
  - Adding doxygen to build-depends for api documentation.
  - Adding libcunit1-dev to build-depends for test suites.
  - Minimizing rules file.
  - Adding open-vm-tools-dev package, containing only the api
    documentation for now.
  (From 2011.09.23-491607-3 release)
  - Sorting overrides in rules alphabetically.
  - Compacting copyright file.
  - Adding udev rule to set timeout for vmware scsi devices
  (From 2011.12.20-562307-1 release)
  - Adding patch to correct typo in upstreams dkms configuration

* Remaining Changes:
  - Remove Stable part of version numbering.
  - debian folder:
    + Re-added open-vm-dkms.postinst & open-vm-dkms.prerm.
      * Allows dkms modules to compile upon installation.
  - debian/control:
    + Re-add open-vm-source and make into a transitional package
      for open-vm-toolbox.
    + Return dependancies that were moved to open-vm-tools back to
      open-vm-toolbox.
  - debian/rules and debian/open-vm-toolbox.lintian-overrides:
    + Make vmware-user-suid-wrapper suid-root
  - debian/rules:
    + Added CFLAGS field with -Wno-deprecated-declarations
      * Will suppress issues with glib 2.31 or later.
    + Add line to copy vmware-xdg-detect-de into place.
    + Install vmware-user.desktop through toolbox package.
  - debian/open-vm-tools.init:
    + Re-add 'modprobe [-r] vmblock'.
    + Add 'modprobe [-r] vmxnet'.
      * Incase it's not loaded during boot.
    + Remove and re-add pcnet32 module
      * Will be done before (remove) and after (readd) vmxnet module
        is added.
      * If vmxnet doesn't exist (aka modules fail to build), pcnet32 can be
        still used for network connectivity.
      * Workaround until a better fix can be done.
  - Re-add gnome-session to debian/local/xautostart.conf
  - Manpages removed (from debian/manpages):
    + vmmemctl.9
    + vmxnet3.9
    + Remove references to manpages that have been removed.

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/region
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
 
libRegion_la_LIBADD =
68
 
am_libRegion_la_OBJECTS = region.lo
69
 
libRegion_la_OBJECTS = $(am_libRegion_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 = $(libRegion_la_SOURCES)
84
 
DIST_SOURCES = $(libRegion_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
 
XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@
215
 
XDR_LIBS = @XDR_LIBS@
216
 
XMKMF = @XMKMF@
217
 
XSM_LIBS = @XSM_LIBS@
218
 
X_CFLAGS = @X_CFLAGS@
219
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
220
 
X_LIBS = @X_LIBS@
221
 
X_PRE_LIBS = @X_PRE_LIBS@
222
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
223
 
ZLIB_LIBS = @ZLIB_LIBS@
224
 
abs_builddir = @abs_builddir@
225
 
abs_srcdir = @abs_srcdir@
226
 
abs_top_builddir = @abs_top_builddir@
227
 
abs_top_srcdir = @abs_top_srcdir@
228
 
ac_ct_CC = @ac_ct_CC@
229
 
ac_ct_CXX = @ac_ct_CXX@
230
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231
 
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
232
 
am__include = @am__include@
233
 
am__leading_dot = @am__leading_dot@
234
 
am__quote = @am__quote@
235
 
am__tar = @am__tar@
236
 
am__untar = @am__untar@
237
 
bindir = @bindir@
238
 
build = @build@
239
 
build_alias = @build_alias@
240
 
build_cpu = @build_cpu@
241
 
build_os = @build_os@
242
 
build_vendor = @build_vendor@
243
 
builddir = @builddir@
244
 
datadir = @datadir@
245
 
datarootdir = @datarootdir@
246
 
docdir = @docdir@
247
 
dvidir = @dvidir@
248
 
exec_prefix = @exec_prefix@
249
 
have_cxx = @have_cxx@
250
 
have_doxygen = @have_doxygen@
251
 
have_genmarshal = @have_genmarshal@
252
 
host = @host@
253
 
host_alias = @host_alias@
254
 
host_cpu = @host_cpu@
255
 
host_os = @host_os@
256
 
host_vendor = @host_vendor@
257
 
htmldir = @htmldir@
258
 
includedir = @includedir@
259
 
infodir = @infodir@
260
 
install_sh = @install_sh@
261
 
libdir = @libdir@
262
 
libexecdir = @libexecdir@
263
 
localedir = @localedir@
264
 
localstatedir = @localstatedir@
265
 
lt_ECHO = @lt_ECHO@
266
 
mandir = @mandir@
267
 
mkdir_p = @mkdir_p@
268
 
oldincludedir = @oldincludedir@
269
 
pdfdir = @pdfdir@
270
 
prefix = @prefix@
271
 
program_transform_name = @program_transform_name@
272
 
psdir = @psdir@
273
 
sbindir = @sbindir@
274
 
sharedstatedir = @sharedstatedir@
275
 
srcdir = @srcdir@
276
 
sysconfdir = @sysconfdir@
277
 
target_alias = @target_alias@
278
 
top_build_prefix = @top_build_prefix@
279
 
top_builddir = @top_builddir@
280
 
top_srcdir = @top_srcdir@
281
 
noinst_LTLIBRARIES = libRegion.la
282
 
libRegion_la_SOURCES = region.c
283
 
all: all-am
284
 
 
285
 
.SUFFIXES:
286
 
.SUFFIXES: .c .lo .o .obj
287
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
288
 
        @for dep in $?; do \
289
 
          case '$(am__configure_deps)' in \
290
 
            *$$dep*) \
291
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
292
 
                && { if test -f $@; then exit 0; else break; fi; }; \
293
 
              exit 1;; \
294
 
          esac; \
295
 
        done; \
296
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/region/Makefile'; \
297
 
        $(am__cd) $(top_srcdir) && \
298
 
          $(AUTOMAKE) --gnu lib/region/Makefile
299
 
.PRECIOUS: Makefile
300
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
 
        @case '$?' in \
302
 
          *config.status*) \
303
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
304
 
          *) \
305
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
306
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
307
 
        esac;
308
 
 
309
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
 
 
312
 
$(top_srcdir)/configure:  $(am__configure_deps)
313
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
315
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
 
$(am__aclocal_m4_deps):
317
 
 
318
 
clean-noinstLTLIBRARIES:
319
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
320
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
321
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
322
 
          test "$$dir" != "$$p" || dir=.; \
323
 
          echo "rm -f \"$${dir}/so_locations\""; \
324
 
          rm -f "$${dir}/so_locations"; \
325
 
        done
326
 
libRegion.la: $(libRegion_la_OBJECTS) $(libRegion_la_DEPENDENCIES) 
327
 
        $(LINK)  $(libRegion_la_OBJECTS) $(libRegion_la_LIBADD) $(LIBS)
328
 
 
329
 
mostlyclean-compile:
330
 
        -rm -f *.$(OBJEXT)
331
 
 
332
 
distclean-compile:
333
 
        -rm -f *.tab.c
334
 
 
335
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region.Plo@am__quote@
336
 
 
337
 
.c.o:
338
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
339
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
343
 
 
344
 
.c.obj:
345
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
346
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
350
 
 
351
 
.c.lo:
352
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
354
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
355
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
357
 
 
358
 
mostlyclean-libtool:
359
 
        -rm -f *.lo
360
 
 
361
 
clean-libtool:
362
 
        -rm -rf .libs _libs
363
 
 
364
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366
 
        unique=`for i in $$list; do \
367
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368
 
          done | \
369
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
371
 
        mkid -fID $$unique
372
 
tags: TAGS
373
 
 
374
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
 
                $(TAGS_FILES) $(LISP)
376
 
        set x; \
377
 
        here=`pwd`; \
378
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
 
        unique=`for i in $$list; do \
380
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
 
          done | \
382
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
 
        shift; \
385
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386
 
          test -n "$$unique" || unique=$$empty_fix; \
387
 
          if test $$# -gt 0; then \
388
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
              "$$@" $$unique; \
390
 
          else \
391
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392
 
              $$unique; \
393
 
          fi; \
394
 
        fi
395
 
ctags: CTAGS
396
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
 
                $(TAGS_FILES) $(LISP)
398
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399
 
        unique=`for i in $$list; do \
400
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401
 
          done | \
402
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
404
 
        test -z "$(CTAGS_ARGS)$$unique" \
405
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406
 
             $$unique
407
 
 
408
 
GTAGS:
409
 
        here=`$(am__cd) $(top_builddir) && pwd` \
410
 
          && $(am__cd) $(top_srcdir) \
411
 
          && gtags -i $(GTAGS_ARGS) "$$here"
412
 
 
413
 
distclean-tags:
414
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
 
 
416
 
distdir: $(DISTFILES)
417
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419
 
        list='$(DISTFILES)'; \
420
 
          dist_files=`for file in $$list; do echo $$file; done | \
421
 
          sed -e "s|^$$srcdirstrip/||;t" \
422
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423
 
        case $$dist_files in \
424
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
425
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426
 
                           sort -u` ;; \
427
 
        esac; \
428
 
        for file in $$dist_files; do \
429
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430
 
          if test -d $$d/$$file; then \
431
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432
 
            if test -d "$(distdir)/$$file"; then \
433
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434
 
            fi; \
435
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438
 
            fi; \
439
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440
 
          else \
441
 
            test -f "$(distdir)/$$file" \
442
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
443
 
            || exit 1; \
444
 
          fi; \
445
 
        done
446
 
check-am: all-am
447
 
check: check-am
448
 
all-am: Makefile $(LTLIBRARIES)
449
 
installdirs:
450
 
install: install-am
451
 
install-exec: install-exec-am
452
 
install-data: install-data-am
453
 
uninstall: uninstall-am
454
 
 
455
 
install-am: all-am
456
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
457
 
 
458
 
installcheck: installcheck-am
459
 
install-strip:
460
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462
 
          `test -z '$(STRIP)' || \
463
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
464
 
mostlyclean-generic:
465
 
 
466
 
clean-generic:
467
 
 
468
 
distclean-generic:
469
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
471
 
 
472
 
maintainer-clean-generic:
473
 
        @echo "This command is intended for maintainers to use"
474
 
        @echo "it deletes files that may require special tools to rebuild."
475
 
clean: clean-am
476
 
 
477
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
478
 
        mostlyclean-am
479
 
 
480
 
distclean: distclean-am
481
 
        -rm -rf ./$(DEPDIR)
482
 
        -rm -f Makefile
483
 
distclean-am: clean-am distclean-compile distclean-generic \
484
 
        distclean-tags
485
 
 
486
 
dvi: dvi-am
487
 
 
488
 
dvi-am:
489
 
 
490
 
html: html-am
491
 
 
492
 
html-am:
493
 
 
494
 
info: info-am
495
 
 
496
 
info-am:
497
 
 
498
 
install-data-am:
499
 
 
500
 
install-dvi: install-dvi-am
501
 
 
502
 
install-dvi-am:
503
 
 
504
 
install-exec-am:
505
 
 
506
 
install-html: install-html-am
507
 
 
508
 
install-html-am:
509
 
 
510
 
install-info: install-info-am
511
 
 
512
 
install-info-am:
513
 
 
514
 
install-man:
515
 
 
516
 
install-pdf: install-pdf-am
517
 
 
518
 
install-pdf-am:
519
 
 
520
 
install-ps: install-ps-am
521
 
 
522
 
install-ps-am:
523
 
 
524
 
installcheck-am:
525
 
 
526
 
maintainer-clean: maintainer-clean-am
527
 
        -rm -rf ./$(DEPDIR)
528
 
        -rm -f Makefile
529
 
maintainer-clean-am: distclean-am maintainer-clean-generic
530
 
 
531
 
mostlyclean: mostlyclean-am
532
 
 
533
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
534
 
        mostlyclean-libtool
535
 
 
536
 
pdf: pdf-am
537
 
 
538
 
pdf-am:
539
 
 
540
 
ps: ps-am
541
 
 
542
 
ps-am:
543
 
 
544
 
uninstall-am:
545
 
 
546
 
.MAKE: install-am install-strip
547
 
 
548
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
549
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
550
 
        distclean-compile distclean-generic distclean-libtool \
551
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
552
 
        install install-am install-data install-data-am install-dvi \
553
 
        install-dvi-am install-exec install-exec-am install-html \
554
 
        install-html-am install-info install-info-am install-man \
555
 
        install-pdf install-pdf-am install-ps install-ps-am \
556
 
        install-strip installcheck installcheck-am installdirs \
557
 
        maintainer-clean maintainer-clean-generic mostlyclean \
558
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
559
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
560
 
 
561
 
 
562
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
563
 
# Otherwise a system limit (for SysV at least) may be exceeded.
564
 
.NOEXPORT: