src/Makefile.in

changeset 52
02816cd75edc
parent 50
63477d92411d
equal deleted inserted replaced
51:5acf05940667 52:02816cd75edc
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 = -O2
264 @DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall
265 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
266 scanner.c settings.c string_list.c suffix_fnc.c
267
268 EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \
269 settings.h stdinc.h string_list.h suffix_fnc.h
270
271 all: all-am
272
273 .SUFFIXES:
274 .SUFFIXES: .c .o .obj
275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
276 @for dep in $?; do \
277 case '$(am__configure_deps)' in \
278 *$$dep*) \
279 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280 && { if test -f $@; then exit 0; else break; fi; }; \
281 exit 1;; \
282 esac; \
283 done; \
284 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
285 $(am__cd) $(top_srcdir) && \
286 $(AUTOMAKE) --gnu src/Makefile
287 .PRECIOUS: Makefile
288 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289 @case '$?' in \
290 *config.status*) \
291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
292 *) \
293 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
294 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295 esac;
296
297 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
300 $(top_srcdir)/configure: $(am__configure_deps)
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304 $(am__aclocal_m4_deps):
305 install-binPROGRAMS: $(bin_PROGRAMS)
306 @$(NORMAL_INSTALL)
307 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
308 if test -n "$$list"; then \
309 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
310 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
311 fi; \
312 for p in $$list; do echo "$$p $$p"; done | \
313 sed 's/$(EXEEXT)$$//' | \
314 while read p p1; do if test -f $$p \
315 ; then echo "$$p"; echo "$$p"; else :; fi; \
316 done | \
317 sed -e 'p;s,.*/,,;n;h' \
318 -e 's|.*|.|' \
319 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
320 sed 'N;N;N;s,\n, ,g' | \
321 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
322 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
323 if ($$2 == $$4) files[d] = files[d] " " $$1; \
324 else { print "f", $$3 "/" $$4, $$1; } } \
325 END { for (d in files) print "f", d, files[d] }' | \
326 while read type dir files; do \
327 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
328 test -z "$$files" || { \
329 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
330 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
331 } \
332 ; done
333
334 uninstall-binPROGRAMS:
335 @$(NORMAL_UNINSTALL)
336 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
337 files=`for p in $$list; do echo "$$p"; done | \
338 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
339 -e 's/$$/$(EXEEXT)/' \
340 `; \
341 test -n "$$list" || exit 0; \
342 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
343 cd "$(DESTDIR)$(bindir)" && rm -f $$files
344
345 clean-binPROGRAMS:
346 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
347
348 cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES)
349 @rm -f cline$(EXEEXT)
350 $(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
351
352 mostlyclean-compile:
353 -rm -f *.$(OBJEXT)
354
355 distclean-compile:
356 -rm -f *.tab.c
357
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
366
367 .c.o:
368 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
373
374 .c.obj:
375 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
376 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
380
381 ID: $(am__tagged_files)
382 $(am__define_uniq_tagged_files); mkid -fID $$unique
383 tags: tags-am
384 TAGS: tags
385
386 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387 set x; \
388 here=`pwd`; \
389 $(am__define_uniq_tagged_files); \
390 shift; \
391 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392 test -n "$$unique" || unique=$$empty_fix; \
393 if test $$# -gt 0; then \
394 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395 "$$@" $$unique; \
396 else \
397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398 $$unique; \
399 fi; \
400 fi
401 ctags: ctags-am
402
403 CTAGS: ctags
404 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
405 $(am__define_uniq_tagged_files); \
406 test -z "$(CTAGS_ARGS)$$unique" \
407 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408 $$unique
409
410 GTAGS:
411 here=`$(am__cd) $(top_builddir) && pwd` \
412 && $(am__cd) $(top_srcdir) \
413 && gtags -i $(GTAGS_ARGS) "$$here"
414 cscopelist: cscopelist-am
415
416 cscopelist-am: $(am__tagged_files)
417 list='$(am__tagged_files)'; \
418 case "$(srcdir)" in \
419 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
420 *) sdir=$(subdir)/$(srcdir) ;; \
421 esac; \
422 for i in $$list; do \
423 if test -f "$$i"; then \
424 echo "$(subdir)/$$i"; \
425 else \
426 echo "$$sdir/$$i"; \
427 fi; \
428 done >> $(top_builddir)/cscope.files
429
430 distclean-tags:
431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433 distdir: $(DISTFILES)
434 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436 list='$(DISTFILES)'; \
437 dist_files=`for file in $$list; do echo $$file; done | \
438 sed -e "s|^$$srcdirstrip/||;t" \
439 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440 case $$dist_files in \
441 */*) $(MKDIR_P) `echo "$$dist_files" | \
442 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443 sort -u` ;; \
444 esac; \
445 for file in $$dist_files; do \
446 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447 if test -d $$d/$$file; then \
448 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449 if test -d "$(distdir)/$$file"; then \
450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451 fi; \
452 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
456 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457 else \
458 test -f "$(distdir)/$$file" \
459 || cp -p $$d/$$file "$(distdir)/$$file" \
460 || exit 1; \
461 fi; \
462 done
463 check-am: all-am
464 check: check-am
465 all-am: Makefile $(PROGRAMS)
466 installdirs:
467 for dir in "$(DESTDIR)$(bindir)"; do \
468 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
469 done
470 install: install-am
471 install-exec: install-exec-am
472 install-data: install-data-am
473 uninstall: uninstall-am
474
475 install-am: all-am
476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478 installcheck: installcheck-am
479 install-strip:
480 if test -z '$(STRIP)'; then \
481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483 install; \
484 else \
485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
487 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
488 fi
489 mostlyclean-generic:
490
491 clean-generic:
492
493 distclean-generic:
494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
496
497 maintainer-clean-generic:
498 @echo "This command is intended for maintainers to use"
499 @echo "it deletes files that may require special tools to rebuild."
500 clean: clean-am
501
502 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
503
504 distclean: distclean-am
505 -rm -rf ./$(DEPDIR)
506 -rm -f Makefile
507 distclean-am: clean-am distclean-compile distclean-generic \
508 distclean-tags
509
510 dvi: dvi-am
511
512 dvi-am:
513
514 html: html-am
515
516 html-am:
517
518 info: info-am
519
520 info-am:
521
522 install-data-am:
523
524 install-dvi: install-dvi-am
525
526 install-dvi-am:
527
528 install-exec-am: install-binPROGRAMS
529
530 install-html: install-html-am
531
532 install-html-am:
533
534 install-info: install-info-am
535
536 install-info-am:
537
538 install-man:
539
540 install-pdf: install-pdf-am
541
542 install-pdf-am:
543
544 install-ps: install-ps-am
545
546 install-ps-am:
547
548 installcheck-am:
549
550 maintainer-clean: maintainer-clean-am
551 -rm -rf ./$(DEPDIR)
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
554
555 mostlyclean: mostlyclean-am
556
557 mostlyclean-am: mostlyclean-compile mostlyclean-generic
558
559 pdf: pdf-am
560
561 pdf-am:
562
563 ps: ps-am
564
565 ps-am:
566
567 uninstall-am: uninstall-binPROGRAMS
568
569 .MAKE: install-am install-strip
570
571 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
572 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
573 distclean distclean-compile distclean-generic distclean-tags \
574 distdir dvi dvi-am html html-am info info-am install \
575 install-am install-binPROGRAMS install-data install-data-am \
576 install-dvi install-dvi-am install-exec install-exec-am \
577 install-html install-html-am install-info install-info-am \
578 install-man install-pdf install-pdf-am install-ps \
579 install-ps-am install-strip installcheck installcheck-am \
580 installdirs maintainer-clean maintainer-clean-generic \
581 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
582 ps ps-am tags tags-am uninstall uninstall-am \
583 uninstall-binPROGRAMS
584
585
586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
587 # Otherwise a system limit (for SysV at least) may be exceeded.
588 .NOEXPORT:

mercurial