1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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.
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
19 # Makefile for building lcms 2 library
28 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
29 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
31 for am__flg in
$$MAKEFLAGS; do \
34 *n
*) am__dry
=yes
; break
;; \
38 test $$am__dry = yes
; \
40 pkgdatadir
= $(datadir)/@PACKAGE@
41 pkgincludedir
= $(includedir)/@PACKAGE@
42 pkglibdir
= $(libdir)/@PACKAGE@
43 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
44 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 install_sh_DATA
= $(install_sh
) -c
-m
644
46 install_sh_PROGRAM
= $(install_sh
) -c
47 install_sh_SCRIPT
= $(install_sh
) -c
48 INSTALL_HEADER
= $(INSTALL_DATA
)
49 transform
= $(program_transform_name
)
56 build_triplet
= @build@
59 DIST_COMMON
= $(srcdir)/Makefile.am
$(srcdir)/Makefile.in
60 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
61 am__aclocal_m4_deps
= $(top_srcdir
)/configure.ac
62 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
64 mkinstalldirs
= $(install_sh
) -d
66 CONFIG_CLEAN_VPATH_FILES
=
67 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj
= case
$$p in \
69 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
74 am__nobase_strip_setup
= \
75 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
78 am__nobase_list
= $(am__nobase_strip_setup
); \
79 for p in
$$list; do echo
"$$p $$p"; done | \
80 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82 if (++n[$$2] == $(am__install_max)) \
83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84 END { for (dir in files) print dir, files[dir] }'
86 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88 am__uninstall_files_from_dir
= { \
90 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
91 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
92 $(am__cd
) "$$dir" && rm -f
$$files; }; \
94 am__installdirs
= "$(DESTDIR)$(libdir)"
95 LTLIBRARIES
= $(lib_LTLIBRARIES
)
97 liblcms2_la_DEPENDENCIES
= $(am__DEPENDENCIES_1
)
98 am_liblcms2_la_OBJECTS
= cmscnvrt.lo cmserr.lo cmsgamma.lo cmsgmt.lo \
99 cmsintrp.lo cmsio0.lo cmsio1.lo cmslut.lo cmsplugin.lo \
100 cmssm.lo cmsmd5.lo cmsmtrx.lo cmspack.lo cmspcs.lo cmswtpnt.lo \
101 cmsxform.lo cmssamp.lo cmsnamed.lo cmscam02.lo cmsvirt.lo \
102 cmstypes.lo cmscgats.lo cmsps2.lo cmsopt.lo cmshalf.lo
103 liblcms2_la_OBJECTS
= $(am_liblcms2_la_OBJECTS
)
104 liblcms2_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
105 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
106 $(liblcms2_la_LDFLAGS
) $(LDFLAGS
) -o
$@
107 DEFAULT_INCLUDES
= -I.@am__isrc@
108 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
109 am__depfiles_maybe
= depfiles
111 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
112 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
113 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
114 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
115 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
117 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
118 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
120 SOURCES
= $(liblcms2_la_SOURCES
)
121 DIST_SOURCES
= $(liblcms2_la_SOURCES
)
122 am__can_run_installinfo
= \
123 case
$$AM_UPDATE_INFO_DIR in \
125 *) (install-info
--version
) >/dev
/null
2>&1;; \
129 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
134 AUTOCONF
= @AUTOCONF@
135 AUTOHEADER
= @AUTOHEADER@
136 AUTOMAKE
= @AUTOMAKE@
139 CCDEPMODE
= @CCDEPMODE@
142 CPPFLAGS
= @CPPFLAGS@
145 CXXDEPMODE
= @CXXDEPMODE@
146 CXXFLAGS
= @CXXFLAGS@
147 CYGPATH_W
= @CYGPATH_W@
151 DSYMUTIL
= @DSYMUTIL@
161 INSTALL_DATA
= @INSTALL_DATA@
162 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
163 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
165 JPEGICC_DEPLIBS
= @JPEGICC_DEPLIBS@
166 LCMS_LIB_DEPLIBS
= @LCMS_LIB_DEPLIBS@
170 LIBRARY_AGE
= @LIBRARY_AGE@
171 LIBRARY_CURRENT
= @LIBRARY_CURRENT@
172 LIBRARY_REVISION
= @LIBRARY_REVISION@
175 LIBTOOL_DEPS
= @LIBTOOL_DEPS@
176 LIB_JPEG
= @LIB_JPEG@
177 LIB_MATH
= @LIB_MATH@
178 LIB_TIFF
= @LIB_TIFF@
179 LIB_ZLIB
= @LIB_ZLIB@
182 LTLIBOBJS
= @LTLIBOBJS@
184 MAKEINFO
= @MAKEINFO@
185 MANIFEST_TOOL
= @MANIFEST_TOOL@
194 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
195 PACKAGE_NAME
= @PACKAGE_NAME@
196 PACKAGE_STRING
= @PACKAGE_STRING@
197 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
198 PACKAGE_URL
= @PACKAGE_URL@
199 PACKAGE_VERSION
= @PACKAGE_VERSION@
200 PATH_SEPARATOR
= @PATH_SEPARATOR@
203 SET_MAKE
= @SET_MAKE@
206 TIFFICC_DEPLIBS
= @TIFFICC_DEPLIBS@
208 abs_builddir
= @abs_builddir@
209 abs_srcdir
= @abs_srcdir@
210 abs_top_builddir
= @abs_top_builddir@
211 abs_top_srcdir
= @abs_top_srcdir@
212 ac_ct_AR
= @ac_ct_AR@
213 ac_ct_CC
= @ac_ct_CC@
214 ac_ct_CXX
= @ac_ct_CXX@
215 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
216 am__include
= @am__include@
217 am__leading_dot
= @am__leading_dot@
218 am__quote
= @am__quote@
220 am__untar
= @am__untar@
223 build_alias
= @build_alias@
224 build_cpu
= @build_cpu@
225 build_os
= @build_os@
226 build_vendor
= @build_vendor@
227 builddir
= @builddir@
229 datarootdir
= @datarootdir@
232 exec_prefix = @
exec_prefix@
234 host_alias
= @host_alias@
235 host_cpu
= @host_cpu@
237 host_vendor
= @host_vendor@
240 # CFLAGS = -pedantic -Wall -std=c99 -O3
241 includedir = ${prefix}/include
244 install_sh
= @install_sh@
246 libexecdir
= @libexecdir@
247 localedir
= @localedir@
248 localstatedir
= @localstatedir@
251 oldincludedir = @
oldincludedir@
254 program_transform_name
= @program_transform_name@
257 sharedstatedir
= @sharedstatedir@
259 sysconfdir
= @sysconfdir@
260 target_alias
= @target_alias@
261 top_build_prefix
= @top_build_prefix@
262 top_builddir
= @top_builddir@
263 top_srcdir
= @top_srcdir@
265 # Don't require all the GNU mandated files
266 AUTOMAKE_OPTIONS
= 1.7 foreign
268 # Shared libraries built in this directory
269 lib_LTLIBRARIES
= liblcms2.la
270 INCLUDES
= -I
$(top_builddir
)/include -I
$(top_srcdir
)/include
271 liblcms2_la_LDFLAGS
= -no-undefined \
272 -version-info
$(LIBRARY_CURRENT
):$(LIBRARY_REVISION
):$(LIBRARY_AGE
)
274 liblcms2_la_LIBADD
= $(LCMS_LIB_DEPLIBS
)
275 liblcms2_la_SOURCES
= \
276 cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio0.c cmsio1.c cmslut.c \
277 cmsplugin.c cmssm.c cmsmd5.c cmsmtrx.c cmspack.c cmspcs.c cmswtpnt.c cmsxform.c \
278 cmssamp.c cmsnamed.c cmscam02.c cmsvirt.c cmstypes.c cmscgats.c cmsps2.c cmsopt.c \
279 cmshalf.c lcms2_internal.h
284 .SUFFIXES
: .c .lo .o .obj
285 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
287 case
'$(am__configure_deps)' in \
289 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
290 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
294 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
295 $(am__cd
) $(top_srcdir
) && \
296 $(AUTOMAKE
) --foreign src
/Makefile
298 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
301 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
303 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
307 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
308 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
310 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
311 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
312 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
313 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
314 $(am__aclocal_m4_deps
):
315 install-libLTLIBRARIES
: $(lib_LTLIBRARIES
)
317 @list
='$(lib_LTLIBRARIES)'; test -n
"$(libdir)" || list
=; \
318 list2
=; for p in
$$list; do \
319 if
test -f
$$p; then \
320 list2
="$$list2 $$p"; \
323 test -z
"$$list2" ||
{ \
324 echo
" $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
325 $(MKDIR_P
) "$(DESTDIR)$(libdir)" || exit
1; \
326 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
327 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $$list2 "$(DESTDIR)$(libdir)"; \
330 uninstall-libLTLIBRARIES
:
332 @list
='$(lib_LTLIBRARIES)'; test -n
"$(libdir)" || list
=; \
333 for p in
$$list; do \
335 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
336 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(libdir)/$$f"; \
339 clean-libLTLIBRARIES
:
340 -test -z
"$(lib_LTLIBRARIES)" ||
rm -f
$(lib_LTLIBRARIES
)
341 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
342 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
343 test "$$dir" != "$$p" ||
dir=.
; \
344 echo
"rm -f \"$${dir}/so_locations\""; \
345 rm -f
"$${dir}/so_locations"; \
347 liblcms2.la
: $(liblcms2_la_OBJECTS
) $(liblcms2_la_DEPENDENCIES
) $(EXTRA_liblcms2_la_DEPENDENCIES
)
348 $(liblcms2_la_LINK
) -rpath
$(libdir) $(liblcms2_la_OBJECTS
) $(liblcms2_la_LIBADD
) $(LIBS
)
356 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmscam02.Plo@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmscgats.Plo@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmscnvrt.Plo@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmserr.Plo@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsgamma.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsgmt.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmshalf.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsintrp.Plo@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsio0.Plo@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsio1.Plo@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmslut.Plo@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsmd5.Plo@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsmtrx.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsnamed.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsopt.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmspack.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmspcs.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsplugin.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsps2.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmssamp.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmssm.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmstypes.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsvirt.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmswtpnt.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cmsxform.Plo@am__quote@
383 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
384 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
390 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
391 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
397 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
398 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
409 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
410 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411 unique
=`for i in $$list; do \
412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415 END { if (nonempty) { for (i in files) print i; }; }'`; \
419 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
420 $(TAGS_FILES
) $(LISP
)
423 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique
=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 END { if (nonempty) { for (i in files) print i; }; }'`; \
430 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
431 test -n
"$$unique" || unique
=$$empty_fix; \
432 if
test $$# -gt 0; then \
433 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
436 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
441 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
442 $(TAGS_FILES
) $(LISP
)
443 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444 unique
=`for i in $$list; do \
445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448 END { if (nonempty) { for (i in files) print i; }; }'`; \
449 test -z
"$(CTAGS_ARGS)$$unique" \
450 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
454 here
=`$(am__cd) $(top_builddir) && pwd` \
455 && $(am__cd
) $(top_srcdir
) \
456 && gtags
-i
$(GTAGS_ARGS
) "$$here"
459 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
461 distdir
: $(DISTFILES
)
462 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464 list
='$(DISTFILES)'; \
465 dist_files
=`for file in $$list; do echo $$file; done | \
466 sed -e "s|^$$srcdirstrip/||;t" \
467 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468 case
$$dist_files in \
469 */*) $(MKDIR_P
) `echo "$$dist_files" | \
470 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473 for file in
$$dist_files; do \
474 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
475 if
test -d
$$d/$$file; then \
476 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477 if
test -d
"$(distdir)/$$file"; then \
478 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
480 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
481 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
482 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
484 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
486 test -f
"$(distdir)/$$file" \
487 || cp
-p
$$d/$$file "$(distdir)/$$file" \
493 all-am
: Makefile
$(LTLIBRARIES
)
495 for
dir in
"$(DESTDIR)$(libdir)"; do \
496 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
499 install-exec
: install-exec-am
500 install-data
: install-data-am
501 uninstall: uninstall-am
504 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
506 installcheck: installcheck-am
508 if
test -z
'$(STRIP)'; then \
509 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
510 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
513 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
514 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
515 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
523 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
525 maintainer-clean-generic
:
526 @echo
"This command is intended for maintainers to use"
527 @echo
"it deletes files that may require special tools to rebuild."
530 clean-am
: clean-generic clean-libLTLIBRARIES clean-libtool \
533 distclean: distclean-am
536 distclean-am
: clean-am distclean-compile distclean-generic \
553 install-dvi
: install-dvi-am
557 install-exec-am
: install-libLTLIBRARIES
559 install-html
: install-html-am
563 install-info
: install-info-am
569 install-pdf
: install-pdf-am
573 install-ps
: install-ps-am
579 maintainer-clean
: maintainer-clean-am
582 maintainer-clean-am
: distclean-am maintainer-clean-generic
584 mostlyclean: mostlyclean-am
586 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
597 uninstall-am
: uninstall-libLTLIBRARIES
599 .MAKE
: install-am install-strip
601 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
602 clean-libLTLIBRARIES clean-libtool ctags
distclean \
603 distclean-compile distclean-generic distclean-libtool \
604 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
605 install install-am install-data install-data-am install-dvi \
606 install-dvi-am install-exec install-exec-am install-html \
607 install-html-am install-info install-info-am \
608 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
609 install-ps install-ps-am install-strip
installcheck \
610 installcheck-am
installdirs maintainer-clean \
611 maintainer-clean-generic
mostlyclean mostlyclean-compile \
612 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613 tags uninstall uninstall-am uninstall-libLTLIBRARIES
616 # Tell versions [3.59,3.63) of GNU make to not export all variables.
617 # Otherwise a system limit (for SysV at least) may be exceeded.