Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update the double extern declaration bis
[simgrid.git] / src / amok / Makefile.in
1 # Makefile.in generated by automake 1.9.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  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 # Makefile chunk which allows to display the files which should be included
18 # into the distribution.
19
20 # It is intended to be included in all Makefile.am 
21
22 SOURCES = $(libamok_la_SOURCES)
23
24 srcdir = @srcdir@
25 top_srcdir = @top_srcdir@
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkglibdir = $(libdir)/@PACKAGE@
29 pkgincludedir = $(includedir)/@PACKAGE@
30 top_builddir = ../..
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 INSTALL = @INSTALL@
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 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48         $(top_srcdir)/acmacro/dist-files.mk
49 subdir = src/amok
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/acmacro/compiler-flags.m4 \
52         $(top_srcdir)/acmacro/context.m4 \
53         $(top_srcdir)/acmacro/fancy_configury.m4 \
54         $(top_srcdir)/acmacro/flex.m4 \
55         $(top_srcdir)/acmacro/gras_arch.m4 \
56         $(top_srcdir)/acmacro/print_null.m4 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/src/gras_config.h
61 CONFIG_CLEAN_FILES =
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65     *) f=$$p;; \
66   esac;
67 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68 am__installdirs = "$(DESTDIR)$(libdir)"
69 libLTLIBRARIES_INSTALL = $(INSTALL)
70 LTLIBRARIES = $(lib_LTLIBRARIES)
71 libamok_la_LIBADD =
72 am_libamok_la_OBJECTS = base.lo bandwidth.lo saturate.lo
73 libamok_la_OBJECTS = $(am_libamok_la_OBJECTS)
74 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
80         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
81         $(AM_CFLAGS) $(CFLAGS)
82 CCLD = $(CC)
83 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84         $(AM_LDFLAGS) $(LDFLAGS) -o $@
85 SOURCES = $(libamok_la_SOURCES)
86 DIST_SOURCES = $(libamok_la_SOURCES)
87 ETAGS = etags
88 CTAGS = ctags
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 ACLOCAL = @ACLOCAL@
91 AMDEP_FALSE = @AMDEP_FALSE@
92 AMDEP_TRUE = @AMDEP_TRUE@
93 AMTAR = @AMTAR@
94 AR = @AR@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 BASH = @BASH@
100 CC = @CC@
101 CCDEPMODE = @CCDEPMODE@
102 CFLAGS = @CFLAGS@
103 CPP = @CPP@
104 CPPFLAGS = @CPPFLAGS@
105 CXX = @CXX@
106 CXXCPP = @CXXCPP@
107 CXXDEPMODE = @CXXDEPMODE@
108 CXXFLAGS = @CXXFLAGS@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 ECHO = @ECHO@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 F77 = @F77@
119 FFLAGS = @FFLAGS@
120 FLEXML = @FLEXML@
121 GRAS_DEP = @GRAS_DEP@
122 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
123 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 LDFLAGS = @LDFLAGS@
129 LEX = @LEX@
130 LEXLIB = @LEXLIB@
131 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
132 LIBOBJS = @LIBOBJS@
133 LIBS = @LIBS@
134 LIBTOOL = @LIBTOOL@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAINT = @MAINT@
138 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
139 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
140 MAKEINFO = @MAKEINFO@
141 OBJEXT = @OBJEXT@
142 PACKAGE = @PACKAGE@
143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144 PACKAGE_NAME = @PACKAGE_NAME@
145 PACKAGE_STRING = @PACKAGE_STRING@
146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
150 RANLIB = @RANLIB@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 SIMGRID_DEP = @SIMGRID_DEP@
154 STRIP = @STRIP@
155 VERSION = @VERSION@
156 WARNING = @WARNING@
157 ac_ct_AR = @ac_ct_AR@
158 ac_ct_CC = @ac_ct_CC@
159 ac_ct_CXX = @ac_ct_CXX@
160 ac_ct_F77 = @ac_ct_F77@
161 ac_ct_RANLIB = @ac_ct_RANLIB@
162 ac_ct_STRIP = @ac_ct_STRIP@
163 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
166 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build = @build@
174 build_alias = @build_alias@
175 build_cpu = @build_cpu@
176 build_os = @build_os@
177 build_vendor = @build_vendor@
178 datadir = @datadir@
179 exec_prefix = @exec_prefix@
180 host = @host@
181 host_alias = @host_alias@
182 host_cpu = @host_cpu@
183 host_os = @host_os@
184 host_vendor = @host_vendor@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 prefix = @prefix@
195 program_transform_name = @program_transform_name@
196 pth_skaddr_makecontext = @pth_skaddr_makecontext@
197 pth_sksize_makecontext = @pth_sksize_makecontext@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 sysconfdir = @sysconfdir@
201 target = @target@
202 target_alias = @target_alias@
203 target_cpu = @target_cpu@
204 target_os = @target_os@
205 target_vendor = @target_vendor@
206 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include
207 EXTRA_DIST = \
208         Bandwidth/bandwidth_private.h
209
210 lib_LTLIBRARIES = libamok.la
211 libamok_la_SOURCES = \
212         base.c \
213         Bandwidth/bandwidth.c Bandwidth/saturate.c
214
215 VERSION_INFO = -release 20040722 -version-info 0:0:0
216 libamok_la_LDFLAGS = $(VERSION_INFO)
217 all: all-am
218
219 .SUFFIXES:
220 .SUFFIXES: .c .lo .o .obj
221 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/acmacro/dist-files.mk $(am__configure_deps)
222         @for dep in $?; do \
223           case '$(am__configure_deps)' in \
224             *$$dep*) \
225               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
226                 && exit 0; \
227               exit 1;; \
228           esac; \
229         done; \
230         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/amok/Makefile'; \
231         cd $(top_srcdir) && \
232           $(AUTOMAKE) --gnu  src/amok/Makefile
233 .PRECIOUS: Makefile
234 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235         @case '$?' in \
236           *config.status*) \
237             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
238           *) \
239             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
240             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
241         esac;
242
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
246 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
251         @$(NORMAL_INSTALL)
252         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
253         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
254           if test -f $$p; then \
255             f=$(am__strip_dir) \
256             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
257             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
258           else :; fi; \
259         done
260
261 uninstall-libLTLIBRARIES:
262         @$(NORMAL_UNINSTALL)
263         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
264           p=$(am__strip_dir) \
265           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
266           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
267         done
268
269 clean-libLTLIBRARIES:
270         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
271         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
272           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
273           test "$$dir" != "$$p" || dir=.; \
274           echo "rm -f \"$${dir}/so_locations\""; \
275           rm -f "$${dir}/so_locations"; \
276         done
277 libamok.la: $(libamok_la_OBJECTS) $(libamok_la_DEPENDENCIES) 
278         $(LINK) -rpath $(libdir) $(libamok_la_LDFLAGS) $(libamok_la_OBJECTS) $(libamok_la_LIBADD) $(LIBS)
279
280 mostlyclean-compile:
281         -rm -f *.$(OBJEXT)
282
283 distclean-compile:
284         -rm -f *.tab.c
285
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bandwidth.Plo@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base.Plo@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saturate.Plo@am__quote@
289
290 .c.o:
291 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
292 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
296
297 .c.obj:
298 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
299 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
303
304 .c.lo:
305 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
306 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
310
311 bandwidth.lo: Bandwidth/bandwidth.c
312 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bandwidth.lo -MD -MP -MF "$(DEPDIR)/bandwidth.Tpo" -c -o bandwidth.lo `test -f 'Bandwidth/bandwidth.c' || echo '$(srcdir)/'`Bandwidth/bandwidth.c; \
313 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/bandwidth.Tpo" "$(DEPDIR)/bandwidth.Plo"; else rm -f "$(DEPDIR)/bandwidth.Tpo"; exit 1; fi
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Bandwidth/bandwidth.c' object='bandwidth.lo' libtool=yes @AMDEPBACKSLASH@
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bandwidth.lo `test -f 'Bandwidth/bandwidth.c' || echo '$(srcdir)/'`Bandwidth/bandwidth.c
317
318 saturate.lo: Bandwidth/saturate.c
319 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT saturate.lo -MD -MP -MF "$(DEPDIR)/saturate.Tpo" -c -o saturate.lo `test -f 'Bandwidth/saturate.c' || echo '$(srcdir)/'`Bandwidth/saturate.c; \
320 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/saturate.Tpo" "$(DEPDIR)/saturate.Plo"; else rm -f "$(DEPDIR)/saturate.Tpo"; exit 1; fi
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Bandwidth/saturate.c' object='saturate.lo' libtool=yes @AMDEPBACKSLASH@
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o saturate.lo `test -f 'Bandwidth/saturate.c' || echo '$(srcdir)/'`Bandwidth/saturate.c
324
325 mostlyclean-libtool:
326         -rm -f *.lo
327
328 clean-libtool:
329         -rm -rf .libs _libs
330
331 distclean-libtool:
332         -rm -f libtool
333 uninstall-info-am:
334
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         mkid -fID $$unique
343 tags: TAGS
344
345 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
346                 $(TAGS_FILES) $(LISP)
347         tags=; \
348         here=`pwd`; \
349         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
350         unique=`for i in $$list; do \
351             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352           done | \
353           $(AWK) '    { files[$$0] = 1; } \
354                END { for (i in files) print i; }'`; \
355         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
356           test -n "$$unique" || unique=$$empty_fix; \
357           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358             $$tags $$unique; \
359         fi
360 ctags: CTAGS
361 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362                 $(TAGS_FILES) $(LISP)
363         tags=; \
364         here=`pwd`; \
365         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366         unique=`for i in $$list; do \
367             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368           done | \
369           $(AWK) '    { files[$$0] = 1; } \
370                END { for (i in files) print i; }'`; \
371         test -z "$(CTAGS_ARGS)$$tags$$unique" \
372           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373              $$tags $$unique
374
375 GTAGS:
376         here=`$(am__cd) $(top_builddir) && pwd` \
377           && cd $(top_srcdir) \
378           && gtags -i $(GTAGS_ARGS) $$here
379
380 distclean-tags:
381         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
383 distdir: $(DISTFILES)
384         $(mkdir_p) $(distdir)/../../acmacro $(distdir)/Bandwidth
385         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
386         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
387         list='$(DISTFILES)'; for file in $$list; do \
388           case $$file in \
389             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
390             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
391           esac; \
392           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
394           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
395             dir="/$$dir"; \
396             $(mkdir_p) "$(distdir)$$dir"; \
397           else \
398             dir=''; \
399           fi; \
400           if test -d $$d/$$file; then \
401             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
403             fi; \
404             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
405           else \
406             test -f $(distdir)/$$file \
407             || cp -p $$d/$$file $(distdir)/$$file \
408             || exit 1; \
409           fi; \
410         done
411 check-am: all-am
412 check: check-am
413 all-am: Makefile $(LTLIBRARIES)
414 installdirs:
415         for dir in "$(DESTDIR)$(libdir)"; do \
416           test -z "$$dir" || $(mkdir_p) "$$dir"; \
417         done
418 install: install-am
419 install-exec: install-exec-am
420 install-data: install-data-am
421 uninstall: uninstall-am
422
423 install-am: all-am
424         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425
426 installcheck: installcheck-am
427 install-strip:
428         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430           `test -z '$(STRIP)' || \
431             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
432 mostlyclean-generic:
433
434 clean-generic:
435
436 distclean-generic:
437         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
438
439 maintainer-clean-generic:
440         @echo "This command is intended for maintainers to use"
441         @echo "it deletes files that may require special tools to rebuild."
442 clean: clean-am
443
444 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
445         mostlyclean-am
446
447 distclean: distclean-am
448         -rm -rf ./$(DEPDIR)
449         -rm -f Makefile
450 distclean-am: clean-am distclean-compile distclean-generic \
451         distclean-libtool distclean-tags
452
453 dvi: dvi-am
454
455 dvi-am:
456
457 html: html-am
458
459 info: info-am
460
461 info-am:
462
463 install-data-am:
464
465 install-exec-am: install-libLTLIBRARIES
466
467 install-info: install-info-am
468
469 install-man:
470
471 installcheck-am:
472
473 maintainer-clean: maintainer-clean-am
474         -rm -rf ./$(DEPDIR)
475         -rm -f Makefile
476 maintainer-clean-am: distclean-am maintainer-clean-generic
477
478 mostlyclean: mostlyclean-am
479
480 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481         mostlyclean-libtool
482
483 pdf: pdf-am
484
485 pdf-am:
486
487 ps: ps-am
488
489 ps-am:
490
491 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
492
493 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
494         clean-libLTLIBRARIES clean-libtool ctags distclean \
495         distclean-compile distclean-generic distclean-libtool \
496         distclean-tags distdir dvi dvi-am html html-am info info-am \
497         install install-am install-data install-data-am install-exec \
498         install-exec-am install-info install-info-am \
499         install-libLTLIBRARIES install-man install-strip installcheck \
500         installcheck-am installdirs maintainer-clean \
501         maintainer-clean-generic mostlyclean mostlyclean-compile \
502         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
503         tags uninstall uninstall-am uninstall-info-am \
504         uninstall-libLTLIBRARIES
505
506
507 dist-files:
508         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
509         @echo
510         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
511 # Tell versions [3.59,3.63) of GNU make to not export all variables.
512 # Otherwise a system limit (for SysV at least) may be exceeded.
513 .NOEXPORT: