Aligning with WRF
[WPS.git] / external / jasper-1.900.29 / test / Makefile.in
blob7af26d3b78c08386ed36ee127dbd9fd347d93637
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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.
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.
15 @SET_MAKE@
17 # Copyright (c) 2001-2003 Michael David Adams.
18 # All rights reserved.
20 # __START_OF_JASPER_LICENSE__
22 # JasPer License Version 2.0
24 # Copyright (c) 2001-2006 Michael David Adams
25 # Copyright (c) 1999-2000 Image Power, Inc.
26 # Copyright (c) 1999-2000 The University of British Columbia
28 # All rights reserved.
30 # Permission is hereby granted, free of charge, to any person (the
31 # "User") obtaining a copy of this software and associated documentation
32 # files (the "Software"), to deal in the Software without restriction,
33 # including without limitation the rights to use, copy, modify, merge,
34 # publish, distribute, and/or sell copies of the Software, and to permit
35 # persons to whom the Software is furnished to do so, subject to the
36 # following conditions:
38 # 1. The above copyright notices and this permission notice (which
39 # includes the disclaimer below) shall be included in all copies or
40 # substantial portions of the Software.
42 # 2. The name of a copyright holder shall not be used to endorse or
43 # promote products derived from the Software without specific prior
44 # written permission.
46 # THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
47 # LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
48 # THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
49 # "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
50 # BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
51 # PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
52 # EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
53 # INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
54 # FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
55 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
56 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
57 # PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
58 # THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
59 # EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
60 # BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
61 # PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
62 # GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
63 # ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
64 # IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
65 # SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
66 # AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
67 # SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
68 # THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
69 # PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
70 # RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
71 # EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
73 # __END_OF_JASPER_LICENSE__
74 VPATH = @srcdir@
75 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
76 am__make_running_with_option = \
77 case $${target_option-} in \
78 ?) ;; \
79 *) echo "am__make_running_with_option: internal error: invalid" \
80 "target option '$${target_option-}' specified" >&2; \
81 exit 1;; \
82 esac; \
83 has_opt=no; \
84 sane_makeflags=$$MAKEFLAGS; \
85 if $(am__is_gnu_make); then \
86 sane_makeflags=$$MFLAGS; \
87 else \
88 case $$MAKEFLAGS in \
89 *\\[\ \ ]*) \
90 bs=\\; \
91 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
92 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
93 esac; \
94 fi; \
95 skip_next=no; \
96 strip_trailopt () \
97 { \
98 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
99 }; \
100 for flg in $$sane_makeflags; do \
101 test $$skip_next = yes && { skip_next=no; continue; }; \
102 case $$flg in \
103 *=*|--*) continue;; \
104 -*I) strip_trailopt 'I'; skip_next=yes;; \
105 -*I?*) strip_trailopt 'I';; \
106 -*O) strip_trailopt 'O'; skip_next=yes;; \
107 -*O?*) strip_trailopt 'O';; \
108 -*l) strip_trailopt 'l'; skip_next=yes;; \
109 -*l?*) strip_trailopt 'l';; \
110 -[dEDm]) skip_next=yes;; \
111 -[JT]) skip_next=yes;; \
112 esac; \
113 case $$flg in \
114 *$$target_option*) has_opt=yes; break;; \
115 esac; \
116 done; \
117 test $$has_opt = yes
118 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
119 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
120 pkgdatadir = $(datadir)/@PACKAGE@
121 pkgincludedir = $(includedir)/@PACKAGE@
122 pkglibdir = $(libdir)/@PACKAGE@
123 pkglibexecdir = $(libexecdir)/@PACKAGE@
124 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
125 install_sh_DATA = $(install_sh) -c -m 644
126 install_sh_PROGRAM = $(install_sh) -c
127 install_sh_SCRIPT = $(install_sh) -c
128 INSTALL_HEADER = $(INSTALL_DATA)
129 transform = $(program_transform_name)
130 NORMAL_INSTALL = :
131 PRE_INSTALL = :
132 POST_INSTALL = :
133 NORMAL_UNINSTALL = :
134 PRE_UNINSTALL = :
135 POST_UNINSTALL = :
136 build_triplet = @build@
137 host_triplet = @host@
138 subdir = test
139 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
140 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141 am__aclocal_m4_deps = $(top_srcdir)/ac_m4/libtool.m4 \
142 $(top_srcdir)/ac_m4/ltoptions.m4 \
143 $(top_srcdir)/ac_m4/ltsugar.m4 \
144 $(top_srcdir)/ac_m4/ltversion.m4 \
145 $(top_srcdir)/ac_m4/lt~obsolete.m4 \
146 $(top_srcdir)/ac_m4/m4_ax_generate_changelog.m4 \
147 $(top_srcdir)/ac_m4/m4_ax_cflags_gcc_option.m4 \
148 $(top_srcdir)/ac_m4/m4_ax_check_compile_flag.m4 \
149 $(top_srcdir)/ac_m4/m4_ax_append_flag.m4 \
150 $(top_srcdir)/configure.ac
151 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152 $(ACLOCAL_M4)
153 mkinstalldirs = $(install_sh) -d
154 CONFIG_HEADER = \
155 $(top_builddir)/src/libjasper/include/jasper/jas_pconf.h
156 CONFIG_CLEAN_FILES =
157 CONFIG_CLEAN_VPATH_FILES =
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
173 ctags-recursive dvi-recursive html-recursive info-recursive \
174 install-data-recursive install-dvi-recursive \
175 install-exec-recursive install-html-recursive \
176 install-info-recursive install-pdf-recursive \
177 install-ps-recursive install-recursive installcheck-recursive \
178 installdirs-recursive pdf-recursive ps-recursive \
179 tags-recursive uninstall-recursive
180 am__can_run_installinfo = \
181 case $$AM_UPDATE_INFO_DIR in \
182 n|no|NO) false;; \
183 *) (install-info --version) >/dev/null 2>&1;; \
184 esac
185 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
186 distclean-recursive maintainer-clean-recursive
187 am__recursive_targets = \
188 $(RECURSIVE_TARGETS) \
189 $(RECURSIVE_CLEAN_TARGETS) \
190 $(am__extra_recursive_targets)
191 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192 distdir
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 # Read a list of newline-separated strings from the standard input,
195 # and print each of them once, without duplicates. Input order is
196 # *not* preserved.
197 am__uniquify_input = $(AWK) '\
198 BEGIN { nonempty = 0; } \
199 { items[$$0] = 1; nonempty = 1; } \
200 END { if (nonempty) { for (i in items) print i; }; } \
202 # Make sure the list of sources is unique. This is necessary because,
203 # e.g., the same source file might be shared among _SOURCES variables
204 # for different programs/libraries.
205 am__define_uniq_tagged_files = \
206 list='$(am__tagged_files)'; \
207 unique=`for i in $$list; do \
208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209 done | $(am__uniquify_input)`
210 ETAGS = etags
211 CTAGS = ctags
212 DIST_SUBDIRS = $(SUBDIRS)
213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214 am__relativize = \
215 dir0=`pwd`; \
216 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217 sed_rest='s,^[^/]*/*,,'; \
218 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
219 sed_butlast='s,/*[^/]*$$,,'; \
220 while test -n "$$dir1"; do \
221 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
222 if test "$$first" != "."; then \
223 if test "$$first" = ".."; then \
224 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
225 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226 else \
227 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228 if test "$$first2" = "$$first"; then \
229 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
230 else \
231 dir2="../$$dir2"; \
232 fi; \
233 dir0="$$dir0"/"$$first"; \
234 fi; \
235 fi; \
236 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
237 done; \
238 reldir="$$dir2"
239 ACLOCAL = @ACLOCAL@
240 AMTAR = @AMTAR@
241 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242 AR = @AR@
243 AUTOCONF = @AUTOCONF@
244 AUTOHEADER = @AUTOHEADER@
245 AUTOMAKE = @AUTOMAKE@
246 AWK = @AWK@
247 CC = @CC@
248 CCDEPMODE = @CCDEPMODE@
249 CFLAGS = @CFLAGS@
250 CPP = @CPP@
251 CPPFLAGS = @CPPFLAGS@
252 CYGPATH_W = @CYGPATH_W@
253 DEFS = @DEFS@
254 DEPDIR = @DEPDIR@
255 DLLTOOL = @DLLTOOL@
256 DSYMUTIL = @DSYMUTIL@
257 DUMPBIN = @DUMPBIN@
258 ECHO_C = @ECHO_C@
259 ECHO_N = @ECHO_N@
260 ECHO_T = @ECHO_T@
261 EGREP = @EGREP@
262 EXEEXT = @EXEEXT@
263 FGREP = @FGREP@
264 GIT = @GIT@
265 GREP = @GREP@
266 INSTALL = @INSTALL@
267 INSTALL_DATA = @INSTALL_DATA@
268 INSTALL_PROGRAM = @INSTALL_PROGRAM@
269 INSTALL_SCRIPT = @INSTALL_SCRIPT@
270 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271 JAS_HAVE_FCNTL_H = @JAS_HAVE_FCNTL_H@
272 JAS_HAVE_GETRUSAGE = @JAS_HAVE_GETRUSAGE@
273 JAS_HAVE_GETTIMEOFDAY = @JAS_HAVE_GETTIMEOFDAY@
274 JAS_HAVE_IO_H = @JAS_HAVE_IO_H@
275 JAS_HAVE_SYS_TIME_H = @JAS_HAVE_SYS_TIME_H@
276 JAS_HAVE_SYS_TYPES_H = @JAS_HAVE_SYS_TYPES_H@
277 JAS_HAVE_UNISTD_H = @JAS_HAVE_UNISTD_H@
278 JAS_HAVE_WINDOWS_H = @JAS_HAVE_WINDOWS_H@
279 JAS_MAJOR_VERSION = @JAS_MAJOR_VERSION@
280 JAS_MICRO_VERSION = @JAS_MICRO_VERSION@
281 JAS_MINOR_VERSION = @JAS_MINOR_VERSION@
282 JAS_RPM_RELEASE = @JAS_RPM_RELEASE@
283 JAS_VERSION = @JAS_VERSION@
284 LD = @LD@
285 LDFLAGS = @LDFLAGS@
286 LIBOBJS = @LIBOBJS@
287 LIBS = @LIBS@
288 LIBTOOL = @LIBTOOL@
289 LIPO = @LIPO@
290 LN_S = @LN_S@
291 LTLIBOBJS = @LTLIBOBJS@
292 LT_AGE = @LT_AGE@
293 LT_CURRENT = @LT_CURRENT@
294 LT_RELEASE = @LT_RELEASE@
295 LT_REVISION = @LT_REVISION@
296 MAKEINFO = @MAKEINFO@
297 MANIFEST_TOOL = @MANIFEST_TOOL@
298 MKDIR_P = @MKDIR_P@
299 NM = @NM@
300 NMEDIT = @NMEDIT@
301 OBJDUMP = @OBJDUMP@
302 OBJEXT = @OBJEXT@
303 OPENGL_LIBS = @OPENGL_LIBS@
304 OTOOL = @OTOOL@
305 OTOOL64 = @OTOOL64@
306 PACKAGE = @PACKAGE@
307 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
308 PACKAGE_NAME = @PACKAGE_NAME@
309 PACKAGE_STRING = @PACKAGE_STRING@
310 PACKAGE_TARNAME = @PACKAGE_TARNAME@
311 PACKAGE_URL = @PACKAGE_URL@
312 PACKAGE_VERSION = @PACKAGE_VERSION@
313 PATH_SEPARATOR = @PATH_SEPARATOR@
314 RANLIB = @RANLIB@
315 SED = @SED@
316 SET_MAKE = @SET_MAKE@
317 SHELL = @SHELL@
318 STRIP = @STRIP@
319 VERSION = @VERSION@
320 XMKMF = @XMKMF@
321 X_CFLAGS = @X_CFLAGS@
322 X_EXTRA_LIBS = @X_EXTRA_LIBS@
323 X_LIBS = @X_LIBS@
324 X_PRE_LIBS = @X_PRE_LIBS@
325 abs_builddir = @abs_builddir@
326 abs_srcdir = @abs_srcdir@
327 abs_top_builddir = @abs_top_builddir@
328 abs_top_srcdir = @abs_top_srcdir@
329 ac_ct_AR = @ac_ct_AR@
330 ac_ct_CC = @ac_ct_CC@
331 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
332 am__include = @am__include@
333 am__leading_dot = @am__leading_dot@
334 am__quote = @am__quote@
335 am__tar = @am__tar@
336 am__untar = @am__untar@
337 bindir = @bindir@
338 build = @build@
339 build_alias = @build_alias@
340 build_cpu = @build_cpu@
341 build_os = @build_os@
342 build_vendor = @build_vendor@
343 builddir = @builddir@
344 datadir = @datadir@
345 datarootdir = @datarootdir@
346 docdir = @docdir@
347 dvidir = @dvidir@
348 exec_prefix = @exec_prefix@
349 host = @host@
350 host_alias = @host_alias@
351 host_cpu = @host_cpu@
352 host_os = @host_os@
353 host_vendor = @host_vendor@
354 htmldir = @htmldir@
355 includedir = @includedir@
356 infodir = @infodir@
357 install_sh = @install_sh@
358 libdir = @libdir@
359 libexecdir = @libexecdir@
360 localedir = @localedir@
361 localstatedir = @localstatedir@
362 mandir = @mandir@
363 mkdir_p = @mkdir_p@
364 oldincludedir = @oldincludedir@
365 pdfdir = @pdfdir@
366 prefix = @prefix@
367 program_transform_name = @program_transform_name@
368 psdir = @psdir@
369 sbindir = @sbindir@
370 sharedstatedir = @sharedstatedir@
371 srcdir = @srcdir@
372 sysconfdir = @sysconfdir@
373 target_alias = @target_alias@
374 top_build_prefix = @top_build_prefix@
375 top_builddir = @top_builddir@
376 top_srcdir = @top_srcdir@
377 SUBDIRS = bin
378 all: all-recursive
380 .SUFFIXES:
381 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign test/Makefile
393 .PRECIOUS: Makefile
394 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
395 @case '$?' in \
396 *config.status*) \
397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
398 *) \
399 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
400 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
401 esac;
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406 $(top_srcdir)/configure: $(am__configure_deps)
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
409 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410 $(am__aclocal_m4_deps):
412 mostlyclean-libtool:
413 -rm -f *.lo
415 clean-libtool:
416 -rm -rf .libs _libs
418 # This directory's subdirectories are mostly independent; you can cd
419 # into them and run 'make' without going through this Makefile.
420 # To change the values of 'make' variables: instead of editing Makefiles,
421 # (1) if the variable is set in 'config.status', edit 'config.status'
422 # (which will cause the Makefiles to be regenerated when you run 'make');
423 # (2) otherwise, pass the desired values on the 'make' command line.
424 $(am__recursive_targets):
425 @fail=; \
426 if $(am__make_keepgoing); then \
427 failcom='fail=yes'; \
428 else \
429 failcom='exit 1'; \
430 fi; \
431 dot_seen=no; \
432 target=`echo $@ | sed s/-recursive//`; \
433 case "$@" in \
434 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
435 *) list='$(SUBDIRS)' ;; \
436 esac; \
437 for subdir in $$list; do \
438 echo "Making $$target in $$subdir"; \
439 if test "$$subdir" = "."; then \
440 dot_seen=yes; \
441 local_target="$$target-am"; \
442 else \
443 local_target="$$target"; \
444 fi; \
445 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
446 || eval $$failcom; \
447 done; \
448 if test "$$dot_seen" = "no"; then \
449 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
450 fi; test -z "$$fail"
452 ID: $(am__tagged_files)
453 $(am__define_uniq_tagged_files); mkid -fID $$unique
454 tags: tags-recursive
455 TAGS: tags
457 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458 set x; \
459 here=`pwd`; \
460 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
461 include_option=--etags-include; \
462 empty_fix=.; \
463 else \
464 include_option=--include; \
465 empty_fix=; \
466 fi; \
467 list='$(SUBDIRS)'; for subdir in $$list; do \
468 if test "$$subdir" = .; then :; else \
469 test ! -f $$subdir/TAGS || \
470 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
471 fi; \
472 done; \
473 $(am__define_uniq_tagged_files); \
474 shift; \
475 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476 test -n "$$unique" || unique=$$empty_fix; \
477 if test $$# -gt 0; then \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 "$$@" $$unique; \
480 else \
481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482 $$unique; \
483 fi; \
485 ctags: ctags-recursive
487 CTAGS: ctags
488 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489 $(am__define_uniq_tagged_files); \
490 test -z "$(CTAGS_ARGS)$$unique" \
491 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492 $$unique
494 GTAGS:
495 here=`$(am__cd) $(top_builddir) && pwd` \
496 && $(am__cd) $(top_srcdir) \
497 && gtags -i $(GTAGS_ARGS) "$$here"
498 cscopelist: cscopelist-recursive
500 cscopelist-am: $(am__tagged_files)
501 list='$(am__tagged_files)'; \
502 case "$(srcdir)" in \
503 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504 *) sdir=$(subdir)/$(srcdir) ;; \
505 esac; \
506 for i in $$list; do \
507 if test -f "$$i"; then \
508 echo "$(subdir)/$$i"; \
509 else \
510 echo "$$sdir/$$i"; \
511 fi; \
512 done >> $(top_builddir)/cscope.files
514 distclean-tags:
515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517 distdir: $(DISTFILES)
518 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520 list='$(DISTFILES)'; \
521 dist_files=`for file in $$list; do echo $$file; done | \
522 sed -e "s|^$$srcdirstrip/||;t" \
523 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524 case $$dist_files in \
525 */*) $(MKDIR_P) `echo "$$dist_files" | \
526 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527 sort -u` ;; \
528 esac; \
529 for file in $$dist_files; do \
530 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531 if test -d $$d/$$file; then \
532 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533 if test -d "$(distdir)/$$file"; then \
534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535 fi; \
536 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 fi; \
540 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541 else \
542 test -f "$(distdir)/$$file" \
543 || cp -p $$d/$$file "$(distdir)/$$file" \
544 || exit 1; \
545 fi; \
546 done
547 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548 if test "$$subdir" = .; then :; else \
549 $(am__make_dryrun) \
550 || test -d "$(distdir)/$$subdir" \
551 || $(MKDIR_P) "$(distdir)/$$subdir" \
552 || exit 1; \
553 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554 $(am__relativize); \
555 new_distdir=$$reldir; \
556 dir1=$$subdir; dir2="$(top_distdir)"; \
557 $(am__relativize); \
558 new_top_distdir=$$reldir; \
559 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561 ($(am__cd) $$subdir && \
562 $(MAKE) $(AM_MAKEFLAGS) \
563 top_distdir="$$new_top_distdir" \
564 distdir="$$new_distdir" \
565 am__remove_distdir=: \
566 am__skip_length_check=: \
567 am__skip_mode_fix=: \
568 distdir) \
569 || exit 1; \
570 fi; \
571 done
572 check-am: all-am
573 check: check-recursive
574 all-am: Makefile
575 installdirs: installdirs-recursive
576 installdirs-am:
577 install: install-recursive
578 install-exec: install-exec-recursive
579 install-data: install-data-recursive
580 uninstall: uninstall-recursive
582 install-am: all-am
583 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585 installcheck: installcheck-recursive
586 install-strip:
587 if test -z '$(STRIP)'; then \
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 install; \
591 else \
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
596 mostlyclean-generic:
598 clean-generic:
600 distclean-generic:
601 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
602 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
604 maintainer-clean-generic:
605 @echo "This command is intended for maintainers to use"
606 @echo "it deletes files that may require special tools to rebuild."
607 clean: clean-recursive
609 clean-am: clean-generic clean-libtool mostlyclean-am
611 distclean: distclean-recursive
612 -rm -f Makefile
613 distclean-am: clean-am distclean-generic distclean-tags
615 dvi: dvi-recursive
617 dvi-am:
619 html: html-recursive
621 html-am:
623 info: info-recursive
625 info-am:
627 install-data-am:
629 install-dvi: install-dvi-recursive
631 install-dvi-am:
633 install-exec-am:
635 install-html: install-html-recursive
637 install-html-am:
639 install-info: install-info-recursive
641 install-info-am:
643 install-man:
645 install-pdf: install-pdf-recursive
647 install-pdf-am:
649 install-ps: install-ps-recursive
651 install-ps-am:
653 installcheck-am:
655 maintainer-clean: maintainer-clean-recursive
656 -rm -f Makefile
657 maintainer-clean-am: distclean-am maintainer-clean-generic
659 mostlyclean: mostlyclean-recursive
661 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
663 pdf: pdf-recursive
665 pdf-am:
667 ps: ps-recursive
669 ps-am:
671 uninstall-am:
673 .MAKE: $(am__recursive_targets) install-am install-strip
675 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
676 check-am clean clean-generic clean-libtool cscopelist-am ctags \
677 ctags-am distclean distclean-generic distclean-libtool \
678 distclean-tags distdir dvi dvi-am html html-am info info-am \
679 install install-am install-data install-data-am install-dvi \
680 install-dvi-am install-exec install-exec-am install-html \
681 install-html-am install-info install-info-am install-man \
682 install-pdf install-pdf-am install-ps install-ps-am \
683 install-strip installcheck installcheck-am installdirs \
684 installdirs-am maintainer-clean maintainer-clean-generic \
685 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
686 ps ps-am tags tags-am uninstall uninstall-am
689 # Tell versions [3.59,3.63) of GNU make to not export all variables.
690 # Otherwise a system limit (for SysV at least) may be exceeded.
691 .NOEXPORT: