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

« back to all changes in this revision

Viewing changes to lib/syncDriver/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:
51
51
POST_UNINSTALL = :
52
52
build_triplet = @build@
53
53
host_triplet = @host@
 
54
@LINUX_TRUE@am__append_1 = nullDriver.c syncDriverLinux.c \
 
55
@LINUX_TRUE@    vmSyncDriver.c
54
56
subdir = lib/syncDriver
55
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
67
CONFIG_CLEAN_VPATH_FILES =
66
68
LTLIBRARIES = $(noinst_LTLIBRARIES)
67
69
libSyncDriver_la_LIBADD =
68
 
am_libSyncDriver_la_OBJECTS = syncDriverPosix.lo
 
70
am__libSyncDriver_la_SOURCES_DIST = syncDriverPosix.c nullDriver.c \
 
71
        syncDriverLinux.c vmSyncDriver.c
 
72
@LINUX_TRUE@am__objects_1 = nullDriver.lo syncDriverLinux.lo \
 
73
@LINUX_TRUE@    vmSyncDriver.lo
 
74
am_libSyncDriver_la_OBJECTS = syncDriverPosix.lo $(am__objects_1)
69
75
libSyncDriver_la_OBJECTS = $(am_libSyncDriver_la_OBJECTS)
70
76
DEFAULT_INCLUDES = -I.@am__isrc@
71
77
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81
87
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
88
        $(LDFLAGS) -o $@
83
89
SOURCES = $(libSyncDriver_la_SOURCES)
84
 
DIST_SOURCES = $(libSyncDriver_la_SOURCES)
 
90
DIST_SOURCES = $(am__libSyncDriver_la_SOURCES_DIST)
85
91
ETAGS = etags
86
92
CTAGS = ctags
87
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
127
FGREP = @FGREP@
122
128
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
123
129
FUSE_LIBS = @FUSE_LIBS@
124
 
GIO_CPPFLAGS = @GIO_CPPFLAGS@
125
 
GIO_LIBS = @GIO_LIBS@
126
130
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
127
131
GLIB2_LIBS = @GLIB2_LIBS@
128
132
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
151
155
LD = @LD@
152
156
LDFLAGS = @LDFLAGS@
153
157
LIBOBJS = @LIBOBJS@
154
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
155
 
LIBPNG_LIBS = @LIBPNG_LIBS@
156
158
LIBS = @LIBS@
157
159
LIBTOOL = @LIBTOOL@
158
160
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
203
205
TARGET_OS = @TARGET_OS@
204
206
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
205
207
TOOLS_VERSION = @TOOLS_VERSION@
206
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
207
 
URIPARSER_LIBS = @URIPARSER_LIBS@
208
208
VERSION = @VERSION@
209
209
VIX_LIBADD = @VIX_LIBADD@
210
210
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
219
219
X_EXTRA_LIBS = @X_EXTRA_LIBS@
220
220
X_LIBS = @X_LIBS@
221
221
X_PRE_LIBS = @X_PRE_LIBS@
222
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
223
 
ZLIB_LIBS = @ZLIB_LIBS@
224
222
abs_builddir = @abs_builddir@
225
223
abs_srcdir = @abs_srcdir@
226
224
abs_top_builddir = @abs_top_builddir@
279
277
top_builddir = @top_builddir@
280
278
top_srcdir = @top_srcdir@
281
279
noinst_LTLIBRARIES = libSyncDriver.la
282
 
libSyncDriver_la_SOURCES = syncDriverPosix.c
 
280
libSyncDriver_la_SOURCES = syncDriverPosix.c $(am__append_1)
283
281
all: all-am
284
282
 
285
283
.SUFFIXES:
332
330
distclean-compile:
333
331
        -rm -f *.tab.c
334
332
 
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nullDriver.Plo@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncDriverLinux.Plo@am__quote@
335
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncDriverPosix.Plo@am__quote@
 
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmSyncDriver.Plo@am__quote@
336
337
 
337
338
.c.o:
338
339
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<