~ubuntu-branches/debian/squeeze/libmusclecard/squeeze

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2009-05-01 18:34:32 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090501183432-hl0bvuaol8zej369
Tags: 1.3.6-1
* new upstream release
 - Fix "FTBFS: musclecard.c:1384: error: conflicting types for
   'MSCCreateObject'" fixed upstream (Closes: #526498)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
19
19
 
20
20
 
21
21
 
22
 
srcdir = @srcdir@
23
 
top_srcdir = @top_srcdir@
24
22
VPATH = @srcdir@
25
23
pkgdatadir = $(datadir)/@PACKAGE@
26
24
pkglibdir = $(libdir)/@PACKAGE@
27
25
pkgincludedir = $(includedir)/@PACKAGE@
28
 
top_builddir = ..
29
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
 
INSTALL = @INSTALL@
31
27
install_sh_DATA = $(install_sh) -c -m 644
32
28
install_sh_PROGRAM = $(install_sh) -c
33
29
install_sh_SCRIPT = $(install_sh) -c
76
72
        libmusclecard_la-strlcpy.lo libmusclecard_la-strlcat.lo \
77
73
        libmusclecard_la-thread_unix.lo
78
74
libmusclecard_la_OBJECTS = $(am_libmusclecard_la_OBJECTS)
 
75
libmusclecard_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
76
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libmusclecard_la_CFLAGS) \
 
77
        $(CFLAGS) $(libmusclecard_la_LDFLAGS) $(LDFLAGS) -o $@
79
78
PROGRAMS = $(noinst_PROGRAMS)
80
79
am_muscletest_OBJECTS = muscletest-muscletest.$(OBJEXT) \
81
80
        muscletest-strlcpy.$(OBJEXT)
82
81
muscletest_OBJECTS = $(am_muscletest_OBJECTS)
83
82
muscletest_DEPENDENCIES = libmusclecard.la
84
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
83
muscletest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(muscletest_CFLAGS) \
 
85
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
86
88
am__depfiles_maybe = depfiles
87
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
90
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91
 
        $(AM_CFLAGS) $(CFLAGS)
 
91
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
92
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
93
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
94
CCLD = $(CC)
93
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
95
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
96
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
97
        $(LDFLAGS) -o $@
 
98
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
95
99
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
96
 
LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
100
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
101
        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
102
YLWRAP = $(top_srcdir)/ylwrap
97
103
SOURCES = $(libmusclecard_la_SOURCES) $(muscletest_SOURCES)
98
104
DIST_SOURCES = $(libmusclecard_la_SOURCES) $(muscletest_SOURCES)
99
105
pcDATA_INSTALL = $(INSTALL_DATA)
104
110
CTAGS = ctags
105
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
112
ACLOCAL = @ACLOCAL@
107
 
AMDEP_FALSE = @AMDEP_FALSE@
108
 
AMDEP_TRUE = @AMDEP_TRUE@
109
113
AMTAR = @AMTAR@
110
114
AR = @AR@
111
115
AUTOCONF = @AUTOCONF@
124
128
CYGPATH_W = @CYGPATH_W@
125
129
DEFS = @DEFS@
126
130
DEPDIR = @DEPDIR@
 
131
DSYMUTIL = @DSYMUTIL@
127
132
ECHO = @ECHO@
128
133
ECHO_C = @ECHO_C@
129
134
ECHO_N = @ECHO_N@
132
137
EXEEXT = @EXEEXT@
133
138
F77 = @F77@
134
139
FFLAGS = @FFLAGS@
 
140
GREP = @GREP@
 
141
INSTALL = @INSTALL@
135
142
INSTALL_DATA = @INSTALL_DATA@
136
143
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
144
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
154
LN_S = @LN_S@
148
155
LTLIBOBJS = @LTLIBOBJS@
149
156
MAINT = @MAINT@
150
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
151
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
152
157
MAKEINFO = @MAKEINFO@
153
 
NEED_STRLCAT_FALSE = @NEED_STRLCAT_FALSE@
154
 
NEED_STRLCAT_TRUE = @NEED_STRLCAT_TRUE@
155
 
NEED_STRLCPY_FALSE = @NEED_STRLCPY_FALSE@
156
 
NEED_STRLCPY_TRUE = @NEED_STRLCPY_TRUE@
 
158
MKDIR_P = @MKDIR_P@
 
159
NMEDIT = @NMEDIT@
157
160
OBJEXT = @OBJEXT@
158
161
PACKAGE = @PACKAGE@
159
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164
167
PATH_SEPARATOR = @PATH_SEPARATOR@
165
168
PCSCLITE_CFLAGS = @PCSCLITE_CFLAGS@
166
169
PCSCLITE_LIBS = @PCSCLITE_LIBS@
167
 
PKGCONFIG = @PKGCONFIG@
168
170
PKG_CONFIG = @PKG_CONFIG@
169
171
PTHREAD_CC = @PTHREAD_CC@
170
172
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
171
173
PTHREAD_LIBS = @PTHREAD_LIBS@
172
174
RANLIB = @RANLIB@
 
175
SED = @SED@
173
176
SET_MAKE = @SET_MAKE@
174
177
SHELL = @SHELL@
175
178
STRIP = @STRIP@
176
179
SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
177
180
VERSION = @VERSION@
178
 
ac_ct_AR = @ac_ct_AR@
 
181
abs_builddir = @abs_builddir@
 
182
abs_srcdir = @abs_srcdir@
 
183
abs_top_builddir = @abs_top_builddir@
 
184
abs_top_srcdir = @abs_top_srcdir@
179
185
ac_ct_CC = @ac_ct_CC@
180
186
ac_ct_CXX = @ac_ct_CXX@
181
187
ac_ct_F77 = @ac_ct_F77@
182
 
ac_ct_RANLIB = @ac_ct_RANLIB@
183
 
ac_ct_STRIP = @ac_ct_STRIP@
184
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
185
188
acx_pthread_config = @acx_pthread_config@
186
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
187
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
188
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
189
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
190
189
am__include = @am__include@
191
190
am__leading_dot = @am__leading_dot@
192
191
am__quote = @am__quote@
198
197
build_cpu = @build_cpu@
199
198
build_os = @build_os@
200
199
build_vendor = @build_vendor@
 
200
builddir = @builddir@
201
201
datadir = @datadir@
 
202
datarootdir = @datarootdir@
 
203
docdir = @docdir@
 
204
dvidir = @dvidir@
202
205
exec_prefix = @exec_prefix@
203
206
host = @host@
204
207
host_alias = @host_alias@
205
208
host_cpu = @host_cpu@
206
209
host_os = @host_os@
207
210
host_vendor = @host_vendor@
 
211
htmldir = @htmldir@
208
212
includedir = @includedir@
209
213
infodir = @infodir@
210
214
install_sh = @install_sh@
211
215
libdir = @libdir@
212
216
libexecdir = @libexecdir@
 
217
localedir = @localedir@
213
218
localstatedir = @localstatedir@
214
219
mandir = @mandir@
215
220
mkdir_p = @mkdir_p@
216
221
muscledropdir = @muscledropdir@
217
222
oldincludedir = @oldincludedir@
 
223
pdfdir = @pdfdir@
218
224
prefix = @prefix@
219
225
program_transform_name = @program_transform_name@
 
226
psdir = @psdir@
220
227
sbindir = @sbindir@
221
228
sharedstatedir = @sharedstatedir@
 
229
srcdir = @srcdir@
222
230
sysconfdir = @sysconfdir@
223
231
target_alias = @target_alias@
 
232
top_build_prefix = @top_build_prefix@
 
233
top_builddir = @top_builddir@
 
234
top_srcdir = @top_srcdir@
224
235
lib_LTLIBRARIES = libmusclecard.la
225
236
libmusclecard_la_LDFLAGS = -version-info 1:0:0 -Wl,-Bsymbolic
226
237
nobase_include_HEADERS = \
250
261
        thread_unix.c
251
262
 
252
263
libmusclecard_la_CFLAGS = \
 
264
        -I$(top_srcdir)/src/PCSC \
253
265
        $(PCSCLITE_CFLAGS) \
254
266
        $(PTHREAD_CFLAGS) \
255
 
        -I$(top_srcdir)/src/PCSC \
256
267
        $(SYMBOL_VISIBILITY)
257
268
 
258
269
libmusclecard_la_LIBADD = $(PCSCLITE_LIBS) $(LIBDL) \
263
274
        strlcpy.c
264
275
 
265
276
muscletest_CFLAGS = \
266
 
        $(PCSCLITE_CFLAGS) \
267
 
        -I$(top_srcdir)/src/PCSC
 
277
        -I$(top_srcdir)/src/PCSC \
 
278
        $(PCSCLITE_CFLAGS)
268
279
 
269
280
muscletest_LDADD = \
270
281
        libmusclecard.la
279
290
        @for dep in $?; do \
280
291
          case '$(am__configure_deps)' in \
281
292
            *$$dep*) \
282
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
283
 
                && exit 0; \
 
293
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
294
                && { if test -f $@; then exit 0; else break; fi; }; \
284
295
              exit 1;; \
285
296
          esac; \
286
297
        done; \
308
319
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
309
320
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
310
321
        @$(NORMAL_INSTALL)
311
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
322
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
312
323
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
313
324
          if test -f $$p; then \
314
325
            f=$(am__strip_dir) \
315
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
316
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
326
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
327
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
317
328
          else :; fi; \
318
329
        done
319
330
 
320
331
uninstall-libLTLIBRARIES:
321
332
        @$(NORMAL_UNINSTALL)
322
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
333
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
323
334
          p=$(am__strip_dir) \
324
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
325
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
335
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
336
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
326
337
        done
327
338
 
328
339
clean-libLTLIBRARIES:
334
345
          rm -f "$${dir}/so_locations"; \
335
346
        done
336
347
libmusclecard.la: $(libmusclecard_la_OBJECTS) $(libmusclecard_la_DEPENDENCIES) 
337
 
        $(LINK) -rpath $(libdir) $(libmusclecard_la_LDFLAGS) $(libmusclecard_la_OBJECTS) $(libmusclecard_la_LIBADD) $(LIBS)
 
348
        $(libmusclecard_la_LINK) -rpath $(libdir) $(libmusclecard_la_OBJECTS) $(libmusclecard_la_LIBADD) $(LIBS)
338
349
 
339
350
clean-noinstPROGRAMS:
340
351
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
344
355
        done
345
356
muscletest$(EXEEXT): $(muscletest_OBJECTS) $(muscletest_DEPENDENCIES) 
346
357
        @rm -f muscletest$(EXEEXT)
347
 
        $(LINK) $(muscletest_LDFLAGS) $(muscletest_OBJECTS) $(muscletest_LDADD) $(LIBS)
 
358
        $(muscletest_LINK) $(muscletest_OBJECTS) $(muscletest_LDADD) $(LIBS)
348
359
 
349
360
mostlyclean-compile:
350
361
        -rm -f *.$(OBJEXT)
366
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/muscletest-strlcpy.Po@am__quote@
367
378
 
368
379
.c.o:
369
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
370
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
380
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
381
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
371
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
384
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
374
385
 
375
386
.c.obj:
376
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
377
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
391
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
381
392
 
382
393
.c.lo:
383
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
384
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
394
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
385
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
386
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
398
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
388
399
 
389
400
libmusclecard_la-debug.lo: debug.c
390
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-debug.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-debug.Tpo" -c -o libmusclecard_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c; \
391
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-debug.Tpo" "$(DEPDIR)/libmusclecard_la-debug.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-debug.Tpo"; exit 1; fi
 
401
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-debug.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-debug.Tpo -c -o libmusclecard_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
 
402
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-debug.Tpo $(DEPDIR)/libmusclecard_la-debug.Plo
392
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='libmusclecard_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
393
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
 
405
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
395
406
 
396
407
libmusclecard_la-musclecard.lo: musclecard.c
397
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-musclecard.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-musclecard.Tpo" -c -o libmusclecard_la-musclecard.lo `test -f 'musclecard.c' || echo '$(srcdir)/'`musclecard.c; \
398
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-musclecard.Tpo" "$(DEPDIR)/libmusclecard_la-musclecard.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-musclecard.Tpo"; exit 1; fi
 
408
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-musclecard.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-musclecard.Tpo -c -o libmusclecard_la-musclecard.lo `test -f 'musclecard.c' || echo '$(srcdir)/'`musclecard.c
 
409
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-musclecard.Tpo $(DEPDIR)/libmusclecard_la-musclecard.Plo
399
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musclecard.c' object='libmusclecard_la-musclecard.lo' libtool=yes @AMDEPBACKSLASH@
400
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-musclecard.lo `test -f 'musclecard.c' || echo '$(srcdir)/'`musclecard.c
 
412
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-musclecard.lo `test -f 'musclecard.c' || echo '$(srcdir)/'`musclecard.c
402
413
 
403
414
libmusclecard_la-tokenfactory.lo: tokenfactory.c
404
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-tokenfactory.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-tokenfactory.Tpo" -c -o libmusclecard_la-tokenfactory.lo `test -f 'tokenfactory.c' || echo '$(srcdir)/'`tokenfactory.c; \
405
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-tokenfactory.Tpo" "$(DEPDIR)/libmusclecard_la-tokenfactory.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-tokenfactory.Tpo"; exit 1; fi
 
415
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-tokenfactory.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-tokenfactory.Tpo -c -o libmusclecard_la-tokenfactory.lo `test -f 'tokenfactory.c' || echo '$(srcdir)/'`tokenfactory.c
 
416
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-tokenfactory.Tpo $(DEPDIR)/libmusclecard_la-tokenfactory.Plo
406
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tokenfactory.c' object='libmusclecard_la-tokenfactory.lo' libtool=yes @AMDEPBACKSLASH@
407
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-tokenfactory.lo `test -f 'tokenfactory.c' || echo '$(srcdir)/'`tokenfactory.c
 
419
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-tokenfactory.lo `test -f 'tokenfactory.c' || echo '$(srcdir)/'`tokenfactory.c
409
420
 
410
421
libmusclecard_la-tokenparser.lo: tokenparser.c
411
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-tokenparser.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-tokenparser.Tpo" -c -o libmusclecard_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c; \
412
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-tokenparser.Tpo" "$(DEPDIR)/libmusclecard_la-tokenparser.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-tokenparser.Tpo"; exit 1; fi
 
422
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-tokenparser.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-tokenparser.Tpo -c -o libmusclecard_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
 
423
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-tokenparser.Tpo $(DEPDIR)/libmusclecard_la-tokenparser.Plo
413
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tokenparser.c' object='libmusclecard_la-tokenparser.lo' libtool=yes @AMDEPBACKSLASH@
414
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
 
426
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
416
427
 
417
428
libmusclecard_la-dyn_hpux.lo: dyn_hpux.c
418
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_hpux.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-dyn_hpux.Tpo" -c -o libmusclecard_la-dyn_hpux.lo `test -f 'dyn_hpux.c' || echo '$(srcdir)/'`dyn_hpux.c; \
419
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-dyn_hpux.Tpo" "$(DEPDIR)/libmusclecard_la-dyn_hpux.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-dyn_hpux.Tpo"; exit 1; fi
 
429
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_hpux.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-dyn_hpux.Tpo -c -o libmusclecard_la-dyn_hpux.lo `test -f 'dyn_hpux.c' || echo '$(srcdir)/'`dyn_hpux.c
 
430
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-dyn_hpux.Tpo $(DEPDIR)/libmusclecard_la-dyn_hpux.Plo
420
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyn_hpux.c' object='libmusclecard_la-dyn_hpux.lo' libtool=yes @AMDEPBACKSLASH@
421
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_hpux.lo `test -f 'dyn_hpux.c' || echo '$(srcdir)/'`dyn_hpux.c
 
433
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_hpux.lo `test -f 'dyn_hpux.c' || echo '$(srcdir)/'`dyn_hpux.c
423
434
 
424
435
libmusclecard_la-dyn_macosx.lo: dyn_macosx.c
425
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_macosx.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-dyn_macosx.Tpo" -c -o libmusclecard_la-dyn_macosx.lo `test -f 'dyn_macosx.c' || echo '$(srcdir)/'`dyn_macosx.c; \
426
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-dyn_macosx.Tpo" "$(DEPDIR)/libmusclecard_la-dyn_macosx.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-dyn_macosx.Tpo"; exit 1; fi
 
436
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_macosx.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-dyn_macosx.Tpo -c -o libmusclecard_la-dyn_macosx.lo `test -f 'dyn_macosx.c' || echo '$(srcdir)/'`dyn_macosx.c
 
437
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-dyn_macosx.Tpo $(DEPDIR)/libmusclecard_la-dyn_macosx.Plo
427
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyn_macosx.c' object='libmusclecard_la-dyn_macosx.lo' libtool=yes @AMDEPBACKSLASH@
428
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_macosx.lo `test -f 'dyn_macosx.c' || echo '$(srcdir)/'`dyn_macosx.c
 
440
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_macosx.lo `test -f 'dyn_macosx.c' || echo '$(srcdir)/'`dyn_macosx.c
430
441
 
431
442
libmusclecard_la-dyn_unix.lo: dyn_unix.c
432
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_unix.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-dyn_unix.Tpo" -c -o libmusclecard_la-dyn_unix.lo `test -f 'dyn_unix.c' || echo '$(srcdir)/'`dyn_unix.c; \
433
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-dyn_unix.Tpo" "$(DEPDIR)/libmusclecard_la-dyn_unix.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-dyn_unix.Tpo"; exit 1; fi
 
443
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-dyn_unix.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-dyn_unix.Tpo -c -o libmusclecard_la-dyn_unix.lo `test -f 'dyn_unix.c' || echo '$(srcdir)/'`dyn_unix.c
 
444
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-dyn_unix.Tpo $(DEPDIR)/libmusclecard_la-dyn_unix.Plo
434
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyn_unix.c' object='libmusclecard_la-dyn_unix.lo' libtool=yes @AMDEPBACKSLASH@
435
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_unix.lo `test -f 'dyn_unix.c' || echo '$(srcdir)/'`dyn_unix.c
 
447
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-dyn_unix.lo `test -f 'dyn_unix.c' || echo '$(srcdir)/'`dyn_unix.c
437
448
 
438
449
libmusclecard_la-strlcpy.lo: strlcpy.c
439
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-strlcpy.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-strlcpy.Tpo" -c -o libmusclecard_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c; \
440
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-strlcpy.Tpo" "$(DEPDIR)/libmusclecard_la-strlcpy.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-strlcpy.Tpo"; exit 1; fi
 
450
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-strlcpy.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-strlcpy.Tpo -c -o libmusclecard_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
 
451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-strlcpy.Tpo $(DEPDIR)/libmusclecard_la-strlcpy.Plo
441
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strlcpy.c' object='libmusclecard_la-strlcpy.lo' libtool=yes @AMDEPBACKSLASH@
442
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
 
454
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
444
455
 
445
456
libmusclecard_la-strlcat.lo: strlcat.c
446
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-strlcat.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-strlcat.Tpo" -c -o libmusclecard_la-strlcat.lo `test -f 'strlcat.c' || echo '$(srcdir)/'`strlcat.c; \
447
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-strlcat.Tpo" "$(DEPDIR)/libmusclecard_la-strlcat.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-strlcat.Tpo"; exit 1; fi
 
457
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-strlcat.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-strlcat.Tpo -c -o libmusclecard_la-strlcat.lo `test -f 'strlcat.c' || echo '$(srcdir)/'`strlcat.c
 
458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-strlcat.Tpo $(DEPDIR)/libmusclecard_la-strlcat.Plo
448
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strlcat.c' object='libmusclecard_la-strlcat.lo' libtool=yes @AMDEPBACKSLASH@
449
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-strlcat.lo `test -f 'strlcat.c' || echo '$(srcdir)/'`strlcat.c
 
461
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-strlcat.lo `test -f 'strlcat.c' || echo '$(srcdir)/'`strlcat.c
451
462
 
452
463
libmusclecard_la-thread_unix.lo: thread_unix.c
453
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-thread_unix.lo -MD -MP -MF "$(DEPDIR)/libmusclecard_la-thread_unix.Tpo" -c -o libmusclecard_la-thread_unix.lo `test -f 'thread_unix.c' || echo '$(srcdir)/'`thread_unix.c; \
454
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libmusclecard_la-thread_unix.Tpo" "$(DEPDIR)/libmusclecard_la-thread_unix.Plo"; else rm -f "$(DEPDIR)/libmusclecard_la-thread_unix.Tpo"; exit 1; fi
 
464
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -MT libmusclecard_la-thread_unix.lo -MD -MP -MF $(DEPDIR)/libmusclecard_la-thread_unix.Tpo -c -o libmusclecard_la-thread_unix.lo `test -f 'thread_unix.c' || echo '$(srcdir)/'`thread_unix.c
 
465
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmusclecard_la-thread_unix.Tpo $(DEPDIR)/libmusclecard_la-thread_unix.Plo
455
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='thread_unix.c' object='libmusclecard_la-thread_unix.lo' libtool=yes @AMDEPBACKSLASH@
456
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-thread_unix.lo `test -f 'thread_unix.c' || echo '$(srcdir)/'`thread_unix.c
 
468
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmusclecard_la_CFLAGS) $(CFLAGS) -c -o libmusclecard_la-thread_unix.lo `test -f 'thread_unix.c' || echo '$(srcdir)/'`thread_unix.c
458
469
 
459
470
muscletest-muscletest.o: muscletest.c
460
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-muscletest.o -MD -MP -MF "$(DEPDIR)/muscletest-muscletest.Tpo" -c -o muscletest-muscletest.o `test -f 'muscletest.c' || echo '$(srcdir)/'`muscletest.c; \
461
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/muscletest-muscletest.Tpo" "$(DEPDIR)/muscletest-muscletest.Po"; else rm -f "$(DEPDIR)/muscletest-muscletest.Tpo"; exit 1; fi
 
471
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-muscletest.o -MD -MP -MF $(DEPDIR)/muscletest-muscletest.Tpo -c -o muscletest-muscletest.o `test -f 'muscletest.c' || echo '$(srcdir)/'`muscletest.c
 
472
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/muscletest-muscletest.Tpo $(DEPDIR)/muscletest-muscletest.Po
462
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='muscletest.c' object='muscletest-muscletest.o' libtool=no @AMDEPBACKSLASH@
463
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -c -o muscletest-muscletest.o `test -f 'muscletest.c' || echo '$(srcdir)/'`muscletest.c
465
476
 
466
477
muscletest-muscletest.obj: muscletest.c
467
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-muscletest.obj -MD -MP -MF "$(DEPDIR)/muscletest-muscletest.Tpo" -c -o muscletest-muscletest.obj `if test -f 'muscletest.c'; then $(CYGPATH_W) 'muscletest.c'; else $(CYGPATH_W) '$(srcdir)/muscletest.c'; fi`; \
468
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/muscletest-muscletest.Tpo" "$(DEPDIR)/muscletest-muscletest.Po"; else rm -f "$(DEPDIR)/muscletest-muscletest.Tpo"; exit 1; fi
 
478
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-muscletest.obj -MD -MP -MF $(DEPDIR)/muscletest-muscletest.Tpo -c -o muscletest-muscletest.obj `if test -f 'muscletest.c'; then $(CYGPATH_W) 'muscletest.c'; else $(CYGPATH_W) '$(srcdir)/muscletest.c'; fi`
 
479
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/muscletest-muscletest.Tpo $(DEPDIR)/muscletest-muscletest.Po
469
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='muscletest.c' object='muscletest-muscletest.obj' libtool=no @AMDEPBACKSLASH@
470
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
482
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -c -o muscletest-muscletest.obj `if test -f 'muscletest.c'; then $(CYGPATH_W) 'muscletest.c'; else $(CYGPATH_W) '$(srcdir)/muscletest.c'; fi`
472
483
 
473
484
muscletest-strlcpy.o: strlcpy.c
474
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-strlcpy.o -MD -MP -MF "$(DEPDIR)/muscletest-strlcpy.Tpo" -c -o muscletest-strlcpy.o `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c; \
475
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/muscletest-strlcpy.Tpo" "$(DEPDIR)/muscletest-strlcpy.Po"; else rm -f "$(DEPDIR)/muscletest-strlcpy.Tpo"; exit 1; fi
 
485
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-strlcpy.o -MD -MP -MF $(DEPDIR)/muscletest-strlcpy.Tpo -c -o muscletest-strlcpy.o `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
 
486
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/muscletest-strlcpy.Tpo $(DEPDIR)/muscletest-strlcpy.Po
476
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strlcpy.c' object='muscletest-strlcpy.o' libtool=no @AMDEPBACKSLASH@
477
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -c -o muscletest-strlcpy.o `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
479
490
 
480
491
muscletest-strlcpy.obj: strlcpy.c
481
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-strlcpy.obj -MD -MP -MF "$(DEPDIR)/muscletest-strlcpy.Tpo" -c -o muscletest-strlcpy.obj `if test -f 'strlcpy.c'; then $(CYGPATH_W) 'strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/strlcpy.c'; fi`; \
482
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/muscletest-strlcpy.Tpo" "$(DEPDIR)/muscletest-strlcpy.Po"; else rm -f "$(DEPDIR)/muscletest-strlcpy.Tpo"; exit 1; fi
 
492
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -MT muscletest-strlcpy.obj -MD -MP -MF $(DEPDIR)/muscletest-strlcpy.Tpo -c -o muscletest-strlcpy.obj `if test -f 'strlcpy.c'; then $(CYGPATH_W) 'strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/strlcpy.c'; fi`
 
493
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/muscletest-strlcpy.Tpo $(DEPDIR)/muscletest-strlcpy.Po
483
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strlcpy.c' object='muscletest-strlcpy.obj' libtool=no @AMDEPBACKSLASH@
484
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485
496
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(muscletest_CFLAGS) $(CFLAGS) -c -o muscletest-strlcpy.obj `if test -f 'strlcpy.c'; then $(CYGPATH_W) 'strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/strlcpy.c'; fi`
486
497
 
487
498
.l.c:
488
 
        $(LEXCOMPILE) $<
489
 
        sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
490
 
        rm -f $(LEX_OUTPUT_ROOT).c
 
499
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
491
500
 
492
501
mostlyclean-libtool:
493
502
        -rm -f *.lo
494
503
 
495
504
clean-libtool:
496
505
        -rm -rf .libs _libs
497
 
 
498
 
distclean-libtool:
499
 
        -rm -f libtool
500
 
uninstall-info-am:
501
506
install-pcDATA: $(pc_DATA)
502
507
        @$(NORMAL_INSTALL)
503
 
        test -z "$(pcdir)" || $(mkdir_p) "$(DESTDIR)$(pcdir)"
 
508
        test -z "$(pcdir)" || $(MKDIR_P) "$(DESTDIR)$(pcdir)"
504
509
        @list='$(pc_DATA)'; for p in $$list; do \
505
510
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
506
511
          f=$(am__strip_dir) \
517
522
        done
518
523
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
519
524
        @$(NORMAL_INSTALL)
520
 
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 
525
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
521
526
        @$(am__vpath_adj_setup) \
522
527
        list='$(nobase_include_HEADERS)'; for p in $$list; do \
523
528
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
540
545
        unique=`for i in $$list; do \
541
546
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542
547
          done | \
543
 
          $(AWK) '    { files[$$0] = 1; } \
544
 
               END { for (i in files) print i; }'`; \
 
548
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
549
              END { if (nonempty) { for (i in files) print i; }; }'`; \
545
550
        mkid -fID $$unique
546
551
tags: TAGS
547
552
 
553
558
        unique=`for i in $$list; do \
554
559
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
560
          done | \
556
 
          $(AWK) '    { files[$$0] = 1; } \
557
 
               END { for (i in files) print i; }'`; \
 
561
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
562
              END { if (nonempty) { for (i in files) print i; }; }'`; \
558
563
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
559
564
          test -n "$$unique" || unique=$$empty_fix; \
560
565
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564
569
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
565
570
                $(TAGS_FILES) $(LISP)
566
571
        tags=; \
567
 
        here=`pwd`; \
568
572
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569
573
        unique=`for i in $$list; do \
570
574
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571
575
          done | \
572
 
          $(AWK) '    { files[$$0] = 1; } \
573
 
               END { for (i in files) print i; }'`; \
 
576
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
577
              END { if (nonempty) { for (i in files) print i; }; }'`; \
574
578
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
575
579
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576
580
             $$tags $$unique
584
588
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
589
 
586
590
distdir: $(DISTFILES)
587
 
        $(mkdir_p) $(distdir)/PCSC
588
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
589
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
590
 
        list='$(DISTFILES)'; for file in $$list; do \
591
 
          case $$file in \
592
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
593
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
594
 
          esac; \
 
591
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
592
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
593
        list='$(DISTFILES)'; \
 
594
          dist_files=`for file in $$list; do echo $$file; done | \
 
595
          sed -e "s|^$$srcdirstrip/||;t" \
 
596
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
597
        case $$dist_files in \
 
598
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
599
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
600
                           sort -u` ;; \
 
601
        esac; \
 
602
        for file in $$dist_files; do \
595
603
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
597
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
598
 
            dir="/$$dir"; \
599
 
            $(mkdir_p) "$(distdir)$$dir"; \
600
 
          else \
601
 
            dir=''; \
602
 
          fi; \
603
604
          if test -d $$d/$$file; then \
 
605
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604
606
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
605
607
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
606
608
            fi; \
616
618
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
617
619
installdirs:
618
620
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pcdir)" "$(DESTDIR)$(includedir)"; do \
619
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
621
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
620
622
        done
621
623
install: install-am
622
624
install-exec: install-exec-am
652
654
        -rm -rf ./$(DEPDIR)
653
655
        -rm -f Makefile
654
656
distclean-am: clean-am distclean-compile distclean-generic \
655
 
        distclean-libtool distclean-tags
 
657
        distclean-tags
656
658
 
657
659
dvi: dvi-am
658
660
 
666
668
 
667
669
install-data-am: install-nobase_includeHEADERS install-pcDATA
668
670
 
 
671
install-dvi: install-dvi-am
 
672
 
669
673
install-exec-am: install-libLTLIBRARIES
670
674
 
 
675
install-html: install-html-am
 
676
 
671
677
install-info: install-info-am
672
678
 
673
679
install-man:
674
680
 
 
681
install-pdf: install-pdf-am
 
682
 
 
683
install-ps: install-ps-am
 
684
 
675
685
installcheck-am:
676
686
 
677
687
maintainer-clean: maintainer-clean-am
692
702
 
693
703
ps-am:
694
704
 
695
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
696
 
        uninstall-nobase_includeHEADERS uninstall-pcDATA
 
705
uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS \
 
706
        uninstall-pcDATA
 
707
 
 
708
.MAKE: install-am install-strip
697
709
 
698
710
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
699
711
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
700
712
        distclean distclean-compile distclean-generic \
701
713
        distclean-libtool distclean-tags distdir dvi dvi-am html \
702
714
        html-am info info-am install install-am install-data \
703
 
        install-data-am install-exec install-exec-am install-info \
 
715
        install-data-am install-dvi install-dvi-am install-exec \
 
716
        install-exec-am install-html install-html-am install-info \
704
717
        install-info-am install-libLTLIBRARIES install-man \
705
 
        install-nobase_includeHEADERS install-pcDATA install-strip \
 
718
        install-nobase_includeHEADERS install-pcDATA install-pdf \
 
719
        install-pdf-am install-ps install-ps-am install-strip \
706
720
        installcheck installcheck-am installdirs maintainer-clean \
707
721
        maintainer-clean-generic mostlyclean mostlyclean-compile \
708
722
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
709
 
        tags uninstall uninstall-am uninstall-info-am \
710
 
        uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS \
711
 
        uninstall-pcDATA
 
723
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
 
724
        uninstall-nobase_includeHEADERS uninstall-pcDATA
712
725
 
713
726
# Tell versions [3.59,3.63) of GNU make to not export all variables.
714
727
# Otherwise a system limit (for SysV at least) may be exceeded.