Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bf30daaadd6074cdec716614a2bb9eff236eef71
[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
242 properties_sd_prop_SOURCES = properties/sd_prop.c
243 properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la
244 sd_test_SOURCES = sd_test.c
245 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
246 sd_test2_SOURCES = sd_test2.c
247 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
248 all: all-am
249
250 .SUFFIXES:
251 .SUFFIXES: .c .lo .o .obj
252 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
253         @for dep in $?; do \
254           case '$(am__configure_deps)' in \
255             *$$dep*) \
256               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
257                 && exit 0; \
258               exit 1;; \
259           esac; \
260         done; \
261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/simdag/Makefile'; \
262         cd $(top_srcdir) && \
263           $(AUTOMAKE) --gnu  examples/simdag/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269           *) \
270             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272         esac;
273
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
278         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 install-binPROGRAMS: $(bin_PROGRAMS)
282         @$(NORMAL_INSTALL)
283         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
284         @list='$(bin_PROGRAMS)'; for p in $$list; do \
285           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
286           if test -f $$p \
287              || test -f $$p1 \
288           ; then \
289             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
290            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
291            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
292           else :; fi; \
293         done
294
295 uninstall-binPROGRAMS:
296         @$(NORMAL_UNINSTALL)
297         @list='$(bin_PROGRAMS)'; for p in $$list; do \
298           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
299           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
300           rm -f "$(DESTDIR)$(bindir)/$$f"; \
301         done
302
303 clean-binPROGRAMS:
304         @list='$(bin_PROGRAMS)'; for p in $$list; do \
305           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
306           echo " rm -f $$p $$f"; \
307           rm -f $$p $$f ; \
308         done
309
310 clean-checkPROGRAMS:
311         @list='$(check_PROGRAMS)'; for p in $$list; do \
312           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
313           echo " rm -f $$p $$f"; \
314           rm -f $$p $$f ; \
315         done
316 properties/$(am__dirstamp):
317         @$(MKDIR_P) properties
318         @: > properties/$(am__dirstamp)
319 properties/sd_prop$(EXEEXT): $(properties_sd_prop_OBJECTS) $(properties_sd_prop_DEPENDENCIES) properties/$(am__dirstamp)
320         @rm -f properties/sd_prop$(EXEEXT)
321         $(LINK) $(properties_sd_prop_OBJECTS) $(properties_sd_prop_LDADD) $(LIBS)
322 sd_test$(EXEEXT): $(sd_test_OBJECTS) $(sd_test_DEPENDENCIES) 
323         @rm -f sd_test$(EXEEXT)
324         $(LINK) $(sd_test_OBJECTS) $(sd_test_LDADD) $(LIBS)
325 sd_test2$(EXEEXT): $(sd_test2_OBJECTS) $(sd_test2_DEPENDENCIES) 
326         @rm -f sd_test2$(EXEEXT)
327         $(LINK) $(sd_test2_OBJECTS) $(sd_test2_LDADD) $(LIBS)
328
329 mostlyclean-compile:
330         -rm -f *.$(OBJEXT)
331
332 distclean-compile:
333         -rm -f *.tab.c
334
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_prop.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd_test2.Po@am__quote@
338
339 .c.o:
340 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
345
346 .c.obj:
347 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
348 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
352
353 .c.lo:
354 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
359
360 sd_prop.o: properties/sd_prop.c
361 @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
362 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sd_prop.Tpo $(DEPDIR)/sd_prop.Po
363 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='properties/sd_prop.c' object='sd_prop.o' libtool=no @AMDEPBACKSLASH@
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365 @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
366
367 sd_prop.obj: properties/sd_prop.c
368 @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`
369 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sd_prop.Tpo $(DEPDIR)/sd_prop.Po
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='properties/sd_prop.c' object='sd_prop.obj' libtool=no @AMDEPBACKSLASH@
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372 @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`
373
374 mostlyclean-libtool:
375         -rm -f *.lo
376
377 clean-libtool:
378         -rm -rf .libs _libs
379
380 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382         unique=`for i in $$list; do \
383             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384           done | \
385           $(AWK) '    { files[$$0] = 1; } \
386                END { for (i in files) print i; }'`; \
387         mkid -fID $$unique
388 tags: TAGS
389
390 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391                 $(TAGS_FILES) $(LISP)
392         tags=; \
393         here=`pwd`; \
394         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '    { files[$$0] = 1; } \
399                END { for (i in files) print i; }'`; \
400         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
401           test -n "$$unique" || unique=$$empty_fix; \
402           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403             $$tags $$unique; \
404         fi
405 ctags: CTAGS
406 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407                 $(TAGS_FILES) $(LISP)
408         tags=; \
409         here=`pwd`; \
410         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411         unique=`for i in $$list; do \
412             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413           done | \
414           $(AWK) '    { files[$$0] = 1; } \
415                END { for (i in files) print i; }'`; \
416         test -z "$(CTAGS_ARGS)$$tags$$unique" \
417           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418              $$tags $$unique
419
420 GTAGS:
421         here=`$(am__cd) $(top_builddir) && pwd` \
422           && cd $(top_srcdir) \
423           && gtags -i $(GTAGS_ARGS) $$here
424
425 distclean-tags:
426         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
428 check-TESTS: $(TESTS)
429         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
430         srcdir=$(srcdir); export srcdir; \
431         list=' $(TESTS) '; \
432         if test -n "$$list"; then \
433           for tst in $$list; do \
434             if test -f ./$$tst; then dir=./; \
435             elif test -f $$tst; then dir=; \
436             else dir="$(srcdir)/"; fi; \
437             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
438               all=`expr $$all + 1`; \
439               case " $(XFAIL_TESTS) " in \
440               *$$ws$$tst$$ws*) \
441                 xpass=`expr $$xpass + 1`; \
442                 failed=`expr $$failed + 1`; \
443                 echo "XPASS: $$tst"; \
444               ;; \
445               *) \
446                 echo "PASS: $$tst"; \
447               ;; \
448               esac; \
449             elif test $$? -ne 77; then \
450               all=`expr $$all + 1`; \
451               case " $(XFAIL_TESTS) " in \
452               *$$ws$$tst$$ws*) \
453                 xfail=`expr $$xfail + 1`; \
454                 echo "XFAIL: $$tst"; \
455               ;; \
456               *) \
457                 failed=`expr $$failed + 1`; \
458                 echo "FAIL: $$tst"; \
459               ;; \
460               esac; \
461             else \
462               skip=`expr $$skip + 1`; \
463               echo "SKIP: $$tst"; \
464             fi; \
465           done; \
466           if test "$$failed" -eq 0; then \
467             if test "$$xfail" -eq 0; then \
468               banner="All $$all tests passed"; \
469             else \
470               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
471             fi; \
472           else \
473             if test "$$xpass" -eq 0; then \
474               banner="$$failed of $$all tests failed"; \
475             else \
476               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
477             fi; \
478           fi; \
479           dashes="$$banner"; \
480           skipped=""; \
481           if test "$$skip" -ne 0; then \
482             skipped="($$skip tests were not run)"; \
483             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
484               dashes="$$skipped"; \
485           fi; \
486           report=""; \
487           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
488             report="Please report to $(PACKAGE_BUGREPORT)"; \
489             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
490               dashes="$$report"; \
491           fi; \
492           dashes=`echo "$$dashes" | sed s/./=/g`; \
493           echo "$$dashes"; \
494           echo "$$banner"; \
495           test -z "$$skipped" || echo "$$skipped"; \
496           test -z "$$report" || echo "$$report"; \
497           echo "$$dashes"; \
498           test "$$failed" -eq 0; \
499         else :; fi
500
501 distdir: $(DISTFILES)
502         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504         list='$(DISTFILES)'; \
505           dist_files=`for file in $$list; do echo $$file; done | \
506           sed -e "s|^$$srcdirstrip/||;t" \
507               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508         case $$dist_files in \
509           */*) $(MKDIR_P) `echo "$$dist_files" | \
510                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511                            sort -u` ;; \
512         esac; \
513         for file in $$dist_files; do \
514           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515           if test -d $$d/$$file; then \
516             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
519             fi; \
520             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
521           else \
522             test -f $(distdir)/$$file \
523             || cp -p $$d/$$file $(distdir)/$$file \
524             || exit 1; \
525           fi; \
526         done
527 check-am: all-am
528         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
529         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
530 check: check-am
531 all-am: Makefile $(PROGRAMS)
532 installdirs:
533         for dir in "$(DESTDIR)$(bindir)"; do \
534           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
535         done
536 install: install-am
537 install-exec: install-exec-am
538 install-data: install-data-am
539 uninstall: uninstall-am
540
541 install-am: all-am
542         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544 installcheck: installcheck-am
545 install-strip:
546         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548           `test -z '$(STRIP)' || \
549             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
550 mostlyclean-generic:
551
552 clean-generic:
553         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
554
555 distclean-generic:
556         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557         -rm -f properties/$(am__dirstamp)
558
559 maintainer-clean-generic:
560         @echo "This command is intended for maintainers to use"
561         @echo "it deletes files that may require special tools to rebuild."
562 clean: clean-am
563
564 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
565         clean-libtool mostlyclean-am
566
567 distclean: distclean-am
568         -rm -rf ./$(DEPDIR)
569         -rm -f Makefile
570 distclean-am: clean-am distclean-compile distclean-generic \
571         distclean-tags
572
573 dvi: dvi-am
574
575 dvi-am:
576
577 html: html-am
578
579 info: info-am
580
581 info-am:
582
583 install-data-am:
584
585 install-dvi: install-dvi-am
586
587 install-exec-am: install-binPROGRAMS
588
589 install-html: install-html-am
590
591 install-info: install-info-am
592
593 install-man:
594
595 install-pdf: install-pdf-am
596
597 install-ps: install-ps-am
598
599 installcheck-am:
600
601 maintainer-clean: maintainer-clean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 maintainer-clean-am: distclean-am maintainer-clean-generic
605
606 mostlyclean: mostlyclean-am
607
608 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609         mostlyclean-libtool
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am: uninstall-binPROGRAMS
620
621 .MAKE: install-am install-strip
622
623 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
624         clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
625         clean-libtool ctags distclean distclean-compile \
626         distclean-generic distclean-libtool distclean-tags distdir dvi \
627         dvi-am html html-am info info-am install install-am \
628         install-binPROGRAMS install-data install-data-am install-dvi \
629         install-dvi-am install-exec install-exec-am install-html \
630         install-html-am install-info install-info-am install-man \
631         install-pdf install-pdf-am install-ps install-ps-am \
632         install-strip installcheck installcheck-am installdirs \
633         maintainer-clean maintainer-clean-generic mostlyclean \
634         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
635         pdf pdf-am ps ps-am tags uninstall uninstall-am \
636         uninstall-binPROGRAMS
637
638
639 dist-files:
640         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
641         @echo
642         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
644 # Otherwise a system limit (for SysV at least) may be exceeded.
645 .NOEXPORT: