diff options
Diffstat (limited to 'libltdl/Makefile.in')
-rw-r--r-- | libltdl/Makefile.in | 656 |
1 files changed, 0 insertions, 656 deletions
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in deleted file mode 100644 index 228b7ce8..00000000 --- a/libltdl/Makefile.in +++ /dev/null | |||
@@ -1,656 +0,0 @@ | |||
1 | # Makefile.in generated by automake 1.8.5 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 | |||
18 | SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) | ||
19 | |||
20 | srcdir = @srcdir@ | ||
21 | top_srcdir = @top_srcdir@ | ||
22 | VPATH = @srcdir@ | ||
23 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
24 | pkglibdir = $(libdir)/@PACKAGE@ | ||
25 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
26 | top_builddir = . | ||
27 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
28 | INSTALL = @INSTALL@ | ||
29 | install_sh_DATA = $(install_sh) -c -m 644 | ||
30 | install_sh_PROGRAM = $(install_sh) -c | ||
31 | install_sh_SCRIPT = $(install_sh) -c | ||
32 | INSTALL_HEADER = $(INSTALL_DATA) | ||
33 | transform = $(program_transform_name) | ||
34 | NORMAL_INSTALL = : | ||
35 | PRE_INSTALL = : | ||
36 | POST_INSTALL = : | ||
37 | NORMAL_UNINSTALL = : | ||
38 | PRE_UNINSTALL = : | ||
39 | POST_UNINSTALL = : | ||
40 | host_triplet = @host@ | ||
41 | DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ | ||
42 | $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ | ||
43 | $(srcdir)/Makefile.in $(srcdir)/config-h.in \ | ||
44 | $(top_srcdir)/configure COPYING.LIB config.guess config.sub \ | ||
45 | install-sh ltmain.sh missing | ||
46 | subdir = . | ||
47 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
48 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||
49 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
50 | $(ACLOCAL_M4) | ||
51 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | ||
52 | configure.lineno configure.status.lineno | ||
53 | mkinstalldirs = $(mkdir_p) | ||
54 | CONFIG_HEADER = config.h | ||
55 | CONFIG_CLEAN_FILES = | ||
56 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" | ||
57 | libLTLIBRARIES_INSTALL = $(INSTALL) | ||
58 | LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) | ||
59 | am__DEPENDENCIES_1 = | ||
60 | libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) | ||
61 | am_libltdl_la_OBJECTS = ltdl.lo | ||
62 | libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS) | ||
63 | libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) | ||
64 | am_libltdlc_la_OBJECTS = ltdl.lo | ||
65 | libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS) | ||
66 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I. | ||
67 | depcomp = | ||
68 | am__depfiles_maybe = | ||
69 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
70 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
71 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | ||
72 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
73 | $(AM_CFLAGS) $(CFLAGS) | ||
74 | CCLD = $(CC) | ||
75 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
76 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
77 | SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) | ||
78 | DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) | ||
79 | am__include_HEADERS_DIST = ltdl.h | ||
80 | includeHEADERS_INSTALL = $(INSTALL_HEADER) | ||
81 | am__noinst_HEADERS_DIST = ltdl.h | ||
82 | HEADERS = $(include_HEADERS) $(noinst_HEADERS) | ||
83 | ETAGS = etags | ||
84 | CTAGS = ctags | ||
85 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
86 | distdir = $(PACKAGE)-$(VERSION) | ||
87 | top_distdir = $(distdir) | ||
88 | am__remove_distdir = \ | ||
89 | { test ! -d $(distdir) \ | ||
90 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | ||
91 | && rm -fr $(distdir); }; } | ||
92 | DIST_ARCHIVES = $(distdir).tar.gz | ||
93 | GZIP_ENV = --best | ||
94 | distuninstallcheck_listfiles = find . -type f -print | ||
95 | distcleancheck_listfiles = find . -type f -print | ||
96 | ACLOCAL = @ACLOCAL@ | ||
97 | AMDEP_FALSE = @AMDEP_FALSE@ | ||
98 | AMDEP_TRUE = @AMDEP_TRUE@ | ||
99 | AMTAR = @AMTAR@ | ||
100 | AR = @AR@ | ||
101 | AS = @AS@ | ||
102 | AUTOCONF = @AUTOCONF@ | ||
103 | AUTOHEADER = @AUTOHEADER@ | ||
104 | AUTOMAKE = @AUTOMAKE@ | ||
105 | AWK = @AWK@ | ||
106 | CC = @CC@ | ||
107 | CCDEPMODE = @CCDEPMODE@ | ||
108 | CFLAGS = @CFLAGS@ | ||
109 | CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@ | ||
110 | CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ | ||
111 | CPP = @CPP@ | ||
112 | CPPFLAGS = @CPPFLAGS@ | ||
113 | CXX = @CXX@ | ||
114 | CXXCPP = @CXXCPP@ | ||
115 | CXXDEPMODE = @CXXDEPMODE@ | ||
116 | CXXFLAGS = @CXXFLAGS@ | ||
117 | CYGPATH_W = @CYGPATH_W@ | ||
118 | DEFS = @DEFS@ | ||
119 | DEPDIR = @DEPDIR@ | ||
120 | DLLTOOL = @DLLTOOL@ | ||
121 | ECHO = @ECHO@ | ||
122 | ECHO_C = @ECHO_C@ | ||
123 | ECHO_N = @ECHO_N@ | ||
124 | ECHO_T = @ECHO_T@ | ||
125 | EGREP = @EGREP@ | ||
126 | EXEEXT = @EXEEXT@ | ||
127 | F77 = @F77@ | ||
128 | FFLAGS = @FFLAGS@ | ||
129 | GREP = @GREP@ | ||
130 | INSTALL_DATA = @INSTALL_DATA@ | ||
131 | INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@ | ||
132 | INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@ | ||
133 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
134 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
135 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
136 | LDFLAGS = @LDFLAGS@ | ||
137 | LIBADD_DL = @LIBADD_DL@ | ||
138 | LIBOBJS = @LIBOBJS@ | ||
139 | LIBS = @LIBS@ | ||
140 | LIBTOOL = @LIBTOOL@ | ||
141 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ | ||
142 | LN_S = @LN_S@ | ||
143 | LTLIBOBJS = @LTLIBOBJS@ | ||
144 | MAINT = @MAINT@ | ||
145 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | ||
146 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | ||
147 | MAKEINFO = @MAKEINFO@ | ||
148 | OBJDUMP = @OBJDUMP@ | ||
149 | OBJEXT = @OBJEXT@ | ||
150 | PACKAGE = @PACKAGE@ | ||
151 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
152 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
153 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
154 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
155 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
156 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
157 | RANLIB = @RANLIB@ | ||
158 | SET_MAKE = @SET_MAKE@ | ||
159 | SHELL = @SHELL@ | ||
160 | STRIP = @STRIP@ | ||
161 | VERSION = @VERSION@ | ||
162 | ac_ct_CC = @ac_ct_CC@ | ||
163 | ac_ct_CXX = @ac_ct_CXX@ | ||
164 | ac_ct_F77 = @ac_ct_F77@ | ||
165 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | ||
166 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | ||
167 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | ||
168 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | ||
169 | am__include = @am__include@ | ||
170 | am__leading_dot = @am__leading_dot@ | ||
171 | am__quote = @am__quote@ | ||
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 | datarootdir = @datarootdir@ | ||
180 | docdir = @docdir@ | ||
181 | dvidir = @dvidir@ | ||
182 | exec_prefix = @exec_prefix@ | ||
183 | host = @host@ | ||
184 | host_alias = @host_alias@ | ||
185 | host_cpu = @host_cpu@ | ||
186 | host_os = @host_os@ | ||
187 | host_vendor = @host_vendor@ | ||
188 | htmldir = @htmldir@ | ||
189 | includedir = @includedir@ | ||
190 | infodir = @infodir@ | ||
191 | install_sh = @install_sh@ | ||
192 | libdir = @libdir@ | ||
193 | libexecdir = @libexecdir@ | ||
194 | localedir = @localedir@ | ||
195 | localstatedir = @localstatedir@ | ||
196 | mandir = @mandir@ | ||
197 | mkdir_p = @mkdir_p@ | ||
198 | oldincludedir = @oldincludedir@ | ||
199 | pdfdir = @pdfdir@ | ||
200 | prefix = @prefix@ | ||
201 | program_transform_name = @program_transform_name@ | ||
202 | psdir = @psdir@ | ||
203 | sbindir = @sbindir@ | ||
204 | sharedstatedir = @sharedstatedir@ | ||
205 | sysconfdir = @sysconfdir@ | ||
206 | target_alias = @target_alias@ | ||
207 | AUTOMAKE_OPTIONS = no-dependencies foreign | ||
208 | @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h | ||
209 | @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la | ||
210 | @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h | ||
211 | @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la | ||
212 | CLEANFILES = libltdl.la libltdlc.la | ||
213 | libltdl_la_SOURCES = ltdl.c | ||
214 | libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1 | ||
215 | libltdl_la_LIBADD = $(LIBADD_DL) | ||
216 | libltdlc_la_SOURCES = ltdl.c | ||
217 | libltdlc_la_LIBADD = $(LIBADD_DL) | ||
218 | all: config.h | ||
219 | $(MAKE) $(AM_MAKEFLAGS) all-am | ||
220 | |||
221 | .SUFFIXES: | ||
222 | .SUFFIXES: .c .lo .o .obj | ||
223 | am--refresh: | ||
224 | @: | ||
225 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
226 | @for dep in $?; do \ | ||
227 | case '$(am__configure_deps)' in \ | ||
228 | *$$dep*) \ | ||
229 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ | ||
230 | cd $(srcdir) && $(AUTOMAKE) --foreign \ | ||
231 | && exit 0; \ | ||
232 | exit 1;; \ | ||
233 | esac; \ | ||
234 | done; \ | ||
235 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | ||
236 | cd $(top_srcdir) && \ | ||
237 | $(AUTOMAKE) --foreign Makefile | ||
238 | .PRECIOUS: Makefile | ||
239 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
240 | @case '$?' in \ | ||
241 | *config.status*) \ | ||
242 | echo ' $(SHELL) ./config.status'; \ | ||
243 | $(SHELL) ./config.status;; \ | ||
244 | *) \ | ||
245 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | ||
246 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | ||
247 | esac; | ||
248 | |||
249 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
250 | $(SHELL) ./config.status --recheck | ||
251 | |||
252 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
253 | cd $(srcdir) && $(AUTOCONF) | ||
254 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
255 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | ||
256 | |||
257 | config.h: stamp-h1 | ||
258 | @if test ! -f $@; then \ | ||
259 | rm -f stamp-h1; \ | ||
260 | $(MAKE) stamp-h1; \ | ||
261 | else :; fi | ||
262 | |||
263 | stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status | ||
264 | @rm -f stamp-h1 | ||
265 | cd $(top_builddir) && $(SHELL) ./config.status config.h | ||
266 | $(srcdir)/config-h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
267 | cd $(top_srcdir) && $(AUTOHEADER) | ||
268 | rm -f stamp-h1 | ||
269 | touch $@ | ||
270 | |||
271 | distclean-hdr: | ||
272 | -rm -f config.h stamp-h1 | ||
273 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) | ||
274 | @$(NORMAL_INSTALL) | ||
275 | test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" | ||
276 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | ||
277 | if test -f $$p; then \ | ||
278 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
279 | echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ | ||
280 | $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ | ||
281 | else :; fi; \ | ||
282 | done | ||
283 | |||
284 | uninstall-libLTLIBRARIES: | ||
285 | @$(NORMAL_UNINSTALL) | ||
286 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | ||
287 | p="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
288 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ | ||
289 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ | ||
290 | done | ||
291 | |||
292 | clean-libLTLIBRARIES: | ||
293 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | ||
294 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | ||
295 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
296 | test "$$dir" != "$$p" || dir=.; \ | ||
297 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
298 | rm -f "$${dir}/so_locations"; \ | ||
299 | done | ||
300 | |||
301 | clean-noinstLTLIBRARIES: | ||
302 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | ||
303 | @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | ||
304 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
305 | test "$$dir" != "$$p" || dir=.; \ | ||
306 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
307 | rm -f "$${dir}/so_locations"; \ | ||
308 | done | ||
309 | libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) | ||
310 | $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) | ||
311 | libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) | ||
312 | $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) | ||
313 | |||
314 | mostlyclean-compile: | ||
315 | -rm -f *.$(OBJEXT) | ||
316 | |||
317 | distclean-compile: | ||
318 | -rm -f *.tab.c | ||
319 | |||
320 | .c.o: | ||
321 | $(COMPILE) -c $< | ||
322 | |||
323 | .c.obj: | ||
324 | $(COMPILE) -c `$(CYGPATH_W) '$<'` | ||
325 | |||
326 | .c.lo: | ||
327 | $(LTCOMPILE) -c -o $@ $< | ||
328 | |||
329 | mostlyclean-libtool: | ||
330 | -rm -f *.lo | ||
331 | |||
332 | clean-libtool: | ||
333 | -rm -rf .libs _libs | ||
334 | |||
335 | distclean-libtool: | ||
336 | -rm -f libtool | ||
337 | uninstall-info-am: | ||
338 | install-includeHEADERS: $(include_HEADERS) | ||
339 | @$(NORMAL_INSTALL) | ||
340 | test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" | ||
341 | @list='$(include_HEADERS)'; for p in $$list; do \ | ||
342 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | ||
343 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
344 | echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ | ||
345 | $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ | ||
346 | done | ||
347 | |||
348 | uninstall-includeHEADERS: | ||
349 | @$(NORMAL_UNINSTALL) | ||
350 | @list='$(include_HEADERS)'; for p in $$list; do \ | ||
351 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
352 | echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ | ||
353 | rm -f "$(DESTDIR)$(includedir)/$$f"; \ | ||
354 | done | ||
355 | |||
356 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
357 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
358 | unique=`for i in $$list; do \ | ||
359 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
360 | done | \ | ||
361 | $(AWK) ' { files[$$0] = 1; } \ | ||
362 | END { for (i in files) print i; }'`; \ | ||
363 | mkid -fID $$unique | ||
364 | tags: TAGS | ||
365 | |||
366 | TAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ | ||
367 | $(TAGS_FILES) $(LISP) | ||
368 | tags=; \ | ||
369 | here=`pwd`; \ | ||
370 | list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ | ||
371 | unique=`for i in $$list; do \ | ||
372 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
373 | done | \ | ||
374 | $(AWK) ' { files[$$0] = 1; } \ | ||
375 | END { for (i in files) print i; }'`; \ | ||
376 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
377 | test -n "$$unique" || unique=$$empty_fix; \ | ||
378 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
379 | $$tags $$unique; \ | ||
380 | fi | ||
381 | ctags: CTAGS | ||
382 | CTAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ | ||
383 | $(TAGS_FILES) $(LISP) | ||
384 | tags=; \ | ||
385 | here=`pwd`; \ | ||
386 | list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ | ||
387 | unique=`for i in $$list; do \ | ||
388 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
389 | done | \ | ||
390 | $(AWK) ' { files[$$0] = 1; } \ | ||
391 | END { for (i in files) print i; }'`; \ | ||
392 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
393 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
394 | $$tags $$unique | ||
395 | |||
396 | GTAGS: | ||
397 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
398 | && cd $(top_srcdir) \ | ||
399 | && gtags -i $(GTAGS_ARGS) $$here | ||
400 | |||
401 | distclean-tags: | ||
402 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
403 | |||
404 | distdir: $(DISTFILES) | ||
405 | $(am__remove_distdir) | ||
406 | mkdir $(distdir) | ||
407 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | ||
408 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | ||
409 | list='$(DISTFILES)'; for file in $$list; do \ | ||
410 | case $$file in \ | ||
411 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | ||
412 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | ||
413 | esac; \ | ||
414 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
415 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
416 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | ||
417 | dir="/$$dir"; \ | ||
418 | $(mkdir_p) "$(distdir)$$dir"; \ | ||
419 | else \ | ||
420 | dir=''; \ | ||
421 | fi; \ | ||
422 | if test -d $$d/$$file; then \ | ||
423 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
424 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
425 | fi; \ | ||
426 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
427 | else \ | ||
428 | test -f $(distdir)/$$file \ | ||
429 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
430 | || exit 1; \ | ||
431 | fi; \ | ||
432 | done | ||
433 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | ||
434 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | ||
435 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | ||
436 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | ||
437 | || chmod -R a+r $(distdir) | ||
438 | dist-gzip: distdir | ||
439 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | ||
440 | $(am__remove_distdir) | ||
441 | |||
442 | dist-bzip2: distdir | ||
443 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | ||
444 | $(am__remove_distdir) | ||
445 | |||
446 | dist-tarZ: distdir | ||
447 | $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z | ||
448 | $(am__remove_distdir) | ||
449 | |||
450 | dist-shar: distdir | ||
451 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | ||
452 | $(am__remove_distdir) | ||
453 | |||
454 | dist-zip: distdir | ||
455 | -rm -f $(distdir).zip | ||
456 | zip -rq $(distdir).zip $(distdir) | ||
457 | $(am__remove_distdir) | ||
458 | |||
459 | dist dist-all: distdir | ||
460 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | ||
461 | $(am__remove_distdir) | ||
462 | |||
463 | # This target untars the dist file and tries a VPATH configuration. Then | ||
464 | # it guarantees that the distribution is self-contained by making another | ||
465 | # tarfile. | ||
466 | distcheck: dist | ||
467 | case '$(DIST_ARCHIVES)' in \ | ||
468 | *.tar.gz*) \ | ||
469 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ | ||
470 | *.tar.bz2*) \ | ||
471 | bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ | ||
472 | *.tar.Z*) \ | ||
473 | uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ | ||
474 | *.shar.gz*) \ | ||
475 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | ||
476 | *.zip*) \ | ||
477 | unzip $(distdir).zip ;;\ | ||
478 | esac | ||
479 | chmod -R a-w $(distdir); chmod a+w $(distdir) | ||
480 | mkdir $(distdir)/_build | ||
481 | mkdir $(distdir)/_inst | ||
482 | chmod a-w $(distdir) | ||
483 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | ||
484 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | ||
485 | && cd $(distdir)/_build \ | ||
486 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | ||
487 | $(DISTCHECK_CONFIGURE_FLAGS) \ | ||
488 | && $(MAKE) $(AM_MAKEFLAGS) \ | ||
489 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
490 | && $(MAKE) $(AM_MAKEFLAGS) check \ | ||
491 | && $(MAKE) $(AM_MAKEFLAGS) install \ | ||
492 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | ||
493 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | ||
494 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | ||
495 | distuninstallcheck \ | ||
496 | && chmod -R a-w "$$dc_install_base" \ | ||
497 | && ({ \ | ||
498 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | ||
499 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | ||
500 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | ||
501 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | ||
502 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | ||
503 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | ||
504 | && rm -rf "$$dc_destdir" \ | ||
505 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | ||
506 | && rm -rf $(DIST_ARCHIVES) \ | ||
507 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | ||
508 | $(am__remove_distdir) | ||
509 | @(echo "$(distdir) archives ready for distribution: "; \ | ||
510 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | ||
511 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' | ||
512 | distuninstallcheck: | ||
513 | @cd $(distuninstallcheck_dir) \ | ||
514 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | ||
515 | || { echo "ERROR: files left after uninstall:" ; \ | ||
516 | if test -n "$(DESTDIR)"; then \ | ||
517 | echo " (check DESTDIR support)"; \ | ||
518 | fi ; \ | ||
519 | $(distuninstallcheck_listfiles) ; \ | ||
520 | exit 1; } >&2 | ||
521 | distcleancheck: distclean | ||
522 | @if test '$(srcdir)' = . ; then \ | ||
523 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | ||
524 | exit 1 ; \ | ||
525 | fi | ||
526 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | ||
527 | || { echo "ERROR: files left in build directory after distclean:" ; \ | ||
528 | $(distcleancheck_listfiles) ; \ | ||
529 | exit 1; } >&2 | ||
530 | check-am: all-am | ||
531 | check: check-am | ||
532 | all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h | ||
533 | installdirs: | ||
534 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ | ||
535 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ | ||
536 | done | ||
537 | install: install-am | ||
538 | install-exec: install-exec-am | ||
539 | install-data: install-data-am | ||
540 | uninstall: uninstall-am | ||
541 | |||
542 | install-am: all-am | ||
543 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
544 | |||
545 | installcheck: installcheck-am | ||
546 | install-strip: | ||
547 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
548 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
549 | `test -z '$(STRIP)' || \ | ||
550 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
551 | mostlyclean-generic: | ||
552 | |||
553 | clean-generic: | ||
554 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | ||
555 | |||
556 | distclean-generic: | ||
557 | -rm -f $(CONFIG_CLEAN_FILES) | ||
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-generic clean-libLTLIBRARIES clean-libtool \ | ||
565 | clean-noinstLTLIBRARIES mostlyclean-am | ||
566 | |||
567 | distclean: distclean-am | ||
568 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
569 | -rm -f Makefile | ||
570 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
571 | distclean-hdr distclean-libtool 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: install-includeHEADERS | ||
584 | |||
585 | install-exec-am: install-libLTLIBRARIES | ||
586 | |||
587 | install-info: install-info-am | ||
588 | |||
589 | install-man: | ||
590 | |||
591 | installcheck-am: | ||
592 | |||
593 | maintainer-clean: maintainer-clean-am | ||
594 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
595 | -rm -rf $(top_srcdir)/autom4te.cache | ||
596 | -rm -f Makefile | ||
597 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
598 | |||
599 | mostlyclean: mostlyclean-am | ||
600 | |||
601 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
602 | mostlyclean-libtool | ||
603 | |||
604 | pdf: pdf-am | ||
605 | |||
606 | pdf-am: | ||
607 | |||
608 | ps: ps-am | ||
609 | |||
610 | ps-am: | ||
611 | |||
612 | uninstall-am: uninstall-includeHEADERS uninstall-info-am \ | ||
613 | uninstall-libLTLIBRARIES | ||
614 | |||
615 | .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ | ||
616 | clean-generic clean-libLTLIBRARIES clean-libtool \ | ||
617 | clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \ | ||
618 | dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ | ||
619 | distclean-compile distclean-generic distclean-hdr \ | ||
620 | distclean-libtool distclean-tags distcleancheck distdir \ | ||
621 | distuninstallcheck dvi dvi-am html html-am info info-am \ | ||
622 | install install-am install-data install-data-am install-exec \ | ||
623 | install-exec-am install-includeHEADERS install-info \ | ||
624 | install-info-am install-libLTLIBRARIES install-man \ | ||
625 | install-strip installcheck installcheck-am installdirs \ | ||
626 | maintainer-clean maintainer-clean-generic mostlyclean \ | ||
627 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | ||
628 | pdf pdf-am ps ps-am tags uninstall uninstall-am \ | ||
629 | uninstall-includeHEADERS uninstall-info-am \ | ||
630 | uninstall-libLTLIBRARIES | ||
631 | |||
632 | |||
633 | ltdl.lo: ltdl.h config.h | ||
634 | |||
635 | $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool | ||
636 | libtool: $(LIBTOOL_DEPS) | ||
637 | $(SHELL) ./config.status --recheck | ||
638 | |||
639 | local-install-files: $(DISTFILES) | ||
640 | -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl | ||
641 | $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl | ||
642 | @for file in $(DISTFILES); do \ | ||
643 | case $$file in \ | ||
644 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$(srcdir)/||"`;; \ | ||
645 | esac; \ | ||
646 | d=$(srcdir); \ | ||
647 | if test -d $$d/$$file; then \ | ||
648 | cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \ | ||
649 | else \ | ||
650 | test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \ | ||
651 | || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \ | ||
652 | fi; \ | ||
653 | done | ||
654 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
655 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
656 | .NOEXPORT: | ||