~ubuntu-branches/ubuntu/quantal/freerdp/quantal

« back to all changes in this revision

Viewing changes to channels/common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = channels/common
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
51
libcommon_la_DEPENDENCIES =
 
52
am_libcommon_la_OBJECTS = libcommon_la-chan_plugin.lo \
 
53
        libcommon_la-chan_stream.lo libcommon_la-wait_obj.lo
 
54
libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
 
55
libcommon_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
56
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcommon_la_CFLAGS) \
 
57
        $(CFLAGS) $(libcommon_la_LDFLAGS) $(LDFLAGS) -o $@
 
58
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
60
am__depfiles_maybe = depfiles
 
61
am__mv = mv -f
 
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
67
CCLD = $(CC)
 
68
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
70
        $(LDFLAGS) -o $@
 
71
SOURCES = $(libcommon_la_SOURCES)
 
72
DIST_SOURCES = $(libcommon_la_SOURCES)
 
73
ETAGS = etags
 
74
CTAGS = ctags
 
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
76
ACLOCAL = @ACLOCAL@
 
77
ALSA_CFLAGS = @ALSA_CFLAGS@
 
78
ALSA_LIBS = @ALSA_LIBS@
 
79
AMTAR = @AMTAR@
 
80
AR = @AR@
 
81
AUTOCONF = @AUTOCONF@
 
82
AUTOHEADER = @AUTOHEADER@
 
83
AUTOMAKE = @AUTOMAKE@
 
84
AWK = @AWK@
 
85
CC = @CC@
 
86
CCDEPMODE = @CCDEPMODE@
 
87
CFLAGS = @CFLAGS@
 
88
CPP = @CPP@
 
89
CPPFLAGS = @CPPFLAGS@
 
90
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
 
91
CRYPTO_LIBS = @CRYPTO_LIBS@
 
92
CUPS_CFLAGS = @CUPS_CFLAGS@
 
93
CUPS_LIBS = @CUPS_LIBS@
 
94
CYGPATH_W = @CYGPATH_W@
 
95
DEFS = @DEFS@
 
96
DEPDIR = @DEPDIR@
 
97
DFB_CFLAGS = @DFB_CFLAGS@
 
98
DFB_LIBS = @DFB_LIBS@
 
99
DSYMUTIL = @DSYMUTIL@
 
100
DUMPBIN = @DUMPBIN@
 
101
ECHO_C = @ECHO_C@
 
102
ECHO_N = @ECHO_N@
 
103
ECHO_T = @ECHO_T@
 
104
EGREP = @EGREP@
 
105
EXEEXT = @EXEEXT@
 
106
EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
 
107
FGREP = @FGREP@
 
108
GREP = @GREP@
 
109
HAVE_CUPS = @HAVE_CUPS@
 
110
INSTALL = @INSTALL@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
KEYMAP_PATH = @KEYMAP_PATH@
 
116
LD = @LD@
 
117
LDFLAGS = @LDFLAGS@
 
118
LDVNC = @LDVNC@
 
119
LIBAO_CFLAGS = @LIBAO_CFLAGS@
 
120
LIBAO_LIBS = @LIBAO_LIBS@
 
121
LIBICONV = @LIBICONV@
 
122
LIBOBJS = @LIBOBJS@
 
123
LIBS = @LIBS@
 
124
LIBSAMPLERATE_CFLAGS = @LIBSAMPLERATE_CFLAGS@
 
125
LIBSAMPLERATE_LIBS = @LIBSAMPLERATE_LIBS@
 
126
LIBTOOL = @LIBTOOL@
 
127
LIPO = @LIPO@
 
128
LN_S = @LN_S@
 
129
LTLIBOBJS = @LTLIBOBJS@
 
130
MAKEINFO = @MAKEINFO@
 
131
MKDIR_P = @MKDIR_P@
 
132
NM = @NM@
 
133
NMEDIT = @NMEDIT@
 
134
OBJDUMP = @OBJDUMP@
 
135
OBJEXT = @OBJEXT@
 
136
OTOOL = @OTOOL@
 
137
OTOOL64 = @OTOOL64@
 
138
PACKAGE = @PACKAGE@
 
139
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
140
PACKAGE_NAME = @PACKAGE_NAME@
 
141
PACKAGE_STRING = @PACKAGE_STRING@
 
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
143
PACKAGE_URL = @PACKAGE_URL@
 
144
PACKAGE_VERSION = @PACKAGE_VERSION@
 
145
PATH_SEPARATOR = @PATH_SEPARATOR@
 
146
PCSCLITE_CFLAGS = @PCSCLITE_CFLAGS@
 
147
PCSCLITE_LIBS = @PCSCLITE_LIBS@
 
148
PKG_CONFIG = @PKG_CONFIG@
 
149
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
150
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
151
PLUGIN_PATH = @PLUGIN_PATH@
 
152
RANLIB = @RANLIB@
 
153
RDP2VNCTARGET = @RDP2VNCTARGET@
 
154
SCARDOBJ = @SCARDOBJ@
 
155
SED = @SED@
 
156
SET_MAKE = @SET_MAKE@
 
157
SHELL = @SHELL@
 
158
STRIP = @STRIP@
 
159
VERSION = @VERSION@
 
160
VNCINC = @VNCINC@
 
161
VNCLINK = @VNCLINK@
 
162
XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
 
163
XCURSOR_LIBS = @XCURSOR_LIBS@
 
164
XMKMF = @XMKMF@
 
165
X_CFLAGS = @X_CFLAGS@
 
166
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
167
X_LIBS = @X_LIBS@
 
168
X_PRE_LIBS = @X_PRE_LIBS@
 
169
abs_builddir = @abs_builddir@
 
170
abs_srcdir = @abs_srcdir@
 
171
abs_top_builddir = @abs_top_builddir@
 
172
abs_top_srcdir = @abs_top_srcdir@
 
173
ac_ct_CC = @ac_ct_CC@
 
174
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
175
am__include = @am__include@
 
176
am__leading_dot = @am__leading_dot@
 
177
am__quote = @am__quote@
 
178
am__tar = @am__tar@
 
179
am__untar = @am__untar@
 
180
bindir = @bindir@
 
181
build = @build@
 
182
build_alias = @build_alias@
 
183
build_cpu = @build_cpu@
 
184
build_os = @build_os@
 
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
 
187
datadir = @datadir@
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
 
191
exec_prefix = @exec_prefix@
 
192
host = @host@
 
193
host_alias = @host_alias@
 
194
host_cpu = @host_cpu@
 
195
host_os = @host_os@
 
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
 
198
includedir = @includedir@
 
199
infodir = @infodir@
 
200
install_sh = @install_sh@
 
201
libdir = @libdir@
 
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
 
204
localstatedir = @localstatedir@
 
205
lt_ECHO = @lt_ECHO@
 
206
mandir = @mandir@
 
207
mkdir_p = @mkdir_p@
 
208
oldincludedir = @oldincludedir@
 
209
pdfdir = @pdfdir@
 
210
prefix = @prefix@
 
211
program_transform_name = @program_transform_name@
 
212
psdir = @psdir@
 
213
sbindir = @sbindir@
 
214
sharedstatedir = @sharedstatedir@
 
215
srcdir = @srcdir@
 
216
sysconfdir = @sysconfdir@
 
217
target_alias = @target_alias@
 
218
top_build_prefix = @top_build_prefix@
 
219
top_builddir = @top_builddir@
 
220
top_srcdir = @top_srcdir@
 
221
noinst_LTLIBRARIES = libcommon.la
 
222
libcommon_la_SOURCES = \
 
223
        chan_plugin.c chan_plugin.h \
 
224
        chan_stream.c chan_stream.h \
 
225
        wait_obj.c wait_obj.h \
 
226
        types.h
 
227
 
 
228
libcommon_la_CFLAGS = -I../../include -I.
 
229
libcommon_la_LDFLAGS = 
 
230
libcommon_la_LIBADD = -lpthread
 
231
 
 
232
# extra
 
233
EXTRA_DIST = 
 
234
DISTCLEANFILES = 
 
235
all: all-am
 
236
 
 
237
.SUFFIXES:
 
238
.SUFFIXES: .c .lo .o .obj
 
239
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
240
        @for dep in $?; do \
 
241
          case '$(am__configure_deps)' in \
 
242
            *$$dep*) \
 
243
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
244
                && { if test -f $@; then exit 0; else break; fi; }; \
 
245
              exit 1;; \
 
246
          esac; \
 
247
        done; \
 
248
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu channels/common/Makefile'; \
 
249
        $(am__cd) $(top_srcdir) && \
 
250
          $(AUTOMAKE) --gnu channels/common/Makefile
 
251
.PRECIOUS: Makefile
 
252
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
253
        @case '$?' in \
 
254
          *config.status*) \
 
255
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
256
          *) \
 
257
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
258
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
259
        esac;
 
260
 
 
261
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
 
 
264
$(top_srcdir)/configure:  $(am__configure_deps)
 
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(am__aclocal_m4_deps):
 
269
 
 
270
clean-noinstLTLIBRARIES:
 
271
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
272
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
273
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
274
          test "$$dir" != "$$p" || dir=.; \
 
275
          echo "rm -f \"$${dir}/so_locations\""; \
 
276
          rm -f "$${dir}/so_locations"; \
 
277
        done
 
278
libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) 
 
279
        $(libcommon_la_LINK)  $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
 
280
 
 
281
mostlyclean-compile:
 
282
        -rm -f *.$(OBJEXT)
 
283
 
 
284
distclean-compile:
 
285
        -rm -f *.tab.c
 
286
 
 
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_la-chan_plugin.Plo@am__quote@
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_la-chan_stream.Plo@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_la-wait_obj.Plo@am__quote@
 
290
 
 
291
.c.o:
 
292
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
293
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
296
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
297
 
 
298
.c.obj:
 
299
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
300
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
303
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
304
 
 
305
.c.lo:
 
306
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
307
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
310
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
311
 
 
312
libcommon_la-chan_plugin.lo: chan_plugin.c
 
313
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -MT libcommon_la-chan_plugin.lo -MD -MP -MF $(DEPDIR)/libcommon_la-chan_plugin.Tpo -c -o libcommon_la-chan_plugin.lo `test -f 'chan_plugin.c' || echo '$(srcdir)/'`chan_plugin.c
 
314
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcommon_la-chan_plugin.Tpo $(DEPDIR)/libcommon_la-chan_plugin.Plo
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='chan_plugin.c' object='libcommon_la-chan_plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -c -o libcommon_la-chan_plugin.lo `test -f 'chan_plugin.c' || echo '$(srcdir)/'`chan_plugin.c
 
318
 
 
319
libcommon_la-chan_stream.lo: chan_stream.c
 
320
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -MT libcommon_la-chan_stream.lo -MD -MP -MF $(DEPDIR)/libcommon_la-chan_stream.Tpo -c -o libcommon_la-chan_stream.lo `test -f 'chan_stream.c' || echo '$(srcdir)/'`chan_stream.c
 
321
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcommon_la-chan_stream.Tpo $(DEPDIR)/libcommon_la-chan_stream.Plo
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='chan_stream.c' object='libcommon_la-chan_stream.lo' libtool=yes @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -c -o libcommon_la-chan_stream.lo `test -f 'chan_stream.c' || echo '$(srcdir)/'`chan_stream.c
 
325
 
 
326
libcommon_la-wait_obj.lo: wait_obj.c
 
327
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -MT libcommon_la-wait_obj.lo -MD -MP -MF $(DEPDIR)/libcommon_la-wait_obj.Tpo -c -o libcommon_la-wait_obj.lo `test -f 'wait_obj.c' || echo '$(srcdir)/'`wait_obj.c
 
328
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcommon_la-wait_obj.Tpo $(DEPDIR)/libcommon_la-wait_obj.Plo
 
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wait_obj.c' object='libcommon_la-wait_obj.lo' libtool=yes @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_la_CFLAGS) $(CFLAGS) -c -o libcommon_la-wait_obj.lo `test -f 'wait_obj.c' || echo '$(srcdir)/'`wait_obj.c
 
332
 
 
333
mostlyclean-libtool:
 
334
        -rm -f *.lo
 
335
 
 
336
clean-libtool:
 
337
        -rm -rf .libs _libs
 
338
 
 
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
340
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
346
        mkid -fID $$unique
 
347
tags: TAGS
 
348
 
 
349
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
350
                $(TAGS_FILES) $(LISP)
 
351
        set x; \
 
352
        here=`pwd`; \
 
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
361
          test -n "$$unique" || unique=$$empty_fix; \
 
362
          if test $$# -gt 0; then \
 
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
364
              "$$@" $$unique; \
 
365
          else \
 
366
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
              $$unique; \
 
368
          fi; \
 
369
        fi
 
370
ctags: CTAGS
 
371
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
372
                $(TAGS_FILES) $(LISP)
 
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
374
        unique=`for i in $$list; do \
 
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
376
          done | \
 
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
379
        test -z "$(CTAGS_ARGS)$$unique" \
 
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
381
             $$unique
 
382
 
 
383
GTAGS:
 
384
        here=`$(am__cd) $(top_builddir) && pwd` \
 
385
          && $(am__cd) $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) "$$here"
 
387
 
 
388
distclean-tags:
 
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
390
 
 
391
distdir: $(DISTFILES)
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
394
        list='$(DISTFILES)'; \
 
395
          dist_files=`for file in $$list; do echo $$file; done | \
 
396
          sed -e "s|^$$srcdirstrip/||;t" \
 
397
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
398
        case $$dist_files in \
 
399
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
400
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
401
                           sort -u` ;; \
 
402
        esac; \
 
403
        for file in $$dist_files; do \
 
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
405
          if test -d $$d/$$file; then \
 
406
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
407
            if test -d "$(distdir)/$$file"; then \
 
408
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
409
            fi; \
 
410
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
411
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
412
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
413
            fi; \
 
414
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
415
          else \
 
416
            test -f "$(distdir)/$$file" \
 
417
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
418
            || exit 1; \
 
419
          fi; \
 
420
        done
 
421
check-am: all-am
 
422
check: check-am
 
423
all-am: Makefile $(LTLIBRARIES)
 
424
installdirs:
 
425
install: install-am
 
426
install-exec: install-exec-am
 
427
install-data: install-data-am
 
428
uninstall: uninstall-am
 
429
 
 
430
install-am: all-am
 
431
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
432
 
 
433
installcheck: installcheck-am
 
434
install-strip:
 
435
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
436
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
437
          `test -z '$(STRIP)' || \
 
438
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
439
mostlyclean-generic:
 
440
 
 
441
clean-generic:
 
442
 
 
443
distclean-generic:
 
444
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
445
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
446
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
447
 
 
448
maintainer-clean-generic:
 
449
        @echo "This command is intended for maintainers to use"
 
450
        @echo "it deletes files that may require special tools to rebuild."
 
451
clean: clean-am
 
452
 
 
453
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
454
        mostlyclean-am
 
455
 
 
456
distclean: distclean-am
 
457
        -rm -rf ./$(DEPDIR)
 
458
        -rm -f Makefile
 
459
distclean-am: clean-am distclean-compile distclean-generic \
 
460
        distclean-tags
 
461
 
 
462
dvi: dvi-am
 
463
 
 
464
dvi-am:
 
465
 
 
466
html: html-am
 
467
 
 
468
html-am:
 
469
 
 
470
info: info-am
 
471
 
 
472
info-am:
 
473
 
 
474
install-data-am:
 
475
 
 
476
install-dvi: install-dvi-am
 
477
 
 
478
install-dvi-am:
 
479
 
 
480
install-exec-am:
 
481
 
 
482
install-html: install-html-am
 
483
 
 
484
install-html-am:
 
485
 
 
486
install-info: install-info-am
 
487
 
 
488
install-info-am:
 
489
 
 
490
install-man:
 
491
 
 
492
install-pdf: install-pdf-am
 
493
 
 
494
install-pdf-am:
 
495
 
 
496
install-ps: install-ps-am
 
497
 
 
498
install-ps-am:
 
499
 
 
500
installcheck-am:
 
501
 
 
502
maintainer-clean: maintainer-clean-am
 
503
        -rm -rf ./$(DEPDIR)
 
504
        -rm -f Makefile
 
505
maintainer-clean-am: distclean-am maintainer-clean-generic
 
506
 
 
507
mostlyclean: mostlyclean-am
 
508
 
 
509
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
510
        mostlyclean-libtool
 
511
 
 
512
pdf: pdf-am
 
513
 
 
514
pdf-am:
 
515
 
 
516
ps: ps-am
 
517
 
 
518
ps-am:
 
519
 
 
520
uninstall-am:
 
521
 
 
522
.MAKE: install-am install-strip
 
523
 
 
524
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
525
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
526
        distclean-compile distclean-generic distclean-libtool \
 
527
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
528
        install install-am install-data install-data-am install-dvi \
 
529
        install-dvi-am install-exec install-exec-am install-html \
 
530
        install-html-am install-info install-info-am install-man \
 
531
        install-pdf install-pdf-am install-ps install-ps-am \
 
532
        install-strip installcheck installcheck-am installdirs \
 
533
        maintainer-clean maintainer-clean-generic mostlyclean \
 
534
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
535
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
536
 
 
537
 
 
538
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
539
# Otherwise a system limit (for SysV at least) may be exceeded.
 
540
.NOEXPORT: