src/Makefile.in

changeset 49
08b780ecc611
child 50
63477d92411d
equal deleted inserted replaced
48:0d2c13c24fd0 49:08b780ecc611
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 # Copyright 2017 Mike Becker. All rights reserved.
18 #
19 # Redistribution and use in source and binary forms, with or without
20 # modification, are permitted provided that the following conditions are met:
21 #
22 # 1. Redistributions of source code must retain the above copyright
23 # notice, this list of conditions and the following disclaimer.
24 #
25 # 2. Redistributions in binary form must reproduce the above copyright
26 # notice, this list of conditions and the following disclaimer in the
27 # documentation and/or other materials provided with the distribution.
28 #
29 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
30 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
33 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
35 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
36 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
40 VPATH = @srcdir@
41 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42 am__make_running_with_option = \
43 case $${target_option-} in \
44 ?) ;; \
45 *) echo "am__make_running_with_option: internal error: invalid" \
46 "target option '$${target_option-}' specified" >&2; \
47 exit 1;; \
48 esac; \
49 has_opt=no; \
50 sane_makeflags=$$MAKEFLAGS; \
51 if $(am__is_gnu_make); then \
52 sane_makeflags=$$MFLAGS; \
53 else \
54 case $$MAKEFLAGS in \
55 *\\[\ \ ]*) \
56 bs=\\; \
57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
59 esac; \
60 fi; \
61 skip_next=no; \
62 strip_trailopt () \
63 { \
64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 }; \
66 for flg in $$sane_makeflags; do \
67 test $$skip_next = yes && { skip_next=no; continue; }; \
68 case $$flg in \
69 *=*|--*) continue;; \
70 -*I) strip_trailopt 'I'; skip_next=yes;; \
71 -*I?*) strip_trailopt 'I';; \
72 -*O) strip_trailopt 'O'; skip_next=yes;; \
73 -*O?*) strip_trailopt 'O';; \
74 -*l) strip_trailopt 'l'; skip_next=yes;; \
75 -*l?*) strip_trailopt 'l';; \
76 -[dEDm]) skip_next=yes;; \
77 -[JT]) skip_next=yes;; \
78 esac; \
79 case $$flg in \
80 *$$target_option*) has_opt=yes; break;; \
81 esac; \
82 done; \
83 test $$has_opt = yes
84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86 pkgdatadir = $(datadir)/@PACKAGE@
87 pkgincludedir = $(includedir)/@PACKAGE@
88 pkglibdir = $(libdir)/@PACKAGE@
89 pkglibexecdir = $(libexecdir)/@PACKAGE@
90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91 install_sh_DATA = $(install_sh) -c -m 644
92 install_sh_PROGRAM = $(install_sh) -c
93 install_sh_SCRIPT = $(install_sh) -c
94 INSTALL_HEADER = $(INSTALL_DATA)
95 transform = $(program_transform_name)
96 NORMAL_INSTALL = :
97 PRE_INSTALL = :
98 POST_INSTALL = :
99 NORMAL_UNINSTALL = :
100 PRE_UNINSTALL = :
101 POST_UNINSTALL = :
102 bin_PROGRAMS = cline$(EXEEXT)
103 subdir = src
104 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105 $(top_srcdir)/depcomp
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109 $(ACLOCAL_M4)
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 CONFIG_CLEAN_VPATH_FILES =
114 am__installdirs = "$(DESTDIR)$(bindir)"
115 PROGRAMS = $(bin_PROGRAMS)
116 am_cline_OBJECTS = arguments.$(OBJEXT) bfile_heuristics.$(OBJEXT) \
117 cline.$(OBJEXT) regex_parser.$(OBJEXT) scanner.$(OBJEXT) \
118 settings.$(OBJEXT) string_list.$(OBJEXT) suffix_fnc.$(OBJEXT)
119 cline_OBJECTS = $(am_cline_OBJECTS)
120 cline_LDADD = $(LDADD)
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134 depcomp = $(SHELL) $(top_srcdir)/depcomp
135 am__depfiles_maybe = depfiles
136 am__mv = mv -f
137 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 AM_V_CC = $(am__v_CC_@AM_V@)
140 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141 am__v_CC_0 = @echo " CC " $@;
142 am__v_CC_1 =
143 CCLD = $(CC)
144 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
145 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
146 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
147 am__v_CCLD_0 = @echo " CCLD " $@;
148 am__v_CCLD_1 =
149 SOURCES = $(cline_SOURCES)
150 DIST_SOURCES = $(cline_SOURCES)
151 am__can_run_installinfo = \
152 case $$AM_UPDATE_INFO_DIR in \
153 n|no|NO) false;; \
154 *) (install-info --version) >/dev/null 2>&1;; \
155 esac
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157 # Read a list of newline-separated strings from the standard input,
158 # and print each of them once, without duplicates. Input order is
159 # *not* preserved.
160 am__uniquify_input = $(AWK) '\
161 BEGIN { nonempty = 0; } \
162 { items[$$0] = 1; nonempty = 1; } \
163 END { if (nonempty) { for (i in items) print i; }; } \
164 '
165 # Make sure the list of sources is unique. This is necessary because,
166 # e.g., the same source file might be shared among _SOURCES variables
167 # for different programs/libraries.
168 am__define_uniq_tagged_files = \
169 list='$(am__tagged_files)'; \
170 unique=`for i in $$list; do \
171 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
172 done | $(am__uniquify_input)`
173 ETAGS = etags
174 CTAGS = ctags
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 ACLOCAL = @ACLOCAL@
177 AMTAR = @AMTAR@
178 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
182 AWK = @AWK@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CYGPATH_W = @CYGPATH_W@
189 DEFS = @DEFS@
190 DEPDIR = @DEPDIR@
191 ECHO_C = @ECHO_C@
192 ECHO_N = @ECHO_N@
193 ECHO_T = @ECHO_T@
194 EGREP = @EGREP@
195 EXEEXT = @EXEEXT@
196 GREP = @GREP@
197 INSTALL = @INSTALL@
198 INSTALL_DATA = @INSTALL_DATA@
199 INSTALL_PROGRAM = @INSTALL_PROGRAM@
200 INSTALL_SCRIPT = @INSTALL_SCRIPT@
201 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202 LDFLAGS = @LDFLAGS@
203 LIBOBJS = @LIBOBJS@
204 LIBS = @LIBS@
205 LTLIBOBJS = @LTLIBOBJS@
206 MAKEINFO = @MAKEINFO@
207 MKDIR_P = @MKDIR_P@
208 OBJEXT = @OBJEXT@
209 PACKAGE = @PACKAGE@
210 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211 PACKAGE_NAME = @PACKAGE_NAME@
212 PACKAGE_STRING = @PACKAGE_STRING@
213 PACKAGE_TARNAME = @PACKAGE_TARNAME@
214 PACKAGE_URL = @PACKAGE_URL@
215 PACKAGE_VERSION = @PACKAGE_VERSION@
216 PATH_SEPARATOR = @PATH_SEPARATOR@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STRIP = @STRIP@
220 VERSION = @VERSION@
221 abs_builddir = @abs_builddir@
222 abs_srcdir = @abs_srcdir@
223 abs_top_builddir = @abs_top_builddir@
224 abs_top_srcdir = @abs_top_srcdir@
225 ac_ct_CC = @ac_ct_CC@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 bindir = @bindir@
232 build_alias = @build_alias@
233 builddir = @builddir@
234 datadir = @datadir@
235 datarootdir = @datarootdir@
236 docdir = @docdir@
237 dvidir = @dvidir@
238 exec_prefix = @exec_prefix@
239 host_alias = @host_alias@
240 htmldir = @htmldir@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localedir = @localedir@
247 localstatedir = @localstatedir@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 pdfdir = @pdfdir@
252 prefix = @prefix@
253 program_transform_name = @program_transform_name@
254 psdir = @psdir@
255 sbindir = @sbindir@
256 sharedstatedir = @sharedstatedir@
257 srcdir = @srcdir@
258 sysconfdir = @sysconfdir@
259 target_alias = @target_alias@
260 top_build_prefix = @top_build_prefix@
261 top_builddir = @top_builddir@
262 top_srcdir = @top_srcdir@
263 @DEBUG_FALSE@AM_CFLAGS = -std=gnu99 -O2
264 @DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall
265 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c
266 all: all-am
267
268 .SUFFIXES:
269 .SUFFIXES: .c .o .obj
270 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
271 @for dep in $?; do \
272 case '$(am__configure_deps)' in \
273 *$$dep*) \
274 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
275 && { if test -f $@; then exit 0; else break; fi; }; \
276 exit 1;; \
277 esac; \
278 done; \
279 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
280 $(am__cd) $(top_srcdir) && \
281 $(AUTOMAKE) --gnu src/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284 @case '$?' in \
285 *config.status*) \
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287 *) \
288 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290 esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure: $(am__configure_deps)
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(am__aclocal_m4_deps):
300 install-binPROGRAMS: $(bin_PROGRAMS)
301 @$(NORMAL_INSTALL)
302 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
303 if test -n "$$list"; then \
304 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
305 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
306 fi; \
307 for p in $$list; do echo "$$p $$p"; done | \
308 sed 's/$(EXEEXT)$$//' | \
309 while read p p1; do if test -f $$p \
310 ; then echo "$$p"; echo "$$p"; else :; fi; \
311 done | \
312 sed -e 'p;s,.*/,,;n;h' \
313 -e 's|.*|.|' \
314 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
315 sed 'N;N;N;s,\n, ,g' | \
316 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
317 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
318 if ($$2 == $$4) files[d] = files[d] " " $$1; \
319 else { print "f", $$3 "/" $$4, $$1; } } \
320 END { for (d in files) print "f", d, files[d] }' | \
321 while read type dir files; do \
322 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
323 test -z "$$files" || { \
324 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
325 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
326 } \
327 ; done
328
329 uninstall-binPROGRAMS:
330 @$(NORMAL_UNINSTALL)
331 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
332 files=`for p in $$list; do echo "$$p"; done | \
333 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
334 -e 's/$$/$(EXEEXT)/' \
335 `; \
336 test -n "$$list" || exit 0; \
337 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
338 cd "$(DESTDIR)$(bindir)" && rm -f $$files
339
340 clean-binPROGRAMS:
341 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
342
343 cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES)
344 @rm -f cline$(EXEEXT)
345 $(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
346
347 mostlyclean-compile:
348 -rm -f *.$(OBJEXT)
349
350 distclean-compile:
351 -rm -f *.tab.c
352
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
361
362 .c.o:
363 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
368
369 .c.obj:
370 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
375
376 ID: $(am__tagged_files)
377 $(am__define_uniq_tagged_files); mkid -fID $$unique
378 tags: tags-am
379 TAGS: tags
380
381 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
382 set x; \
383 here=`pwd`; \
384 $(am__define_uniq_tagged_files); \
385 shift; \
386 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387 test -n "$$unique" || unique=$$empty_fix; \
388 if test $$# -gt 0; then \
389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 "$$@" $$unique; \
391 else \
392 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393 $$unique; \
394 fi; \
395 fi
396 ctags: ctags-am
397
398 CTAGS: ctags
399 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400 $(am__define_uniq_tagged_files); \
401 test -z "$(CTAGS_ARGS)$$unique" \
402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403 $$unique
404
405 GTAGS:
406 here=`$(am__cd) $(top_builddir) && pwd` \
407 && $(am__cd) $(top_srcdir) \
408 && gtags -i $(GTAGS_ARGS) "$$here"
409 cscopelist: cscopelist-am
410
411 cscopelist-am: $(am__tagged_files)
412 list='$(am__tagged_files)'; \
413 case "$(srcdir)" in \
414 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
415 *) sdir=$(subdir)/$(srcdir) ;; \
416 esac; \
417 for i in $$list; do \
418 if test -f "$$i"; then \
419 echo "$(subdir)/$$i"; \
420 else \
421 echo "$$sdir/$$i"; \
422 fi; \
423 done >> $(top_builddir)/cscope.files
424
425 distclean-tags:
426 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
428 distdir: $(DISTFILES)
429 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431 list='$(DISTFILES)'; \
432 dist_files=`for file in $$list; do echo $$file; done | \
433 sed -e "s|^$$srcdirstrip/||;t" \
434 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435 case $$dist_files in \
436 */*) $(MKDIR_P) `echo "$$dist_files" | \
437 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438 sort -u` ;; \
439 esac; \
440 for file in $$dist_files; do \
441 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442 if test -d $$d/$$file; then \
443 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444 if test -d "$(distdir)/$$file"; then \
445 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446 fi; \
447 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450 fi; \
451 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
452 else \
453 test -f "$(distdir)/$$file" \
454 || cp -p $$d/$$file "$(distdir)/$$file" \
455 || exit 1; \
456 fi; \
457 done
458 check-am: all-am
459 check: check-am
460 all-am: Makefile $(PROGRAMS)
461 installdirs:
462 for dir in "$(DESTDIR)$(bindir)"; do \
463 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
464 done
465 install: install-am
466 install-exec: install-exec-am
467 install-data: install-data-am
468 uninstall: uninstall-am
469
470 install-am: all-am
471 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
472
473 installcheck: installcheck-am
474 install-strip:
475 if test -z '$(STRIP)'; then \
476 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478 install; \
479 else \
480 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
483 fi
484 mostlyclean-generic:
485
486 clean-generic:
487
488 distclean-generic:
489 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
490 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
492 maintainer-clean-generic:
493 @echo "This command is intended for maintainers to use"
494 @echo "it deletes files that may require special tools to rebuild."
495 clean: clean-am
496
497 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
498
499 distclean: distclean-am
500 -rm -rf ./$(DEPDIR)
501 -rm -f Makefile
502 distclean-am: clean-am distclean-compile distclean-generic \
503 distclean-tags
504
505 dvi: dvi-am
506
507 dvi-am:
508
509 html: html-am
510
511 html-am:
512
513 info: info-am
514
515 info-am:
516
517 install-data-am:
518
519 install-dvi: install-dvi-am
520
521 install-dvi-am:
522
523 install-exec-am: install-binPROGRAMS
524
525 install-html: install-html-am
526
527 install-html-am:
528
529 install-info: install-info-am
530
531 install-info-am:
532
533 install-man:
534
535 install-pdf: install-pdf-am
536
537 install-pdf-am:
538
539 install-ps: install-ps-am
540
541 install-ps-am:
542
543 installcheck-am:
544
545 maintainer-clean: maintainer-clean-am
546 -rm -rf ./$(DEPDIR)
547 -rm -f Makefile
548 maintainer-clean-am: distclean-am maintainer-clean-generic
549
550 mostlyclean: mostlyclean-am
551
552 mostlyclean-am: mostlyclean-compile mostlyclean-generic
553
554 pdf: pdf-am
555
556 pdf-am:
557
558 ps: ps-am
559
560 ps-am:
561
562 uninstall-am: uninstall-binPROGRAMS
563
564 .MAKE: install-am install-strip
565
566 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
567 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
568 distclean distclean-compile distclean-generic distclean-tags \
569 distdir dvi dvi-am html html-am info info-am install \
570 install-am install-binPROGRAMS install-data install-data-am \
571 install-dvi install-dvi-am install-exec install-exec-am \
572 install-html install-html-am install-info install-info-am \
573 install-man install-pdf install-pdf-am install-ps \
574 install-ps-am install-strip installcheck installcheck-am \
575 installdirs maintainer-clean maintainer-clean-generic \
576 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
577 ps ps-am tags tags-am uninstall uninstall-am \
578 uninstall-binPROGRAMS
579
580
581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
582 # Otherwise a system limit (for SysV at least) may be exceeded.
583 .NOEXPORT:

mercurial