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