comparison host/Makefile.in @ 2528:a2fb80f5315f

Update host-side configury
author bartv
date Mon, 18 Aug 2008 13:34:28 +0000
parents c2d1fd823f09
children
comparison
equal deleted inserted replaced
2527:938a6182d15f 2528:a2fb80f5315f
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am 1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 2 # @configure_input@
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
7 9
8 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
12 14
15 @SET_MAKE@
16
13 #######ECOSHOSTGPLCOPYRIGHTBEGIN#### 17 #######ECOSHOSTGPLCOPYRIGHTBEGIN####
14 #######ECOSHOSTGPLCOPYRIGHTEND#### 18 #######ECOSHOSTGPLCOPYRIGHTEND####
15 #######DESCRIPTIONBEGIN#### 19 #######DESCRIPTIONBEGIN####
16 ######DESCRIPTIONEND#### 20 ######DESCRIPTIONEND####
17
18
19 SHELL = @SHELL@
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@ 21 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 DESTDIR =
41
42 pkgdatadir = $(datadir)/@PACKAGE@ 22 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@ 23 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@ 24 pkgincludedir = $(includedir)/@PACKAGE@
45 25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 top_builddir = . 26 install_sh_DATA = $(install_sh) -c -m 644
47 27 install_sh_PROGRAM = $(install_sh) -c
48 ACLOCAL = @ACLOCAL@ 28 install_sh_SCRIPT = $(install_sh) -c
49 AUTOCONF = @AUTOCONF@ 29 INSTALL_HEADER = $(INSTALL_DATA)
50 AUTOMAKE = @AUTOMAKE@ 30 transform = $(program_transform_name)
51 AUTOHEADER = @AUTOHEADER@
52
53 INSTALL = @INSTALL@
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55 INSTALL_DATA = @INSTALL_DATA@
56 INSTALL_SCRIPT = @INSTALL_SCRIPT@
57 transform = @program_transform_name@
58
59 NORMAL_INSTALL = : 31 NORMAL_INSTALL = :
60 PRE_INSTALL = : 32 PRE_INSTALL = :
61 POST_INSTALL = : 33 POST_INSTALL = :
62 NORMAL_UNINSTALL = : 34 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = : 35 PRE_UNINSTALL = :
64 POST_UNINSTALL = : 36 POST_UNINSTALL = :
65 host_alias = @host_alias@ 37 build_triplet = @build@
66 host_triplet = @host@ 38 host_triplet = @host@
67 CC = @CC@ 39 subdir = .
68 CXX = @CXX@ 40 DIST_COMMON = $(am__configure_deps) \
69 ECOS_REPOSITORY = @ECOS_REPOSITORY@ 41 $(srcdir)/../acsupport/config.guess \
42 $(srcdir)/../acsupport/config.sub \
43 $(srcdir)/../acsupport/install-sh \
44 $(srcdir)/../acsupport/missing \
45 $(srcdir)/../acsupport/mkinstalldirs $(srcdir)/Makefile.am \
46 $(srcdir)/Makefile.in $(top_srcdir)/configure \
47 ../acsupport/ChangeLog ../acsupport/config.guess \
48 ../acsupport/config.sub ../acsupport/depcomp \
49 ../acsupport/install-sh ../acsupport/ltmain.sh \
50 ../acsupport/missing ../acsupport/mkinstalldirs ChangeLog
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
53 $(top_srcdir)/../acsupport/acinclude.m4 \
54 $(top_srcdir)/configure.in
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno config.status.lineno
59 mkinstalldirs = $(SHELL) $(top_srcdir)/../acsupport/mkinstalldirs
60 CONFIG_CLEAN_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64 html-recursive info-recursive install-data-recursive \
65 install-dvi-recursive install-exec-recursive \
66 install-html-recursive install-info-recursive \
67 install-pdf-recursive install-ps-recursive install-recursive \
68 installcheck-recursive installdirs-recursive pdf-recursive \
69 ps-recursive uninstall-recursive
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71 distclean-recursive maintainer-clean-recursive
72 ETAGS = etags
73 CTAGS = ctags
74 DIST_SUBDIRS = $(SUBDIRS)
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 distdir = $(PACKAGE)-$(VERSION)
77 top_distdir = $(distdir)
78 am__remove_distdir = \
79 { test ! -d $(distdir) \
80 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
81 && rm -fr $(distdir); }; }
82 DIST_ARCHIVES = $(distdir).tar.gz
83 GZIP_ENV = --best
84 distuninstallcheck_listfiles = find . -type f -print
85 distcleancheck_listfiles = find . -type f -print
86 ACLOCAL = @ACLOCAL@
87 AMTAR = @AMTAR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CYGPATH_W = @CYGPATH_W@
93 DEFS = @DEFS@
94 ECHO_C = @ECHO_C@
95 ECHO_N = @ECHO_N@
96 ECHO_T = @ECHO_T@
97 INSTALL = @INSTALL@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LTLIBOBJS = @LTLIBOBJS@
70 MAINT = @MAINT@ 105 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@ 106 MAKEINFO = @MAKEINFO@
72 MSVC_SRCDIR = @MSVC_SRCDIR@ 107 MKDIR_P = @MKDIR_P@
73 PACKAGE = @PACKAGE@ 108 PACKAGE = @PACKAGE@
74 PACKAGE_DIR = @PACKAGE_DIR@ 109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
75 PACKAGE_INSTALL = @PACKAGE_INSTALL@ 110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
76 PACKAGE_VERSION = @PACKAGE_VERSION@ 113 PACKAGE_VERSION = @PACKAGE_VERSION@
114 PATH_SEPARATOR = @PATH_SEPARATOR@
115 SET_MAKE = @SET_MAKE@
116 SHELL = @SHELL@
117 STRIP = @STRIP@
77 VERSION = @VERSION@ 118 VERSION = @VERSION@
78 ecos_CFLAGS = @ecos_CFLAGS@ 119 abs_builddir = @abs_builddir@
79 ecos_CXXFLAGS = @ecos_CXXFLAGS@ 120 abs_srcdir = @abs_srcdir@
80 ecos_INCLUDES = @ecos_INCLUDES@ 121 abs_top_builddir = @abs_top_builddir@
81 ecos_LDADD = @ecos_LDADD@ 122 abs_top_srcdir = @abs_top_srcdir@
82 ecos_LIBS = @ecos_LIBS@ 123 am__leading_dot = @am__leading_dot@
83 ecos_infra_incdir = @ecos_infra_incdir@ 124 am__tar = @am__tar@
84 ecos_infra_libdir = @ecos_infra_libdir@ 125 am__untar = @am__untar@
85 ecos_libcdl_incdir = @ecos_libcdl_incdir@ 126 bindir = @bindir@
86 ecos_libcdl_libdir = @ecos_libcdl_libdir@ 127 build = @build@
87 ecos_tk_includes = @ecos_tk_includes@ 128 build_alias = @build_alias@
88 ecos_tk_libs = @ecos_tk_libs@ 129 build_cpu = @build_cpu@
89 130 build_os = @build_os@
90 AUTOMAKE_OPTIONS = 1.3 foreign 131 build_vendor = @build_vendor@
91 SUBDIRS = @SUBDIRS@ 132 builddir = @builddir@
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 133 datadir = @datadir@
93 mkinstalldirs = $(SHELL) $(top_srcdir)/../acsupport/mkinstalldirs 134 datarootdir = @datarootdir@
94 CONFIG_CLEAN_FILES = 135 docdir = @docdir@
95 DIST_COMMON = ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \ 136 dvidir = @dvidir@
96 configure configure.in 137 exec_prefix = @exec_prefix@
97 138 host = @host@
98 139 host_alias = @host_alias@
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 140 host_cpu = @host_cpu@
100 141 host_os = @host_os@
101 TAR = gtar 142 host_vendor = @host_vendor@
102 GZIP_ENV = --best 143 htmldir = @htmldir@
103 all: all-redirect 144 includedir = @includedir@
145 infodir = @infodir@
146 install_sh = @install_sh@
147 libdir = @libdir@
148 libexecdir = @libexecdir@
149 localedir = @localedir@
150 localstatedir = @localstatedir@
151 mandir = @mandir@
152 mkdir_p = @mkdir_p@
153 oldincludedir = @oldincludedir@
154 pdfdir = @pdfdir@
155 prefix = @prefix@
156 program_transform_name = @program_transform_name@
157 psdir = @psdir@
158 sbindir = @sbindir@
159 sharedstatedir = @sharedstatedir@
160 srcdir = @srcdir@
161 subdirs = @subdirs@
162 sysconfdir = @sysconfdir@
163 target_alias = @target_alias@
164 top_builddir = @top_builddir@
165 top_srcdir = @top_srcdir@
166 AUTOMAKE_OPTIONS = 1.10 foreign
167 SUBDIRS = @subdirs@
168 all: all-recursive
169
104 .SUFFIXES: 170 .SUFFIXES:
105 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 171 am--refresh:
106 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 172 @:
107 173 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
108 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 174 @for dep in $?; do \
109 cd $(top_builddir) \ 175 case '$(am__configure_deps)' in \
110 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 176 *$$dep*) \
111 177 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
112 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 178 cd $(srcdir) && $(AUTOMAKE) --foreign \
113 cd $(srcdir) && $(ACLOCAL) 179 && exit 0; \
114 180 exit 1;; \
115 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 181 esac; \
182 done; \
183 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --foreign Makefile
186 .PRECIOUS: Makefile
187 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188 @case '$?' in \
189 *config.status*) \
190 echo ' $(SHELL) ./config.status'; \
191 $(SHELL) ./config.status;; \
192 *) \
193 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
194 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
195 esac;
196
197 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
116 $(SHELL) ./config.status --recheck 198 $(SHELL) ./config.status --recheck
117 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 199
200 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
118 cd $(srcdir) && $(AUTOCONF) 201 cd $(srcdir) && $(AUTOCONF)
202 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
203 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
119 204
120 # This directory's subdirectories are mostly independent; you can cd 205 # This directory's subdirectories are mostly independent; you can cd
121 # into them and run `make' without going through this Makefile. 206 # into them and run `make' without going through this Makefile.
122 # To change the values of `make' variables: instead of editing Makefiles, 207 # To change the values of `make' variables: instead of editing Makefiles,
123 # (1) if the variable is set in `config.status', edit `config.status' 208 # (1) if the variable is set in `config.status', edit `config.status'
124 # (which will cause the Makefiles to be regenerated when you run `make'); 209 # (which will cause the Makefiles to be regenerated when you run `make');
125 # (2) otherwise, pass the desired values on the `make' command line. 210 # (2) otherwise, pass the desired values on the `make' command line.
126 211 $(RECURSIVE_TARGETS):
127 @SET_MAKE@ 212 @failcom='exit 1'; \
128 213 for f in x $$MAKEFLAGS; do \
129 all-recursive install-data-recursive install-exec-recursive \ 214 case $$f in \
130 installdirs-recursive install-recursive uninstall-recursive \ 215 *=* | --[!k]*);; \
131 check-recursive installcheck-recursive info-recursive dvi-recursive: 216 *k*) failcom='fail=yes';; \
132 @set fnord $(MAKEFLAGS); amf=$$2; \ 217 esac; \
218 done; \
133 dot_seen=no; \ 219 dot_seen=no; \
134 target=`echo $@ | sed s/-recursive//`; \ 220 target=`echo $@ | sed s/-recursive//`; \
135 list='$(SUBDIRS)'; for subdir in $$list; do \ 221 list='$(SUBDIRS)'; for subdir in $$list; do \
136 echo "Making $$target in $$subdir"; \ 222 echo "Making $$target in $$subdir"; \
137 if test "$$subdir" = "."; then \ 223 if test "$$subdir" = "."; then \
139 local_target="$$target-am"; \ 225 local_target="$$target-am"; \
140 else \ 226 else \
141 local_target="$$target"; \ 227 local_target="$$target"; \
142 fi; \ 228 fi; \
143 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 229 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 230 || eval $$failcom; \
145 done; \ 231 done; \
146 if test "$$dot_seen" = "no"; then \ 232 if test "$$dot_seen" = "no"; then \
147 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 233 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148 fi; test -z "$$fail" 234 fi; test -z "$$fail"
149 235
150 mostlyclean-recursive clean-recursive distclean-recursive \ 236 $(RECURSIVE_CLEAN_TARGETS):
151 maintainer-clean-recursive: 237 @failcom='exit 1'; \
152 @set fnord $(MAKEFLAGS); amf=$$2; \ 238 for f in x $$MAKEFLAGS; do \
239 case $$f in \
240 *=* | --[!k]*);; \
241 *k*) failcom='fail=yes';; \
242 esac; \
243 done; \
153 dot_seen=no; \ 244 dot_seen=no; \
154 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 245 case "$@" in \
155 rev="$$subdir $$rev"; \ 246 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
156 test "$$subdir" != "." || dot_seen=yes; \ 247 *) list='$(SUBDIRS)' ;; \
248 esac; \
249 rev=''; for subdir in $$list; do \
250 if test "$$subdir" = "."; then :; else \
251 rev="$$subdir $$rev"; \
252 fi; \
157 done; \ 253 done; \
158 test "$$dot_seen" = "no" && rev=". $$rev"; \ 254 rev="$$rev ."; \
159 target=`echo $@ | sed s/-recursive//`; \ 255 target=`echo $@ | sed s/-recursive//`; \
160 for subdir in $$rev; do \ 256 for subdir in $$rev; do \
161 echo "Making $$target in $$subdir"; \ 257 echo "Making $$target in $$subdir"; \
162 if test "$$subdir" = "."; then \ 258 if test "$$subdir" = "."; then \
163 local_target="$$target-am"; \ 259 local_target="$$target-am"; \
164 else \ 260 else \
165 local_target="$$target"; \ 261 local_target="$$target"; \
166 fi; \ 262 fi; \
167 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 263 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 264 || eval $$failcom; \
169 done && test -z "$$fail" 265 done && test -z "$$fail"
170 tags-recursive: 266 tags-recursive:
171 list='$(SUBDIRS)'; for subdir in $$list; do \ 267 list='$(SUBDIRS)'; for subdir in $$list; do \
172 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 268 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
173 done 269 done
174 270 ctags-recursive:
271 list='$(SUBDIRS)'; for subdir in $$list; do \
272 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
273 done
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
281 END { if (nonempty) { for (i in files) print i; }; }'`; \
282 mkid -fID $$unique
175 tags: TAGS 283 tags: TAGS
176 284
177 ID: $(HEADERS) $(SOURCES) $(LISP) 285 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
178 list='$(SOURCES) $(HEADERS)'; \ 286 $(TAGS_FILES) $(LISP)
179 unique=`for i in $$list; do echo $$i; done | \
180 awk ' { files[$$0] = 1; } \
181 END { for (i in files) print i; }'`; \
182 here=`pwd` && cd $(srcdir) \
183 && mkid -f$$here/ID $$unique $(LISP)
184
185 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
186 tags=; \ 287 tags=; \
187 here=`pwd`; \ 288 here=`pwd`; \
289 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
290 include_option=--etags-include; \
291 empty_fix=.; \
292 else \
293 include_option=--include; \
294 empty_fix=; \
295 fi; \
188 list='$(SUBDIRS)'; for subdir in $$list; do \ 296 list='$(SUBDIRS)'; for subdir in $$list; do \
189 if test "$$subdir" = .; then :; else \ 297 if test "$$subdir" = .; then :; else \
190 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 298 test ! -f $$subdir/TAGS || \
191 fi; \ 299 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
300 fi; \
192 done; \ 301 done; \
193 list='$(SOURCES) $(HEADERS)'; \ 302 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
194 unique=`for i in $$list; do echo $$i; done | \ 303 unique=`for i in $$list; do \
195 awk ' { files[$$0] = 1; } \ 304 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196 END { for (i in files) print i; }'`; \ 305 done | \
197 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 306 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
198 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 307 END { if (nonempty) { for (i in files) print i; }; }'`; \
199 308 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
200 mostlyclean-tags: 309 test -n "$$unique" || unique=$$empty_fix; \
201 310 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
202 clean-tags: 311 $$tags $$unique; \
312 fi
313 ctags: CTAGS
314 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
315 $(TAGS_FILES) $(LISP)
316 tags=; \
317 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318 unique=`for i in $$list; do \
319 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320 done | \
321 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322 END { if (nonempty) { for (i in files) print i; }; }'`; \
323 test -z "$(CTAGS_ARGS)$$tags$$unique" \
324 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
325 $$tags $$unique
326
327 GTAGS:
328 here=`$(am__cd) $(top_builddir) && pwd` \
329 && cd $(top_srcdir) \
330 && gtags -i $(GTAGS_ARGS) $$here
203 331
204 distclean-tags: 332 distclean-tags:
205 -rm -f TAGS ID 333 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
206 334
207 maintainer-clean-tags: 335 distdir: $(DISTFILES)
208 336 $(am__remove_distdir)
209 distdir = $(PACKAGE)-$(VERSION) 337 test -d $(distdir) || mkdir $(distdir)
210 top_distdir = $(distdir) 338 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
339 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
340 list='$(DISTFILES)'; \
341 dist_files=`for file in $$list; do echo $$file; done | \
342 sed -e "s|^$$srcdirstrip/||;t" \
343 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
344 case $$dist_files in \
345 */*) $(MKDIR_P) `echo "$$dist_files" | \
346 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
347 sort -u` ;; \
348 esac; \
349 for file in $$dist_files; do \
350 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
351 if test -d $$d/$$file; then \
352 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
353 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
355 fi; \
356 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
357 else \
358 test -f $(distdir)/$$file \
359 || cp -p $$d/$$file $(distdir)/$$file \
360 || exit 1; \
361 fi; \
362 done
363 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
364 if test "$$subdir" = .; then :; else \
365 test -d "$(distdir)/$$subdir" \
366 || $(MKDIR_P) "$(distdir)/$$subdir" \
367 || exit 1; \
368 distdir=`$(am__cd) $(distdir) && pwd`; \
369 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
370 (cd $$subdir && \
371 $(MAKE) $(AM_MAKEFLAGS) \
372 top_distdir="$$top_distdir" \
373 distdir="$$distdir/$$subdir" \
374 am__remove_distdir=: \
375 am__skip_length_check=: \
376 distdir) \
377 || exit 1; \
378 fi; \
379 done
380 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
381 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
382 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
383 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
384 || chmod -R a+r $(distdir)
385 dist-gzip: distdir
386 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
387 $(am__remove_distdir)
388
389 dist-bzip2: distdir
390 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
391 $(am__remove_distdir)
392
393 dist-lzma: distdir
394 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
395 $(am__remove_distdir)
396
397 dist-tarZ: distdir
398 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
399 $(am__remove_distdir)
400
401 dist-shar: distdir
402 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
403 $(am__remove_distdir)
404
405 dist-zip: distdir
406 -rm -f $(distdir).zip
407 zip -rq $(distdir).zip $(distdir)
408 $(am__remove_distdir)
409
410 dist dist-all: distdir
411 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
412 $(am__remove_distdir)
211 413
212 # This target untars the dist file and tries a VPATH configuration. Then 414 # This target untars the dist file and tries a VPATH configuration. Then
213 # it guarantees that the distribution is self-contained by making another 415 # it guarantees that the distribution is self-contained by making another
214 # tarfile. 416 # tarfile.
215 distcheck: dist 417 distcheck: dist
216 -rm -rf $(distdir) 418 case '$(DIST_ARCHIVES)' in \
217 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 419 *.tar.gz*) \
218 mkdir $(distdir)/=build 420 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
219 mkdir $(distdir)/=inst 421 *.tar.bz2*) \
220 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 422 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
221 cd $(distdir)/=build \ 423 *.tar.lzma*) \
222 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 424 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
425 *.tar.Z*) \
426 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
427 *.shar.gz*) \
428 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
429 *.zip*) \
430 unzip $(distdir).zip ;;\
431 esac
432 chmod -R a-w $(distdir); chmod a+w $(distdir)
433 mkdir $(distdir)/_build
434 mkdir $(distdir)/_inst
435 chmod a-w $(distdir)
436 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
437 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
438 && cd $(distdir)/_build \
439 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
440 $(DISTCHECK_CONFIGURE_FLAGS) \
223 && $(MAKE) $(AM_MAKEFLAGS) \ 441 && $(MAKE) $(AM_MAKEFLAGS) \
224 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 442 && $(MAKE) $(AM_MAKEFLAGS) dvi \
225 && $(MAKE) $(AM_MAKEFLAGS) check \ 443 && $(MAKE) $(AM_MAKEFLAGS) check \
226 && $(MAKE) $(AM_MAKEFLAGS) install \ 444 && $(MAKE) $(AM_MAKEFLAGS) install \
227 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 445 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
228 && $(MAKE) $(AM_MAKEFLAGS) dist 446 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
229 -rm -rf $(distdir) 447 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
230 @banner="$(distdir).tar.gz is ready for distribution"; \ 448 distuninstallcheck \
231 dashes=`echo "$$banner" | sed s/./=/g`; \ 449 && chmod -R a-w "$$dc_install_base" \
232 echo "$$dashes"; \ 450 && ({ \
233 echo "$$banner"; \ 451 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
234 echo "$$dashes" 452 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
235 dist: distdir 453 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
236 -chmod -R a+r $(distdir) 454 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
237 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 455 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
238 -rm -rf $(distdir) 456 } || { rm -rf "$$dc_destdir"; exit 1; }) \
239 dist-all: distdir 457 && rm -rf "$$dc_destdir" \
240 -chmod -R a+r $(distdir) 458 && $(MAKE) $(AM_MAKEFLAGS) dist \
241 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 459 && rm -rf $(DIST_ARCHIVES) \
242 -rm -rf $(distdir) 460 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
243 distdir: $(DISTFILES) 461 $(am__remove_distdir)
244 -rm -rf $(distdir) 462 @(echo "$(distdir) archives ready for distribution: "; \
245 mkdir $(distdir) 463 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
246 -chmod 777 $(distdir) 464 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
247 here=`cd $(top_builddir) && pwd`; \ 465 distuninstallcheck:
248 top_distdir=`cd $(distdir) && pwd`; \ 466 @cd $(distuninstallcheck_dir) \
249 distdir=`cd $(distdir) && pwd`; \ 467 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
250 cd $(top_srcdir) \ 468 || { echo "ERROR: files left after uninstall:" ; \
251 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile 469 if test -n "$(DESTDIR)"; then \
252 @for file in $(DISTFILES); do \ 470 echo " (check DESTDIR support)"; \
253 d=$(srcdir); \ 471 fi ; \
254 if test -d $$d/$$file; then \ 472 $(distuninstallcheck_listfiles) ; \
255 cp -pr $$d/$$file $(distdir)/$$file; \ 473 exit 1; } >&2
256 else \ 474 distcleancheck: distclean
257 test -f $(distdir)/$$file \ 475 @if test '$(srcdir)' = . ; then \
258 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 476 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
259 || cp -p $$d/$$file $(distdir)/$$file || :; \ 477 exit 1 ; \
260 fi; \ 478 fi
261 done 479 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
262 for subdir in $(SUBDIRS); do \ 480 || { echo "ERROR: files left in build directory after distclean:" ; \
263 if test "$$subdir" = .; then :; else \ 481 $(distcleancheck_listfiles) ; \
264 test -d $(distdir)/$$subdir \ 482 exit 1; } >&2
265 || mkdir $(distdir)/$$subdir \
266 || exit 1; \
267 chmod 777 $(distdir)/$$subdir; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
269 || exit 1; \
270 fi; \
271 done
272 info-am:
273 info: info-recursive
274 dvi-am:
275 dvi: dvi-recursive
276 check-am: all-am 483 check-am: all-am
277 check: check-recursive 484 check: check-recursive
278 installcheck-am: 485 all-am: Makefile
279 installcheck: installcheck-recursive 486 installdirs: installdirs-recursive
280 install-exec-am: 487 installdirs-am:
488 install: install-recursive
281 install-exec: install-exec-recursive 489 install-exec: install-exec-recursive
282
283 install-data-am:
284 install-data: install-data-recursive 490 install-data: install-data-recursive
491 uninstall: uninstall-recursive
285 492
286 install-am: all-am 493 install-am: all-am
287 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 494 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
288 install: install-recursive 495
496 installcheck: installcheck-recursive
497 install-strip:
498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500 `test -z '$(STRIP)' || \
501 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
502 mostlyclean-generic:
503
504 clean-generic:
505
506 distclean-generic:
507 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508
509 maintainer-clean-generic:
510 @echo "This command is intended for maintainers to use"
511 @echo "it deletes files that may require special tools to rebuild."
512 clean: clean-recursive
513
514 clean-am: clean-generic mostlyclean-am
515
516 distclean: distclean-recursive
517 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
518 -rm -f Makefile
519 distclean-am: clean-am distclean-generic distclean-tags
520
521 dvi: dvi-recursive
522
523 dvi-am:
524
525 html: html-recursive
526
527 info: info-recursive
528
529 info-am:
530
531 install-data-am:
532
533 install-dvi: install-dvi-recursive
534
535 install-exec-am:
536
537 install-html: install-html-recursive
538
539 install-info: install-info-recursive
540
541 install-man:
542
543 install-pdf: install-pdf-recursive
544
545 install-ps: install-ps-recursive
546
547 installcheck-am:
548
549 maintainer-clean: maintainer-clean-recursive
550 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
551 -rm -rf $(top_srcdir)/autom4te.cache
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
554
555 mostlyclean: mostlyclean-recursive
556
557 mostlyclean-am: mostlyclean-generic
558
559 pdf: pdf-recursive
560
561 pdf-am:
562
563 ps: ps-recursive
564
565 ps-am:
566
289 uninstall-am: 567 uninstall-am:
290 uninstall: uninstall-recursive 568
291 all-am: Makefile 569 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
292 all-redirect: all-recursive 570 install-strip
293 install-strip: 571
294 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 572 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
295 installdirs: installdirs-recursive 573 all all-am am--refresh check check-am clean clean-generic \
296 installdirs-am: 574 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
297 575 dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
298 576 distclean-generic distclean-tags distcleancheck distdir \
299 mostlyclean-generic: 577 distuninstallcheck dvi dvi-am html html-am info info-am \
300 578 install install-am install-data install-data-am install-dvi \
301 clean-generic: 579 install-dvi-am install-exec install-exec-am install-html \
302 580 install-html-am install-info install-info-am install-man \
303 distclean-generic: 581 install-pdf install-pdf-am install-ps install-ps-am \
304 -rm -f Makefile $(CONFIG_CLEAN_FILES) 582 install-strip installcheck installcheck-am installdirs \
305 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 583 installdirs-am maintainer-clean maintainer-clean-generic \
306 584 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
307 maintainer-clean-generic: 585 tags-recursive uninstall uninstall-am
308 mostlyclean-am: mostlyclean-tags mostlyclean-generic
309
310 mostlyclean: mostlyclean-recursive
311
312 clean-am: clean-tags clean-generic mostlyclean-am
313
314 clean: clean-recursive
315
316 distclean-am: distclean-tags distclean-generic clean-am
317
318 distclean: distclean-recursive
319 -rm -f config.status
320
321 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
322 distclean-am
323 @echo "This command is intended for maintainers to use;"
324 @echo "it deletes files that may require special tools to rebuild."
325
326 maintainer-clean: maintainer-clean-recursive
327 -rm -f config.status
328
329 .PHONY: install-data-recursive uninstall-data-recursive \
330 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
331 uninstalldirs-recursive all-recursive check-recursive \
332 installcheck-recursive info-recursive dvi-recursive \
333 mostlyclean-recursive distclean-recursive clean-recursive \
334 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
335 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
336 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
337 install-exec install-data-am install-data install-am install \
338 uninstall-am uninstall all-redirect all-am all installdirs-am \
339 installdirs mostlyclean-generic distclean-generic clean-generic \
340 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
341
342 586
343 # Tell versions [3.59,3.63) of GNU make to not export all variables. 587 # Tell versions [3.59,3.63) of GNU make to not export all variables.
344 # Otherwise a system limit (for SysV at least) may be exceeded. 588 # Otherwise a system limit (for SysV at least) may be exceeded.
345 .NOEXPORT: 589 .NOEXPORT: