blob: 1e9607455642e8aff1afb14b2f7d39c743cbf629 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# inc/commoncpp/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/commoncpp
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)/commoncpp
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/commoncpp
266abs_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources/inc/commoncpp
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 = config.h export.h string.h exception.h thread.h \
328 slog.h applog.h address.h socket.h tcp.h udp.h dccp.h mime.h file.h \
329 process.h pointer.h serial.h tokenizer.h numbers.h object.h \
330 commoncpp.h
331
332all: all-am
333
334.SUFFIXES:
335$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
336 @for dep in $?; do \
337 case '$(am__configure_deps)' in \
338 *$$dep*) \
339 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340 && { if test -f $@; then exit 0; else break; fi; }; \
341 exit 1;; \
342 esac; \
343 done; \
344 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inc/commoncpp/Makefile'; \
345 $(am__cd) $(top_srcdir) && \
346 $(AUTOMAKE) --gnu inc/commoncpp/Makefile
347.PRECIOUS: Makefile
348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349 @case '$?' in \
350 *config.status*) \
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352 *) \
353 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355 esac;
356
357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360$(top_srcdir)/configure: $(am__configure_deps)
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(ACLOCAL_M4): $(am__aclocal_m4_deps)
363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(am__aclocal_m4_deps):
365
366mostlyclean-libtool:
367 -rm -f *.lo
368
369clean-libtool:
370 -rm -rf .libs _libs
371install-pkgincludeHEADERS: $(pkginclude_HEADERS)
372 @$(NORMAL_INSTALL)
373 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
374 if test -n "$$list"; then \
375 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
376 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
377 fi; \
378 for p in $$list; do \
379 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380 echo "$$d$$p"; \
381 done | $(am__base_list) | \
382 while read files; do \
383 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
384 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
385 done
386
387uninstall-pkgincludeHEADERS:
388 @$(NORMAL_UNINSTALL)
389 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
390 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
391 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
392
393ID: $(am__tagged_files)
394 $(am__define_uniq_tagged_files); mkid -fID $$unique
395tags: tags-am
396TAGS: tags
397
398tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
399 set x; \
400 here=`pwd`; \
401 $(am__define_uniq_tagged_files); \
402 shift; \
403 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
404 test -n "$$unique" || unique=$$empty_fix; \
405 if test $$# -gt 0; then \
406 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407 "$$@" $$unique; \
408 else \
409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410 $$unique; \
411 fi; \
412 fi
413ctags: ctags-am
414
415CTAGS: ctags
416ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417 $(am__define_uniq_tagged_files); \
418 test -z "$(CTAGS_ARGS)$$unique" \
419 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420 $$unique
421
422GTAGS:
423 here=`$(am__cd) $(top_builddir) && pwd` \
424 && $(am__cd) $(top_srcdir) \
425 && gtags -i $(GTAGS_ARGS) "$$here"
426cscopelist: cscopelist-am
427
428cscopelist-am: $(am__tagged_files)
429 list='$(am__tagged_files)'; \
430 case "$(srcdir)" in \
431 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
432 *) sdir=$(subdir)/$(srcdir) ;; \
433 esac; \
434 for i in $$list; do \
435 if test -f "$$i"; then \
436 echo "$(subdir)/$$i"; \
437 else \
438 echo "$$sdir/$$i"; \
439 fi; \
440 done >> $(top_builddir)/cscope.files
441
442distclean-tags:
443 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444
445distdir: $(DISTFILES)
446 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448 list='$(DISTFILES)'; \
449 dist_files=`for file in $$list; do echo $$file; done | \
450 sed -e "s|^$$srcdirstrip/||;t" \
451 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452 case $$dist_files in \
453 */*) $(MKDIR_P) `echo "$$dist_files" | \
454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455 sort -u` ;; \
456 esac; \
457 for file in $$dist_files; do \
458 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459 if test -d $$d/$$file; then \
460 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461 if test -d "$(distdir)/$$file"; then \
462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463 fi; \
464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 fi; \
468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469 else \
470 test -f "$(distdir)/$$file" \
471 || cp -p $$d/$$file "$(distdir)/$$file" \
472 || exit 1; \
473 fi; \
474 done
475check-am: all-am
476check: check-am
477all-am: Makefile $(HEADERS)
478installdirs:
479 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
480 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
481 done
482install: install-am
483install-exec: install-exec-am
484install-data: install-data-am
485uninstall: uninstall-am
486
487install-am: all-am
488 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
489
490installcheck: installcheck-am
491install-strip:
492 if test -z '$(STRIP)'; then \
493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495 install; \
496 else \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
500 fi
501mostlyclean-generic:
502
503clean-generic:
504
505distclean-generic:
506 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
507 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
509maintainer-clean-generic:
510 @echo "This command is intended for maintainers to use"
511 @echo "it deletes files that may require special tools to rebuild."
512 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
513clean: clean-am
514
515clean-am: clean-generic clean-libtool mostlyclean-am
516
517distclean: distclean-am
518 -rm -f Makefile
519distclean-am: clean-am distclean-generic distclean-tags
520
521dvi: dvi-am
522
523dvi-am:
524
525html: html-am
526
527html-am:
528
529info: info-am
530
531info-am:
532
533install-data-am: install-pkgincludeHEADERS
534
535install-dvi: install-dvi-am
536
537install-dvi-am:
538
539install-exec-am:
540
541install-html: install-html-am
542
543install-html-am:
544
545install-info: install-info-am
546
547install-info-am:
548
549install-man:
550
551install-pdf: install-pdf-am
552
553install-pdf-am:
554
555install-ps: install-ps-am
556
557install-ps-am:
558
559installcheck-am:
560
561maintainer-clean: maintainer-clean-am
562 -rm -f Makefile
563maintainer-clean-am: distclean-am maintainer-clean-generic
564
565mostlyclean: mostlyclean-am
566
567mostlyclean-am: mostlyclean-generic mostlyclean-libtool
568
569pdf: pdf-am
570
571pdf-am:
572
573ps: ps-am
574
575ps-am:
576
577uninstall-am: uninstall-pkgincludeHEADERS
578
579.MAKE: install-am install-strip
580
581.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
582 clean-libtool cscopelist-am ctags ctags-am distclean \
583 distclean-generic distclean-libtool distclean-tags distdir dvi \
584 dvi-am html html-am info info-am install install-am \
585 install-data install-data-am install-dvi install-dvi-am \
586 install-exec install-exec-am install-html install-html-am \
587 install-info install-info-am install-man install-pdf \
588 install-pdf-am install-pkgincludeHEADERS install-ps \
589 install-ps-am install-strip installcheck installcheck-am \
590 installdirs maintainer-clean maintainer-clean-generic \
591 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
592 ps ps-am tags tags-am uninstall uninstall-am \
593 uninstall-pkgincludeHEADERS
594
595
596# Tell versions [3.59,3.63) of GNU make to not export all variables.
597# Otherwise a system limit (for SysV at least) may be exceeded.
598.NOEXPORT: