libdockapp: Add version 0.6.3 to repository.
[dockapps.git] / libdockapp / src / Makefile.in
blobf3fbc316abe92ddbb0c1c91245f3861a6b126f87
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 # $Id: Makefile.am,v 1.7 2005/04/08 15:46:33 dalroi Exp $
20 VPATH = @srcdir@
21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 am__make_running_with_option = \
23 case $${target_option-} in \
24 ?) ;; \
25 *) echo "am__make_running_with_option: internal error: invalid" \
26 "target option '$${target_option-}' specified" >&2; \
27 exit 1;; \
28 esac; \
29 has_opt=no; \
30 sane_makeflags=$$MAKEFLAGS; \
31 if $(am__is_gnu_make); then \
32 sane_makeflags=$$MFLAGS; \
33 else \
34 case $$MAKEFLAGS in \
35 *\\[\ \ ]*) \
36 bs=\\; \
37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
39 esac; \
40 fi; \
41 skip_next=no; \
42 strip_trailopt () \
43 { \
44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45 }; \
46 for flg in $$sane_makeflags; do \
47 test $$skip_next = yes && { skip_next=no; continue; }; \
48 case $$flg in \
49 *=*|--*) continue;; \
50 -*I) strip_trailopt 'I'; skip_next=yes;; \
51 -*I?*) strip_trailopt 'I';; \
52 -*O) strip_trailopt 'O'; skip_next=yes;; \
53 -*O?*) strip_trailopt 'O';; \
54 -*l) strip_trailopt 'l'; skip_next=yes;; \
55 -*l?*) strip_trailopt 'l';; \
56 -[dEDm]) skip_next=yes;; \
57 -[JT]) skip_next=yes;; \
58 esac; \
59 case $$flg in \
60 *$$target_option*) has_opt=yes; break;; \
61 esac; \
62 done; \
63 test $$has_opt = yes
64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66 pkgdatadir = $(datadir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkglibexecdir = $(libexecdir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 subdir = src
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86 $(include_HEADERS) $(noinst_HEADERS)
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95 am__vpath_adj = case $$p in \
96 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97 *) f=$$p;; \
98 esac;
99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
100 am__install_max = 40
101 am__nobase_strip_setup = \
102 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
103 am__nobase_strip = \
104 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
105 am__nobase_list = $(am__nobase_strip_setup); \
106 for p in $$list; do echo "$$p $$p"; done | \
107 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
108 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109 if (++n[$$2] == $(am__install_max)) \
110 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
111 END { for (dir in files) print dir, files[dir] }'
112 am__base_list = \
113 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115 am__uninstall_files_from_dir = { \
116 test -z "$$files" \
117 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119 $(am__cd) "$$dir" && rm -f $$files; }; \
121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
122 LTLIBRARIES = $(lib_LTLIBRARIES)
123 libdockapp_la_LIBADD =
124 am_libdockapp_la_OBJECTS = daargs.lo dacallback.lo dacolor.lo \
125 daevent.lo damain.lo dapixmap.lo darect.lo dashaped.lo \
126 dautil.lo
127 libdockapp_la_OBJECTS = $(am_libdockapp_la_OBJECTS)
128 AM_V_lt = $(am__v_lt_@AM_V@)
129 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
130 am__v_lt_0 = --silent
131 am__v_lt_1 =
132 libdockapp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134 $(libdockapp_la_LDFLAGS) $(LDFLAGS) -o $@
135 AM_V_P = $(am__v_P_@AM_V@)
136 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137 am__v_P_0 = false
138 am__v_P_1 = :
139 AM_V_GEN = $(am__v_GEN_@AM_V@)
140 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141 am__v_GEN_0 = @echo " GEN " $@;
142 am__v_GEN_1 =
143 AM_V_at = $(am__v_at_@AM_V@)
144 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145 am__v_at_0 = @
146 am__v_at_1 =
147 DEFAULT_INCLUDES = -I.@am__isrc@
148 depcomp =
149 am__depfiles_maybe =
150 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155 $(AM_CFLAGS) $(CFLAGS)
156 AM_V_CC = $(am__v_CC_@AM_V@)
157 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158 am__v_CC_0 = @echo " CC " $@;
159 am__v_CC_1 =
160 CCLD = $(CC)
161 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163 $(AM_LDFLAGS) $(LDFLAGS) -o $@
164 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166 am__v_CCLD_0 = @echo " CCLD " $@;
167 am__v_CCLD_1 =
168 SOURCES = $(libdockapp_la_SOURCES)
169 DIST_SOURCES = $(libdockapp_la_SOURCES)
170 am__can_run_installinfo = \
171 case $$AM_UPDATE_INFO_DIR in \
172 n|no|NO) false;; \
173 *) (install-info --version) >/dev/null 2>&1;; \
174 esac
175 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
176 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177 # Read a list of newline-separated strings from the standard input,
178 # and print each of them once, without duplicates. Input order is
179 # *not* preserved.
180 am__uniquify_input = $(AWK) '\
181 BEGIN { nonempty = 0; } \
182 { items[$$0] = 1; nonempty = 1; } \
183 END { if (nonempty) { for (i in items) print i; }; } \
185 # Make sure the list of sources is unique. This is necessary because,
186 # e.g., the same source file might be shared among _SOURCES variables
187 # for different programs/libraries.
188 am__define_uniq_tagged_files = \
189 list='$(am__tagged_files)'; \
190 unique=`for i in $$list; do \
191 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192 done | $(am__uniquify_input)`
193 ETAGS = etags
194 CTAGS = ctags
195 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196 ACLOCAL = @ACLOCAL@
197 AMTAR = @AMTAR@
198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199 AR = @AR@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AWK = @AWK@
204 CC = @CC@
205 CCDEPMODE = @CCDEPMODE@
206 CFLAGS = @CFLAGS@
207 CPP = @CPP@
208 CPPFLAGS = @CPPFLAGS@
209 CYGPATH_W = @CYGPATH_W@
210 DEFS = @DEFS@
211 DEPDIR = @DEPDIR@
212 DFLAGS = @DFLAGS@
213 DLLTOOL = @DLLTOOL@
214 DSYMUTIL = @DSYMUTIL@
215 DUMPBIN = @DUMPBIN@
216 ECHO_C = @ECHO_C@
217 ECHO_N = @ECHO_N@
218 ECHO_T = @ECHO_T@
219 EGREP = @EGREP@
220 EXEEXT = @EXEEXT@
221 FCCACHE = @FCCACHE@
222 FGREP = @FGREP@
223 FONTDIR = @FONTDIR@
224 FONTROOTDIR = @FONTROOTDIR@
225 GREP = @GREP@
226 INSTALL = @INSTALL@
227 INSTALL_DATA = @INSTALL_DATA@
228 INSTALL_PROGRAM = @INSTALL_PROGRAM@
229 INSTALL_SCRIPT = @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231 LD = @LD@
232 LDFLAGS = @LDFLAGS@
233 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@ $(X11_LIBS) $(Xext_LIBS) $(xpm_LIBS)
235 LIBTOOL = @LIBTOOL@
236 LIPO = @LIPO@
237 LN_S = @LN_S@
238 LTLIBOBJS = @LTLIBOBJS@
239 MAKEINFO = @MAKEINFO@
240 MANIFEST_TOOL = @MANIFEST_TOOL@
241 MKDIR_P = @MKDIR_P@
242 MKFONTDIR = @MKFONTDIR@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 RANLIB = @RANLIB@
261 RUN_FCCACHE = @RUN_FCCACHE@
262 SED = @SED@
263 SET_MAKE = @SET_MAKE@
264 SHELL = @SHELL@
265 STRIP = @STRIP@
266 VERSION = @VERSION@
267 X11_CFLAGS = @X11_CFLAGS@
268 X11_LIBS = @X11_LIBS@
269 XMKMF = @XMKMF@
270 X_CFLAGS = @X_CFLAGS@
271 X_EXTRA_LIBS = @X_EXTRA_LIBS@
272 X_LIBS = @X_LIBS@
273 X_PRE_LIBS = @X_PRE_LIBS@
274 Xext_CFLAGS = @Xext_CFLAGS@
275 Xext_LIBS = @Xext_LIBS@
276 abs_builddir = @abs_builddir@
277 abs_srcdir = @abs_srcdir@
278 abs_top_builddir = @abs_top_builddir@
279 abs_top_srcdir = @abs_top_srcdir@
280 ac_ct_AR = @ac_ct_AR@
281 ac_ct_CC = @ac_ct_CC@
282 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283 am__include = @am__include@
284 am__leading_dot = @am__leading_dot@
285 am__quote = @am__quote@
286 am__tar = @am__tar@
287 am__untar = @am__untar@
288 bindir = @bindir@
289 build = @build@
290 build_alias = @build_alias@
291 build_cpu = @build_cpu@
292 build_os = @build_os@
293 build_vendor = @build_vendor@
294 builddir = @builddir@
295 datadir = @datadir@
296 datarootdir = @datarootdir@
297 docdir = @docdir@
298 dvidir = @dvidir@
299 exec_prefix = @exec_prefix@
300 host = @host@
301 host_alias = @host_alias@
302 host_cpu = @host_cpu@
303 host_os = @host_os@
304 host_vendor = @host_vendor@
305 htmldir = @htmldir@
306 includedir = @includedir@
307 infodir = @infodir@
308 install_sh = @install_sh@
309 libdir = @libdir@
310 libexecdir = @libexecdir@
311 localedir = @localedir@
312 localstatedir = @localstatedir@
313 mandir = @mandir@
314 mkdir_p = @mkdir_p@
315 oldincludedir = @oldincludedir@
316 pdfdir = @pdfdir@
317 prefix = @prefix@
318 program_transform_name = @program_transform_name@
319 psdir = @psdir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 xpm_CFLAGS = @xpm_CFLAGS@
329 xpm_LIBS = @xpm_LIBS@
330 AUTOMAKE_OPTIONS = no-dependencies
331 lib_LTLIBRARIES = libdockapp.la
332 libdockapp_la_LDFLAGS = -version-info 2:0:0 @X_LIBS@
333 include_HEADERS = dockapp.h
334 libdockapp_la_SOURCES = \
335 dockapp.h \
336 daargs.c\
337 dacallback.c \
338 dacolor.c \
339 daevent.c \
340 damain.c \
341 dapixmap.c \
342 darect.c \
343 dashaped.c \
344 dautil.c
347 # Include these in a distribution, but don't install
348 noinst_HEADERS = daargs.h dautil.h
349 AM_CFLAGS = $(X11_CFLAGS) $(Xext_CFLAGS) $(xpm_CFLAGS)
350 AM_CPPFLAGS = @X_CFLAGS@ @CPPFLAGS@ @DFLAGS@
351 LIBLIST = libdockapp.la @XLIBS@
352 all: all-am
354 .SUFFIXES:
355 .SUFFIXES: .c .lo .o .obj
356 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
357 @for dep in $?; do \
358 case '$(am__configure_deps)' in \
359 *$$dep*) \
360 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
361 && { if test -f $@; then exit 0; else break; fi; }; \
362 exit 1;; \
363 esac; \
364 done; \
365 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
366 $(am__cd) $(top_srcdir) && \
367 $(AUTOMAKE) --gnu src/Makefile
368 .PRECIOUS: Makefile
369 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370 @case '$?' in \
371 *config.status*) \
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
373 *) \
374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
376 esac;
378 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381 $(top_srcdir)/configure: $(am__configure_deps)
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(am__aclocal_m4_deps):
387 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
388 @$(NORMAL_INSTALL)
389 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
390 list2=; for p in $$list; do \
391 if test -f $$p; then \
392 list2="$$list2 $$p"; \
393 else :; fi; \
394 done; \
395 test -z "$$list2" || { \
396 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
397 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
398 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
399 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
402 uninstall-libLTLIBRARIES:
403 @$(NORMAL_UNINSTALL)
404 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
405 for p in $$list; do \
406 $(am__strip_dir) \
407 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
408 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
409 done
411 clean-libLTLIBRARIES:
412 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
413 @list='$(lib_LTLIBRARIES)'; \
414 locs=`for p in $$list; do echo $$p; done | \
415 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
416 sort -u`; \
417 test -z "$$locs" || { \
418 echo rm -f $${locs}; \
419 rm -f $${locs}; \
422 libdockapp.la: $(libdockapp_la_OBJECTS) $(libdockapp_la_DEPENDENCIES) $(EXTRA_libdockapp_la_DEPENDENCIES)
423 $(AM_V_CCLD)$(libdockapp_la_LINK) -rpath $(libdir) $(libdockapp_la_OBJECTS) $(libdockapp_la_LIBADD) $(LIBS)
425 mostlyclean-compile:
426 -rm -f *.$(OBJEXT)
428 distclean-compile:
429 -rm -f *.tab.c
431 .c.o:
432 $(AM_V_CC)$(COMPILE) -c -o $@ $<
434 .c.obj:
435 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
437 .c.lo:
438 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
440 mostlyclean-libtool:
441 -rm -f *.lo
443 clean-libtool:
444 -rm -rf .libs _libs
445 install-includeHEADERS: $(include_HEADERS)
446 @$(NORMAL_INSTALL)
447 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
448 if test -n "$$list"; then \
449 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
450 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
451 fi; \
452 for p in $$list; do \
453 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
454 echo "$$d$$p"; \
455 done | $(am__base_list) | \
456 while read files; do \
457 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
458 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
459 done
461 uninstall-includeHEADERS:
462 @$(NORMAL_UNINSTALL)
463 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
464 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
465 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
467 ID: $(am__tagged_files)
468 $(am__define_uniq_tagged_files); mkid -fID $$unique
469 tags: tags-am
470 TAGS: tags
472 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473 set x; \
474 here=`pwd`; \
475 $(am__define_uniq_tagged_files); \
476 shift; \
477 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
478 test -n "$$unique" || unique=$$empty_fix; \
479 if test $$# -gt 0; then \
480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481 "$$@" $$unique; \
482 else \
483 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484 $$unique; \
485 fi; \
487 ctags: ctags-am
489 CTAGS: ctags
490 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
491 $(am__define_uniq_tagged_files); \
492 test -z "$(CTAGS_ARGS)$$unique" \
493 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494 $$unique
496 GTAGS:
497 here=`$(am__cd) $(top_builddir) && pwd` \
498 && $(am__cd) $(top_srcdir) \
499 && gtags -i $(GTAGS_ARGS) "$$here"
500 cscopelist: cscopelist-am
502 cscopelist-am: $(am__tagged_files)
503 list='$(am__tagged_files)'; \
504 case "$(srcdir)" in \
505 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
506 *) sdir=$(subdir)/$(srcdir) ;; \
507 esac; \
508 for i in $$list; do \
509 if test -f "$$i"; then \
510 echo "$(subdir)/$$i"; \
511 else \
512 echo "$$sdir/$$i"; \
513 fi; \
514 done >> $(top_builddir)/cscope.files
516 distclean-tags:
517 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519 distdir: $(DISTFILES)
520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522 list='$(DISTFILES)'; \
523 dist_files=`for file in $$list; do echo $$file; done | \
524 sed -e "s|^$$srcdirstrip/||;t" \
525 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526 case $$dist_files in \
527 */*) $(MKDIR_P) `echo "$$dist_files" | \
528 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529 sort -u` ;; \
530 esac; \
531 for file in $$dist_files; do \
532 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533 if test -d $$d/$$file; then \
534 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535 if test -d "$(distdir)/$$file"; then \
536 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537 fi; \
538 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 fi; \
542 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543 else \
544 test -f "$(distdir)/$$file" \
545 || cp -p $$d/$$file "$(distdir)/$$file" \
546 || exit 1; \
547 fi; \
548 done
549 check-am: all-am
550 check: check-am
551 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
552 installdirs:
553 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
554 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555 done
556 install: install-am
557 install-exec: install-exec-am
558 install-data: install-data-am
559 uninstall: uninstall-am
561 install-am: all-am
562 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564 installcheck: installcheck-am
565 install-strip:
566 if test -z '$(STRIP)'; then \
567 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569 install; \
570 else \
571 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575 mostlyclean-generic:
577 clean-generic:
579 distclean-generic:
580 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583 maintainer-clean-generic:
584 @echo "This command is intended for maintainers to use"
585 @echo "it deletes files that may require special tools to rebuild."
586 clean: clean-am
588 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
589 mostlyclean-am
591 distclean: distclean-am
592 -rm -f Makefile
593 distclean-am: clean-am distclean-compile distclean-generic \
594 distclean-tags
596 dvi: dvi-am
598 dvi-am:
600 html: html-am
602 html-am:
604 info: info-am
606 info-am:
608 install-data-am: install-includeHEADERS
610 install-dvi: install-dvi-am
612 install-dvi-am:
614 install-exec-am: install-libLTLIBRARIES
616 install-html: install-html-am
618 install-html-am:
620 install-info: install-info-am
622 install-info-am:
624 install-man:
626 install-pdf: install-pdf-am
628 install-pdf-am:
630 install-ps: install-ps-am
632 install-ps-am:
634 installcheck-am:
636 maintainer-clean: maintainer-clean-am
637 -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
640 mostlyclean: mostlyclean-am
642 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643 mostlyclean-libtool
645 pdf: pdf-am
647 pdf-am:
649 ps: ps-am
651 ps-am:
653 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
655 .MAKE: install-am install-strip
657 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
658 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
659 ctags-am distclean distclean-compile distclean-generic \
660 distclean-libtool distclean-tags distdir dvi dvi-am html \
661 html-am info info-am install install-am install-data \
662 install-data-am install-dvi install-dvi-am install-exec \
663 install-exec-am install-html install-html-am \
664 install-includeHEADERS install-info install-info-am \
665 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
666 install-ps install-ps-am install-strip installcheck \
667 installcheck-am installdirs maintainer-clean \
668 maintainer-clean-generic mostlyclean mostlyclean-compile \
669 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
670 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
671 uninstall-libLTLIBRARIES
674 # Tell versions [3.59,3.63) of GNU make to not export all variables.
675 # Otherwise a system limit (for SysV at least) may be exceeded.
676 .NOEXPORT: