1 | # Makefile.in generated by automake 1.11.1 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
---|
5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
---|
6 | # Inc.
|
---|
7 | # This Makefile.in is free software; the Free Software Foundation
|
---|
8 | # gives unlimited permission to copy and/or distribute it,
|
---|
9 | # with or without modifications, as long as this notice is preserved.
|
---|
10 |
|
---|
11 | # This program is distributed in the hope that it will be useful,
|
---|
12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
14 | # PARTICULAR PURPOSE.
|
---|
15 |
|
---|
16 | @SET_MAKE@
|
---|
17 |
|
---|
18 | # -*-Makefile-*-, or close enough
|
---|
19 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
---|
20 | # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
---|
21 | # This file is part of GNU Make.
|
---|
22 | #
|
---|
23 | # GNU Make is free software; you can redistribute it and/or modify it under
|
---|
24 | # the terms of the GNU General Public License as published by the Free Software
|
---|
25 | # Foundation; either version 3 of the License, or (at your option) any later
|
---|
26 | # version.
|
---|
27 | #
|
---|
28 | # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
29 | # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
---|
30 | # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
---|
31 | # details.
|
---|
32 | #
|
---|
33 | # You should have received a copy of the GNU General Public License along with
|
---|
34 | # this program. If not, see <http://www.gnu.org/licenses/>.
|
---|
35 |
|
---|
36 | VPATH = @srcdir@
|
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
38 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
39 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
40 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
41 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
42 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
43 | install_sh_PROGRAM = $(install_sh) -c
|
---|
44 | install_sh_SCRIPT = $(install_sh) -c
|
---|
45 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
46 | transform = $(program_transform_name)
|
---|
47 | NORMAL_INSTALL = :
|
---|
48 | PRE_INSTALL = :
|
---|
49 | POST_INSTALL = :
|
---|
50 | NORMAL_UNINSTALL = :
|
---|
51 | PRE_UNINSTALL = :
|
---|
52 | POST_UNINSTALL = :
|
---|
53 | build_triplet = @build@
|
---|
54 | host_triplet = @host@
|
---|
55 | subdir = glob
|
---|
56 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
|
---|
57 | ChangeLog
|
---|
58 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
59 | am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
|
---|
60 | $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
|
---|
61 | $(top_srcdir)/config/isc-posix.m4 \
|
---|
62 | $(top_srcdir)/config/lib-ld.m4 \
|
---|
63 | $(top_srcdir)/config/lib-link.m4 \
|
---|
64 | $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
|
---|
65 | $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
|
---|
66 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
|
---|
67 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
68 | $(ACLOCAL_M4)
|
---|
69 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
---|
70 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
71 | CONFIG_CLEAN_FILES =
|
---|
72 | CONFIG_CLEAN_VPATH_FILES =
|
---|
73 | LIBRARIES = $(noinst_LIBRARIES)
|
---|
74 | ARFLAGS = cru
|
---|
75 | libglob_a_AR = $(AR) $(ARFLAGS)
|
---|
76 | libglob_a_LIBADD =
|
---|
77 | am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
|
---|
78 | libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
|
---|
79 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
---|
80 | depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
---|
81 | am__depfiles_maybe = depfiles
|
---|
82 | am__mv = mv -f
|
---|
83 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
---|
84 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
---|
85 | CCLD = $(CC)
|
---|
86 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
---|
87 | SOURCES = $(libglob_a_SOURCES)
|
---|
88 | DIST_SOURCES = $(libglob_a_SOURCES)
|
---|
89 | ETAGS = etags
|
---|
90 | CTAGS = ctags
|
---|
91 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
92 | ACLOCAL = @ACLOCAL@
|
---|
93 | ALLOCA = @ALLOCA@
|
---|
94 | AMTAR = @AMTAR@
|
---|
95 | AR = @AR@
|
---|
96 | AUTOCONF = @AUTOCONF@
|
---|
97 | AUTOHEADER = @AUTOHEADER@
|
---|
98 | AUTOMAKE = @AUTOMAKE@
|
---|
99 | AWK = @AWK@
|
---|
100 | CC = @CC@
|
---|
101 | CCDEPMODE = @CCDEPMODE@
|
---|
102 | CFLAGS = @CFLAGS@
|
---|
103 | CPP = @CPP@
|
---|
104 | CPPFLAGS = @CPPFLAGS@
|
---|
105 | CYGPATH_W = @CYGPATH_W@
|
---|
106 | DEFS = @DEFS@
|
---|
107 | DEPDIR = @DEPDIR@
|
---|
108 | ECHO_C = @ECHO_C@
|
---|
109 | ECHO_N = @ECHO_N@
|
---|
110 | ECHO_T = @ECHO_T@
|
---|
111 | EGREP = @EGREP@
|
---|
112 | EXEEXT = @EXEEXT@
|
---|
113 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
|
---|
114 | GLOBINC = @GLOBINC@
|
---|
115 | GLOBLIB = @GLOBLIB@
|
---|
116 | GMSGFMT = @GMSGFMT@
|
---|
117 | GREP = @GREP@
|
---|
118 | INSTALL = @INSTALL@
|
---|
119 | INSTALL_DATA = @INSTALL_DATA@
|
---|
120 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
121 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
122 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
123 | INTLLIBS = @INTLLIBS@
|
---|
124 | KMEM_GROUP = @KMEM_GROUP@
|
---|
125 | LDFLAGS = @LDFLAGS@
|
---|
126 | LIBICONV = @LIBICONV@
|
---|
127 | LIBINTL = @LIBINTL@
|
---|
128 | LIBOBJS = @LIBOBJS@
|
---|
129 | LIBS = @LIBS@
|
---|
130 | LTLIBICONV = @LTLIBICONV@
|
---|
131 | LTLIBINTL = @LTLIBINTL@
|
---|
132 | LTLIBOBJS = @LTLIBOBJS@
|
---|
133 | MAKEINFO = @MAKEINFO@
|
---|
134 | MAKE_HOST = @MAKE_HOST@
|
---|
135 | MKDIR_P = @MKDIR_P@
|
---|
136 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
---|
137 | MSGFMT = @MSGFMT@
|
---|
138 | MSGMERGE = @MSGMERGE@
|
---|
139 | NEED_SETGID = @NEED_SETGID@
|
---|
140 | OBJEXT = @OBJEXT@
|
---|
141 | PACKAGE = @PACKAGE@
|
---|
142 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
143 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
144 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
145 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
146 | PACKAGE_URL = @PACKAGE_URL@
|
---|
147 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
148 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
149 | PERL = @PERL@
|
---|
150 | POSUB = @POSUB@
|
---|
151 | RANLIB = @RANLIB@
|
---|
152 | REMOTE = @REMOTE@
|
---|
153 | SET_MAKE = @SET_MAKE@
|
---|
154 | SHELL = @SHELL@
|
---|
155 | STRIP = @STRIP@
|
---|
156 | USE_NLS = @USE_NLS@
|
---|
157 | VERSION = @VERSION@
|
---|
158 | XGETTEXT = @XGETTEXT@
|
---|
159 | abs_builddir = @abs_builddir@
|
---|
160 | abs_srcdir = @abs_srcdir@
|
---|
161 | abs_top_builddir = @abs_top_builddir@
|
---|
162 | abs_top_srcdir = @abs_top_srcdir@
|
---|
163 | ac_ct_CC = @ac_ct_CC@
|
---|
164 | am__include = @am__include@
|
---|
165 | am__leading_dot = @am__leading_dot@
|
---|
166 | am__quote = @am__quote@
|
---|
167 | am__tar = @am__tar@
|
---|
168 | am__untar = @am__untar@
|
---|
169 | bindir = @bindir@
|
---|
170 | build = @build@
|
---|
171 | build_alias = @build_alias@
|
---|
172 | build_cpu = @build_cpu@
|
---|
173 | build_os = @build_os@
|
---|
174 | build_vendor = @build_vendor@
|
---|
175 | builddir = @builddir@
|
---|
176 | datadir = @datadir@
|
---|
177 | datarootdir = @datarootdir@
|
---|
178 | docdir = @docdir@
|
---|
179 | dvidir = @dvidir@
|
---|
180 | exec_prefix = @exec_prefix@
|
---|
181 | host = @host@
|
---|
182 | host_alias = @host_alias@
|
---|
183 | host_cpu = @host_cpu@
|
---|
184 | host_os = @host_os@
|
---|
185 | host_vendor = @host_vendor@
|
---|
186 | htmldir = @htmldir@
|
---|
187 | includedir = @includedir@
|
---|
188 | infodir = @infodir@
|
---|
189 | install_sh = @install_sh@
|
---|
190 | libdir = @libdir@
|
---|
191 | libexecdir = @libexecdir@
|
---|
192 | localedir = @localedir@
|
---|
193 | localstatedir = @localstatedir@
|
---|
194 | mandir = @mandir@
|
---|
195 | mkdir_p = @mkdir_p@
|
---|
196 | oldincludedir = @oldincludedir@
|
---|
197 | pdfdir = @pdfdir@
|
---|
198 | prefix = @prefix@
|
---|
199 | program_transform_name = @program_transform_name@
|
---|
200 | psdir = @psdir@
|
---|
201 | sbindir = @sbindir@
|
---|
202 | sharedstatedir = @sharedstatedir@
|
---|
203 | srcdir = @srcdir@
|
---|
204 | sysconfdir = @sysconfdir@
|
---|
205 | target_alias = @target_alias@
|
---|
206 | top_build_prefix = @top_build_prefix@
|
---|
207 | top_builddir = @top_builddir@
|
---|
208 | top_srcdir = @top_srcdir@
|
---|
209 | AUTOMAKE_OPTIONS = foreign
|
---|
210 |
|
---|
211 | # Only build the library when the system doesn't already have GNU glob.
|
---|
212 | @USE_LOCAL_GLOB_TRUE@noinst_LIBRARIES = libglob.a
|
---|
213 | libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
---|
214 | EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
---|
215 | configure.bat
|
---|
216 |
|
---|
217 | all: all-am
|
---|
218 |
|
---|
219 | .SUFFIXES:
|
---|
220 | .SUFFIXES: .c .o .obj
|
---|
221 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 | && { if test -f $@; then exit 0; else break; fi; }; \
|
---|
227 | exit 1;; \
|
---|
228 | esac; \
|
---|
229 | done; \
|
---|
230 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \
|
---|
231 | $(am__cd) $(top_srcdir) && \
|
---|
232 | $(AUTOMAKE) --foreign glob/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: $(am__configure_deps)
|
---|
247 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
248 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
---|
249 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
250 | $(am__aclocal_m4_deps):
|
---|
251 |
|
---|
252 | clean-noinstLIBRARIES:
|
---|
253 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
---|
254 | libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES)
|
---|
255 | -rm -f libglob.a
|
---|
256 | $(libglob_a_AR) libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
|
---|
257 | $(RANLIB) libglob.a
|
---|
258 |
|
---|
259 | mostlyclean-compile:
|
---|
260 | -rm -f *.$(OBJEXT)
|
---|
261 |
|
---|
262 | distclean-compile:
|
---|
263 | -rm -f *.tab.c
|
---|
264 |
|
---|
265 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
|
---|
266 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
|
---|
267 |
|
---|
268 | .c.o:
|
---|
269 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
---|
270 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
---|
271 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
272 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
273 | @am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
---|
274 |
|
---|
275 | .c.obj:
|
---|
276 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
---|
277 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
---|
278 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
---|
279 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
---|
280 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
---|
281 |
|
---|
282 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
283 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
284 | unique=`for i in $$list; do \
|
---|
285 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
286 | done | \
|
---|
287 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
288 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
289 | mkid -fID $$unique
|
---|
290 | tags: TAGS
|
---|
291 |
|
---|
292 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
293 | $(TAGS_FILES) $(LISP)
|
---|
294 | set x; \
|
---|
295 | here=`pwd`; \
|
---|
296 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
297 | unique=`for i in $$list; do \
|
---|
298 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
299 | done | \
|
---|
300 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
301 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
302 | shift; \
|
---|
303 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
304 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
305 | if test $$# -gt 0; then \
|
---|
306 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
307 | "$$@" $$unique; \
|
---|
308 | else \
|
---|
309 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
310 | $$unique; \
|
---|
311 | fi; \
|
---|
312 | fi
|
---|
313 | ctags: CTAGS
|
---|
314 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
315 | $(TAGS_FILES) $(LISP)
|
---|
316 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
317 | unique=`for i in $$list; do \
|
---|
318 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
319 | done | \
|
---|
320 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
321 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
322 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
323 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
324 | $$unique
|
---|
325 |
|
---|
326 | GTAGS:
|
---|
327 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
328 | && $(am__cd) $(top_srcdir) \
|
---|
329 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
330 |
|
---|
331 | distclean-tags:
|
---|
332 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
333 |
|
---|
334 | distdir: $(DISTFILES)
|
---|
335 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
336 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
337 | list='$(DISTFILES)'; \
|
---|
338 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
339 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
340 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
341 | case $$dist_files in \
|
---|
342 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
343 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
344 | sort -u` ;; \
|
---|
345 | esac; \
|
---|
346 | for file in $$dist_files; do \
|
---|
347 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
348 | if test -d $$d/$$file; then \
|
---|
349 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
350 | if test -d "$(distdir)/$$file"; then \
|
---|
351 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
352 | fi; \
|
---|
353 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
354 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
355 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
356 | fi; \
|
---|
357 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
358 | else \
|
---|
359 | test -f "$(distdir)/$$file" \
|
---|
360 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
361 | || exit 1; \
|
---|
362 | fi; \
|
---|
363 | done
|
---|
364 | check-am: all-am
|
---|
365 | check: check-am
|
---|
366 | all-am: Makefile $(LIBRARIES)
|
---|
367 | installdirs:
|
---|
368 | install: install-am
|
---|
369 | install-exec: install-exec-am
|
---|
370 | install-data: install-data-am
|
---|
371 | uninstall: uninstall-am
|
---|
372 |
|
---|
373 | install-am: all-am
|
---|
374 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
375 |
|
---|
376 | installcheck: installcheck-am
|
---|
377 | install-strip:
|
---|
378 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
379 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
380 | `test -z '$(STRIP)' || \
|
---|
381 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
382 | mostlyclean-generic:
|
---|
383 |
|
---|
384 | clean-generic:
|
---|
385 |
|
---|
386 | distclean-generic:
|
---|
387 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
388 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
389 |
|
---|
390 | maintainer-clean-generic:
|
---|
391 | @echo "This command is intended for maintainers to use"
|
---|
392 | @echo "it deletes files that may require special tools to rebuild."
|
---|
393 | clean: clean-am
|
---|
394 |
|
---|
395 | clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
|
---|
396 |
|
---|
397 | distclean: distclean-am
|
---|
398 | -rm -rf ./$(DEPDIR)
|
---|
399 | -rm -f Makefile
|
---|
400 | distclean-am: clean-am distclean-compile distclean-generic \
|
---|
401 | distclean-tags
|
---|
402 |
|
---|
403 | dvi: dvi-am
|
---|
404 |
|
---|
405 | dvi-am:
|
---|
406 |
|
---|
407 | html: html-am
|
---|
408 |
|
---|
409 | html-am:
|
---|
410 |
|
---|
411 | info: info-am
|
---|
412 |
|
---|
413 | info-am:
|
---|
414 |
|
---|
415 | install-data-am:
|
---|
416 |
|
---|
417 | install-dvi: install-dvi-am
|
---|
418 |
|
---|
419 | install-dvi-am:
|
---|
420 |
|
---|
421 | install-exec-am:
|
---|
422 |
|
---|
423 | install-html: install-html-am
|
---|
424 |
|
---|
425 | install-html-am:
|
---|
426 |
|
---|
427 | install-info: install-info-am
|
---|
428 |
|
---|
429 | install-info-am:
|
---|
430 |
|
---|
431 | install-man:
|
---|
432 |
|
---|
433 | install-pdf: install-pdf-am
|
---|
434 |
|
---|
435 | install-pdf-am:
|
---|
436 |
|
---|
437 | install-ps: install-ps-am
|
---|
438 |
|
---|
439 | install-ps-am:
|
---|
440 |
|
---|
441 | installcheck-am:
|
---|
442 |
|
---|
443 | maintainer-clean: maintainer-clean-am
|
---|
444 | -rm -rf ./$(DEPDIR)
|
---|
445 | -rm -f Makefile
|
---|
446 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
447 |
|
---|
448 | mostlyclean: mostlyclean-am
|
---|
449 |
|
---|
450 | mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
---|
451 |
|
---|
452 | pdf: pdf-am
|
---|
453 |
|
---|
454 | pdf-am:
|
---|
455 |
|
---|
456 | ps: ps-am
|
---|
457 |
|
---|
458 | ps-am:
|
---|
459 |
|
---|
460 | uninstall-am:
|
---|
461 |
|
---|
462 | .MAKE: install-am install-strip
|
---|
463 |
|
---|
464 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
---|
465 | clean-noinstLIBRARIES ctags distclean distclean-compile \
|
---|
466 | distclean-generic distclean-tags distdir dvi dvi-am html \
|
---|
467 | html-am info info-am install install-am install-data \
|
---|
468 | install-data-am install-dvi install-dvi-am install-exec \
|
---|
469 | install-exec-am install-html install-html-am install-info \
|
---|
470 | install-info-am install-man install-pdf install-pdf-am \
|
---|
471 | install-ps install-ps-am install-strip installcheck \
|
---|
472 | installcheck-am installdirs maintainer-clean \
|
---|
473 | maintainer-clean-generic mostlyclean mostlyclean-compile \
|
---|
474 | mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
|
---|
475 | uninstall-am
|
---|
476 |
|
---|
477 |
|
---|
478 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
479 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
480 | .NOEXPORT:
|
---|