~ubuntu-branches/ubuntu/wily/freerdp/wily-proposed

« back to all changes in this revision

Viewing changes to channels/cliprdr/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Jeremy Bicha, Jean-Louis Dupond, Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120131100214-jaok3uwvni7sqxth
Tags: 1.0.0-0git1
Upload current Debian packaging git to get this rolling for precise.

[ Jeremy Bicha ]
* New upstream release. Closes: #647498.
* Updated symbols and bumped soname
* debian/control:
  - Added new build dependencies
  - Bump Standards-Version to 3.9.2
* debian/source/format: Set to 3.0 (quilt)
* debian/rules: Turn on strict symbols checking
* debian/watch: Watch github

[ Jean-Louis Dupond ]
* debian/control: Updated homepage
* debian/copyright: Reflect upstream switch to the Apache license

[ Martin Pitt ]
* debian/libfreerdp0.symbols: Fix version number, should
  be 1.0~beta5, not 1.0-beta5.
* debian/control: Add libavcodec-dev build dependency, upstream build system
  checks for that. Thanks Jean-Louis Dupond!

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