~ubuntu-branches/ubuntu/vivid/libspectre/vivid-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2012-08-11 11:25:13 UTC
  • mfrom: (1.2.3)
  • mto: (9.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120811112513-u87qf35j9xb1i102
Tags: 0.2.7-1
* New upstream release.
* Make builds verbose by exporting V=1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
46
46
CONFIG_CLEAN_FILES =
47
47
CONFIG_CLEAN_VPATH_FILES =
48
48
PROGRAMS = $(noinst_PROGRAMS)
49
 
am_parser_test_OBJECTS = parser-test.$(OBJEXT)
 
49
am_parser_test_OBJECTS = parser_test-parser-test.$(OBJEXT)
50
50
parser_test_OBJECTS = $(am_parser_test_OBJECTS)
51
51
parser_test_DEPENDENCIES = $(top_builddir)/libspectre/libspectre.la
52
 
AM_V_lt = $(am__v_lt_$(V))
53
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
52
AM_V_lt = $(am__v_lt_@AM_V@)
 
53
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
54
54
am__v_lt_0 = --silent
55
 
am_spectre_test_OBJECTS = spectre-test.$(OBJEXT)
 
55
parser_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
56
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(parser_test_CFLAGS) \
 
57
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
58
am_spectre_test_OBJECTS = spectre_test-spectre-test.$(OBJEXT)
56
59
spectre_test_OBJECTS = $(am_spectre_test_OBJECTS)
57
60
am__DEPENDENCIES_1 =
58
61
spectre_test_DEPENDENCIES = $(top_builddir)/libspectre/libspectre.la \
59
62
        $(am__DEPENDENCIES_1)
 
63
spectre_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
64
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(spectre_test_CFLAGS) \
 
65
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
60
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
68
am__depfiles_maybe = depfiles
67
73
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
68
74
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
69
75
        $(AM_CFLAGS) $(CFLAGS)
70
 
AM_V_CC = $(am__v_CC_$(V))
71
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
76
AM_V_CC = $(am__v_CC_@AM_V@)
 
77
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
72
78
am__v_CC_0 = @echo "  CC    " $@;
73
 
AM_V_at = $(am__v_at_$(V))
74
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
79
AM_V_at = $(am__v_at_@AM_V@)
 
80
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75
81
am__v_at_0 = @
76
82
CCLD = $(CC)
77
83
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
78
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
80
 
AM_V_CCLD = $(am__v_CCLD_$(V))
81
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
86
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
87
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
82
88
am__v_CCLD_0 = @echo "  CCLD  " $@;
83
 
AM_V_GEN = $(am__v_GEN_$(V))
84
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
89
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
90
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
85
91
am__v_GEN_0 = @echo "  GEN   " $@;
86
92
SOURCES = $(parser_test_SOURCES) $(spectre_test_SOURCES)
87
93
DIST_SOURCES = $(parser_test_SOURCES) $(spectre_test_SOURCES)
106
112
CYGPATH_W = @CYGPATH_W@
107
113
DEFS = @DEFS@
108
114
DEPDIR = @DEPDIR@
 
115
DLLTOOL = @DLLTOOL@
109
116
DSYMUTIL = @DSYMUTIL@
110
117
DUMPBIN = @DUMPBIN@
111
118
ECHO_C = @ECHO_C@
135
142
LT_REVISION = @LT_REVISION@
136
143
MAINT = @MAINT@
137
144
MAKEINFO = @MAKEINFO@
 
145
MANIFEST_TOOL = @MANIFEST_TOOL@
138
146
MKDIR_P = @MKDIR_P@
139
147
NM = @NM@
140
148
NMEDIT = @NMEDIT@
151
159
PACKAGE_VERSION = @PACKAGE_VERSION@
152
160
PATH_SEPARATOR = @PATH_SEPARATOR@
153
161
PKG_CONFIG = @PKG_CONFIG@
 
162
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
163
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
154
164
RANLIB = @RANLIB@
155
165
SED = @SED@
156
166
SET_MAKE = @SET_MAKE@
167
177
abs_srcdir = @abs_srcdir@
168
178
abs_top_builddir = @abs_top_builddir@
169
179
abs_top_srcdir = @abs_top_srcdir@
 
180
ac_ct_AR = @ac_ct_AR@
170
181
ac_ct_CC = @ac_ct_CC@
171
182
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172
183
am__include = @am__include@
199
210
libexecdir = @libexecdir@
200
211
localedir = @localedir@
201
212
localstatedir = @localstatedir@
202
 
lt_ECHO = @lt_ECHO@
203
213
mandir = @mandir@
204
214
mkdir_p = @mkdir_p@
205
215
oldincludedir = @oldincludedir@
215
225
top_build_prefix = @top_build_prefix@
216
226
top_builddir = @top_builddir@
217
227
top_srcdir = @top_srcdir@
218
 
INCLUDES = \
219
 
        -I$(top_srcdir)                 \
220
 
        -I$(top_srcdir)/libspectre      \
 
228
spectre_test_SOURCES = spectre-test.c
 
229
spectre_test_CFLAGS = \
 
230
        -I$(top_srcdir)                 \
 
231
        -I$(top_srcdir)/libspectre      \
221
232
        $(SPECTRE_CFLAGS)               \
222
233
        $(CAIRO_CFLAGS)
223
234
 
224
 
spectre_test_SOURCES = spectre-test.c
225
235
spectre_test_LDADD = \
226
236
        $(top_builddir)/libspectre/libspectre.la        \
227
237
        $(CAIRO_LIBS)
228
238
 
229
239
parser_test_SOURCES = parser-test.c
 
240
parser_test_CFLAGS = \
 
241
        -I$(top_srcdir)                 \
 
242
        -I$(top_srcdir)/libspectre      \
 
243
        $(SPECTRE_CFLAGS)
 
244
 
230
245
parser_test_LDADD = $(top_builddir)/libspectre/libspectre.la
231
246
all: all-am
232
247
 
271
286
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
272
287
        echo " rm -f" $$list; \
273
288
        rm -f $$list
274
 
parser-test$(EXEEXT): $(parser_test_OBJECTS) $(parser_test_DEPENDENCIES) 
 
289
parser-test$(EXEEXT): $(parser_test_OBJECTS) $(parser_test_DEPENDENCIES) $(EXTRA_parser_test_DEPENDENCIES) 
275
290
        @rm -f parser-test$(EXEEXT)
276
 
        $(AM_V_CCLD)$(LINK) $(parser_test_OBJECTS) $(parser_test_LDADD) $(LIBS)
277
 
spectre-test$(EXEEXT): $(spectre_test_OBJECTS) $(spectre_test_DEPENDENCIES) 
 
291
        $(AM_V_CCLD)$(parser_test_LINK) $(parser_test_OBJECTS) $(parser_test_LDADD) $(LIBS)
 
292
spectre-test$(EXEEXT): $(spectre_test_OBJECTS) $(spectre_test_DEPENDENCIES) $(EXTRA_spectre_test_DEPENDENCIES) 
278
293
        @rm -f spectre-test$(EXEEXT)
279
 
        $(AM_V_CCLD)$(LINK) $(spectre_test_OBJECTS) $(spectre_test_LDADD) $(LIBS)
 
294
        $(AM_V_CCLD)$(spectre_test_LINK) $(spectre_test_OBJECTS) $(spectre_test_LDADD) $(LIBS)
280
295
 
281
296
mostlyclean-compile:
282
297
        -rm -f *.$(OBJEXT)
284
299
distclean-compile:
285
300
        -rm -f *.tab.c
286
301
 
287
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser-test.Po@am__quote@
288
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spectre-test.Po@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser_test-parser-test.Po@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spectre_test-spectre-test.Po@am__quote@
289
304
 
290
305
.c.o:
291
306
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
292
307
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
294
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
310
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
297
311
 
298
312
.c.obj:
299
313
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
300
314
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
302
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
317
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
305
318
 
306
319
.c.lo:
307
320
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
308
321
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
309
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
310
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
311
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
325
 
 
326
parser_test-parser-test.o: parser-test.c
 
327
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parser_test_CFLAGS) $(CFLAGS) -MT parser_test-parser-test.o -MD -MP -MF $(DEPDIR)/parser_test-parser-test.Tpo -c -o parser_test-parser-test.o `test -f 'parser-test.c' || echo '$(srcdir)/'`parser-test.c
 
328
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parser_test-parser-test.Tpo $(DEPDIR)/parser_test-parser-test.Po
 
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='parser-test.c' object='parser_test-parser-test.o' libtool=no @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parser_test_CFLAGS) $(CFLAGS) -c -o parser_test-parser-test.o `test -f 'parser-test.c' || echo '$(srcdir)/'`parser-test.c
 
332
 
 
333
parser_test-parser-test.obj: parser-test.c
 
334
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parser_test_CFLAGS) $(CFLAGS) -MT parser_test-parser-test.obj -MD -MP -MF $(DEPDIR)/parser_test-parser-test.Tpo -c -o parser_test-parser-test.obj `if test -f 'parser-test.c'; then $(CYGPATH_W) 'parser-test.c'; else $(CYGPATH_W) '$(srcdir)/parser-test.c'; fi`
 
335
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/parser_test-parser-test.Tpo $(DEPDIR)/parser_test-parser-test.Po
 
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='parser-test.c' object='parser_test-parser-test.obj' libtool=no @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parser_test_CFLAGS) $(CFLAGS) -c -o parser_test-parser-test.obj `if test -f 'parser-test.c'; then $(CYGPATH_W) 'parser-test.c'; else $(CYGPATH_W) '$(srcdir)/parser-test.c'; fi`
 
339
 
 
340
spectre_test-spectre-test.o: spectre-test.c
 
341
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spectre_test_CFLAGS) $(CFLAGS) -MT spectre_test-spectre-test.o -MD -MP -MF $(DEPDIR)/spectre_test-spectre-test.Tpo -c -o spectre_test-spectre-test.o `test -f 'spectre-test.c' || echo '$(srcdir)/'`spectre-test.c
 
342
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/spectre_test-spectre-test.Tpo $(DEPDIR)/spectre_test-spectre-test.Po
 
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='spectre-test.c' object='spectre_test-spectre-test.o' libtool=no @AMDEPBACKSLASH@
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
345
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spectre_test_CFLAGS) $(CFLAGS) -c -o spectre_test-spectre-test.o `test -f 'spectre-test.c' || echo '$(srcdir)/'`spectre-test.c
 
346
 
 
347
spectre_test-spectre-test.obj: spectre-test.c
 
348
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spectre_test_CFLAGS) $(CFLAGS) -MT spectre_test-spectre-test.obj -MD -MP -MF $(DEPDIR)/spectre_test-spectre-test.Tpo -c -o spectre_test-spectre-test.obj `if test -f 'spectre-test.c'; then $(CYGPATH_W) 'spectre-test.c'; else $(CYGPATH_W) '$(srcdir)/spectre-test.c'; fi`
 
349
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/spectre_test-spectre-test.Tpo $(DEPDIR)/spectre_test-spectre-test.Po
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='spectre-test.c' object='spectre_test-spectre-test.obj' libtool=no @AMDEPBACKSLASH@
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
352
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spectre_test_CFLAGS) $(CFLAGS) -c -o spectre_test-spectre-test.obj `if test -f 'spectre-test.c'; then $(CYGPATH_W) 'spectre-test.c'; else $(CYGPATH_W) '$(srcdir)/spectre-test.c'; fi`
313
353
 
314
354
mostlyclean-libtool:
315
355
        -rm -f *.lo
413
453
 
414
454
installcheck: installcheck-am
415
455
install-strip:
416
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418
 
          `test -z '$(STRIP)' || \
419
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
456
        if test -z '$(STRIP)'; then \
 
457
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
458
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
459
              install; \
 
460
        else \
 
461
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
462
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
463
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
464
        fi
420
465
mostlyclean-generic:
421
466
 
422
467
clean-generic: