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

« back to all changes in this revision

Viewing changes to libhgfs/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 = libhgfs
 
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
67
am__vpath_adj = case $$p in \
 
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
69
    *) f=$$p;; \
 
70
  esac;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
87
am__installdirs = "$(DESTDIR)$(libdir)"
 
88
LTLIBRARIES = $(lib_LTLIBRARIES)
 
89
libhgfs_la_DEPENDENCIES = ../lib/hgfs/libHgfs.la \
 
90
        ../lib/hgfsHelper/libHgfsHelper.la \
 
91
        ../lib/hgfsServer/libHgfsServer.la \
 
92
        ../lib/hgfsServerManagerGuest/libHgfsServerManagerGuest.la \
 
93
        ../lib/hgfsServerPolicyGuest/libHgfsServerPolicyGuest.la
 
94
am_libhgfs_la_OBJECTS = libhgfs_la-hgfslib.lo
 
95
libhgfs_la_OBJECTS = $(am_libhgfs_la_OBJECTS)
 
96
libhgfs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
97
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
98
        $(libhgfs_la_LDFLAGS) $(LDFLAGS) -o $@
 
99
DEFAULT_INCLUDES = -I.@am__isrc@
 
100
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
101
am__depfiles_maybe = depfiles
 
102
am__mv = mv -f
 
103
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
104
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
105
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
106
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
107
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
108
CCLD = $(CC)
 
109
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
110
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
111
        $(LDFLAGS) -o $@
 
112
SOURCES = $(libhgfs_la_SOURCES)
 
113
DIST_SOURCES = $(libhgfs_la_SOURCES)
 
114
ETAGS = etags
 
115
CTAGS = ctags
 
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
117
ACLOCAL = @ACLOCAL@
 
118
AMTAR = @AMTAR@
 
119
AR = @AR@
 
120
AUTOCONF = @AUTOCONF@
 
121
AUTOHEADER = @AUTOHEADER@
 
122
AUTOMAKE = @AUTOMAKE@
 
123
AWK = @AWK@
 
124
CC = @CC@
 
125
CCDEPMODE = @CCDEPMODE@
 
126
CFLAGS = @CFLAGS@
 
127
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
 
128
COMMON_XLIBS = @COMMON_XLIBS@
 
129
CPP = @CPP@
 
130
CPPFLAGS = @CPPFLAGS@
 
131
CUNIT_CPPFLAGS = @CUNIT_CPPFLAGS@
 
132
CUNIT_LIBS = @CUNIT_LIBS@
 
133
CXX = @CXX@
 
134
CXXCPP = @CXXCPP@
 
135
CXXDEPMODE = @CXXDEPMODE@
 
136
CXXFLAGS = @CXXFLAGS@
 
137
CYGPATH_W = @CYGPATH_W@
 
138
DEFS = @DEFS@
 
139
DEPDIR = @DEPDIR@
 
140
DNET_CPPFLAGS = @DNET_CPPFLAGS@
 
141
DNET_LIBS = @DNET_LIBS@
 
142
DOT = @DOT@
 
143
DSYMUTIL = @DSYMUTIL@
 
144
DUMPBIN = @DUMPBIN@
 
145
ECHO_C = @ECHO_C@
 
146
ECHO_N = @ECHO_N@
 
147
ECHO_T = @ECHO_T@
 
148
EGREP = @EGREP@
 
149
EXEEXT = @EXEEXT@
 
150
FGREP = @FGREP@
 
151
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
 
152
FUSE_LIBS = @FUSE_LIBS@
 
153
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
154
GIO_LIBS = @GIO_LIBS@
 
155
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
 
156
GLIB2_LIBS = @GLIB2_LIBS@
 
157
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
 
158
GMODULE_LIBS = @GMODULE_LIBS@
 
159
GOBJECT_CPPFLAGS = @GOBJECT_CPPFLAGS@
 
160
GOBJECT_LIBS = @GOBJECT_LIBS@
 
161
GREP = @GREP@
 
162
GTHREAD_CPPFLAGS = @GTHREAD_CPPFLAGS@
 
163
GTHREAD_LIBS = @GTHREAD_LIBS@
 
164
GTKMM_CPPFLAGS = @GTKMM_CPPFLAGS@
 
165
GTKMM_LIBS = @GTKMM_LIBS@
 
166
GTK_CPPFLAGS = @GTK_CPPFLAGS@
 
167
GTK_LIBS = @GTK_LIBS@
 
168
HAVE_DOT = @HAVE_DOT@
 
169
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
170
HGFS_LIBS = @HGFS_LIBS@
 
171
ICU_CPPFLAGS = @ICU_CPPFLAGS@
 
172
ICU_LIBS = @ICU_LIBS@
 
173
INSTALL = @INSTALL@
 
174
INSTALL_DATA = @INSTALL_DATA@
 
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
178
INSTVMSG = @INSTVMSG@
 
179
KERNEL_RELEASE = @KERNEL_RELEASE@
 
180
LD = @LD@
 
181
LDFLAGS = @LDFLAGS@
 
182
LIBOBJS = @LIBOBJS@
 
183
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
184
LIBPNG_LIBS = @LIBPNG_LIBS@
 
185
LIBS = @LIBS@
 
186
LIBTOOL = @LIBTOOL@
 
187
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
 
188
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
 
189
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
 
190
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
191
LINUXINCLUDE = @LINUXINCLUDE@
 
192
LIPO = @LIPO@
 
193
LN_S = @LN_S@
 
194
LTLIBOBJS = @LTLIBOBJS@
 
195
MAKEINFO = @MAKEINFO@
 
196
MKDIR_P = @MKDIR_P@
 
197
MODULES = @MODULES@
 
198
MODULES_DIR = @MODULES_DIR@
 
199
MODULES_OS = @MODULES_OS@
 
200
MSCGEN = @MSCGEN@
 
201
MSCGEN_DIR = @MSCGEN_DIR@
 
202
NM = @NM@
 
203
NMEDIT = @NMEDIT@
 
204
OBJDUMP = @OBJDUMP@
 
205
OBJEXT = @OBJEXT@
 
206
OTOOL = @OTOOL@
 
207
OTOOL64 = @OTOOL64@
 
208
PACKAGE = @PACKAGE@
 
209
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
210
PACKAGE_NAME = @PACKAGE_NAME@
 
211
PACKAGE_STRING = @PACKAGE_STRING@
 
212
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
213
PACKAGE_URL = @PACKAGE_URL@
 
214
PACKAGE_VERSION = @PACKAGE_VERSION@
 
215
PAM_CPPFLAGS = @PAM_CPPFLAGS@
 
216
PAM_LIBS = @PAM_LIBS@
 
217
PAM_PREFIX = @PAM_PREFIX@
 
218
PATH_SEPARATOR = @PATH_SEPARATOR@
 
219
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
 
220
PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
 
221
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
 
222
PROCPS_LIBS = @PROCPS_LIBS@
 
223
RANLIB = @RANLIB@
 
224
RPCGEN = @RPCGEN@
 
225
RPCGENFLAGS = @RPCGENFLAGS@
 
226
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
 
227
SED = @SED@
 
228
SET_MAKE = @SET_MAKE@
 
229
SHELL = @SHELL@
 
230
STRIP = @STRIP@
 
231
SYSDIR = @SYSDIR@
 
232
TARGET_OS = @TARGET_OS@
 
233
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
 
234
TOOLS_VERSION = @TOOLS_VERSION@
 
235
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
236
URIPARSER_LIBS = @URIPARSER_LIBS@
 
237
VERSION = @VERSION@
 
238
VIX_LIBADD = @VIX_LIBADD@
 
239
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
 
240
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
 
241
VMTOOLS_LIBS = @VMTOOLS_LIBS@
 
242
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
 
243
XDR_LIBS = @XDR_LIBS@
 
244
XMKMF = @XMKMF@
 
245
XSM_LIBS = @XSM_LIBS@
 
246
X_CFLAGS = @X_CFLAGS@
 
247
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
248
X_LIBS = @X_LIBS@
 
249
X_PRE_LIBS = @X_PRE_LIBS@
 
250
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
251
ZLIB_LIBS = @ZLIB_LIBS@
 
252
abs_builddir = @abs_builddir@
 
253
abs_srcdir = @abs_srcdir@
 
254
abs_top_builddir = @abs_top_builddir@
 
255
abs_top_srcdir = @abs_top_srcdir@
 
256
ac_ct_CC = @ac_ct_CC@
 
257
ac_ct_CXX = @ac_ct_CXX@
 
258
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
259
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
 
260
am__include = @am__include@
 
261
am__leading_dot = @am__leading_dot@
 
262
am__quote = @am__quote@
 
263
am__tar = @am__tar@
 
264
am__untar = @am__untar@
 
265
bindir = @bindir@
 
266
build = @build@
 
267
build_alias = @build_alias@
 
268
build_cpu = @build_cpu@
 
269
build_os = @build_os@
 
270
build_vendor = @build_vendor@
 
271
builddir = @builddir@
 
272
datadir = @datadir@
 
273
datarootdir = @datarootdir@
 
274
docdir = @docdir@
 
275
dvidir = @dvidir@
 
276
exec_prefix = @exec_prefix@
 
277
have_cxx = @have_cxx@
 
278
have_doxygen = @have_doxygen@
 
279
have_genmarshal = @have_genmarshal@
 
280
host = @host@
 
281
host_alias = @host_alias@
 
282
host_cpu = @host_cpu@
 
283
host_os = @host_os@
 
284
host_vendor = @host_vendor@
 
285
htmldir = @htmldir@
 
286
includedir = @includedir@
 
287
infodir = @infodir@
 
288
install_sh = @install_sh@
 
289
libdir = @libdir@
 
290
libexecdir = @libexecdir@
 
291
localedir = @localedir@
 
292
localstatedir = @localstatedir@
 
293
lt_ECHO = @lt_ECHO@
 
294
mandir = @mandir@
 
295
mkdir_p = @mkdir_p@
 
296
oldincludedir = @oldincludedir@
 
297
pdfdir = @pdfdir@
 
298
prefix = @prefix@
 
299
program_transform_name = @program_transform_name@
 
300
psdir = @psdir@
 
301
sbindir = @sbindir@
 
302
sharedstatedir = @sharedstatedir@
 
303
srcdir = @srcdir@
 
304
sysconfdir = @sysconfdir@
 
305
target_alias = @target_alias@
 
306
top_build_prefix = @top_build_prefix@
 
307
top_builddir = @top_builddir@
 
308
top_srcdir = @top_srcdir@
 
309
lib_LTLIBRARIES = libhgfs.la
 
310
libhgfs_la_LIBADD = ../lib/hgfs/libHgfs.la \
 
311
        ../lib/hgfsHelper/libHgfsHelper.la \
 
312
        ../lib/hgfsServer/libHgfsServer.la \
 
313
        ../lib/hgfsServerManagerGuest/libHgfsServerManagerGuest.la \
 
314
        ../lib/hgfsServerPolicyGuest/libHgfsServerPolicyGuest.la \
 
315
        @GLIB2_LIBS@ @GTHREAD_LIBS@ @VMTOOLS_LIBS@ $(am__empty)
 
316
libhgfs_la_SOURCES = hgfslib.c
 
317
libhgfs_la_CPPFLAGS = -I$(top_srcdir)/libvmtools
 
318
# We require GCC, so we're fine passing compiler-specific flags.
 
319
# Needed for OS's that don't link shared libraries against libc by
 
320
#default, e.g. FreeBSD
 
321
libhgfs_la_LDFLAGS = -Wl,-z,defs -Wl,-lc
 
322
all: all-am
 
323
 
 
324
.SUFFIXES:
 
325
.SUFFIXES: .c .lo .o .obj
 
326
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
327
        @for dep in $?; do \
 
328
          case '$(am__configure_deps)' in \
 
329
            *$$dep*) \
 
330
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
331
                && { if test -f $@; then exit 0; else break; fi; }; \
 
332
              exit 1;; \
 
333
          esac; \
 
334
        done; \
 
335
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libhgfs/Makefile'; \
 
336
        $(am__cd) $(top_srcdir) && \
 
337
          $(AUTOMAKE) --gnu libhgfs/Makefile
 
338
.PRECIOUS: Makefile
 
339
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
340
        @case '$?' in \
 
341
          *config.status*) \
 
342
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
343
          *) \
 
344
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
345
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
346
        esac;
 
347
 
 
348
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
349
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
350
 
 
351
$(top_srcdir)/configure:  $(am__configure_deps)
 
352
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
353
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
354
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
355
$(am__aclocal_m4_deps):
 
356
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
357
        @$(NORMAL_INSTALL)
 
358
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
359
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
360
        list2=; for p in $$list; do \
 
361
          if test -f $$p; then \
 
362
            list2="$$list2 $$p"; \
 
363
          else :; fi; \
 
364
        done; \
 
365
        test -z "$$list2" || { \
 
366
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
367
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
368
        }
 
369
 
 
370
uninstall-libLTLIBRARIES:
 
371
        @$(NORMAL_UNINSTALL)
 
372
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
373
        for p in $$list; do \
 
374
          $(am__strip_dir) \
 
375
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
376
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
377
        done
 
378
 
 
379
clean-libLTLIBRARIES:
 
380
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
381
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
382
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
383
          test "$$dir" != "$$p" || dir=.; \
 
384
          echo "rm -f \"$${dir}/so_locations\""; \
 
385
          rm -f "$${dir}/so_locations"; \
 
386
        done
 
387
libhgfs.la: $(libhgfs_la_OBJECTS) $(libhgfs_la_DEPENDENCIES) 
 
388
        $(libhgfs_la_LINK) -rpath $(libdir) $(libhgfs_la_OBJECTS) $(libhgfs_la_LIBADD) $(LIBS)
 
389
 
 
390
mostlyclean-compile:
 
391
        -rm -f *.$(OBJEXT)
 
392
 
 
393
distclean-compile:
 
394
        -rm -f *.tab.c
 
395
 
 
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhgfs_la-hgfslib.Plo@am__quote@
 
397
 
 
398
.c.o:
 
399
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
400
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
403
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
404
 
 
405
.c.obj:
 
406
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
407
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
411
 
 
412
.c.lo:
 
413
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
414
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
417
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
418
 
 
419
libhgfs_la-hgfslib.lo: hgfslib.c
 
420
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhgfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhgfs_la-hgfslib.lo -MD -MP -MF $(DEPDIR)/libhgfs_la-hgfslib.Tpo -c -o libhgfs_la-hgfslib.lo `test -f 'hgfslib.c' || echo '$(srcdir)/'`hgfslib.c
 
421
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libhgfs_la-hgfslib.Tpo $(DEPDIR)/libhgfs_la-hgfslib.Plo
 
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hgfslib.c' object='libhgfs_la-hgfslib.lo' libtool=yes @AMDEPBACKSLASH@
 
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
424
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhgfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libhgfs_la-hgfslib.lo `test -f 'hgfslib.c' || echo '$(srcdir)/'`hgfslib.c
 
425
 
 
426
mostlyclean-libtool:
 
427
        -rm -f *.lo
 
428
 
 
429
clean-libtool:
 
430
        -rm -rf .libs _libs
 
431
 
 
432
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
433
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
434
        unique=`for i in $$list; do \
 
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
436
          done | \
 
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
439
        mkid -fID $$unique
 
440
tags: TAGS
 
441
 
 
442
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
443
                $(TAGS_FILES) $(LISP)
 
444
        set x; \
 
445
        here=`pwd`; \
 
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
447
        unique=`for i in $$list; do \
 
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
449
          done | \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
452
        shift; \
 
453
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
454
          test -n "$$unique" || unique=$$empty_fix; \
 
455
          if test $$# -gt 0; then \
 
456
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
              "$$@" $$unique; \
 
458
          else \
 
459
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
460
              $$unique; \
 
461
          fi; \
 
462
        fi
 
463
ctags: CTAGS
 
464
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
465
                $(TAGS_FILES) $(LISP)
 
466
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
467
        unique=`for i in $$list; do \
 
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
469
          done | \
 
470
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
471
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
472
        test -z "$(CTAGS_ARGS)$$unique" \
 
473
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
474
             $$unique
 
475
 
 
476
GTAGS:
 
477
        here=`$(am__cd) $(top_builddir) && pwd` \
 
478
          && $(am__cd) $(top_srcdir) \
 
479
          && gtags -i $(GTAGS_ARGS) "$$here"
 
480
 
 
481
distclean-tags:
 
482
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
483
 
 
484
distdir: $(DISTFILES)
 
485
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
486
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
487
        list='$(DISTFILES)'; \
 
488
          dist_files=`for file in $$list; do echo $$file; done | \
 
489
          sed -e "s|^$$srcdirstrip/||;t" \
 
490
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
491
        case $$dist_files in \
 
492
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
493
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
494
                           sort -u` ;; \
 
495
        esac; \
 
496
        for file in $$dist_files; do \
 
497
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
498
          if test -d $$d/$$file; then \
 
499
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
500
            if test -d "$(distdir)/$$file"; then \
 
501
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
502
            fi; \
 
503
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
504
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
 
507
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
508
          else \
 
509
            test -f "$(distdir)/$$file" \
 
510
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
511
            || exit 1; \
 
512
          fi; \
 
513
        done
 
514
check-am: all-am
 
515
check: check-am
 
516
all-am: Makefile $(LTLIBRARIES)
 
517
installdirs:
 
518
        for dir in "$(DESTDIR)$(libdir)"; do \
 
519
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
520
        done
 
521
install: install-am
 
522
install-exec: install-exec-am
 
523
install-data: install-data-am
 
524
uninstall: uninstall-am
 
525
 
 
526
install-am: all-am
 
527
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
528
 
 
529
installcheck: installcheck-am
 
530
install-strip:
 
531
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
532
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
533
          `test -z '$(STRIP)' || \
 
534
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
535
mostlyclean-generic:
 
536
 
 
537
clean-generic:
 
538
 
 
539
distclean-generic:
 
540
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
541
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
542
 
 
543
maintainer-clean-generic:
 
544
        @echo "This command is intended for maintainers to use"
 
545
        @echo "it deletes files that may require special tools to rebuild."
 
546
clean: clean-am
 
547
 
 
548
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
549
        mostlyclean-am
 
550
 
 
551
distclean: distclean-am
 
552
        -rm -rf ./$(DEPDIR)
 
553
        -rm -f Makefile
 
554
distclean-am: clean-am distclean-compile distclean-generic \
 
555
        distclean-tags
 
556
 
 
557
dvi: dvi-am
 
558
 
 
559
dvi-am:
 
560
 
 
561
html: html-am
 
562
 
 
563
html-am:
 
564
 
 
565
info: info-am
 
566
 
 
567
info-am:
 
568
 
 
569
install-data-am:
 
570
 
 
571
install-dvi: install-dvi-am
 
572
 
 
573
install-dvi-am:
 
574
 
 
575
install-exec-am: install-libLTLIBRARIES
 
576
 
 
577
install-html: install-html-am
 
578
 
 
579
install-html-am:
 
580
 
 
581
install-info: install-info-am
 
582
 
 
583
install-info-am:
 
584
 
 
585
install-man:
 
586
 
 
587
install-pdf: install-pdf-am
 
588
 
 
589
install-pdf-am:
 
590
 
 
591
install-ps: install-ps-am
 
592
 
 
593
install-ps-am:
 
594
 
 
595
installcheck-am:
 
596
 
 
597
maintainer-clean: maintainer-clean-am
 
598
        -rm -rf ./$(DEPDIR)
 
599
        -rm -f Makefile
 
600
maintainer-clean-am: distclean-am maintainer-clean-generic
 
601
 
 
602
mostlyclean: mostlyclean-am
 
603
 
 
604
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
605
        mostlyclean-libtool
 
606
 
 
607
pdf: pdf-am
 
608
 
 
609
pdf-am:
 
610
 
 
611
ps: ps-am
 
612
 
 
613
ps-am:
 
614
 
 
615
uninstall-am: uninstall-libLTLIBRARIES
 
616
 
 
617
.MAKE: install-am install-strip
 
618
 
 
619
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
620
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
621
        distclean-compile distclean-generic distclean-libtool \
 
622
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
623
        install install-am install-data install-data-am install-dvi \
 
624
        install-dvi-am install-exec install-exec-am install-html \
 
625
        install-html-am install-info install-info-am \
 
626
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
627
        install-ps install-ps-am install-strip installcheck \
 
628
        installcheck-am installdirs maintainer-clean \
 
629
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
630
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
631
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
632
 
 
633
 
 
634
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
635
# Otherwise a system limit (for SysV at least) may be exceeded.
 
636
.NOEXPORT: