~stub/ubuntu/trusty/avro-c/trunk

« back to all changes in this revision

Viewing changes to jansson/test/bin/Makefile.in

  • Committer: Stuart Bishop
  • Date: 2015-05-14 11:53:53 UTC
  • Revision ID: stuart@stuartbishop.net-20150514115353-0cvnrcyohcq5l7yj
Tags: upstream-1.7.7
ImportĀ upstreamĀ versionĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
check_PROGRAMS = json_process$(EXEEXT)
 
35
subdir = test/bin
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(install_sh) -d
 
42
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_CLEAN_FILES =
 
44
json_process_SOURCES = json_process.c
 
45
json_process_OBJECTS = json_process.$(OBJEXT)
 
46
json_process_LDADD = $(LDADD)
 
47
json_process_DEPENDENCIES = $(top_builddir)/src/libjansson.la
 
48
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
49
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
50
am__depfiles_maybe = depfiles
 
51
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
52
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
53
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
54
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
55
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
56
CCLD = $(CC)
 
57
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
58
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
59
        $(LDFLAGS) -o $@
 
60
SOURCES = json_process.c
 
61
DIST_SOURCES = json_process.c
 
62
ETAGS = etags
 
63
CTAGS = ctags
 
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
ACLOCAL = @ACLOCAL@
 
66
AMTAR = @AMTAR@
 
67
AR = @AR@
 
68
AUTOCONF = @AUTOCONF@
 
69
AUTOHEADER = @AUTOHEADER@
 
70
AUTOMAKE = @AUTOMAKE@
 
71
AWK = @AWK@
 
72
CC = @CC@
 
73
CCDEPMODE = @CCDEPMODE@
 
74
CFLAGS = @CFLAGS@
 
75
CPP = @CPP@
 
76
CPPFLAGS = @CPPFLAGS@
 
77
CYGPATH_W = @CYGPATH_W@
 
78
DEFS = @DEFS@
 
79
DEPDIR = @DEPDIR@
 
80
DSYMUTIL = @DSYMUTIL@
 
81
DUMPBIN = @DUMPBIN@
 
82
ECHO_C = @ECHO_C@
 
83
ECHO_N = @ECHO_N@
 
84
ECHO_T = @ECHO_T@
 
85
EGREP = @EGREP@
 
86
EXEEXT = @EXEEXT@
 
87
FGREP = @FGREP@
 
88
GREP = @GREP@
 
89
INSTALL = @INSTALL@
 
90
INSTALL_DATA = @INSTALL_DATA@
 
91
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
92
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
93
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
94
LD = @LD@
 
95
LDFLAGS = -static  # for speed and Valgrind
 
96
LIBOBJS = @LIBOBJS@
 
97
LIBS = @LIBS@
 
98
LIBTOOL = @LIBTOOL@
 
99
LIPO = @LIPO@
 
100
LN_S = @LN_S@
 
101
LTLIBOBJS = @LTLIBOBJS@
 
102
MAKEINFO = @MAKEINFO@
 
103
MKDIR_P = @MKDIR_P@
 
104
NM = @NM@
 
105
NMEDIT = @NMEDIT@
 
106
OBJDUMP = @OBJDUMP@
 
107
OBJEXT = @OBJEXT@
 
108
OTOOL = @OTOOL@
 
109
OTOOL64 = @OTOOL64@
 
110
PACKAGE = @PACKAGE@
 
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
112
PACKAGE_NAME = @PACKAGE_NAME@
 
113
PACKAGE_STRING = @PACKAGE_STRING@
 
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
115
PACKAGE_URL = @PACKAGE_URL@
 
116
PACKAGE_VERSION = @PACKAGE_VERSION@
 
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
RANLIB = @RANLIB@
 
119
SED = @SED@
 
120
SET_MAKE = @SET_MAKE@
 
121
SHELL = @SHELL@
 
122
STRIP = @STRIP@
 
123
VERSION = @VERSION@
 
124
abs_builddir = @abs_builddir@
 
125
abs_srcdir = @abs_srcdir@
 
126
abs_top_builddir = @abs_top_builddir@
 
127
abs_top_srcdir = @abs_top_srcdir@
 
128
ac_ct_CC = @ac_ct_CC@
 
129
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
130
am__include = @am__include@
 
131
am__leading_dot = @am__leading_dot@
 
132
am__quote = @am__quote@
 
133
am__tar = @am__tar@
 
134
am__untar = @am__untar@
 
135
bindir = @bindir@
 
136
build = @build@
 
137
build_alias = @build_alias@
 
138
build_cpu = @build_cpu@
 
139
build_os = @build_os@
 
140
build_vendor = @build_vendor@
 
141
builddir = @builddir@
 
142
datadir = @datadir@
 
143
datarootdir = @datarootdir@
 
144
docdir = @docdir@
 
145
dvidir = @dvidir@
 
146
exec_prefix = @exec_prefix@
 
147
host = @host@
 
148
host_alias = @host_alias@
 
149
host_cpu = @host_cpu@
 
150
host_os = @host_os@
 
151
host_vendor = @host_vendor@
 
152
htmldir = @htmldir@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
json_have_long_long = @json_have_long_long@
 
157
json_inline = @json_inline@
 
158
libdir = @libdir@
 
159
libexecdir = @libexecdir@
 
160
localedir = @localedir@
 
161
localstatedir = @localstatedir@
 
162
mandir = @mandir@
 
163
mkdir_p = @mkdir_p@
 
164
oldincludedir = @oldincludedir@
 
165
pdfdir = @pdfdir@
 
166
prefix = @prefix@
 
167
program_transform_name = @program_transform_name@
 
168
psdir = @psdir@
 
169
sbindir = @sbindir@
 
170
sharedstatedir = @sharedstatedir@
 
171
srcdir = @srcdir@
 
172
sysconfdir = @sysconfdir@
 
173
target_alias = @target_alias@
 
174
top_build_prefix = @top_build_prefix@
 
175
top_builddir = @top_builddir@
 
176
top_srcdir = @top_srcdir@
 
177
AM_CPPFLAGS = -I$(top_srcdir)/src
 
178
AM_CFLAGS = -Wall -Werror
 
179
LDADD = $(top_builddir)/src/libjansson.la
 
180
all: all-am
 
181
 
 
182
.SUFFIXES:
 
183
.SUFFIXES: .c .lo .o .obj
 
184
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
185
        @for dep in $?; do \
 
186
          case '$(am__configure_deps)' in \
 
187
            *$$dep*) \
 
188
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
189
                && exit 0; \
 
190
              exit 1;; \
 
191
          esac; \
 
192
        done; \
 
193
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/bin/Makefile'; \
 
194
        cd $(top_srcdir) && \
 
195
          $(AUTOMAKE) --foreign  test/bin/Makefile
 
196
.PRECIOUS: Makefile
 
197
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
198
        @case '$?' in \
 
199
          *config.status*) \
 
200
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
201
          *) \
 
202
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
203
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
204
        esac;
 
205
 
 
206
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
208
 
 
209
$(top_srcdir)/configure:  $(am__configure_deps)
 
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
211
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
 
 
214
clean-checkPROGRAMS:
 
215
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
216
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
217
          echo " rm -f $$p $$f"; \
 
218
          rm -f $$p $$f ; \
 
219
        done
 
220
json_process$(EXEEXT): $(json_process_OBJECTS) $(json_process_DEPENDENCIES) 
 
221
        @rm -f json_process$(EXEEXT)
 
222
        $(LINK) $(json_process_OBJECTS) $(json_process_LDADD) $(LIBS)
 
223
 
 
224
mostlyclean-compile:
 
225
        -rm -f *.$(OBJEXT)
 
226
 
 
227
distclean-compile:
 
228
        -rm -f *.tab.c
 
229
 
 
230
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_process.Po@am__quote@
 
231
 
 
232
.c.o:
 
233
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
234
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
235
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
236
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
237
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
238
 
 
239
.c.obj:
 
240
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
241
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
242
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
243
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
244
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
245
 
 
246
.c.lo:
 
247
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
248
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
249
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
250
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
251
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
252
 
 
253
mostlyclean-libtool:
 
254
        -rm -f *.lo
 
255
 
 
256
clean-libtool:
 
257
        -rm -rf .libs _libs
 
258
 
 
259
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
260
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
261
        unique=`for i in $$list; do \
 
262
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
263
          done | \
 
264
          $(AWK) '    { files[$$0] = 1; } \
 
265
               END { for (i in files) print i; }'`; \
 
266
        mkid -fID $$unique
 
267
tags: TAGS
 
268
 
 
269
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
270
                $(TAGS_FILES) $(LISP)
 
271
        tags=; \
 
272
        here=`pwd`; \
 
273
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
274
        unique=`for i in $$list; do \
 
275
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
276
          done | \
 
277
          $(AWK) '    { files[$$0] = 1; } \
 
278
               END { for (i in files) print i; }'`; \
 
279
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
280
          test -n "$$unique" || unique=$$empty_fix; \
 
281
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
282
            $$tags $$unique; \
 
283
        fi
 
284
ctags: CTAGS
 
285
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
286
                $(TAGS_FILES) $(LISP)
 
287
        tags=; \
 
288
        here=`pwd`; \
 
289
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
290
        unique=`for i in $$list; do \
 
291
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
292
          done | \
 
293
          $(AWK) '    { files[$$0] = 1; } \
 
294
               END { for (i in files) print i; }'`; \
 
295
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
296
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
297
             $$tags $$unique
 
298
 
 
299
GTAGS:
 
300
        here=`$(am__cd) $(top_builddir) && pwd` \
 
301
          && cd $(top_srcdir) \
 
302
          && gtags -i $(GTAGS_ARGS) $$here
 
303
 
 
304
distclean-tags:
 
305
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
306
 
 
307
distdir: $(DISTFILES)
 
308
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
309
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
310
        list='$(DISTFILES)'; \
 
311
          dist_files=`for file in $$list; do echo $$file; done | \
 
312
          sed -e "s|^$$srcdirstrip/||;t" \
 
313
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
314
        case $$dist_files in \
 
315
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
316
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
317
                           sort -u` ;; \
 
318
        esac; \
 
319
        for file in $$dist_files; do \
 
320
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
321
          if test -d $$d/$$file; then \
 
322
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
323
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
324
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
325
            fi; \
 
326
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
327
          else \
 
328
            test -f $(distdir)/$$file \
 
329
            || cp -p $$d/$$file $(distdir)/$$file \
 
330
            || exit 1; \
 
331
          fi; \
 
332
        done
 
333
check-am: all-am
 
334
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
335
check: check-am
 
336
all-am: Makefile
 
337
installdirs:
 
338
install: install-am
 
339
install-exec: install-exec-am
 
340
install-data: install-data-am
 
341
uninstall: uninstall-am
 
342
 
 
343
install-am: all-am
 
344
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
345
 
 
346
installcheck: installcheck-am
 
347
install-strip:
 
348
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
349
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
350
          `test -z '$(STRIP)' || \
 
351
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
352
mostlyclean-generic:
 
353
 
 
354
clean-generic:
 
355
 
 
356
distclean-generic:
 
357
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
358
 
 
359
maintainer-clean-generic:
 
360
        @echo "This command is intended for maintainers to use"
 
361
        @echo "it deletes files that may require special tools to rebuild."
 
362
clean: clean-am
 
363
 
 
364
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
365
        mostlyclean-am
 
366
 
 
367
distclean: distclean-am
 
368
        -rm -rf ./$(DEPDIR)
 
369
        -rm -f Makefile
 
370
distclean-am: clean-am distclean-compile distclean-generic \
 
371
        distclean-tags
 
372
 
 
373
dvi: dvi-am
 
374
 
 
375
dvi-am:
 
376
 
 
377
html: html-am
 
378
 
 
379
info: info-am
 
380
 
 
381
info-am:
 
382
 
 
383
install-data-am:
 
384
 
 
385
install-dvi: install-dvi-am
 
386
 
 
387
install-exec-am:
 
388
 
 
389
install-html: install-html-am
 
390
 
 
391
install-info: install-info-am
 
392
 
 
393
install-man:
 
394
 
 
395
install-pdf: install-pdf-am
 
396
 
 
397
install-ps: install-ps-am
 
398
 
 
399
installcheck-am:
 
400
 
 
401
maintainer-clean: maintainer-clean-am
 
402
        -rm -rf ./$(DEPDIR)
 
403
        -rm -f Makefile
 
404
maintainer-clean-am: distclean-am maintainer-clean-generic
 
405
 
 
406
mostlyclean: mostlyclean-am
 
407
 
 
408
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
409
        mostlyclean-libtool
 
410
 
 
411
pdf: pdf-am
 
412
 
 
413
pdf-am:
 
414
 
 
415
ps: ps-am
 
416
 
 
417
ps-am:
 
418
 
 
419
uninstall-am:
 
420
 
 
421
.MAKE: install-am install-strip
 
422
 
 
423
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
424
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
425
        distclean distclean-compile distclean-generic \
 
426
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
427
        html-am info info-am install install-am install-data \
 
428
        install-data-am install-dvi install-dvi-am install-exec \
 
429
        install-exec-am install-html install-html-am install-info \
 
430
        install-info-am install-man install-pdf install-pdf-am \
 
431
        install-ps install-ps-am install-strip installcheck \
 
432
        installcheck-am installdirs maintainer-clean \
 
433
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
434
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
435
        tags uninstall uninstall-am
 
436
 
 
437
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
438
# Otherwise a system limit (for SysV at least) may be exceeded.
 
439
.NOEXPORT: