comparison Makefile.in @ 2528:a2fb80f5315f

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