blob: 17acac229bfa6b64a32a692c12cee34ec1121c1b [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# inc/ucommon/Makefile. Generated from Makefile.in by configure.
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
16
17# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
18#
19# This file is free software; as a special exception the author gives
20# unlimited permission to copy and/or distribute it, with or without
21# modifications, as long as this notice is preserved.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
27
28am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/ucommon
74pkglibdir = $(libdir)/ucommon
75pkglibexecdir = $(libexecdir)/ucommon
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-unknown-linux-gnu
89host_triplet = x86_64-unknown-linux-gnu
90target_triplet = x86_64-unknown-linux-gnu
91subdir = inc/ucommon
92DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
93 $(pkginclude_HEADERS)
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/ucommon-config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_$(V))
103am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_$(V))
107am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
108am__v_GEN_0 = @echo " GEN " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_$(V))
111am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122am__vpath_adj = case $$p in \
123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124 *) f=$$p;; \
125 esac;
126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127am__install_max = 40
128am__nobase_strip_setup = \
129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130am__nobase_strip = \
131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132am__nobase_list = $(am__nobase_strip_setup); \
133 for p in $$list; do echo "$$p $$p"; done | \
134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136 if (++n[$$2] == $(am__install_max)) \
137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138 END { for (dir in files) print dir, files[dir] }'
139am__base_list = \
140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142am__uninstall_files_from_dir = { \
143 test -z "$$files" \
144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146 $(am__cd) "$$dir" && rm -f $$files; }; \
147 }
148am__installdirs = "$(DESTDIR)$(pkgincludedir)"
149HEADERS = $(pkginclude_HEADERS)
150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151# Read a list of newline-separated strings from the standard input,
152# and print each of them once, without duplicates. Input order is
153# *not* preserved.
154am__uniquify_input = $(AWK) '\
155 BEGIN { nonempty = 0; } \
156 { items[$$0] = 1; nonempty = 1; } \
157 END { if (nonempty) { for (i in items) print i; }; } \
158'
159# Make sure the list of sources is unique. This is necessary because,
160# e.g., the same source file might be shared among _SOURCES variables
161# for different programs/libraries.
162am__define_uniq_tagged_files = \
163 list='$(am__tagged_files)'; \
164 unique=`for i in $$list; do \
165 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
166 done | $(am__uniquify_input)`
167ETAGS = etags
168CTAGS = ctags
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170pkgincludedir = $(includedir)/ucommon
171ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing aclocal-1.13
172AMTAR = $${TAR-tar}
173AM_DEFAULT_VERBOSITY = 1
174AR = ar
175AS = as
176AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoconf
177AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoheader
178AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing automake-1.13
179AWK = gawk
180CC = gcc
181CCDEPMODE = depmode=gcc3
182CFLAGS = -g -O2
183CHECKFLAGS =
184COMPAT = commoncpp
185CPP = gcc -E
186CPPFLAGS =
187CXX = g++
188CXXCPP = g++ -E
189CXXDEPMODE = depmode=gcc3
190CXXFLAGS = -g -O2
191CYGPATH_W = echo
192DEFS = -DHAVE_CONFIG_H
193DEPDIR = .deps
194DLLTOOL = dlltool
195DOXYGEN = /usr/bin/doxygen
196DSYMUTIL =
197DUMPBIN =
198ECHO_C =
199ECHO_N = -n
200ECHO_T =
201EGREP = /usr/bin/grep -E
202EXEEXT =
203FGREP = /usr/bin/grep -F
204GNUTLS_CFLAGS =
205GNUTLS_LIBS = -lgnutls
206GREP = /usr/bin/grep
207INSTALL = /usr/bin/install -c
208INSTALL_DATA = ${INSTALL} -m 644
209INSTALL_PROGRAM = ${INSTALL}
210INSTALL_SCRIPT = ${INSTALL}
211INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
212LD = /usr/bin/ld -m elf_x86_64
213LDFLAGS =
214LIBOBJS =
215LIBS =
216LIBTOOL = $(SHELL) $(top_builddir)/libtool
217LIPO =
218LN_S = ln -s
219LTLIBOBJS =
220LT_GENERIC = $(SHELL) $(top_builddir)/libtool
221LT_VERSION = 6:3:0
222MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing makeinfo
223MANIFEST_TOOL = :
224MKDIR_P = /usr/bin/mkdir -p
225NM = /usr/bin/nm -B
226NMEDIT =
227OBJDUMP = objdump
228OBJEXT = o
229OPENSSL_CFLAGS =
230OPENSSL_LIBS = -lssl -lcrypto -lz
231OTOOL =
232OTOOL64 =
233PACKAGE = ucommon
234PACKAGE_BUGREPORT =
235PACKAGE_NAME = ucommon
236PACKAGE_STRING = ucommon 6.0.7
237PACKAGE_TARNAME = ucommon
238PACKAGE_URL =
239PACKAGE_VERSION = 6.0.7
240PATH_SEPARATOR = :
241PKG_CONFIG = /usr/bin/pkg-config
242PKG_CONFIG_LIBDIR =
243PKG_CONFIG_PATH =
244RANLIB = ranlib
245SECURE = gnutls
246SECURE_LIBS = -lgnutls
247SECURE_LOCAL = ../gnutls/libusecure.la -lgnutls
248SED = /usr/bin/sed
249SET_MAKE =
250SHELL = /bin/sh
251STRIP = strip
252UCOMMON_CFGPATH = /etc
253UCOMMON_CLINK = -lc
254UCOMMON_FLAGS = -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
255UCOMMON_INCLUDES = /usr/local/include/ucommon
256UCOMMON_LIBC = -lc
257UCOMMON_LIBS = -lrt -ldl -lpthread -lc
258UCOMMON_LINKED = -lrt -ldl -lpthread
259UCOMMON_LOCALE = /usr/local/share/locale
260UCOMMON_MODEL = CXX
261UCOMMON_PREFIX = /usr/local
262UCOMMON_VARPATH = /var
263UCOMMON_VISIBILITY = 1
264VERSION = 6.0.7
265abs_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources/inc/ucommon
266abs_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources/inc/ucommon
267abs_top_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources
268abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources
269ac_ct_AR = ar
270ac_ct_CC = gcc
271ac_ct_CXX = g++
272ac_ct_DUMPBIN =
273am__include = include
274am__leading_dot = .
275am__quote =
276am__tar = $${TAR-tar} chof - "$$tardir"
277am__untar = $${TAR-tar} xf -
278bindir = ${exec_prefix}/bin
279build = x86_64-unknown-linux-gnu
280build_alias =
281build_cpu = x86_64
282build_os = linux-gnu
283build_vendor = unknown
284builddir = .
285datadir = ${datarootdir}
286datarootdir = ${prefix}/share
287docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
288dvidir = ${docdir}
289exec_prefix = ${prefix}
290host = x86_64-unknown-linux-gnu
291host_alias =
292host_cpu = x86_64
293host_os = linux-gnu
294host_vendor = unknown
295htmldir = ${docdir}
296includedir = ${prefix}/include
297includes = ${includedir}/ucommon
298infodir = ${datarootdir}/info
299install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/install-sh
300libdir = ${exec_prefix}/lib
301libexecdir = ${exec_prefix}/libexec
302libs = /usr/local/lib
303localedir = ${datarootdir}/locale
304localstatedir = /var
305mandir = ${datarootdir}/man
306mkdir_p = $(MKDIR_P)
307oldincludedir = /usr/include
308pdfdir = ${docdir}
309prefix = /usr/local
310program_transform_name = s,x,x,
311psdir = ${docdir}
312sbindir = ${exec_prefix}/sbin
313sharedstatedir = ${prefix}/com
314srcdir = .
315sysconfdir = /etc
316target = x86_64-unknown-linux-gnu
317target_alias =
318target_cpu = x86_64
319target_os = linux-gnu
320target_vendor = unknown
321top_build_prefix = ../../
322top_builddir = ../..
323top_srcdir = ../..
324MAINTAINERCLEANFILES = Makefile.in Makefile
325RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
326AM_CXXFLAGS = $(UCOMMON_FLAGS)
327pkginclude_HEADERS = cpr.h object.h linked.h string.h counter.h vector.h \
328 bitmap.h timers.h socket.h access.h export.h thread.h mapped.h \
329 keydata.h memory.h platform.h fsys.h xml.h ucommon.h stream.h \
330 persist.h shell.h protocols.h atomic.h buffer.h numbers.h file.h \
331 datetime.h unicode.h secure.h generics.h containers.h stl.h
332
333all: all-am
334
335.SUFFIXES:
336$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
337 @for dep in $?; do \
338 case '$(am__configure_deps)' in \
339 *$$dep*) \
340 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341 && { if test -f $@; then exit 0; else break; fi; }; \
342 exit 1;; \
343 esac; \
344 done; \
345 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inc/ucommon/Makefile'; \
346 $(am__cd) $(top_srcdir) && \
347 $(AUTOMAKE) --gnu inc/ucommon/Makefile
348.PRECIOUS: Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350 @case '$?' in \
351 *config.status*) \
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353 *) \
354 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356 esac;
357
358$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361$(top_srcdir)/configure: $(am__configure_deps)
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(ACLOCAL_M4): $(am__aclocal_m4_deps)
364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(am__aclocal_m4_deps):
366
367mostlyclean-libtool:
368 -rm -f *.lo
369
370clean-libtool:
371 -rm -rf .libs _libs
372install-pkgincludeHEADERS: $(pkginclude_HEADERS)
373 @$(NORMAL_INSTALL)
374 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
375 if test -n "$$list"; then \
376 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
377 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
378 fi; \
379 for p in $$list; do \
380 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381 echo "$$d$$p"; \
382 done | $(am__base_list) | \
383 while read files; do \
384 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
385 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
386 done
387
388uninstall-pkgincludeHEADERS:
389 @$(NORMAL_UNINSTALL)
390 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
391 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
392 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
393
394ID: $(am__tagged_files)
395 $(am__define_uniq_tagged_files); mkid -fID $$unique
396tags: tags-am
397TAGS: tags
398
399tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
400 set x; \
401 here=`pwd`; \
402 $(am__define_uniq_tagged_files); \
403 shift; \
404 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405 test -n "$$unique" || unique=$$empty_fix; \
406 if test $$# -gt 0; then \
407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408 "$$@" $$unique; \
409 else \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$unique; \
412 fi; \
413 fi
414ctags: ctags-am
415
416CTAGS: ctags
417ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418 $(am__define_uniq_tagged_files); \
419 test -z "$(CTAGS_ARGS)$$unique" \
420 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421 $$unique
422
423GTAGS:
424 here=`$(am__cd) $(top_builddir) && pwd` \
425 && $(am__cd) $(top_srcdir) \
426 && gtags -i $(GTAGS_ARGS) "$$here"
427cscopelist: cscopelist-am
428
429cscopelist-am: $(am__tagged_files)
430 list='$(am__tagged_files)'; \
431 case "$(srcdir)" in \
432 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
433 *) sdir=$(subdir)/$(srcdir) ;; \
434 esac; \
435 for i in $$list; do \
436 if test -f "$$i"; then \
437 echo "$(subdir)/$$i"; \
438 else \
439 echo "$$sdir/$$i"; \
440 fi; \
441 done >> $(top_builddir)/cscope.files
442
443distclean-tags:
444 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(DISTFILES)
447 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449 list='$(DISTFILES)'; \
450 dist_files=`for file in $$list; do echo $$file; done | \
451 sed -e "s|^$$srcdirstrip/||;t" \
452 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453 case $$dist_files in \
454 */*) $(MKDIR_P) `echo "$$dist_files" | \
455 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456 sort -u` ;; \
457 esac; \
458 for file in $$dist_files; do \
459 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460 if test -d $$d/$$file; then \
461 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462 if test -d "$(distdir)/$$file"; then \
463 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464 fi; \
465 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468 fi; \
469 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470 else \
471 test -f "$(distdir)/$$file" \
472 || cp -p $$d/$$file "$(distdir)/$$file" \
473 || exit 1; \
474 fi; \
475 done
476check-am: all-am
477check: check-am
478all-am: Makefile $(HEADERS)
479installdirs:
480 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
481 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482 done
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493 if test -z '$(STRIP)'; then \
494 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496 install; \
497 else \
498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501 fi
502mostlyclean-generic:
503
504clean-generic:
505
506distclean-generic:
507 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
510maintainer-clean-generic:
511 @echo "This command is intended for maintainers to use"
512 @echo "it deletes files that may require special tools to rebuild."
513 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
514clean: clean-am
515
516clean-am: clean-generic clean-libtool mostlyclean-am
517
518distclean: distclean-am
519 -rm -f Makefile
520distclean-am: clean-am distclean-generic distclean-tags
521
522dvi: dvi-am
523
524dvi-am:
525
526html: html-am
527
528html-am:
529
530info: info-am
531
532info-am:
533
534install-data-am: install-pkgincludeHEADERS
535
536install-dvi: install-dvi-am
537
538install-dvi-am:
539
540install-exec-am:
541
542install-html: install-html-am
543
544install-html-am:
545
546install-info: install-info-am
547
548install-info-am:
549
550install-man:
551
552install-pdf: install-pdf-am
553
554install-pdf-am:
555
556install-ps: install-ps-am
557
558install-ps-am:
559
560installcheck-am:
561
562maintainer-clean: maintainer-clean-am
563 -rm -f Makefile
564maintainer-clean-am: distclean-am maintainer-clean-generic
565
566mostlyclean: mostlyclean-am
567
568mostlyclean-am: mostlyclean-generic mostlyclean-libtool
569
570pdf: pdf-am
571
572pdf-am:
573
574ps: ps-am
575
576ps-am:
577
578uninstall-am: uninstall-pkgincludeHEADERS
579
580.MAKE: install-am install-strip
581
582.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
583 clean-libtool cscopelist-am ctags ctags-am distclean \
584 distclean-generic distclean-libtool distclean-tags distdir dvi \
585 dvi-am html html-am info info-am install install-am \
586 install-data install-data-am install-dvi install-dvi-am \
587 install-exec install-exec-am install-html install-html-am \
588 install-info install-info-am install-man install-pdf \
589 install-pdf-am install-pkgincludeHEADERS install-ps \
590 install-ps-am install-strip installcheck installcheck-am \
591 installdirs maintainer-clean maintainer-clean-generic \
592 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
593 ps ps-am tags tags-am uninstall uninstall-am \
594 uninstall-pkgincludeHEADERS
595
596
597# Tell versions [3.59,3.63) of GNU make to not export all variables.
598# Otherwise a system limit (for SysV at least) may be exceeded.
599.NOEXPORT: