~ubuntu-branches/debian/sid/xorgxrdp/sid

« back to all changes in this revision

Viewing changes to xrdpkeyb/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dominik George
  • Date: 2018-03-31 18:44:01 UTC
  • Revision ID: package-import@ubuntu.com-20180331184401-2st0rkrd7wrgdq0p
Tags: upstream-0.2.6
ImportĀ upstreamĀ versionĀ 0.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
 
29
am__make_running_with_option = \
 
30
  case $${target_option-} in \
 
31
      ?) ;; \
 
32
      *) echo "am__make_running_with_option: internal error: invalid" \
 
33
              "target option '$${target_option-}' specified" >&2; \
 
34
         exit 1;; \
 
35
  esac; \
 
36
  has_opt=no; \
 
37
  sane_makeflags=$$MAKEFLAGS; \
 
38
  if $(am__is_gnu_make); then \
 
39
    sane_makeflags=$$MFLAGS; \
 
40
  else \
 
41
    case $$MAKEFLAGS in \
 
42
      *\\[\ \   ]*) \
 
43
        bs=\\; \
 
44
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
45
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
46
    esac; \
 
47
  fi; \
 
48
  skip_next=no; \
 
49
  strip_trailopt () \
 
50
  { \
 
51
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
52
  }; \
 
53
  for flg in $$sane_makeflags; do \
 
54
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
55
    case $$flg in \
 
56
      *=*|--*) continue;; \
 
57
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
58
      -*I?*) strip_trailopt 'I';; \
 
59
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
60
      -*O?*) strip_trailopt 'O';; \
 
61
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
62
      -*l?*) strip_trailopt 'l';; \
 
63
      -[dEDm]) skip_next=yes;; \
 
64
      -[JT]) skip_next=yes;; \
 
65
    esac; \
 
66
    case $$flg in \
 
67
      *$$target_option*) has_opt=yes; break;; \
 
68
    esac; \
 
69
  done; \
 
70
  test $$has_opt = yes
 
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
72
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
73
pkgdatadir = $(datadir)/@PACKAGE@
 
74
pkgincludedir = $(includedir)/@PACKAGE@
 
75
pkglibdir = $(libdir)/@PACKAGE@
 
76
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
77
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
78
install_sh_DATA = $(install_sh) -c -m 644
 
79
install_sh_PROGRAM = $(install_sh) -c
 
80
install_sh_SCRIPT = $(install_sh) -c
 
81
INSTALL_HEADER = $(INSTALL_DATA)
 
82
transform = $(program_transform_name)
 
83
NORMAL_INSTALL = :
 
84
PRE_INSTALL = :
 
85
POST_INSTALL = :
 
86
NORMAL_UNINSTALL = :
 
87
PRE_UNINSTALL = :
 
88
POST_UNINSTALL = :
 
89
build_triplet = @build@
 
90
host_triplet = @host@
 
91
subdir = xrdpkeyb
 
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
93
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
 
94
        $(top_srcdir)/m4/ax_append_flag.m4 \
 
95
        $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
 
96
        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
 
97
        $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
 
98
        $(top_srcdir)/m4/ax_require_defined.m4 \
 
99
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
100
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
101
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nasm.m4 \
 
102
        $(top_srcdir)/configure.ac
 
103
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
104
        $(ACLOCAL_M4)
 
105
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
106
mkinstalldirs = $(install_sh) -d
 
107
CONFIG_HEADER = $(top_builddir)/config_ac.h
 
108
CONFIG_CLEAN_FILES =
 
109
CONFIG_CLEAN_VPATH_FILES =
 
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
111
am__vpath_adj = case $$p in \
 
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
113
    *) f=$$p;; \
 
114
  esac;
 
115
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
116
am__install_max = 40
 
117
am__nobase_strip_setup = \
 
118
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
119
am__nobase_strip = \
 
120
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
121
am__nobase_list = $(am__nobase_strip_setup); \
 
122
  for p in $$list; do echo "$$p $$p"; done | \
 
123
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
124
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
125
    if (++n[$$2] == $(am__install_max)) \
 
126
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
127
    END { for (dir in files) print dir, files[dir] }'
 
128
am__base_list = \
 
129
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
130
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
131
am__uninstall_files_from_dir = { \
 
132
  test -z "$$files" \
 
133
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
134
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
135
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
136
  }
 
137
am__installdirs = "$(DESTDIR)$(xrdpkeyb_drv_ladir)"
 
138
LTLIBRARIES = $(xrdpkeyb_drv_la_LTLIBRARIES)
 
139
xrdpkeyb_drv_la_DEPENDENCIES =
 
140
am_xrdpkeyb_drv_la_OBJECTS = rdpKeyboard.lo
 
141
xrdpkeyb_drv_la_OBJECTS = $(am_xrdpkeyb_drv_la_OBJECTS)
 
142
AM_V_lt = $(am__v_lt_@AM_V@)
 
143
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
144
am__v_lt_0 = --silent
 
145
am__v_lt_1 = 
 
146
xrdpkeyb_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
147
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
148
        $(AM_CFLAGS) $(CFLAGS) $(xrdpkeyb_drv_la_LDFLAGS) $(LDFLAGS) \
 
149
        -o $@
 
150
AM_V_P = $(am__v_P_@AM_V@)
 
151
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
152
am__v_P_0 = false
 
153
am__v_P_1 = :
 
154
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
155
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
156
am__v_GEN_0 = @echo "  GEN     " $@;
 
157
am__v_GEN_1 = 
 
158
AM_V_at = $(am__v_at_@AM_V@)
 
159
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
160
am__v_at_0 = @
 
161
am__v_at_1 = 
 
162
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
163
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
164
am__depfiles_maybe = depfiles
 
165
am__mv = mv -f
 
166
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
167
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
168
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
169
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
170
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
171
        $(AM_CFLAGS) $(CFLAGS)
 
172
AM_V_CC = $(am__v_CC_@AM_V@)
 
173
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
174
am__v_CC_0 = @echo "  CC      " $@;
 
175
am__v_CC_1 = 
 
176
CCLD = $(CC)
 
177
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
178
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
179
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
180
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
181
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
182
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
183
am__v_CCLD_1 = 
 
184
SOURCES = $(xrdpkeyb_drv_la_SOURCES)
 
185
DIST_SOURCES = $(xrdpkeyb_drv_la_SOURCES)
 
186
am__can_run_installinfo = \
 
187
  case $$AM_UPDATE_INFO_DIR in \
 
188
    n|no|NO) false;; \
 
189
    *) (install-info --version) >/dev/null 2>&1;; \
 
190
  esac
 
191
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
192
# Read a list of newline-separated strings from the standard input,
 
193
# and print each of them once, without duplicates.  Input order is
 
194
# *not* preserved.
 
195
am__uniquify_input = $(AWK) '\
 
196
  BEGIN { nonempty = 0; } \
 
197
  { items[$$0] = 1; nonempty = 1; } \
 
198
  END { if (nonempty) { for (i in items) print i; }; } \
 
199
'
 
200
# Make sure the list of sources is unique.  This is necessary because,
 
201
# e.g., the same source file might be shared among _SOURCES variables
 
202
# for different programs/libraries.
 
203
am__define_uniq_tagged_files = \
 
204
  list='$(am__tagged_files)'; \
 
205
  unique=`for i in $$list; do \
 
206
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
207
  done | $(am__uniquify_input)`
 
208
ETAGS = etags
 
209
CTAGS = ctags
 
210
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 
211
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
212
ACLOCAL = @ACLOCAL@
 
213
AMTAR = @AMTAR@
 
214
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
215
AR = @AR@
 
216
AUTOCONF = @AUTOCONF@
 
217
AUTOHEADER = @AUTOHEADER@
 
218
AUTOMAKE = @AUTOMAKE@
 
219
AWK = @AWK@
 
220
CC = @CC@
 
221
CCDEPMODE = @CCDEPMODE@
 
222
CFLAGS = @CFLAGS@
 
223
CPP = @CPP@
 
224
CPPFLAGS = @CPPFLAGS@
 
225
CYGPATH_W = @CYGPATH_W@
 
226
DEFS = @DEFS@
 
227
DEPDIR = @DEPDIR@
 
228
DLLTOOL = @DLLTOOL@
 
229
DSYMUTIL = @DSYMUTIL@
 
230
DUMPBIN = @DUMPBIN@
 
231
ECHO_C = @ECHO_C@
 
232
ECHO_N = @ECHO_N@
 
233
ECHO_T = @ECHO_T@
 
234
EGREP = @EGREP@
 
235
EXEEXT = @EXEEXT@
 
236
FGREP = @FGREP@
 
237
GREP = @GREP@
 
238
INSTALL = @INSTALL@
 
239
INSTALL_DATA = @INSTALL_DATA@
 
240
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
241
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
242
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
243
LD = @LD@
 
244
LDFLAGS = @LDFLAGS@
 
245
LIBOBJS = @LIBOBJS@
 
246
LIBS = @LIBS@
 
247
LIBTOOL = @LIBTOOL@
 
248
LIPO = @LIPO@
 
249
LN_S = @LN_S@
 
250
LTLIBOBJS = @LTLIBOBJS@
 
251
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 
252
MAKEINFO = @MAKEINFO@
 
253
MANIFEST_TOOL = @MANIFEST_TOOL@
 
254
MKDIR_P = @MKDIR_P@
 
255
NAFLAGS = @NAFLAGS@
 
256
NASM = @NASM@
 
257
NM = @NM@
 
258
NMEDIT = @NMEDIT@
 
259
OBJDUMP = @OBJDUMP@
 
260
OBJEXT = @OBJEXT@
 
261
OTOOL = @OTOOL@
 
262
OTOOL64 = @OTOOL64@
 
263
PACKAGE = @PACKAGE@
 
264
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
265
PACKAGE_NAME = @PACKAGE_NAME@
 
266
PACKAGE_STRING = @PACKAGE_STRING@
 
267
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
268
PACKAGE_URL = @PACKAGE_URL@
 
269
PACKAGE_VERSION = @PACKAGE_VERSION@
 
270
PATH_SEPARATOR = @PATH_SEPARATOR@
 
271
PKG_CONFIG = @PKG_CONFIG@
 
272
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
273
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
274
RANLIB = @RANLIB@
 
275
SED = @SED@
 
276
SET_MAKE = @SET_MAKE@
 
277
SHELL = @SHELL@
 
278
STRIP = @STRIP@
 
279
VERSION = @VERSION@
 
280
XORG_SERVER_CFLAGS = @XORG_SERVER_CFLAGS@
 
281
XORG_SERVER_LIBS = @XORG_SERVER_LIBS@
 
282
XRDP_CFLAGS = @XRDP_CFLAGS@
 
283
XRDP_LIBS = @XRDP_LIBS@
 
284
abs_builddir = @abs_builddir@
 
285
abs_srcdir = @abs_srcdir@
 
286
abs_top_builddir = @abs_top_builddir@
 
287
abs_top_srcdir = @abs_top_srcdir@
 
288
ac_ct_AR = @ac_ct_AR@
 
289
ac_ct_CC = @ac_ct_CC@
 
290
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
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
host = @host@
 
309
host_alias = @host_alias@
 
310
host_cpu = @host_cpu@
 
311
host_os = @host_os@
 
312
host_vendor = @host_vendor@
 
313
htmldir = @htmldir@
 
314
includedir = @includedir@
 
315
infodir = @infodir@
 
316
install_sh = @install_sh@
 
317
libdir = @libdir@
 
318
libexecdir = @libexecdir@
 
319
localedir = @localedir@
 
320
localstatedir = @localstatedir@
 
321
mandir = @mandir@
 
322
mkdir_p = @mkdir_p@
 
323
moduledir = @moduledir@
 
324
oldincludedir = @oldincludedir@
 
325
package_version_major = @package_version_major@
 
326
package_version_minor = @package_version_minor@
 
327
package_version_patchlevel = @package_version_patchlevel@
 
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
EXTRA_DIST = 
 
341
AM_CFLAGS = \
 
342
  $(XORG_SERVER_CFLAGS) \
 
343
  $(XRDP_CFLAGS) \
 
344
  -DPACKAGE_VERSION_MAJOR=@package_version_major@ \
 
345
  -DPACKAGE_VERSION_MINOR=@package_version_minor@ \
 
346
  -DPACKAGE_VERSION_PATCHLEVEL=@package_version_patchlevel@ \
 
347
  -I$(top_srcdir)/module
 
348
 
 
349
xrdpkeyb_drv_la_LTLIBRARIES = xrdpkeyb_drv.la
 
350
xrdpkeyb_drv_la_LDFLAGS = -module -avoid-version
 
351
xrdpkeyb_drv_ladir = $(moduledir)/input
 
352
xrdpkeyb_drv_la_SOURCES = rdpKeyboard.c
 
353
xrdpkeyb_drv_la_LIBADD = 
 
354
all: all-am
 
355
 
 
356
.SUFFIXES:
 
357
.SUFFIXES: .c .lo .o .obj
 
358
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
359
        @for dep in $?; do \
 
360
          case '$(am__configure_deps)' in \
 
361
            *$$dep*) \
 
362
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
363
                && { if test -f $@; then exit 0; else break; fi; }; \
 
364
              exit 1;; \
 
365
          esac; \
 
366
        done; \
 
367
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xrdpkeyb/Makefile'; \
 
368
        $(am__cd) $(top_srcdir) && \
 
369
          $(AUTOMAKE) --foreign xrdpkeyb/Makefile
 
370
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
371
        @case '$?' in \
 
372
          *config.status*) \
 
373
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
374
          *) \
 
375
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
376
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
377
        esac;
 
378
 
 
379
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
381
 
 
382
$(top_srcdir)/configure:  $(am__configure_deps)
 
383
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
384
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
385
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
386
$(am__aclocal_m4_deps):
 
387
 
 
388
install-xrdpkeyb_drv_laLTLIBRARIES: $(xrdpkeyb_drv_la_LTLIBRARIES)
 
389
        @$(NORMAL_INSTALL)
 
390
        @list='$(xrdpkeyb_drv_la_LTLIBRARIES)'; test -n "$(xrdpkeyb_drv_ladir)" || list=; \
 
391
        list2=; for p in $$list; do \
 
392
          if test -f $$p; then \
 
393
            list2="$$list2 $$p"; \
 
394
          else :; fi; \
 
395
        done; \
 
396
        test -z "$$list2" || { \
 
397
          echo " $(MKDIR_P) '$(DESTDIR)$(xrdpkeyb_drv_ladir)'"; \
 
398
          $(MKDIR_P) "$(DESTDIR)$(xrdpkeyb_drv_ladir)" || exit 1; \
 
399
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(xrdpkeyb_drv_ladir)'"; \
 
400
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(xrdpkeyb_drv_ladir)"; \
 
401
        }
 
402
 
 
403
uninstall-xrdpkeyb_drv_laLTLIBRARIES:
 
404
        @$(NORMAL_UNINSTALL)
 
405
        @list='$(xrdpkeyb_drv_la_LTLIBRARIES)'; test -n "$(xrdpkeyb_drv_ladir)" || list=; \
 
406
        for p in $$list; do \
 
407
          $(am__strip_dir) \
 
408
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(xrdpkeyb_drv_ladir)/$$f'"; \
 
409
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(xrdpkeyb_drv_ladir)/$$f"; \
 
410
        done
 
411
 
 
412
clean-xrdpkeyb_drv_laLTLIBRARIES:
 
413
        -test -z "$(xrdpkeyb_drv_la_LTLIBRARIES)" || rm -f $(xrdpkeyb_drv_la_LTLIBRARIES)
 
414
        @list='$(xrdpkeyb_drv_la_LTLIBRARIES)'; \
 
415
        locs=`for p in $$list; do echo $$p; done | \
 
416
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
417
              sort -u`; \
 
418
        test -z "$$locs" || { \
 
419
          echo rm -f $${locs}; \
 
420
          rm -f $${locs}; \
 
421
        }
 
422
 
 
423
xrdpkeyb_drv.la: $(xrdpkeyb_drv_la_OBJECTS) $(xrdpkeyb_drv_la_DEPENDENCIES) $(EXTRA_xrdpkeyb_drv_la_DEPENDENCIES) 
 
424
        $(AM_V_CCLD)$(xrdpkeyb_drv_la_LINK) -rpath $(xrdpkeyb_drv_ladir) $(xrdpkeyb_drv_la_OBJECTS) $(xrdpkeyb_drv_la_LIBADD) $(LIBS)
 
425
 
 
426
mostlyclean-compile:
 
427
        -rm -f *.$(OBJEXT)
 
428
 
 
429
distclean-compile:
 
430
        -rm -f *.tab.c
 
431
 
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdpKeyboard.Plo@am__quote@
 
433
 
 
434
.c.o:
 
435
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
436
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
439
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
440
 
 
441
.c.obj:
 
442
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
443
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
446
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
447
 
 
448
.c.lo:
 
449
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
450
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
453
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
454
 
 
455
mostlyclean-libtool:
 
456
        -rm -f *.lo
 
457
 
 
458
clean-libtool:
 
459
        -rm -rf .libs _libs
 
460
 
 
461
ID: $(am__tagged_files)
 
462
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
463
tags: tags-am
 
464
TAGS: tags
 
465
 
 
466
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
467
        set x; \
 
468
        here=`pwd`; \
 
469
        $(am__define_uniq_tagged_files); \
 
470
        shift; \
 
471
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
472
          test -n "$$unique" || unique=$$empty_fix; \
 
473
          if test $$# -gt 0; then \
 
474
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
475
              "$$@" $$unique; \
 
476
          else \
 
477
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
478
              $$unique; \
 
479
          fi; \
 
480
        fi
 
481
ctags: ctags-am
 
482
 
 
483
CTAGS: ctags
 
484
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
485
        $(am__define_uniq_tagged_files); \
 
486
        test -z "$(CTAGS_ARGS)$$unique" \
 
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
488
             $$unique
 
489
 
 
490
GTAGS:
 
491
        here=`$(am__cd) $(top_builddir) && pwd` \
 
492
          && $(am__cd) $(top_srcdir) \
 
493
          && gtags -i $(GTAGS_ARGS) "$$here"
 
494
cscopelist: cscopelist-am
 
495
 
 
496
cscopelist-am: $(am__tagged_files)
 
497
        list='$(am__tagged_files)'; \
 
498
        case "$(srcdir)" in \
 
499
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
500
          *) sdir=$(subdir)/$(srcdir) ;; \
 
501
        esac; \
 
502
        for i in $$list; do \
 
503
          if test -f "$$i"; then \
 
504
            echo "$(subdir)/$$i"; \
 
505
          else \
 
506
            echo "$$sdir/$$i"; \
 
507
          fi; \
 
508
        done >> $(top_builddir)/cscope.files
 
509
 
 
510
distclean-tags:
 
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
512
 
 
513
distdir: $(DISTFILES)
 
514
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
515
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
516
        list='$(DISTFILES)'; \
 
517
          dist_files=`for file in $$list; do echo $$file; done | \
 
518
          sed -e "s|^$$srcdirstrip/||;t" \
 
519
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
520
        case $$dist_files in \
 
521
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
522
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
523
                           sort -u` ;; \
 
524
        esac; \
 
525
        for file in $$dist_files; do \
 
526
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
527
          if test -d $$d/$$file; then \
 
528
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
529
            if test -d "$(distdir)/$$file"; then \
 
530
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
531
            fi; \
 
532
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
533
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
534
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
535
            fi; \
 
536
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
537
          else \
 
538
            test -f "$(distdir)/$$file" \
 
539
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
540
            || exit 1; \
 
541
          fi; \
 
542
        done
 
543
check-am: all-am
 
544
check: check-am
 
545
all-am: Makefile $(LTLIBRARIES)
 
546
installdirs:
 
547
        for dir in "$(DESTDIR)$(xrdpkeyb_drv_ladir)"; do \
 
548
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
549
        done
 
550
install: install-am
 
551
install-exec: install-exec-am
 
552
install-data: install-data-am
 
553
uninstall: uninstall-am
 
554
 
 
555
install-am: all-am
 
556
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
557
 
 
558
installcheck: installcheck-am
 
559
install-strip:
 
560
        if test -z '$(STRIP)'; then \
 
561
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
562
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
563
              install; \
 
564
        else \
 
565
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
566
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
567
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
568
        fi
 
569
mostlyclean-generic:
 
570
 
 
571
clean-generic:
 
572
 
 
573
distclean-generic:
 
574
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
575
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
576
 
 
577
maintainer-clean-generic:
 
578
        @echo "This command is intended for maintainers to use"
 
579
        @echo "it deletes files that may require special tools to rebuild."
 
580
clean: clean-am
 
581
 
 
582
clean-am: clean-generic clean-libtool clean-xrdpkeyb_drv_laLTLIBRARIES \
 
583
        mostlyclean-am
 
584
 
 
585
distclean: distclean-am
 
586
        -rm -rf ./$(DEPDIR)
 
587
        -rm -f Makefile
 
588
distclean-am: clean-am distclean-compile distclean-generic \
 
589
        distclean-tags
 
590
 
 
591
dvi: dvi-am
 
592
 
 
593
dvi-am:
 
594
 
 
595
html: html-am
 
596
 
 
597
html-am:
 
598
 
 
599
info: info-am
 
600
 
 
601
info-am:
 
602
 
 
603
install-data-am: install-xrdpkeyb_drv_laLTLIBRARIES
 
604
 
 
605
install-dvi: install-dvi-am
 
606
 
 
607
install-dvi-am:
 
608
 
 
609
install-exec-am:
 
610
 
 
611
install-html: install-html-am
 
612
 
 
613
install-html-am:
 
614
 
 
615
install-info: install-info-am
 
616
 
 
617
install-info-am:
 
618
 
 
619
install-man:
 
620
 
 
621
install-pdf: install-pdf-am
 
622
 
 
623
install-pdf-am:
 
624
 
 
625
install-ps: install-ps-am
 
626
 
 
627
install-ps-am:
 
628
 
 
629
installcheck-am:
 
630
 
 
631
maintainer-clean: maintainer-clean-am
 
632
        -rm -rf ./$(DEPDIR)
 
633
        -rm -f Makefile
 
634
maintainer-clean-am: distclean-am maintainer-clean-generic
 
635
 
 
636
mostlyclean: mostlyclean-am
 
637
 
 
638
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
639
        mostlyclean-libtool
 
640
 
 
641
pdf: pdf-am
 
642
 
 
643
pdf-am:
 
644
 
 
645
ps: ps-am
 
646
 
 
647
ps-am:
 
648
 
 
649
uninstall-am: uninstall-xrdpkeyb_drv_laLTLIBRARIES
 
650
 
 
651
.MAKE: install-am install-strip
 
652
 
 
653
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
654
        clean-libtool clean-xrdpkeyb_drv_laLTLIBRARIES cscopelist-am \
 
655
        ctags ctags-am distclean distclean-compile distclean-generic \
 
656
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
657
        html-am info info-am install install-am install-data \
 
658
        install-data-am install-dvi install-dvi-am install-exec \
 
659
        install-exec-am install-html install-html-am install-info \
 
660
        install-info-am install-man install-pdf install-pdf-am \
 
661
        install-ps install-ps-am install-strip \
 
662
        install-xrdpkeyb_drv_laLTLIBRARIES installcheck \
 
663
        installcheck-am installdirs maintainer-clean \
 
664
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
665
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
666
        tags tags-am uninstall uninstall-am \
 
667
        uninstall-xrdpkeyb_drv_laLTLIBRARIES
 
668
 
 
669
.PRECIOUS: Makefile
 
670
 
 
671
 
 
672
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
673
# Otherwise a system limit (for SysV at least) may be exceeded.
 
674
.NOEXPORT: