Initial commit to Gerrit
[profile/ivi/orc.git] / testsuite / orcc / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
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.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 @CROSS_COMPILING_FALSE@TESTS = orc_test$(EXEEXT) test2$(EXEEXT) \
38 @CROSS_COMPILING_FALSE@ test3$(EXEEXT)
39 @CROSS_COMPILING_FALSE@noinst_PROGRAMS = orc_test$(EXEEXT) \
40 @CROSS_COMPILING_FALSE@ test2$(EXEEXT) test3$(EXEEXT)
41 subdir = testsuite/orcc
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_libtool_tags.m4 \
45         $(top_srcdir)/m4/as-compiler-flag.m4 \
46         $(top_srcdir)/m4/as-host-defines.m4 \
47         $(top_srcdir)/m4/as-nano.m4 \
48         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
49         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
50         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/config.h
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 PROGRAMS = $(noinst_PROGRAMS)
60 orc_test_SOURCES = orc_test.c
61 orc_test_OBJECTS = orc_test.$(OBJEXT)
62 orc_test_LDADD = $(LDADD)
63 am_test2_OBJECTS = test2.$(OBJEXT) testorc.$(OBJEXT)
64 test2_OBJECTS = $(am_test2_OBJECTS)
65 test2_LDADD = $(LDADD)
66 am_test3_OBJECTS = test3-test3.$(OBJEXT) test3-testorc.$(OBJEXT)
67 test3_OBJECTS = $(am_test3_OBJECTS)
68 test3_LDADD = $(LDADD)
69 test3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70         --mode=link $(CCLD) $(test3_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71         $(LDFLAGS) -o $@
72 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 am__mv = mv -f
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84         $(LDFLAGS) -o $@
85 SOURCES = orc_test.c $(test2_SOURCES) $(test3_SOURCES)
86 DIST_SOURCES = orc_test.c $(test2_SOURCES) $(test3_SOURCES)
87 ETAGS = etags
88 CTAGS = ctags
89 am__tty_colors = \
90 red=; grn=; lgn=; blu=; std=
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 ACLOCAL = @ACLOCAL@
93 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AS = @AS@
97 AUTOCONF = @AUTOCONF@
98 AUTOHEADER = @AUTOHEADER@
99 AUTOMAKE = @AUTOMAKE@
100 AWK = @AWK@
101 CC = @CC@
102 CCAS = @CCAS@
103 CCASDEPMODE = @CCASDEPMODE@
104 CCASFLAGS = @CCASFLAGS@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CPP = @CPP@
108 CPPFLAGS = @CPPFLAGS@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 DLLTOOL = @DLLTOOL@
113 DSYMUTIL = @DSYMUTIL@
114 DUMPBIN = @DUMPBIN@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EGREP = @EGREP@
119 EXEEXT = @EXEEXT@
120 FGREP = @FGREP@
121 GREP = @GREP@
122 GTKDOC_CHECK = @GTKDOC_CHECK@
123 GTKDOC_MKPDF = @GTKDOC_MKPDF@
124 GTKDOC_REBASE = @GTKDOC_REBASE@
125 HTML_DIR = @HTML_DIR@
126 INSTALL = @INSTALL@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131 LD = @LD@
132 LDFLAGS = @LDFLAGS@
133 LIBM = @LIBM@
134 LIBOBJS = @LIBOBJS@
135 LIBRT = @LIBRT@
136 LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143 NANO = @NANO@
144 NM = @NM@
145 NMEDIT = @NMEDIT@
146 OBJDUMP = @OBJDUMP@
147 OBJEXT = @OBJEXT@
148 ORC_CFLAGS = @ORC_CFLAGS@
149 ORC_LIBS = @ORC_LIBS@
150 ORC_LIBVERSION = @ORC_LIBVERSION@
151 ORC_MAJORMINOR = @ORC_MAJORMINOR@
152 OTOOL = @OTOOL@
153 OTOOL64 = @OTOOL64@
154 PACKAGE = @PACKAGE@
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156 PACKAGE_NAME = @PACKAGE_NAME@
157 PACKAGE_STRING = @PACKAGE_STRING@
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
159 PACKAGE_URL = @PACKAGE_URL@
160 PACKAGE_VERSION = @PACKAGE_VERSION@
161 PATH_SEPARATOR = @PATH_SEPARATOR@
162 PKG_CONFIG = @PKG_CONFIG@
163 RANLIB = @RANLIB@
164 SED = @SED@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 STRIP = @STRIP@
168 VERSION = @VERSION@
169 abs_builddir = @abs_builddir@
170 abs_srcdir = @abs_srcdir@
171 abs_top_builddir = @abs_top_builddir@
172 abs_top_srcdir = @abs_top_srcdir@
173 ac_ct_CC = @ac_ct_CC@
174 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 lt_ECHO = @lt_ECHO@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 pkgconfigdir = @pkgconfigdir@
211 prefix = @prefix@
212 program_transform_name = @program_transform_name@
213 psdir = @psdir@
214 sbindir = @sbindir@
215 sharedstatedir = @sharedstatedir@
216 srcdir = @srcdir@
217 sysconfdir = @sysconfdir@
218 target_alias = @target_alias@
219 top_build_prefix = @top_build_prefix@
220 top_builddir = @top_builddir@
221 top_srcdir = @top_srcdir@
222 @CROSS_COMPILING_FALSE@BUILT_SOURCES = testorc.c testorc.h orc_test.c
223 test2_SOURCES = test2.c testorc.c
224 test3_SOURCES = test3.c testorc.c
225 test3_CFLAGS = -DDISABLE_ORC
226 AM_CFLAGS = $(ORC_CFLAGS)
227 CLEANFILES = testorc.c testorc.h orc_test.c
228 all: $(BUILT_SOURCES)
229         $(MAKE) $(AM_MAKEFLAGS) all-am
230
231 .SUFFIXES:
232 .SUFFIXES: .c .lo .o .obj
233 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
234         @for dep in $?; do \
235           case '$(am__configure_deps)' in \
236             *$$dep*) \
237               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
238                 && { if test -f $@; then exit 0; else break; fi; }; \
239               exit 1;; \
240           esac; \
241         done; \
242         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/orcc/Makefile'; \
243         $(am__cd) $(top_srcdir) && \
244           $(AUTOMAKE) --gnu testsuite/orcc/Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247         @case '$?' in \
248           *config.status*) \
249             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250           *) \
251             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253         esac;
254
255 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
258 $(top_srcdir)/configure:  $(am__configure_deps)
259         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(am__aclocal_m4_deps):
263
264 clean-noinstPROGRAMS:
265         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
266         echo " rm -f" $$list; \
267         rm -f $$list || exit $$?; \
268         test -n "$(EXEEXT)" || exit 0; \
269         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
270         echo " rm -f" $$list; \
271         rm -f $$list
272 orc_test$(EXEEXT): $(orc_test_OBJECTS) $(orc_test_DEPENDENCIES) 
273         @rm -f orc_test$(EXEEXT)
274         $(LINK) $(orc_test_OBJECTS) $(orc_test_LDADD) $(LIBS)
275 test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) 
276         @rm -f test2$(EXEEXT)
277         $(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
278 test3$(EXEEXT): $(test3_OBJECTS) $(test3_DEPENDENCIES) 
279         @rm -f test3$(EXEEXT)
280         $(test3_LINK) $(test3_OBJECTS) $(test3_LDADD) $(LIBS)
281
282 mostlyclean-compile:
283         -rm -f *.$(OBJEXT)
284
285 distclean-compile:
286         -rm -f *.tab.c
287
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orc_test.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3-test3.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3-testorc.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testorc.Po@am__quote@
293
294 .c.o:
295 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
296 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
297 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
300
301 .c.obj:
302 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
303 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
307
308 .c.lo:
309 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
310 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
314
315 test3-test3.o: test3.c
316 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -MT test3-test3.o -MD -MP -MF $(DEPDIR)/test3-test3.Tpo -c -o test3-test3.o `test -f 'test3.c' || echo '$(srcdir)/'`test3.c
317 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test3-test3.Tpo $(DEPDIR)/test3-test3.Po
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test3.c' object='test3-test3.o' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -c -o test3-test3.o `test -f 'test3.c' || echo '$(srcdir)/'`test3.c
321
322 test3-test3.obj: test3.c
323 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -MT test3-test3.obj -MD -MP -MF $(DEPDIR)/test3-test3.Tpo -c -o test3-test3.obj `if test -f 'test3.c'; then $(CYGPATH_W) 'test3.c'; else $(CYGPATH_W) '$(srcdir)/test3.c'; fi`
324 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test3-test3.Tpo $(DEPDIR)/test3-test3.Po
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test3.c' object='test3-test3.obj' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -c -o test3-test3.obj `if test -f 'test3.c'; then $(CYGPATH_W) 'test3.c'; else $(CYGPATH_W) '$(srcdir)/test3.c'; fi`
328
329 test3-testorc.o: testorc.c
330 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -MT test3-testorc.o -MD -MP -MF $(DEPDIR)/test3-testorc.Tpo -c -o test3-testorc.o `test -f 'testorc.c' || echo '$(srcdir)/'`testorc.c
331 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test3-testorc.Tpo $(DEPDIR)/test3-testorc.Po
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testorc.c' object='test3-testorc.o' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -c -o test3-testorc.o `test -f 'testorc.c' || echo '$(srcdir)/'`testorc.c
335
336 test3-testorc.obj: testorc.c
337 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -MT test3-testorc.obj -MD -MP -MF $(DEPDIR)/test3-testorc.Tpo -c -o test3-testorc.obj `if test -f 'testorc.c'; then $(CYGPATH_W) 'testorc.c'; else $(CYGPATH_W) '$(srcdir)/testorc.c'; fi`
338 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test3-testorc.Tpo $(DEPDIR)/test3-testorc.Po
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testorc.c' object='test3-testorc.obj' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test3_CFLAGS) $(CFLAGS) -c -o test3-testorc.obj `if test -f 'testorc.c'; then $(CYGPATH_W) 'testorc.c'; else $(CYGPATH_W) '$(srcdir)/testorc.c'; fi`
342
343 mostlyclean-libtool:
344         -rm -f *.lo
345
346 clean-libtool:
347         -rm -rf .libs _libs
348
349 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355               END { if (nonempty) { for (i in files) print i; }; }'`; \
356         mkid -fID $$unique
357 tags: TAGS
358
359 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360                 $(TAGS_FILES) $(LISP)
361         set x; \
362         here=`pwd`; \
363         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364         unique=`for i in $$list; do \
365             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366           done | \
367           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368               END { if (nonempty) { for (i in files) print i; }; }'`; \
369         shift; \
370         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371           test -n "$$unique" || unique=$$empty_fix; \
372           if test $$# -gt 0; then \
373             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374               "$$@" $$unique; \
375           else \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               $$unique; \
378           fi; \
379         fi
380 ctags: CTAGS
381 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382                 $(TAGS_FILES) $(LISP)
383         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388               END { if (nonempty) { for (i in files) print i; }; }'`; \
389         test -z "$(CTAGS_ARGS)$$unique" \
390           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391              $$unique
392
393 GTAGS:
394         here=`$(am__cd) $(top_builddir) && pwd` \
395           && $(am__cd) $(top_srcdir) \
396           && gtags -i $(GTAGS_ARGS) "$$here"
397
398 distclean-tags:
399         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401 check-TESTS: $(TESTS)
402         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
403         srcdir=$(srcdir); export srcdir; \
404         list=' $(TESTS) '; \
405         $(am__tty_colors); \
406         if test -n "$$list"; then \
407           for tst in $$list; do \
408             if test -f ./$$tst; then dir=./; \
409             elif test -f $$tst; then dir=; \
410             else dir="$(srcdir)/"; fi; \
411             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
412               all=`expr $$all + 1`; \
413               case " $(XFAIL_TESTS) " in \
414               *[\ \     ]$$tst[\ \      ]*) \
415                 xpass=`expr $$xpass + 1`; \
416                 failed=`expr $$failed + 1`; \
417                 col=$$red; res=XPASS; \
418               ;; \
419               *) \
420                 col=$$grn; res=PASS; \
421               ;; \
422               esac; \
423             elif test $$? -ne 77; then \
424               all=`expr $$all + 1`; \
425               case " $(XFAIL_TESTS) " in \
426               *[\ \     ]$$tst[\ \      ]*) \
427                 xfail=`expr $$xfail + 1`; \
428                 col=$$lgn; res=XFAIL; \
429               ;; \
430               *) \
431                 failed=`expr $$failed + 1`; \
432                 col=$$red; res=FAIL; \
433               ;; \
434               esac; \
435             else \
436               skip=`expr $$skip + 1`; \
437               col=$$blu; res=SKIP; \
438             fi; \
439             echo "$${col}$$res$${std}: $$tst"; \
440           done; \
441           if test "$$all" -eq 1; then \
442             tests="test"; \
443             All=""; \
444           else \
445             tests="tests"; \
446             All="All "; \
447           fi; \
448           if test "$$failed" -eq 0; then \
449             if test "$$xfail" -eq 0; then \
450               banner="$$All$$all $$tests passed"; \
451             else \
452               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
453               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
454             fi; \
455           else \
456             if test "$$xpass" -eq 0; then \
457               banner="$$failed of $$all $$tests failed"; \
458             else \
459               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
460               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
461             fi; \
462           fi; \
463           dashes="$$banner"; \
464           skipped=""; \
465           if test "$$skip" -ne 0; then \
466             if test "$$skip" -eq 1; then \
467               skipped="($$skip test was not run)"; \
468             else \
469               skipped="($$skip tests were not run)"; \
470             fi; \
471             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
472               dashes="$$skipped"; \
473           fi; \
474           report=""; \
475           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
476             report="Please report to $(PACKAGE_BUGREPORT)"; \
477             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
478               dashes="$$report"; \
479           fi; \
480           dashes=`echo "$$dashes" | sed s/./=/g`; \
481           if test "$$failed" -eq 0; then \
482             echo "$$grn$$dashes"; \
483           else \
484             echo "$$red$$dashes"; \
485           fi; \
486           echo "$$banner"; \
487           test -z "$$skipped" || echo "$$skipped"; \
488           test -z "$$report" || echo "$$report"; \
489           echo "$$dashes$$std"; \
490           test "$$failed" -eq 0; \
491         else :; fi
492
493 distdir: $(DISTFILES)
494         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496         list='$(DISTFILES)'; \
497           dist_files=`for file in $$list; do echo $$file; done | \
498           sed -e "s|^$$srcdirstrip/||;t" \
499               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500         case $$dist_files in \
501           */*) $(MKDIR_P) `echo "$$dist_files" | \
502                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503                            sort -u` ;; \
504         esac; \
505         for file in $$dist_files; do \
506           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507           if test -d $$d/$$file; then \
508             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509             if test -d "$(distdir)/$$file"; then \
510               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511             fi; \
512             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515             fi; \
516             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517           else \
518             test -f "$(distdir)/$$file" \
519             || cp -p $$d/$$file "$(distdir)/$$file" \
520             || exit 1; \
521           fi; \
522         done
523 check-am: all-am
524         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
525 check: $(BUILT_SOURCES)
526         $(MAKE) $(AM_MAKEFLAGS) check-am
527 all-am: Makefile $(PROGRAMS)
528 installdirs:
529 install: $(BUILT_SOURCES)
530         $(MAKE) $(AM_MAKEFLAGS) install-am
531 install-exec: install-exec-am
532 install-data: install-data-am
533 uninstall: uninstall-am
534
535 install-am: all-am
536         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538 installcheck: installcheck-am
539 install-strip:
540         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542           `test -z '$(STRIP)' || \
543             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544 mostlyclean-generic:
545
546 clean-generic:
547         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
548
549 distclean-generic:
550         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553 maintainer-clean-generic:
554         @echo "This command is intended for maintainers to use"
555         @echo "it deletes files that may require special tools to rebuild."
556         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
557 clean: clean-am
558
559 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
560         mostlyclean-am
561
562 distclean: distclean-am
563         -rm -rf ./$(DEPDIR)
564         -rm -f Makefile
565 distclean-am: clean-am distclean-compile distclean-generic \
566         distclean-tags
567
568 dvi: dvi-am
569
570 dvi-am:
571
572 html: html-am
573
574 html-am:
575
576 info: info-am
577
578 info-am:
579
580 install-data-am:
581
582 install-dvi: install-dvi-am
583
584 install-dvi-am:
585
586 install-exec-am:
587
588 install-html: install-html-am
589
590 install-html-am:
591
592 install-info: install-info-am
593
594 install-info-am:
595
596 install-man:
597
598 install-pdf: install-pdf-am
599
600 install-pdf-am:
601
602 install-ps: install-ps-am
603
604 install-ps-am:
605
606 installcheck-am:
607
608 maintainer-clean: maintainer-clean-am
609         -rm -rf ./$(DEPDIR)
610         -rm -f Makefile
611 maintainer-clean-am: distclean-am maintainer-clean-generic
612
613 mostlyclean: mostlyclean-am
614
615 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
616         mostlyclean-libtool
617
618 pdf: pdf-am
619
620 pdf-am:
621
622 ps: ps-am
623
624 ps-am:
625
626 uninstall-am:
627
628 .MAKE: all check check-am install install-am install-strip
629
630 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
631         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
632         distclean distclean-compile distclean-generic \
633         distclean-libtool distclean-tags distdir dvi dvi-am html \
634         html-am info info-am install install-am install-data \
635         install-data-am install-dvi install-dvi-am install-exec \
636         install-exec-am install-html install-html-am install-info \
637         install-info-am install-man install-pdf install-pdf-am \
638         install-ps install-ps-am install-strip installcheck \
639         installcheck-am installdirs maintainer-clean \
640         maintainer-clean-generic mostlyclean mostlyclean-compile \
641         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
642         tags uninstall uninstall-am
643
644
645 testorc.h: $(srcdir)/../test.orc
646         $(top_builddir)/tools/orcc$(EXEEXT) --include stdint.h --header -o testorc.h $<
647
648 testorc.c: $(srcdir)/../test.orc
649         $(top_builddir)/tools/orcc$(EXEEXT) --include stdint.h --implementation -o testorc.c $<
650
651 orc_test.c: $(srcdir)/../test.orc
652         $(top_builddir)/tools/orcc$(EXEEXT) --include stdint.h --test -o orc_test.c $<
653
654 # Tell versions [3.59,3.63) of GNU make to not export all variables.
655 # Otherwise a system limit (for SysV at least) may be exceeded.
656 .NOEXPORT: