Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merging branch 5018:5083 into trunk
[simgrid.git] / examples / simdag / Makefile.in
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
17 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
18
19 # This file is part of the SimGrid project. This is free software:
20 # You can redistribute and/or modify it under the terms of the
21 # GNU LGPL (v2.1) licence.
22
23 # Makefile chunk which allows to display the files which should be included
24 # into the distribution.
25
26 # It is intended to be included in all Makefile.am 
27
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 install_sh_DATA = $(install_sh) -c -m 644
34 install_sh_PROGRAM = $(install_sh) -c
35 install_sh_SCRIPT = $(install_sh) -c
36 INSTALL_HEADER = $(INSTALL_DATA)
37 transform = $(program_transform_name)
38 NORMAL_INSTALL = :
39 PRE_INSTALL = :
40 POST_INSTALL = :
41 NORMAL_UNINSTALL = :
42 PRE_UNINSTALL = :
43 POST_UNINSTALL = :
44 build_triplet = @build@
45 host_triplet = @host@
46 target_triplet = @target@
47 check_PROGRAMS = sd_test$(EXEEXT) sd_test2$(EXEEXT) \
48         properties/sd_prop$(EXEEXT)
49 bin_PROGRAMS =
50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
51         $(top_srcdir)/acmacro/dist-files.mk
52 subdir = examples/simdag
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \
55         $(top_srcdir)/acmacro/compiler-flags.m4 \
56         $(top_srcdir)/acmacro/context.m4 \
57         $(top_srcdir)/acmacro/fancy_configury.m4 \
58         $(top_srcdir)/acmacro/flex.m4 \
59         $(top_srcdir)/acmacro/gras_arch.m4 \
60         $(top_srcdir)/acmacro/print_null.m4 \
61         $(top_srcdir)/acmacro/va_copy.m4 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
66 CONFIG_CLEAN_FILES =
67 am__installdirs = "$(DESTDIR)$(bindir)"
68 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69 PROGRAMS = $(bin_PROGRAMS)
70 am_properties_sd_prop_OBJECTS = sd_prop.$(OBJEXT)
71 properties_sd_prop_OBJECTS = $(am_properties_sd_prop_OBJECTS)
72 properties_sd_prop_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
73 am__dirstamp = $(am__leading_dot)dirstamp
74 am_sd_test_OBJECTS = sd_test.$(OBJEXT)
75 sd_test_OBJECTS = $(am_sd_test_OBJECTS)
76 sd_test_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
77 am_sd_test2_OBJECTS = sd_test2.$(OBJEXT)
78 sd_test2_OBJECTS = $(am_sd_test2_OBJECTS)
79 sd_test2_DEPENDENCIES = $(top_builddir)/src/libsimgrid.la
80 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
81 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 am__depfiles_maybe = depfiles
83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91         $(LDFLAGS) -o $@
92 SOURCES = $(properties_sd_prop_SOURCES) $(sd_test_SOURCES) \
93         $(sd_test2_SOURCES)
94 DIST_SOURCES = $(properties_sd_prop_SOURCES) $(sd_test_SOURCES) \
95         $(sd_test2_SOURCES)
96 ETAGS = etags
97 CTAGS = ctags
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 ADDR2LINE = @ADDR2LINE@
101 AMTAR = @AMTAR@
102 AM_CPPFLAGS = @AM_CPPFLAGS@
103 AR = @AR@
104 AS = @AS@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BASH = @BASH@
110 CC = @CC@
111 CCDEPMODE = @CCDEPMODE@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CXX = @CXX@
116 CXXCPP = @CXXCPP@
117 CXXDEPMODE = @CXXDEPMODE@
118 CXXFLAGS = @CXXFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DLLTOOL = @DLLTOOL@
123 DOXYGEN = @DOXYGEN@
124 ECHO = @ECHO@
125 ECHO_C = @ECHO_C@
126 ECHO_N = @ECHO_N@
127 ECHO_T = @ECHO_T@
128 EGREP = @EGREP@
129 EXEEXT = @EXEEXT@
130 FLEXML = @FLEXML@
131 GCJ = @GCJ@
132 GCJDEPMODE = @GCJDEPMODE@
133 GCJFLAGS = @GCJFLAGS@
134 GRAS_DEP = @GRAS_DEP@
135 GREP = @GREP@
136 INSTALL = @INSTALL@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 JAR = @JAR@
142 JAVA = @JAVA@
143 JAVAC = @JAVAC@
144 LDFLAGS = @LDFLAGS@
145 LD_DYNAMIC_FLAGS = @LD_DYNAMIC_FLAGS@
146 LEX = @LEX@
147 LEXLIB = @LEXLIB@
148 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBTOOL = @LIBTOOL@
152 LN_S = @LN_S@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKEINFO = @MAKEINFO@
156 MD5SUM = @MD5SUM@
157 MKDIR_P = @MKDIR_P@
158 OBJDUMP = @OBJDUMP@
159 OBJEXT = @OBJEXT@
160 PACKAGE = @PACKAGE@
161 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162 PACKAGE_NAME = @PACKAGE_NAME@
163 PACKAGE_STRING = @PACKAGE_STRING@
164 PACKAGE_TARNAME = @PACKAGE_TARNAME@
165 PACKAGE_VERSION = @PACKAGE_VERSION@
166 PATH_SEPARATOR = @PATH_SEPARATOR@
167 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
168 RANLIB = @RANLIB@
169 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@
171 SIMGRID_DEP = @SIMGRID_DEP@
172 SMPI_DEP = @SMPI_DEP@
173 STRIP = @STRIP@
174 VERSION = @VERSION@
175 WARNING = @WARNING@
176 abs_builddir = @abs_builddir@
177 abs_srcdir = @abs_srcdir@
178 abs_top_builddir = @abs_top_builddir@
179 abs_top_srcdir = @abs_top_srcdir@
180 ac_configure_args = @ac_configure_args@
181 ac_ct_CC = @ac_ct_CC@
182 ac_ct_CXX = @ac_ct_CXX@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_id = @build_id@
193 build_os = @build_os@
194 build_vendor = @build_vendor@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 exec_prefix = @exec_prefix@
201 host = @host@
202 host_alias = @host_alias@
203 host_cpu = @host_cpu@
204 host_os = @host_os@
205 host_vendor = @host_vendor@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 prefix = @prefix@
219 program_transform_name = @program_transform_name@
220 psdir = @psdir@
221 pth_skaddr_makecontext = @pth_skaddr_makecontext@
222 pth_sksize_makecontext = @pth_sksize_makecontext@
223 sbindir = @sbindir@
224 sharedstatedir = @sharedstatedir@
225 srcdir = @srcdir@
226 sysconfdir = @sysconfdir@
227 target = @target@
228 target_alias = @target_alias@
229 target_cpu = @target_cpu@
230 target_os = @target_os@
231 target_vendor = @target_vendor@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
234 INCLUDES = -I$(top_srcdir)/include
235 AM_CFLAGS = -g
236 EXTRA_DIST = 2clusters.xml \
237              properties/prop.xml
238
239 CLEANFILES = sd_test.trace
240 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
241 TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.trace
242 properties_sd_prop_SOURCES = properties/sd_prop.c
243 properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la
244 metaxml_sd_test_SOURCES = metaxml/sd_test.c
245 metaxml_sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
246 sd_test_SOURCES = sd_test.c
247 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
248 sd_test2_SOURCES = sd_test2.c
249 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
250 all: all-am
251
252 .SUFFIXES:
253 .SUFFIXES: .c .lo .o .obj
254 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
255         @for dep in $?; do \
256           case '$(am__configure_deps)' in \
257             *$$dep*) \
258               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
259                 && exit 0; \
260               exit 1;; \
261           esac; \
262         done; \
263         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/simdag/Makefile'; \
264         cd $(top_srcdir) && \
265           $(AUTOMAKE) --gnu  examples/simdag/Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268         @case '$?' in \
269           *config.status*) \
270             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271           *) \
272             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274         esac;
275
276 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
279 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
282         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 install-binPROGRAMS: $(bin_PROGRAMS)
284         @$(NORMAL_INSTALL)
285         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
286         @list='$(bin_PROGRAMS)'; for p in $$list; do \
287           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
288           if test -f $$p \
289              || test -f $$p1 \
290           ; then \
291             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
292            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
293            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
294           else :; fi; \
295         done
296
297 uninstall-binPROGRAMS:
298         @$(NORMAL_UNINSTALL)
299         @list='$(bin_PROGRAMS)'; for p in $$list; do \
300           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
301           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
302           rm -f "$(DESTDIR)$(bindir)/$$f"; \
303         done
304
305 clean-binPROGRAMS:
306         @list='$(bin_PROGRAMS)'; for p in $$list; do \
307           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
308           echo " rm -f $$p $$f"; \
309           rm -f $$p $$f ; \
310         done
311
312 clean-checkPROGRAMS:
313         @list='$(check_PROGRAMS)'; for p in $$list; do \
314           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
315           echo " rm -f $$p $$f"; \
316           rm -f $$p $$f ; \
317         done
318 properties/$(am__dirstamp):
319         @$(MKDIR_P) properties
320         @: > properties/$(am__dirstamp)
321 properties/sd_prop$(EXEEXT): $(properties_sd_prop_OBJECTS) $(properties_sd_prop_DEPENDENCIES) properties/$(am__dirstamp)
322         @rm -f properties/sd_prop$(EXEEXT)
323         $(LINK) $(properties_sd_prop_OBJECTS) $(properties_sd_prop_LDADD) $(LIBS)
324 sd_test$(EXEEXT): $(sd_test_OBJECTS) $(sd_test_DEPENDENCIES) 
325         @rm -f sd_test$(EXEEXT)
326         $(LINK) $(sd_test_OBJECTS) $(sd_test_LDADD) $(LIBS)
327 sd_test2$(EXEEXT): $(sd_test2_OBJECTS) $(sd_test2_DEPENDENCIES) 
328         @rm -f sd_test2$(EXEEXT)
329         $(LINK) $(sd_test2_OBJECTS) $(sd_test2_LDADD) $(LIBS)
330
331 mostlyclean-compile:
332         -rm -f *.$(OBJEXT)
333
334 distclean-compile:
335         -rm -f *.tab.c
336
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_prop.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test2.Po@am__quote@
340
341 .c.o:
342 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
347
348 .c.obj:
349 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
350 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
354
355 .c.lo:
356 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
361
362 sd_prop.o: properties/sd_prop.c
363 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_prop.o -MD -MP -MF $(DEPDIR)/sd_prop.Tpo -c -o sd_prop.o `test -f 'properties/sd_prop.c' || echo '$(srcdir)/'`properties/sd_prop.c
364 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sd_prop.Tpo $(DEPDIR)/sd_prop.Po
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='properties/sd_prop.c' object='sd_prop.o' libtool=no @AMDEPBACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_prop.o `test -f 'properties/sd_prop.c' || echo '$(srcdir)/'`properties/sd_prop.c
368
369 sd_prop.obj: properties/sd_prop.c
370 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sd_prop.obj -MD -MP -MF $(DEPDIR)/sd_prop.Tpo -c -o sd_prop.obj `if test -f 'properties/sd_prop.c'; then $(CYGPATH_W) 'properties/sd_prop.c'; else $(CYGPATH_W) '$(srcdir)/properties/sd_prop.c'; fi`
371 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sd_prop.Tpo $(DEPDIR)/sd_prop.Po
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='properties/sd_prop.c' object='sd_prop.obj' libtool=no @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_prop.obj `if test -f 'properties/sd_prop.c'; then $(CYGPATH_W) 'properties/sd_prop.c'; else $(CYGPATH_W) '$(srcdir)/properties/sd_prop.c'; fi`
375
376 mostlyclean-libtool:
377         -rm -f *.lo
378
379 clean-libtool:
380         -rm -rf .libs _libs
381
382 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; } \
388                END { for (i in files) print i; }'`; \
389         mkid -fID $$unique
390 tags: TAGS
391
392 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393                 $(TAGS_FILES) $(LISP)
394         tags=; \
395         here=`pwd`; \
396         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '    { files[$$0] = 1; } \
401                END { for (i in files) print i; }'`; \
402         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
403           test -n "$$unique" || unique=$$empty_fix; \
404           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405             $$tags $$unique; \
406         fi
407 ctags: CTAGS
408 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
409                 $(TAGS_FILES) $(LISP)
410         tags=; \
411         here=`pwd`; \
412         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413         unique=`for i in $$list; do \
414             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415           done | \
416           $(AWK) '    { files[$$0] = 1; } \
417                END { for (i in files) print i; }'`; \
418         test -z "$(CTAGS_ARGS)$$tags$$unique" \
419           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420              $$tags $$unique
421
422 GTAGS:
423         here=`$(am__cd) $(top_builddir) && pwd` \
424           && cd $(top_srcdir) \
425           && gtags -i $(GTAGS_ARGS) $$here
426
427 distclean-tags:
428         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
430 check-TESTS: $(TESTS)
431         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
432         srcdir=$(srcdir); export srcdir; \
433         list=' $(TESTS) '; \
434         if test -n "$$list"; then \
435           for tst in $$list; do \
436             if test -f ./$$tst; then dir=./; \
437             elif test -f $$tst; then dir=; \
438             else dir="$(srcdir)/"; fi; \
439             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
440               all=`expr $$all + 1`; \
441               case " $(XFAIL_TESTS) " in \
442               *$$ws$$tst$$ws*) \
443                 xpass=`expr $$xpass + 1`; \
444                 failed=`expr $$failed + 1`; \
445                 echo "XPASS: $$tst"; \
446               ;; \
447               *) \
448                 echo "PASS: $$tst"; \
449               ;; \
450               esac; \
451             elif test $$? -ne 77; then \
452               all=`expr $$all + 1`; \
453               case " $(XFAIL_TESTS) " in \
454               *$$ws$$tst$$ws*) \
455                 xfail=`expr $$xfail + 1`; \
456                 echo "XFAIL: $$tst"; \
457               ;; \
458               *) \
459                 failed=`expr $$failed + 1`; \
460                 echo "FAIL: $$tst"; \
461               ;; \
462               esac; \
463             else \
464               skip=`expr $$skip + 1`; \
465               echo "SKIP: $$tst"; \
466             fi; \
467           done; \
468           if test "$$failed" -eq 0; then \
469             if test "$$xfail" -eq 0; then \
470               banner="All $$all tests passed"; \
471             else \
472               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
473             fi; \
474           else \
475             if test "$$xpass" -eq 0; then \
476               banner="$$failed of $$all tests failed"; \
477             else \
478               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
479             fi; \
480           fi; \
481           dashes="$$banner"; \
482           skipped=""; \
483           if test "$$skip" -ne 0; then \
484             skipped="($$skip tests were not run)"; \
485             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
486               dashes="$$skipped"; \
487           fi; \
488           report=""; \
489           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
490             report="Please report to $(PACKAGE_BUGREPORT)"; \
491             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
492               dashes="$$report"; \
493           fi; \
494           dashes=`echo "$$dashes" | sed s/./=/g`; \
495           echo "$$dashes"; \
496           echo "$$banner"; \
497           test -z "$$skipped" || echo "$$skipped"; \
498           test -z "$$report" || echo "$$report"; \
499           echo "$$dashes"; \
500           test "$$failed" -eq 0; \
501         else :; fi
502
503 distdir: $(DISTFILES)
504         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506         list='$(DISTFILES)'; \
507           dist_files=`for file in $$list; do echo $$file; done | \
508           sed -e "s|^$$srcdirstrip/||;t" \
509               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510         case $$dist_files in \
511           */*) $(MKDIR_P) `echo "$$dist_files" | \
512                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513                            sort -u` ;; \
514         esac; \
515         for file in $$dist_files; do \
516           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517           if test -d $$d/$$file; then \
518             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
521             fi; \
522             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
523           else \
524             test -f $(distdir)/$$file \
525             || cp -p $$d/$$file $(distdir)/$$file \
526             || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
531         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
532 check: check-am
533 all-am: Makefile $(PROGRAMS)
534 installdirs:
535         for dir in "$(DESTDIR)$(bindir)"; do \
536           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
537         done
538 install: install-am
539 install-exec: install-exec-am
540 install-data: install-data-am
541 uninstall: uninstall-am
542
543 install-am: all-am
544         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
545
546 installcheck: installcheck-am
547 install-strip:
548         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550           `test -z '$(STRIP)' || \
551             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
552 mostlyclean-generic:
553
554 clean-generic:
555         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
556
557 distclean-generic:
558         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559         -rm -f properties/$(am__dirstamp)
560
561 maintainer-clean-generic:
562         @echo "This command is intended for maintainers to use"
563         @echo "it deletes files that may require special tools to rebuild."
564 clean: clean-am
565
566 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
567         clean-libtool mostlyclean-am
568
569 distclean: distclean-am
570         -rm -rf ./$(DEPDIR)
571         -rm -f Makefile
572 distclean-am: clean-am distclean-compile distclean-generic \
573         distclean-tags
574
575 dvi: dvi-am
576
577 dvi-am:
578
579 html: html-am
580
581 info: info-am
582
583 info-am:
584
585 install-data-am:
586
587 install-dvi: install-dvi-am
588
589 install-exec-am: install-binPROGRAMS
590
591 install-html: install-html-am
592
593 install-info: install-info-am
594
595 install-man:
596
597 install-pdf: install-pdf-am
598
599 install-ps: install-ps-am
600
601 installcheck-am:
602
603 maintainer-clean: maintainer-clean-am
604         -rm -rf ./$(DEPDIR)
605         -rm -f Makefile
606 maintainer-clean-am: distclean-am maintainer-clean-generic
607
608 mostlyclean: mostlyclean-am
609
610 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
611         mostlyclean-libtool
612
613 pdf: pdf-am
614
615 pdf-am:
616
617 ps: ps-am
618
619 ps-am:
620
621 uninstall-am: uninstall-binPROGRAMS
622
623 .MAKE: install-am install-strip
624
625 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
626         clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
627         clean-libtool ctags distclean distclean-compile \
628         distclean-generic distclean-libtool distclean-tags distdir dvi \
629         dvi-am html html-am info info-am install install-am \
630         install-binPROGRAMS install-data install-data-am install-dvi \
631         install-dvi-am install-exec install-exec-am install-html \
632         install-html-am install-info install-info-am install-man \
633         install-pdf install-pdf-am install-ps install-ps-am \
634         install-strip installcheck installcheck-am installdirs \
635         maintainer-clean maintainer-clean-generic mostlyclean \
636         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
637         pdf pdf-am ps ps-am tags uninstall uninstall-am \
638         uninstall-binPROGRAMS
639
640
641 dist-files:
642         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
643         @echo
644         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
645 # Tell versions [3.59,3.63) of GNU make to not export all variables.
646 # Otherwise a system limit (for SysV at least) may be exceeded.
647 .NOEXPORT: