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

« back to all changes in this revision

Viewing changes to services/plugins/unity/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 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 = services/plugins/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
 
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)$(plugindir)"
88
 
LTLIBRARIES = $(plugin_LTLIBRARIES)
89
 
libunity_la_DEPENDENCIES = $(top_builddir)/lib/appUtil/libAppUtil.la \
90
 
        $(top_builddir)/lib/image/libImage.la \
91
 
        $(top_builddir)/lib/raster/libRaster.la \
92
 
        $(top_builddir)/lib/region/libRegion.la \
93
 
        $(top_builddir)/lib/xdg/libXdg.la
94
 
am__objects_1 = libunity_la-ghiGetBinaryHandlers_xdr.lo \
95
 
        libunity_la-ghiGetExecInfoHash_xdr.lo \
96
 
        libunity_la-ghiProtocolHandler_xdr.lo \
97
 
        libunity_la-ghiStartMenu_xdr.lo \
98
 
        libunity_la-ghiShellAction_xdr.lo \
99
 
        libunity_la-ghiTrayIcon_xdr.lo \
100
 
        libunity_la-ghiSetFocusedWindow_xdr.lo \
101
 
        libunity_la-ghiSetGuestHandler_xdr.lo \
102
 
        libunity_la-ghiSetOutlookTempFolder_xdr.lo \
103
 
        libunity_la-unityActive_xdr.lo libunity_la-unity_xdr.lo
104
 
am_libunity_la_OBJECTS = libunity_la-toolsPlugin.lo \
105
 
        libunity_la-unityPlugin.lo libunity_la-unityPluginEntry.lo \
106
 
        libunity_la-unityPluginPosix.lo libunity_la-ghiTclo.lo \
107
 
        libunity_la-unityTclo.lo libunity_la-ghIntegration.lo \
108
 
        libunity_la-icon.lo libunity_la-platform.lo \
109
 
        libunity_la-pseudoAppMgr.lo libunity_la-unity.lo \
110
 
        libunity_la-unityPlatformX11.lo \
111
 
        libunity_la-unityPlatformX11Settings.lo \
112
 
        libunity_la-unityPlatformX11Window.lo \
113
 
        libunity_la-windowPathFactory.lo libunity_la-x11Event.lo \
114
 
        libunity_la-x11Util.lo libunity_la-unityWindowTracker.lo \
115
 
        $(am__objects_1)
116
 
libunity_la_OBJECTS = $(am_libunity_la_OBJECTS)
117
 
libunity_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
118
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
119
 
        $(CXXFLAGS) $(libunity_la_LDFLAGS) $(LDFLAGS) -o $@
120
 
DEFAULT_INCLUDES = -I.@am__isrc@
121
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
122
 
am__depfiles_maybe = depfiles
123
 
am__mv = mv -f
124
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129
 
CCLD = $(CC)
130
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132
 
        $(LDFLAGS) -o $@
133
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
134
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
135
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
137
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138
 
CXXLD = $(CXX)
139
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
140
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
141
 
        $(LDFLAGS) -o $@
142
 
SOURCES = $(libunity_la_SOURCES)
143
 
DIST_SOURCES = $(libunity_la_SOURCES)
144
 
ETAGS = etags
145
 
CTAGS = ctags
146
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147
 
ACLOCAL = @ACLOCAL@
148
 
AMTAR = @AMTAR@
149
 
AR = @AR@
150
 
AUTOCONF = @AUTOCONF@
151
 
AUTOHEADER = @AUTOHEADER@
152
 
AUTOMAKE = @AUTOMAKE@
153
 
AWK = @AWK@
154
 
CC = @CC@
155
 
CCDEPMODE = @CCDEPMODE@
156
 
CFLAGS = @CFLAGS@ -Wno-unused
157
 
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
158
 
COMMON_XLIBS = @COMMON_XLIBS@
159
 
CPP = @CPP@
160
 
CPPFLAGS = @CPPFLAGS@
161
 
CUNIT_CPPFLAGS = @CUNIT_CPPFLAGS@
162
 
CUNIT_LIBS = @CUNIT_LIBS@
163
 
CXX = @CXX@
164
 
CXXCPP = @CXXCPP@
165
 
CXXDEPMODE = @CXXDEPMODE@
166
 
CXXFLAGS = @CXXFLAGS@
167
 
CYGPATH_W = @CYGPATH_W@
168
 
DEFS = @DEFS@
169
 
DEPDIR = @DEPDIR@
170
 
DNET_CPPFLAGS = @DNET_CPPFLAGS@
171
 
DNET_LIBS = @DNET_LIBS@
172
 
DOT = @DOT@
173
 
DSYMUTIL = @DSYMUTIL@
174
 
DUMPBIN = @DUMPBIN@
175
 
ECHO_C = @ECHO_C@
176
 
ECHO_N = @ECHO_N@
177
 
ECHO_T = @ECHO_T@
178
 
EGREP = @EGREP@
179
 
EXEEXT = @EXEEXT@
180
 
FGREP = @FGREP@
181
 
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
182
 
FUSE_LIBS = @FUSE_LIBS@
183
 
GIO_CPPFLAGS = @GIO_CPPFLAGS@
184
 
GIO_LIBS = @GIO_LIBS@
185
 
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
186
 
GLIB2_LIBS = @GLIB2_LIBS@
187
 
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
188
 
GMODULE_LIBS = @GMODULE_LIBS@
189
 
GOBJECT_CPPFLAGS = @GOBJECT_CPPFLAGS@
190
 
GOBJECT_LIBS = @GOBJECT_LIBS@
191
 
GREP = @GREP@
192
 
GTHREAD_CPPFLAGS = @GTHREAD_CPPFLAGS@
193
 
GTHREAD_LIBS = @GTHREAD_LIBS@
194
 
GTKMM_CPPFLAGS = @GTKMM_CPPFLAGS@
195
 
GTKMM_LIBS = @GTKMM_LIBS@
196
 
GTK_CPPFLAGS = @GTK_CPPFLAGS@
197
 
GTK_LIBS = @GTK_LIBS@
198
 
HAVE_DOT = @HAVE_DOT@
199
 
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
200
 
HGFS_LIBS = @HGFS_LIBS@
201
 
ICU_CPPFLAGS = @ICU_CPPFLAGS@
202
 
ICU_LIBS = @ICU_LIBS@
203
 
INSTALL = @INSTALL@
204
 
INSTALL_DATA = @INSTALL_DATA@
205
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
206
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
207
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208
 
INSTVMSG = @INSTVMSG@
209
 
KERNEL_RELEASE = @KERNEL_RELEASE@
210
 
LD = @LD@
211
 
LDFLAGS = @LDFLAGS@
212
 
LIBOBJS = @LIBOBJS@
213
 
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
214
 
LIBPNG_LIBS = @LIBPNG_LIBS@
215
 
LIBS = @LIBS@
216
 
LIBTOOL = @LIBTOOL@
217
 
LIBVMTOOLS_LIBADD = @LIBVMTOOLS_LIBADD@
218
 
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
219
 
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
220
 
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
221
 
LINUXINCLUDE = @LINUXINCLUDE@
222
 
LIPO = @LIPO@
223
 
LN_S = @LN_S@
224
 
LTLIBOBJS = @LTLIBOBJS@
225
 
MAKEINFO = @MAKEINFO@
226
 
MKDIR_P = @MKDIR_P@
227
 
MODULES = @MODULES@
228
 
MODULES_DIR = @MODULES_DIR@
229
 
MODULES_OS = @MODULES_OS@
230
 
MSCGEN = @MSCGEN@
231
 
MSCGEN_DIR = @MSCGEN_DIR@
232
 
NM = @NM@
233
 
NMEDIT = @NMEDIT@
234
 
OBJDUMP = @OBJDUMP@
235
 
OBJEXT = @OBJEXT@
236
 
OTOOL = @OTOOL@
237
 
OTOOL64 = @OTOOL64@
238
 
PACKAGE = @PACKAGE@
239
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240
 
PACKAGE_NAME = @PACKAGE_NAME@
241
 
PACKAGE_STRING = @PACKAGE_STRING@
242
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
243
 
PACKAGE_URL = @PACKAGE_URL@
244
 
PACKAGE_VERSION = @PACKAGE_VERSION@
245
 
PAM_CPPFLAGS = @PAM_CPPFLAGS@
246
 
PAM_LIBS = @PAM_LIBS@
247
 
PAM_PREFIX = @PAM_PREFIX@
248
 
PATH_SEPARATOR = @PATH_SEPARATOR@
249
 
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
250
 
PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
251
 
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
252
 
PROCPS_LIBS = @PROCPS_LIBS@
253
 
RANLIB = @RANLIB@
254
 
RPCGEN = @RPCGEN@
255
 
RPCGENFLAGS = @RPCGENFLAGS@
256
 
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
257
 
SED = @SED@
258
 
SET_MAKE = @SET_MAKE@
259
 
SHELL = @SHELL@
260
 
STRIP = @STRIP@
261
 
SYSDIR = @SYSDIR@
262
 
TARGET_OS = @TARGET_OS@
263
 
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
264
 
TOOLS_VERSION = @TOOLS_VERSION@
265
 
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
266
 
URIPARSER_LIBS = @URIPARSER_LIBS@
267
 
VERSION = @VERSION@
268
 
VIX_LIBADD = @VIX_LIBADD@
269
 
VMSVC_PLUGIN_INSTALLDIR = @VMSVC_PLUGIN_INSTALLDIR@
270
 
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
271
 
VMTOOLS_LIBS = @VMTOOLS_LIBS@
272
 
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
273
 
XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@
274
 
XDR_LIBS = @XDR_LIBS@
275
 
XMKMF = @XMKMF@
276
 
XSM_LIBS = @XSM_LIBS@
277
 
X_CFLAGS = @X_CFLAGS@
278
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
279
 
X_LIBS = @X_LIBS@
280
 
X_PRE_LIBS = @X_PRE_LIBS@
281
 
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
282
 
ZLIB_LIBS = @ZLIB_LIBS@
283
 
abs_builddir = @abs_builddir@
284
 
abs_srcdir = @abs_srcdir@
285
 
abs_top_builddir = @abs_top_builddir@
286
 
abs_top_srcdir = @abs_top_srcdir@
287
 
ac_ct_CC = @ac_ct_CC@
288
 
ac_ct_CXX = @ac_ct_CXX@
289
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290
 
ac_vmw_lib_cfg = @ac_vmw_lib_cfg@
291
 
am__include = @am__include@
292
 
am__leading_dot = @am__leading_dot@
293
 
am__quote = @am__quote@
294
 
am__tar = @am__tar@
295
 
am__untar = @am__untar@
296
 
bindir = @bindir@
297
 
build = @build@
298
 
build_alias = @build_alias@
299
 
build_cpu = @build_cpu@
300
 
build_os = @build_os@
301
 
build_vendor = @build_vendor@
302
 
builddir = @builddir@
303
 
datadir = @datadir@
304
 
datarootdir = @datarootdir@
305
 
docdir = @docdir@
306
 
dvidir = @dvidir@
307
 
exec_prefix = @exec_prefix@
308
 
have_cxx = @have_cxx@
309
 
have_doxygen = @have_doxygen@
310
 
have_genmarshal = @have_genmarshal@
311
 
host = @host@
312
 
host_alias = @host_alias@
313
 
host_cpu = @host_cpu@
314
 
host_os = @host_os@
315
 
host_vendor = @host_vendor@
316
 
htmldir = @htmldir@
317
 
includedir = @includedir@
318
 
infodir = @infodir@
319
 
install_sh = @install_sh@
320
 
libdir = @libdir@
321
 
libexecdir = @libexecdir@
322
 
localedir = @localedir@
323
 
localstatedir = @localstatedir@
324
 
lt_ECHO = @lt_ECHO@
325
 
mandir = @mandir@
326
 
mkdir_p = @mkdir_p@
327
 
oldincludedir = @oldincludedir@
328
 
pdfdir = @pdfdir@
329
 
prefix = @prefix@
330
 
program_transform_name = @program_transform_name@
331
 
psdir = @psdir@
332
 
sbindir = @sbindir@
333
 
sharedstatedir = @sharedstatedir@
334
 
srcdir = @srcdir@
335
 
sysconfdir = @sysconfdir@
336
 
target_alias = @target_alias@
337
 
top_build_prefix = @top_build_prefix@
338
 
top_builddir = @top_builddir@
339
 
top_srcdir = @top_srcdir@
340
 
plugindir = @VMUSR_PLUGIN_INSTALLDIR@
341
 
plugin_LTLIBRARIES = libunity.la
342
 
libunity_la_CPPFLAGS = @GTK_CPPFLAGS@ @GTKMM_CPPFLAGS@ @GIO_CPPFLAGS@ \
343
 
        @LIBPNG_CPPFLAGS@ @URIPARSER_CPPFLAGS@ @PLUGIN_CPPFLAGS@ \
344
 
        -I$(top_srcdir)/services/plugins/unity/ghIntegration \
345
 
        -I$(top_srcdir)/services/plugins/unity/unitylib \
346
 
        -I$(top_srcdir)/services/plugins/unity/unityWindowTracker \
347
 
        -I$(top_builddir)/include
348
 
libunity_la_LDFLAGS = @PLUGIN_LDFLAGS@
349
 
libunity_la_LIBADD = @COMMON_XLIBS@ @XCOMPOSITE_LIBS@ @GTK_LIBS@ \
350
 
        @GTKMM_LIBS@ @GIO_LIBS@ @LIBPNG_LIBS@ @URIPARSER_LIBS@ \
351
 
        @VMTOOLS_LIBS@ $(top_builddir)/lib/appUtil/libAppUtil.la \
352
 
        $(top_builddir)/lib/image/libImage.la \
353
 
        $(top_builddir)/lib/raster/libRaster.la \
354
 
        $(top_builddir)/lib/region/libRegion.la \
355
 
        $(top_builddir)/lib/xdg/libXdg.la
356
 
libunity_la_SOURCES = toolsPlugin.cpp unityPlugin.cpp \
357
 
        unityPluginEntry.cpp unityPlugin.h unityPluginPosix.h \
358
 
        unityPluginPosix.cpp ghiTclo.h ghiTclo.cpp unityTclo.h \
359
 
        unityTclo.cpp ghIntegration/ghIntegration.cpp \
360
 
        ghIntegration/ghIntegrationInt.h ghIntegration/icon.cc \
361
 
        ghIntegration/platform.cc ghIntegration/pseudoAppMgr.cc \
362
 
        unitylib/unity.c unitylib/unityPlatform.h \
363
 
        unitylib/unityPlatformX11.cc \
364
 
        unitylib/unityPlatformX11Settings.cc \
365
 
        unitylib/unityPlatformX11Window.cc unitylib/unityX11.h \
366
 
        unitylib/windowPathFactory.cc unitylib/x11Event.cc \
367
 
        unitylib/x11Util.cc unityWindowTracker/unityWindowTracker.c \
368
 
        $(RPCGEN_SRCS)
369
 
RPCGEN_SRCS = ghiGetBinaryHandlers_xdr.c ghiGetExecInfoHash_xdr.c \
370
 
        ghiProtocolHandler_xdr.c ghiStartMenu_xdr.c \
371
 
        ghiShellAction_xdr.c ghiTrayIcon_xdr.c \
372
 
        ghiSetFocusedWindow_xdr.c ghiSetGuestHandler_xdr.c \
373
 
        ghiSetOutlookTempFolder_xdr.c unityActive_xdr.c unity_xdr.c
374
 
RPCGEN_HDRS = ghiGetBinaryHandlers.h ghiGetExecInfoHash.h \
375
 
        ghiProtocolHandler.h ghiStartMenu.h ghiShellAction.h \
376
 
        ghiTrayIcon.h ghiSetFocusedWindow.h ghiSetGuestHandler.h \
377
 
        ghiSetOutlookTempFolder.h unityActive.h unity.h
378
 
BUILT_SOURCES = $(RPCGEN_HDRS) $(RPCGEN_SRCS)
379
 
CLEANFILES = $(BUILT_SOURCES)
380
 
all: $(BUILT_SOURCES)
381
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
382
 
 
383
 
.SUFFIXES:
384
 
.SUFFIXES: .c .cc .cpp .lo .o .obj
385
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
386
 
        @for dep in $?; do \
387
 
          case '$(am__configure_deps)' in \
388
 
            *$$dep*) \
389
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
390
 
                && { if test -f $@; then exit 0; else break; fi; }; \
391
 
              exit 1;; \
392
 
          esac; \
393
 
        done; \
394
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu services/plugins/unity/Makefile'; \
395
 
        $(am__cd) $(top_srcdir) && \
396
 
          $(AUTOMAKE) --gnu services/plugins/unity/Makefile
397
 
.PRECIOUS: Makefile
398
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
399
 
        @case '$?' in \
400
 
          *config.status*) \
401
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
402
 
          *) \
403
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
404
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
405
 
        esac;
406
 
 
407
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
 
 
410
 
$(top_srcdir)/configure:  $(am__configure_deps)
411
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414
 
$(am__aclocal_m4_deps):
415
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
416
 
        @$(NORMAL_INSTALL)
417
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
418
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
419
 
        list2=; for p in $$list; do \
420
 
          if test -f $$p; then \
421
 
            list2="$$list2 $$p"; \
422
 
          else :; fi; \
423
 
        done; \
424
 
        test -z "$$list2" || { \
425
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
426
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
427
 
        }
428
 
 
429
 
uninstall-pluginLTLIBRARIES:
430
 
        @$(NORMAL_UNINSTALL)
431
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
432
 
        for p in $$list; do \
433
 
          $(am__strip_dir) \
434
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
435
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
436
 
        done
437
 
 
438
 
clean-pluginLTLIBRARIES:
439
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
440
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
441
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
442
 
          test "$$dir" != "$$p" || dir=.; \
443
 
          echo "rm -f \"$${dir}/so_locations\""; \
444
 
          rm -f "$${dir}/so_locations"; \
445
 
        done
446
 
libunity.la: $(libunity_la_OBJECTS) $(libunity_la_DEPENDENCIES) 
447
 
        $(libunity_la_LINK) -rpath $(plugindir) $(libunity_la_OBJECTS) $(libunity_la_LIBADD) $(LIBS)
448
 
 
449
 
mostlyclean-compile:
450
 
        -rm -f *.$(OBJEXT)
451
 
 
452
 
distclean-compile:
453
 
        -rm -f *.tab.c
454
 
 
455
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghIntegration.Plo@am__quote@
456
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiGetBinaryHandlers_xdr.Plo@am__quote@
457
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiGetExecInfoHash_xdr.Plo@am__quote@
458
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiProtocolHandler_xdr.Plo@am__quote@
459
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiSetFocusedWindow_xdr.Plo@am__quote@
460
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiSetGuestHandler_xdr.Plo@am__quote@
461
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiSetOutlookTempFolder_xdr.Plo@am__quote@
462
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiShellAction_xdr.Plo@am__quote@
463
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiStartMenu_xdr.Plo@am__quote@
464
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiTclo.Plo@am__quote@
465
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-ghiTrayIcon_xdr.Plo@am__quote@
466
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-icon.Plo@am__quote@
467
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-platform.Plo@am__quote@
468
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-pseudoAppMgr.Plo@am__quote@
469
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-toolsPlugin.Plo@am__quote@
470
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unity.Plo@am__quote@
471
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityActive_xdr.Plo@am__quote@
472
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPlatformX11.Plo@am__quote@
473
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPlatformX11Settings.Plo@am__quote@
474
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPlatformX11Window.Plo@am__quote@
475
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPlugin.Plo@am__quote@
476
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPluginEntry.Plo@am__quote@
477
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityPluginPosix.Plo@am__quote@
478
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityTclo.Plo@am__quote@
479
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unityWindowTracker.Plo@am__quote@
480
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-unity_xdr.Plo@am__quote@
481
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-windowPathFactory.Plo@am__quote@
482
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-x11Event.Plo@am__quote@
483
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunity_la-x11Util.Plo@am__quote@
484
 
 
485
 
.c.o:
486
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
487
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
491
 
 
492
 
.c.obj:
493
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
494
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
498
 
 
499
 
.c.lo:
500
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
501
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
502
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
503
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
505
 
 
506
 
libunity_la-unity.lo: unitylib/unity.c
507
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-unity.lo -MD -MP -MF $(DEPDIR)/libunity_la-unity.Tpo -c -o libunity_la-unity.lo `test -f 'unitylib/unity.c' || echo '$(srcdir)/'`unitylib/unity.c
508
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-unity.Tpo $(DEPDIR)/libunity_la-unity.Plo
509
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unitylib/unity.c' object='libunity_la-unity.lo' libtool=yes @AMDEPBACKSLASH@
510
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-unity.lo `test -f 'unitylib/unity.c' || echo '$(srcdir)/'`unitylib/unity.c
512
 
 
513
 
libunity_la-unityWindowTracker.lo: unityWindowTracker/unityWindowTracker.c
514
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-unityWindowTracker.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityWindowTracker.Tpo -c -o libunity_la-unityWindowTracker.lo `test -f 'unityWindowTracker/unityWindowTracker.c' || echo '$(srcdir)/'`unityWindowTracker/unityWindowTracker.c
515
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-unityWindowTracker.Tpo $(DEPDIR)/libunity_la-unityWindowTracker.Plo
516
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unityWindowTracker/unityWindowTracker.c' object='libunity_la-unityWindowTracker.lo' libtool=yes @AMDEPBACKSLASH@
517
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-unityWindowTracker.lo `test -f 'unityWindowTracker/unityWindowTracker.c' || echo '$(srcdir)/'`unityWindowTracker/unityWindowTracker.c
519
 
 
520
 
libunity_la-ghiGetBinaryHandlers_xdr.lo: ghiGetBinaryHandlers_xdr.c
521
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiGetBinaryHandlers_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiGetBinaryHandlers_xdr.Tpo -c -o libunity_la-ghiGetBinaryHandlers_xdr.lo `test -f 'ghiGetBinaryHandlers_xdr.c' || echo '$(srcdir)/'`ghiGetBinaryHandlers_xdr.c
522
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiGetBinaryHandlers_xdr.Tpo $(DEPDIR)/libunity_la-ghiGetBinaryHandlers_xdr.Plo
523
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiGetBinaryHandlers_xdr.c' object='libunity_la-ghiGetBinaryHandlers_xdr.lo' libtool=yes @AMDEPBACKSLASH@
524
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiGetBinaryHandlers_xdr.lo `test -f 'ghiGetBinaryHandlers_xdr.c' || echo '$(srcdir)/'`ghiGetBinaryHandlers_xdr.c
526
 
 
527
 
libunity_la-ghiGetExecInfoHash_xdr.lo: ghiGetExecInfoHash_xdr.c
528
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiGetExecInfoHash_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiGetExecInfoHash_xdr.Tpo -c -o libunity_la-ghiGetExecInfoHash_xdr.lo `test -f 'ghiGetExecInfoHash_xdr.c' || echo '$(srcdir)/'`ghiGetExecInfoHash_xdr.c
529
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiGetExecInfoHash_xdr.Tpo $(DEPDIR)/libunity_la-ghiGetExecInfoHash_xdr.Plo
530
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiGetExecInfoHash_xdr.c' object='libunity_la-ghiGetExecInfoHash_xdr.lo' libtool=yes @AMDEPBACKSLASH@
531
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiGetExecInfoHash_xdr.lo `test -f 'ghiGetExecInfoHash_xdr.c' || echo '$(srcdir)/'`ghiGetExecInfoHash_xdr.c
533
 
 
534
 
libunity_la-ghiProtocolHandler_xdr.lo: ghiProtocolHandler_xdr.c
535
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiProtocolHandler_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiProtocolHandler_xdr.Tpo -c -o libunity_la-ghiProtocolHandler_xdr.lo `test -f 'ghiProtocolHandler_xdr.c' || echo '$(srcdir)/'`ghiProtocolHandler_xdr.c
536
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiProtocolHandler_xdr.Tpo $(DEPDIR)/libunity_la-ghiProtocolHandler_xdr.Plo
537
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiProtocolHandler_xdr.c' object='libunity_la-ghiProtocolHandler_xdr.lo' libtool=yes @AMDEPBACKSLASH@
538
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiProtocolHandler_xdr.lo `test -f 'ghiProtocolHandler_xdr.c' || echo '$(srcdir)/'`ghiProtocolHandler_xdr.c
540
 
 
541
 
libunity_la-ghiStartMenu_xdr.lo: ghiStartMenu_xdr.c
542
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiStartMenu_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiStartMenu_xdr.Tpo -c -o libunity_la-ghiStartMenu_xdr.lo `test -f 'ghiStartMenu_xdr.c' || echo '$(srcdir)/'`ghiStartMenu_xdr.c
543
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiStartMenu_xdr.Tpo $(DEPDIR)/libunity_la-ghiStartMenu_xdr.Plo
544
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiStartMenu_xdr.c' object='libunity_la-ghiStartMenu_xdr.lo' libtool=yes @AMDEPBACKSLASH@
545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiStartMenu_xdr.lo `test -f 'ghiStartMenu_xdr.c' || echo '$(srcdir)/'`ghiStartMenu_xdr.c
547
 
 
548
 
libunity_la-ghiShellAction_xdr.lo: ghiShellAction_xdr.c
549
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiShellAction_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiShellAction_xdr.Tpo -c -o libunity_la-ghiShellAction_xdr.lo `test -f 'ghiShellAction_xdr.c' || echo '$(srcdir)/'`ghiShellAction_xdr.c
550
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiShellAction_xdr.Tpo $(DEPDIR)/libunity_la-ghiShellAction_xdr.Plo
551
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiShellAction_xdr.c' object='libunity_la-ghiShellAction_xdr.lo' libtool=yes @AMDEPBACKSLASH@
552
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiShellAction_xdr.lo `test -f 'ghiShellAction_xdr.c' || echo '$(srcdir)/'`ghiShellAction_xdr.c
554
 
 
555
 
libunity_la-ghiTrayIcon_xdr.lo: ghiTrayIcon_xdr.c
556
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiTrayIcon_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiTrayIcon_xdr.Tpo -c -o libunity_la-ghiTrayIcon_xdr.lo `test -f 'ghiTrayIcon_xdr.c' || echo '$(srcdir)/'`ghiTrayIcon_xdr.c
557
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiTrayIcon_xdr.Tpo $(DEPDIR)/libunity_la-ghiTrayIcon_xdr.Plo
558
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiTrayIcon_xdr.c' object='libunity_la-ghiTrayIcon_xdr.lo' libtool=yes @AMDEPBACKSLASH@
559
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiTrayIcon_xdr.lo `test -f 'ghiTrayIcon_xdr.c' || echo '$(srcdir)/'`ghiTrayIcon_xdr.c
561
 
 
562
 
libunity_la-ghiSetFocusedWindow_xdr.lo: ghiSetFocusedWindow_xdr.c
563
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiSetFocusedWindow_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiSetFocusedWindow_xdr.Tpo -c -o libunity_la-ghiSetFocusedWindow_xdr.lo `test -f 'ghiSetFocusedWindow_xdr.c' || echo '$(srcdir)/'`ghiSetFocusedWindow_xdr.c
564
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiSetFocusedWindow_xdr.Tpo $(DEPDIR)/libunity_la-ghiSetFocusedWindow_xdr.Plo
565
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiSetFocusedWindow_xdr.c' object='libunity_la-ghiSetFocusedWindow_xdr.lo' libtool=yes @AMDEPBACKSLASH@
566
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiSetFocusedWindow_xdr.lo `test -f 'ghiSetFocusedWindow_xdr.c' || echo '$(srcdir)/'`ghiSetFocusedWindow_xdr.c
568
 
 
569
 
libunity_la-ghiSetGuestHandler_xdr.lo: ghiSetGuestHandler_xdr.c
570
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiSetGuestHandler_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiSetGuestHandler_xdr.Tpo -c -o libunity_la-ghiSetGuestHandler_xdr.lo `test -f 'ghiSetGuestHandler_xdr.c' || echo '$(srcdir)/'`ghiSetGuestHandler_xdr.c
571
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiSetGuestHandler_xdr.Tpo $(DEPDIR)/libunity_la-ghiSetGuestHandler_xdr.Plo
572
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiSetGuestHandler_xdr.c' object='libunity_la-ghiSetGuestHandler_xdr.lo' libtool=yes @AMDEPBACKSLASH@
573
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiSetGuestHandler_xdr.lo `test -f 'ghiSetGuestHandler_xdr.c' || echo '$(srcdir)/'`ghiSetGuestHandler_xdr.c
575
 
 
576
 
libunity_la-ghiSetOutlookTempFolder_xdr.lo: ghiSetOutlookTempFolder_xdr.c
577
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-ghiSetOutlookTempFolder_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiSetOutlookTempFolder_xdr.Tpo -c -o libunity_la-ghiSetOutlookTempFolder_xdr.lo `test -f 'ghiSetOutlookTempFolder_xdr.c' || echo '$(srcdir)/'`ghiSetOutlookTempFolder_xdr.c
578
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-ghiSetOutlookTempFolder_xdr.Tpo $(DEPDIR)/libunity_la-ghiSetOutlookTempFolder_xdr.Plo
579
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ghiSetOutlookTempFolder_xdr.c' object='libunity_la-ghiSetOutlookTempFolder_xdr.lo' libtool=yes @AMDEPBACKSLASH@
580
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-ghiSetOutlookTempFolder_xdr.lo `test -f 'ghiSetOutlookTempFolder_xdr.c' || echo '$(srcdir)/'`ghiSetOutlookTempFolder_xdr.c
582
 
 
583
 
libunity_la-unityActive_xdr.lo: unityActive_xdr.c
584
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-unityActive_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityActive_xdr.Tpo -c -o libunity_la-unityActive_xdr.lo `test -f 'unityActive_xdr.c' || echo '$(srcdir)/'`unityActive_xdr.c
585
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-unityActive_xdr.Tpo $(DEPDIR)/libunity_la-unityActive_xdr.Plo
586
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unityActive_xdr.c' object='libunity_la-unityActive_xdr.lo' libtool=yes @AMDEPBACKSLASH@
587
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-unityActive_xdr.lo `test -f 'unityActive_xdr.c' || echo '$(srcdir)/'`unityActive_xdr.c
589
 
 
590
 
libunity_la-unity_xdr.lo: unity_xdr.c
591
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libunity_la-unity_xdr.lo -MD -MP -MF $(DEPDIR)/libunity_la-unity_xdr.Tpo -c -o libunity_la-unity_xdr.lo `test -f 'unity_xdr.c' || echo '$(srcdir)/'`unity_xdr.c
592
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libunity_la-unity_xdr.Tpo $(DEPDIR)/libunity_la-unity_xdr.Plo
593
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unity_xdr.c' object='libunity_la-unity_xdr.lo' libtool=yes @AMDEPBACKSLASH@
594
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libunity_la-unity_xdr.lo `test -f 'unity_xdr.c' || echo '$(srcdir)/'`unity_xdr.c
596
 
 
597
 
.cc.o:
598
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
599
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
603
 
 
604
 
.cc.obj:
605
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
606
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
607
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
610
 
 
611
 
.cc.lo:
612
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
614
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
615
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
617
 
 
618
 
libunity_la-toolsPlugin.lo: toolsPlugin.cpp
619
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-toolsPlugin.lo -MD -MP -MF $(DEPDIR)/libunity_la-toolsPlugin.Tpo -c -o libunity_la-toolsPlugin.lo `test -f 'toolsPlugin.cpp' || echo '$(srcdir)/'`toolsPlugin.cpp
620
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-toolsPlugin.Tpo $(DEPDIR)/libunity_la-toolsPlugin.Plo
621
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='toolsPlugin.cpp' object='libunity_la-toolsPlugin.lo' libtool=yes @AMDEPBACKSLASH@
622
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-toolsPlugin.lo `test -f 'toolsPlugin.cpp' || echo '$(srcdir)/'`toolsPlugin.cpp
624
 
 
625
 
libunity_la-unityPlugin.lo: unityPlugin.cpp
626
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPlugin.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPlugin.Tpo -c -o libunity_la-unityPlugin.lo `test -f 'unityPlugin.cpp' || echo '$(srcdir)/'`unityPlugin.cpp
627
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPlugin.Tpo $(DEPDIR)/libunity_la-unityPlugin.Plo
628
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unityPlugin.cpp' object='libunity_la-unityPlugin.lo' libtool=yes @AMDEPBACKSLASH@
629
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPlugin.lo `test -f 'unityPlugin.cpp' || echo '$(srcdir)/'`unityPlugin.cpp
631
 
 
632
 
libunity_la-unityPluginEntry.lo: unityPluginEntry.cpp
633
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPluginEntry.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPluginEntry.Tpo -c -o libunity_la-unityPluginEntry.lo `test -f 'unityPluginEntry.cpp' || echo '$(srcdir)/'`unityPluginEntry.cpp
634
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPluginEntry.Tpo $(DEPDIR)/libunity_la-unityPluginEntry.Plo
635
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unityPluginEntry.cpp' object='libunity_la-unityPluginEntry.lo' libtool=yes @AMDEPBACKSLASH@
636
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPluginEntry.lo `test -f 'unityPluginEntry.cpp' || echo '$(srcdir)/'`unityPluginEntry.cpp
638
 
 
639
 
libunity_la-unityPluginPosix.lo: unityPluginPosix.cpp
640
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPluginPosix.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPluginPosix.Tpo -c -o libunity_la-unityPluginPosix.lo `test -f 'unityPluginPosix.cpp' || echo '$(srcdir)/'`unityPluginPosix.cpp
641
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPluginPosix.Tpo $(DEPDIR)/libunity_la-unityPluginPosix.Plo
642
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unityPluginPosix.cpp' object='libunity_la-unityPluginPosix.lo' libtool=yes @AMDEPBACKSLASH@
643
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPluginPosix.lo `test -f 'unityPluginPosix.cpp' || echo '$(srcdir)/'`unityPluginPosix.cpp
645
 
 
646
 
libunity_la-ghiTclo.lo: ghiTclo.cpp
647
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-ghiTclo.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghiTclo.Tpo -c -o libunity_la-ghiTclo.lo `test -f 'ghiTclo.cpp' || echo '$(srcdir)/'`ghiTclo.cpp
648
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-ghiTclo.Tpo $(DEPDIR)/libunity_la-ghiTclo.Plo
649
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ghiTclo.cpp' object='libunity_la-ghiTclo.lo' libtool=yes @AMDEPBACKSLASH@
650
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-ghiTclo.lo `test -f 'ghiTclo.cpp' || echo '$(srcdir)/'`ghiTclo.cpp
652
 
 
653
 
libunity_la-unityTclo.lo: unityTclo.cpp
654
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityTclo.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityTclo.Tpo -c -o libunity_la-unityTclo.lo `test -f 'unityTclo.cpp' || echo '$(srcdir)/'`unityTclo.cpp
655
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityTclo.Tpo $(DEPDIR)/libunity_la-unityTclo.Plo
656
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unityTclo.cpp' object='libunity_la-unityTclo.lo' libtool=yes @AMDEPBACKSLASH@
657
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityTclo.lo `test -f 'unityTclo.cpp' || echo '$(srcdir)/'`unityTclo.cpp
659
 
 
660
 
libunity_la-ghIntegration.lo: ghIntegration/ghIntegration.cpp
661
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-ghIntegration.lo -MD -MP -MF $(DEPDIR)/libunity_la-ghIntegration.Tpo -c -o libunity_la-ghIntegration.lo `test -f 'ghIntegration/ghIntegration.cpp' || echo '$(srcdir)/'`ghIntegration/ghIntegration.cpp
662
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-ghIntegration.Tpo $(DEPDIR)/libunity_la-ghIntegration.Plo
663
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ghIntegration/ghIntegration.cpp' object='libunity_la-ghIntegration.lo' libtool=yes @AMDEPBACKSLASH@
664
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-ghIntegration.lo `test -f 'ghIntegration/ghIntegration.cpp' || echo '$(srcdir)/'`ghIntegration/ghIntegration.cpp
666
 
 
667
 
libunity_la-icon.lo: ghIntegration/icon.cc
668
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-icon.lo -MD -MP -MF $(DEPDIR)/libunity_la-icon.Tpo -c -o libunity_la-icon.lo `test -f 'ghIntegration/icon.cc' || echo '$(srcdir)/'`ghIntegration/icon.cc
669
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-icon.Tpo $(DEPDIR)/libunity_la-icon.Plo
670
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ghIntegration/icon.cc' object='libunity_la-icon.lo' libtool=yes @AMDEPBACKSLASH@
671
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-icon.lo `test -f 'ghIntegration/icon.cc' || echo '$(srcdir)/'`ghIntegration/icon.cc
673
 
 
674
 
libunity_la-platform.lo: ghIntegration/platform.cc
675
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-platform.lo -MD -MP -MF $(DEPDIR)/libunity_la-platform.Tpo -c -o libunity_la-platform.lo `test -f 'ghIntegration/platform.cc' || echo '$(srcdir)/'`ghIntegration/platform.cc
676
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-platform.Tpo $(DEPDIR)/libunity_la-platform.Plo
677
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ghIntegration/platform.cc' object='libunity_la-platform.lo' libtool=yes @AMDEPBACKSLASH@
678
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-platform.lo `test -f 'ghIntegration/platform.cc' || echo '$(srcdir)/'`ghIntegration/platform.cc
680
 
 
681
 
libunity_la-pseudoAppMgr.lo: ghIntegration/pseudoAppMgr.cc
682
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-pseudoAppMgr.lo -MD -MP -MF $(DEPDIR)/libunity_la-pseudoAppMgr.Tpo -c -o libunity_la-pseudoAppMgr.lo `test -f 'ghIntegration/pseudoAppMgr.cc' || echo '$(srcdir)/'`ghIntegration/pseudoAppMgr.cc
683
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-pseudoAppMgr.Tpo $(DEPDIR)/libunity_la-pseudoAppMgr.Plo
684
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ghIntegration/pseudoAppMgr.cc' object='libunity_la-pseudoAppMgr.lo' libtool=yes @AMDEPBACKSLASH@
685
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-pseudoAppMgr.lo `test -f 'ghIntegration/pseudoAppMgr.cc' || echo '$(srcdir)/'`ghIntegration/pseudoAppMgr.cc
687
 
 
688
 
libunity_la-unityPlatformX11.lo: unitylib/unityPlatformX11.cc
689
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPlatformX11.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPlatformX11.Tpo -c -o libunity_la-unityPlatformX11.lo `test -f 'unitylib/unityPlatformX11.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11.cc
690
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPlatformX11.Tpo $(DEPDIR)/libunity_la-unityPlatformX11.Plo
691
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/unityPlatformX11.cc' object='libunity_la-unityPlatformX11.lo' libtool=yes @AMDEPBACKSLASH@
692
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPlatformX11.lo `test -f 'unitylib/unityPlatformX11.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11.cc
694
 
 
695
 
libunity_la-unityPlatformX11Settings.lo: unitylib/unityPlatformX11Settings.cc
696
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPlatformX11Settings.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPlatformX11Settings.Tpo -c -o libunity_la-unityPlatformX11Settings.lo `test -f 'unitylib/unityPlatformX11Settings.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11Settings.cc
697
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPlatformX11Settings.Tpo $(DEPDIR)/libunity_la-unityPlatformX11Settings.Plo
698
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/unityPlatformX11Settings.cc' object='libunity_la-unityPlatformX11Settings.lo' libtool=yes @AMDEPBACKSLASH@
699
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPlatformX11Settings.lo `test -f 'unitylib/unityPlatformX11Settings.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11Settings.cc
701
 
 
702
 
libunity_la-unityPlatformX11Window.lo: unitylib/unityPlatformX11Window.cc
703
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-unityPlatformX11Window.lo -MD -MP -MF $(DEPDIR)/libunity_la-unityPlatformX11Window.Tpo -c -o libunity_la-unityPlatformX11Window.lo `test -f 'unitylib/unityPlatformX11Window.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11Window.cc
704
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-unityPlatformX11Window.Tpo $(DEPDIR)/libunity_la-unityPlatformX11Window.Plo
705
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/unityPlatformX11Window.cc' object='libunity_la-unityPlatformX11Window.lo' libtool=yes @AMDEPBACKSLASH@
706
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-unityPlatformX11Window.lo `test -f 'unitylib/unityPlatformX11Window.cc' || echo '$(srcdir)/'`unitylib/unityPlatformX11Window.cc
708
 
 
709
 
libunity_la-windowPathFactory.lo: unitylib/windowPathFactory.cc
710
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-windowPathFactory.lo -MD -MP -MF $(DEPDIR)/libunity_la-windowPathFactory.Tpo -c -o libunity_la-windowPathFactory.lo `test -f 'unitylib/windowPathFactory.cc' || echo '$(srcdir)/'`unitylib/windowPathFactory.cc
711
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-windowPathFactory.Tpo $(DEPDIR)/libunity_la-windowPathFactory.Plo
712
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/windowPathFactory.cc' object='libunity_la-windowPathFactory.lo' libtool=yes @AMDEPBACKSLASH@
713
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-windowPathFactory.lo `test -f 'unitylib/windowPathFactory.cc' || echo '$(srcdir)/'`unitylib/windowPathFactory.cc
715
 
 
716
 
libunity_la-x11Event.lo: unitylib/x11Event.cc
717
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-x11Event.lo -MD -MP -MF $(DEPDIR)/libunity_la-x11Event.Tpo -c -o libunity_la-x11Event.lo `test -f 'unitylib/x11Event.cc' || echo '$(srcdir)/'`unitylib/x11Event.cc
718
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-x11Event.Tpo $(DEPDIR)/libunity_la-x11Event.Plo
719
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/x11Event.cc' object='libunity_la-x11Event.lo' libtool=yes @AMDEPBACKSLASH@
720
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-x11Event.lo `test -f 'unitylib/x11Event.cc' || echo '$(srcdir)/'`unitylib/x11Event.cc
722
 
 
723
 
libunity_la-x11Util.lo: unitylib/x11Util.cc
724
 
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libunity_la-x11Util.lo -MD -MP -MF $(DEPDIR)/libunity_la-x11Util.Tpo -c -o libunity_la-x11Util.lo `test -f 'unitylib/x11Util.cc' || echo '$(srcdir)/'`unitylib/x11Util.cc
725
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libunity_la-x11Util.Tpo $(DEPDIR)/libunity_la-x11Util.Plo
726
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='unitylib/x11Util.cc' object='libunity_la-x11Util.lo' libtool=yes @AMDEPBACKSLASH@
727
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728
 
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libunity_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libunity_la-x11Util.lo `test -f 'unitylib/x11Util.cc' || echo '$(srcdir)/'`unitylib/x11Util.cc
729
 
 
730
 
.cpp.o:
731
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
732
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
733
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
734
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
736
 
 
737
 
.cpp.obj:
738
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
739
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
740
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
741
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
743
 
 
744
 
.cpp.lo:
745
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
746
 
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
747
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
748
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
750
 
 
751
 
mostlyclean-libtool:
752
 
        -rm -f *.lo
753
 
 
754
 
clean-libtool:
755
 
        -rm -rf .libs _libs
756
 
 
757
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
758
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
759
 
        unique=`for i in $$list; do \
760
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
761
 
          done | \
762
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
763
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
764
 
        mkid -fID $$unique
765
 
tags: TAGS
766
 
 
767
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
768
 
                $(TAGS_FILES) $(LISP)
769
 
        set x; \
770
 
        here=`pwd`; \
771
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
772
 
        unique=`for i in $$list; do \
773
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
774
 
          done | \
775
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
776
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
777
 
        shift; \
778
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
779
 
          test -n "$$unique" || unique=$$empty_fix; \
780
 
          if test $$# -gt 0; then \
781
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
782
 
              "$$@" $$unique; \
783
 
          else \
784
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
785
 
              $$unique; \
786
 
          fi; \
787
 
        fi
788
 
ctags: CTAGS
789
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
790
 
                $(TAGS_FILES) $(LISP)
791
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
792
 
        unique=`for i in $$list; do \
793
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
794
 
          done | \
795
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
796
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
797
 
        test -z "$(CTAGS_ARGS)$$unique" \
798
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
799
 
             $$unique
800
 
 
801
 
GTAGS:
802
 
        here=`$(am__cd) $(top_builddir) && pwd` \
803
 
          && $(am__cd) $(top_srcdir) \
804
 
          && gtags -i $(GTAGS_ARGS) "$$here"
805
 
 
806
 
distclean-tags:
807
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
808
 
 
809
 
distdir: $(DISTFILES)
810
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
811
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
812
 
        list='$(DISTFILES)'; \
813
 
          dist_files=`for file in $$list; do echo $$file; done | \
814
 
          sed -e "s|^$$srcdirstrip/||;t" \
815
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
816
 
        case $$dist_files in \
817
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
818
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
819
 
                           sort -u` ;; \
820
 
        esac; \
821
 
        for file in $$dist_files; do \
822
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
823
 
          if test -d $$d/$$file; then \
824
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
825
 
            if test -d "$(distdir)/$$file"; then \
826
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
827
 
            fi; \
828
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
829
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
830
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
831
 
            fi; \
832
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
833
 
          else \
834
 
            test -f "$(distdir)/$$file" \
835
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
836
 
            || exit 1; \
837
 
          fi; \
838
 
        done
839
 
check-am: all-am
840
 
check: $(BUILT_SOURCES)
841
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
842
 
all-am: Makefile $(LTLIBRARIES)
843
 
installdirs:
844
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
845
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
846
 
        done
847
 
install: $(BUILT_SOURCES)
848
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
849
 
install-exec: install-exec-am
850
 
install-data: install-data-am
851
 
uninstall: uninstall-am
852
 
 
853
 
install-am: all-am
854
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
855
 
 
856
 
installcheck: installcheck-am
857
 
install-strip:
858
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860
 
          `test -z '$(STRIP)' || \
861
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
862
 
mostlyclean-generic:
863
 
 
864
 
clean-generic:
865
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
866
 
 
867
 
distclean-generic:
868
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
869
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
870
 
 
871
 
maintainer-clean-generic:
872
 
        @echo "This command is intended for maintainers to use"
873
 
        @echo "it deletes files that may require special tools to rebuild."
874
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
875
 
clean: clean-am
876
 
 
877
 
clean-am: clean-generic clean-libtool clean-local \
878
 
        clean-pluginLTLIBRARIES mostlyclean-am
879
 
 
880
 
distclean: distclean-am
881
 
        -rm -rf ./$(DEPDIR)
882
 
        -rm -f Makefile
883
 
distclean-am: clean-am distclean-compile distclean-generic \
884
 
        distclean-tags
885
 
 
886
 
dvi: dvi-am
887
 
 
888
 
dvi-am:
889
 
 
890
 
html: html-am
891
 
 
892
 
html-am:
893
 
 
894
 
info: info-am
895
 
 
896
 
info-am:
897
 
 
898
 
install-data-am: install-pluginLTLIBRARIES
899
 
 
900
 
install-dvi: install-dvi-am
901
 
 
902
 
install-dvi-am:
903
 
 
904
 
install-exec-am:
905
 
 
906
 
install-html: install-html-am
907
 
 
908
 
install-html-am:
909
 
 
910
 
install-info: install-info-am
911
 
 
912
 
install-info-am:
913
 
 
914
 
install-man:
915
 
 
916
 
install-pdf: install-pdf-am
917
 
 
918
 
install-pdf-am:
919
 
 
920
 
install-ps: install-ps-am
921
 
 
922
 
install-ps-am:
923
 
 
924
 
installcheck-am:
925
 
 
926
 
maintainer-clean: maintainer-clean-am
927
 
        -rm -rf ./$(DEPDIR)
928
 
        -rm -f Makefile
929
 
maintainer-clean-am: distclean-am maintainer-clean-generic
930
 
 
931
 
mostlyclean: mostlyclean-am
932
 
 
933
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
934
 
        mostlyclean-libtool
935
 
 
936
 
pdf: pdf-am
937
 
 
938
 
pdf-am:
939
 
 
940
 
ps: ps-am
941
 
 
942
 
ps-am:
943
 
 
944
 
uninstall-am: uninstall-pluginLTLIBRARIES
945
 
 
946
 
.MAKE: all check install install-am install-strip
947
 
 
948
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
949
 
        clean-libtool clean-local clean-pluginLTLIBRARIES ctags \
950
 
        distclean distclean-compile distclean-generic \
951
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
952
 
        html-am info info-am install install-am install-data \
953
 
        install-data-am install-dvi install-dvi-am install-exec \
954
 
        install-exec-am install-html install-html-am install-info \
955
 
        install-info-am install-man install-pdf install-pdf-am \
956
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
957
 
        install-strip installcheck installcheck-am installdirs \
958
 
        maintainer-clean maintainer-clean-generic mostlyclean \
959
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
960
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
961
 
        uninstall-pluginLTLIBRARIES
962
 
 
963
 
 
964
 
clean-local:
965
 
        rm -rf $(top_builddir)/lib/include/guestrpc
966
 
        if [ $(top_builddir) != $(top_srcdir) ]; then   \
967
 
           rm -f *.x;                                   \
968
 
           rm -f ghiCommonDefines.h;                    \
969
 
        fi
970
 
 
971
 
ghiGetBinaryHandlers.h: ghiGetBinaryHandlers.x
972
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiGetBinaryHandlers.x $@ \
973
 
           services/plugins/unity/ghiCommonDefines.h
974
 
 
975
 
ghiGetBinaryHandlers_xdr.c: ghiGetBinaryHandlers.x ghiGetBinaryHandlers.h
976
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiGetBinaryHandlers.x $@
977
 
 
978
 
ghiGetExecInfoHash.h: ghiGetExecInfoHash.x
979
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiGetExecInfoHash.x $@ \
980
 
           services/plugins/unity/ghiCommonDefines.h
981
 
 
982
 
ghiGetExecInfoHash_xdr.c: ghiGetExecInfoHash.x ghiGetExecInfoHash.h
983
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiGetExecInfoHash.x $@
984
 
 
985
 
ghiProtocolHandler.h: ghiProtocolHandler.x
986
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiProtocolHandler.x $@ \
987
 
           services/plugins/unity/ghiCommonDefines.h
988
 
 
989
 
ghiProtocolHandler_xdr.c: ghiProtocolHandler.x ghiProtocolHandler.h
990
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiProtocolHandler.x $@
991
 
 
992
 
ghiStartMenu.h: ghiStartMenu.x
993
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiStartMenu.x $@ \
994
 
           services/plugins/unity/ghiCommonDefines.h
995
 
 
996
 
ghiStartMenu_xdr.c: ghiStartMenu.x ghiStartMenu.h
997
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiStartMenu.x $@
998
 
 
999
 
ghiShellAction.h: ghiShellAction.x
1000
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiShellAction.x $@ \
1001
 
           services/plugins/unity/ghiCommonDefines.h
1002
 
 
1003
 
ghiShellAction_xdr.c: ghiShellAction.x ghiShellAction.h
1004
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiShellAction.x $@
1005
 
 
1006
 
ghiTrayIcon.h: ghiTrayIcon.x
1007
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiTrayIcon.x $@ \
1008
 
           services/plugins/unity/ghiCommonDefines.h
1009
 
 
1010
 
ghiTrayIcon_xdr.c: ghiTrayIcon.x ghiTrayIcon.h
1011
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiTrayIcon.x $@
1012
 
 
1013
 
ghiSetFocusedWindow.h: ghiSetFocusedWindow.x
1014
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetFocusedWindow.x $@ \
1015
 
           services/plugins/unity/ghiCommonDefines.h
1016
 
 
1017
 
ghiSetFocusedWindow_xdr.c: ghiSetFocusedWindow.x ghiSetFocusedWindow.h
1018
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetFocusedWindow.x $@
1019
 
 
1020
 
ghiSetGuestHandler.h: ghiSetGuestHandler.x
1021
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetGuestHandler.x $@ \
1022
 
           services/plugins/unity/ghiCommonDefines.h
1023
 
 
1024
 
ghiSetGuestHandler_xdr.c: ghiSetGuestHandler.x ghiSetGuestHandler.h
1025
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetGuestHandler.x $@
1026
 
 
1027
 
ghiSetOutlookTempFolder.h: ghiSetOutlookTempFolder.x
1028
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetOutlookTempFolder.x $@ \
1029
 
           services/plugins/unity/ghiCommonDefines.h
1030
 
 
1031
 
ghiSetOutlookTempFolder_xdr.c: ghiSetOutlookTempFolder.x ghiSetOutlookTempFolder.h
1032
 
        @RPCGEN_WRAPPER@ services/plugins/unity/ghiSetOutlookTempFolder.x $@
1033
 
 
1034
 
unityActive.h: unityActive.x
1035
 
        @RPCGEN_WRAPPER@ services/plugins/unity/unityActive.x $@
1036
 
 
1037
 
unityActive_xdr.c: unityActive.x unityActive.h
1038
 
        @RPCGEN_WRAPPER@ services/plugins/unity/unityActive.x $@
1039
 
 
1040
 
unity.h: unity.x
1041
 
        @RPCGEN_WRAPPER@ services/plugins/unity/unity.x $@
1042
 
 
1043
 
unity_xdr.c: unity.x unity.h
1044
 
        @RPCGEN_WRAPPER@ services/plugins/unity/unity.x $@
1045
 
 
1046
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1047
 
# Otherwise a system limit (for SysV at least) may be exceeded.
1048
 
.NOEXPORT: