• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/scopes/

Lines Matching defs:*

0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # src/pcm/scopes/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
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
14 # PARTICULAR PURPOSE.
19 pkgdatadir = $(datadir)/alsa-lib
20 pkgincludedir = $(includedir)/alsa-lib
21 pkglibexecdir = $(libexecdir)/alsa-lib
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = i686-pc-linux-gnu
35 host_triplet = arm-unknown-linux-gnu
36 subdir = src/pcm/scopes
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40 $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/include/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48 am__vpath_adj = case $$p in \
49 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50 *) f=$$p;; \
51 esac;
52 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53 am__install_max = 40
54 am__nobase_strip_setup = \
55 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56 am__nobase_strip = \
57 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58 am__nobase_list = $(am__nobase_strip_setup); \
59 for p in $$list; do echo "$$p $$p"; done | \
60 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62 if (++n[$$2] == $(am__install_max)) \
63 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64 END { for (dir in files) print dir, files[dir] }'
65 am__base_list = \
66 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68 am__uninstall_files_from_dir = { \
69 test -z "$$files" \
70 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
71 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
72 $(am__cd) "$$dir" && rm -f $$files; }; \
74 am__installdirs = "$(DESTDIR)$(pkglibdir)"
75 LTLIBRARIES = $(pkglib_LTLIBRARIES)
76 scope_level_la_DEPENDENCIES =
77 am_scope_level_la_OBJECTS = level.lo
78 scope_level_la_OBJECTS = $(am_scope_level_la_OBJECTS)
79 AM_V_lt = $(am__v_lt_$(V))
80 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
81 am__v_lt_0 = --silent
82 scope_level_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
83 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
84 $(AM_CFLAGS) $(CFLAGS) $(scope_level_la_LDFLAGS) $(LDFLAGS) -o \
85 $@
86 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
87 depcomp = $(SHELL) $(top_srcdir)/depcomp
88 am__depfiles_maybe = depfiles
89 am__mv = mv -f
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95 $(AM_CFLAGS) $(CFLAGS)
96 AM_V_CC = $(am__v_CC_$(V))
97 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
98 am__v_CC_0 = @echo " CC " $@;
99 AM_V_at = $(am__v_at_$(V))
100 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
101 am__v_at_0 = @
102 CCLD = $(CC)
103 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105 $(AM_LDFLAGS) $(LDFLAGS) -o $@
106 AM_V_CCLD = $(am__v_CCLD_$(V))
107 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
108 am__v_CCLD_0 = @echo " CCLD " $@;
109 AM_V_GEN = $(am__v_GEN_$(V))
110 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
111 am__v_GEN_0 = @echo " GEN " $@;
112 SOURCES = $(scope_level_la_SOURCES)
113 DIST_SOURCES = $(scope_level_la_SOURCES)
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 pkglibdir = $(libdir)/alsa-lib/scopes
118 ACLOCAL = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/missing --run aclocal-1.11
119 ALSA_CONFIG_DIR = /usr/share/alsa
120 ALSA_DEPLIBS = -lm -ldl -lpthread -lrt
121 ALSA_PKGCONF_DIR = /usr/lib/pkgconfig
122 ALSA_PLUGIN_DIR = /usr/lib/alsa-lib
123 AMTAR = $${TAR-tar}
124 AM_DEFAULT_VERBOSITY = 0
125 AR = arm-brcm-linux-uclibcgnueabi-ar
126 AUTOCONF = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/missing --run autoconf
127 AUTOHEADER = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/missing --run autoheader
128 AUTOMAKE = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/missing --run automake-1.11
129 AWK = gawk
130 CC = arm-brcm-linux-uclibcgnueabi-gcc
131 CCDEPMODE = depmode=gcc3
132 CFLAGS = -Os -O2 -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT -DPHYMON -DSUPPORT_REMOTE_HTTPS -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_UCP -DU12H240 -DR6300v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DBCM5301X -DCONFIG_RUSSIA_IPTV -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -D__CONFIG_PLC__ -D__CONFIG_URE__ -DPLC -DWPS_LONGPUSH_DISABLE -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -I$(SRC_PATH)/build/usr/include -D_GNU_SOURCE
133 CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
134 CPPFLAGS = -I$(SRC_PATH)/build/usr/include -D__arm__
135 CYGPATH_W = echo
136 DEFS = -DHAVE_CONFIG_H
137 DEPDIR = .deps
138 DLLTOOL = false
139 DSYMUTIL =
140 DUMPBIN =
141 ECHO_C =
142 ECHO_N = -n
143 ECHO_T =
144 EGREP = /bin/grep -E
145 EXEEXT =
146 FGREP = /bin/grep -F
147 GREP = /bin/grep
148 INSTALL = /usr/bin/install -c
149 INSTALL_DATA = ${INSTALL} -m 644
150 INSTALL_PROGRAM = ${INSTALL}
151 INSTALL_SCRIPT = ${INSTALL}
152 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
153 LD = arm-brcm-linux-uclibcgnueabi-ld
154 LDFLAGS = -L$(SRC_PATH)/build/usr/lib
155 LIBOBJS =
156 LIBS =
157 LIBTOOL = $(SHELL) $(top_builddir)/libtool
158 LIBTOOL_VERSION_INFO = 2:0:0
159 LIPO =
160 LN_S = ln -s
161 LTLIBOBJS =
162 MAKEINFO = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/missing --run makeinfo
163 MANIFEST_TOOL = :
164 MKDIR_P = /bin/mkdir -p
165 NM = arm-brcm-linux-uclibcgnueabi-nm
166 NMEDIT =
167 OBJDUMP = arm-brcm-linux-uclibcgnueabi-objdump
168 OBJEXT = o
169 OTOOL =
170 OTOOL64 =
171 PACKAGE = alsa-lib
172 PACKAGE_BUGREPORT =
173 PACKAGE_NAME =
174 PACKAGE_STRING =
175 PACKAGE_TARNAME =
176 PACKAGE_URL =
177 PACKAGE_VERSION =
178 PATH_SEPARATOR = :
179 PYTHON_INCLUDES =
180 PYTHON_LIBS =
181 RANLIB = arm-brcm-linux-uclibcgnueabi-ranlib
182 SED = /bin/sed
183 SET_MAKE =
184 SHELL = /bin/sh
185 SND_LIB_EXTRAVER = 1000000
186 SND_LIB_MAJOR = 1
187 SND_LIB_MINOR = 0
188 SND_LIB_SUBMINOR = 26
189 SND_LIB_VERSION = 1.0.26
190 STRIP = arm-brcm-linux-uclibcgnueabi-strip
191 SYMBOL_PREFIX =
192 VERSION = 1.0.26
193 abs_builddir = $(SRC_PATH)/alsa-lib-1.0.26/src/pcm/scopes
194 abs_srcdir = $(SRC_PATH)/alsa-lib-1.0.26/src/pcm/scopes
195 abs_top_builddir = $(SRC_PATH)/alsa-lib-1.0.26
196 abs_top_srcdir = $(SRC_PATH)/alsa-lib-1.0.26
197 ac_ct_AR =
198 ac_ct_CC =
199 ac_ct_DUMPBIN =
200 am__include = include
201 am__leading_dot = .
202 am__quote =
203 am__tar = $${TAR-tar} chof - "$$tardir"
204 am__untar = $${TAR-tar} xf -
205 bindir = ${exec_prefix}/bin
206 build = i686-pc-linux-gnu
207 build_alias =
208 build_cpu = i686
209 build_os = linux-gnu
210 build_vendor = pc
211 builddir = .
212 datadir = ${datarootdir}
213 datarootdir = ${prefix}/share
214 docdir = ${datarootdir}/doc/${PACKAGE}
215 dvidir = ${docdir}
216 exec_prefix = /usr
217 host = arm-unknown-linux-gnu
218 host_alias = arm-linux
219 host_cpu = arm
220 host_os = linux-gnu
221 host_vendor = unknown
222 htmldir = ${docdir}
223 includedir = ${prefix}/include
224 infodir = ${datarootdir}/info
225 install_sh = ${SHELL} $(SRC_PATH)/alsa-lib-1.0.26/install-sh
226 libdir = ${exec_prefix}/lib
227 libexecdir = ${exec_prefix}/libexec
228 localedir = ${datarootdir}/locale
229 localstatedir = ${prefix}/var
230 mandir = ${datarootdir}/man
231 mkdir_p = /bin/mkdir -p
232 oldincludedir = /usr/include
233 pdfdir = ${docdir}
234 prefix = /usr
235 program_transform_name = s,x,x,
236 psdir = ${docdir}
237 sbindir = ${exec_prefix}/sbin
238 sharedstatedir = ${prefix}/com
239 srcdir = .
240 sysconfdir = ${prefix}/etc
241 target_alias =
242 top_build_prefix = ../../../
243 top_builddir = ../../..
244 top_srcdir = ../../..
245 AM_CFLAGS = -g -O2 -W -Wall
246 pkglib_LTLIBRARIES = scope-level.la
247 scope_level_la_SOURCES = level.c
248 scope_level_la_LDFLAGS = -module
249 scope_level_la_LIBADD = -lncurses
250 all: all-am
252 .SUFFIXES:
253 .SUFFIXES: .c .lo .o .obj
254 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
255 @for dep in $?; do \
256 case '$(am__configure_deps)' in \
257 *$$dep*) \
258 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
259 && { if test -f $@; then exit 0; else break; fi; }; \
260 exit 1;; \
261 esac; \
262 done; \
263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pcm/scopes/Makefile'; \
264 $(am__cd) $(top_srcdir) && \
265 $(AUTOMAKE) --foreign src/pcm/scopes/Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268 @case '$?' in \
269 *config.status*) \
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274 esac;
276 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(top_srcdir)/configure: $(am__configure_deps)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(am__aclocal_m4_deps):
284 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
285 @$(NORMAL_INSTALL)
286 test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
287 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
288 list2=; for p in $$list; do \
289 if test -f $$p; then \
290 list2="$$list2 $$p"; \
291 else :; fi; \
292 done; \
293 test -z "$$list2" || { \
294 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
295 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
298 uninstall-pkglibLTLIBRARIES:
299 @$(NORMAL_UNINSTALL)
300 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
301 for p in $$list; do \
302 $(am__strip_dir) \
303 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
304 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
305 done
307 clean-pkglibLTLIBRARIES:
308 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
309 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
310 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
311 test "$$dir" != "$$p" || dir=.; \
312 echo "rm -f \"$${dir}/so_locations\""; \
313 rm -f "$${dir}/so_locations"; \
314 done
315 scope-level.la: $(scope_level_la_OBJECTS) $(scope_level_la_DEPENDENCIES) $(EXTRA_scope_level_la_DEPENDENCIES)
316 $(AM_V_CCLD)$(scope_level_la_LINK) -rpath $(pkglibdir) $(scope_level_la_OBJECTS) $(scope_level_la_LIBADD) $(LIBS)
318 mostlyclean-compile:
319 -rm -f *.$(OBJEXT)
321 distclean-compile:
322 -rm -f *.tab.c
324 include ./$(DEPDIR)/level.Plo
326 .c.o:
327 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 # $(AM_V_CC)source='$<' object='$@' libtool=no \
330 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
331 # $(AM_V_CC_no)$(COMPILE) -c $<
333 .c.obj:
334 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336 # $(AM_V_CC)source='$<' object='$@' libtool=no \
337 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
338 # $(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'`
340 .c.lo:
341 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
343 # $(AM_V_CC)source='$<' object='$@' libtool=yes \
344 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
345 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
347 mostlyclean-libtool:
348 -rm -f *.lo
350 clean-libtool:
351 -rm -rf .libs _libs
353 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355 unique=`for i in $$list; do \
356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357 done | \
358 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359 END { if (nonempty) { for (i in files) print i; }; }'`; \
360 mkid -fID $$unique
361 tags: TAGS
363 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364 $(TAGS_FILES) $(LISP)
365 set x; \
366 here=`pwd`; \
367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 done | \
371 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 shift; \
374 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375 test -n "$$unique" || unique=$$empty_fix; \
376 if test $$# -gt 0; then \
377 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378 "$$@" $$unique; \
379 else \
380 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381 $$unique; \
382 fi; \
383 fi
384 ctags: CTAGS
385 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
386 $(TAGS_FILES) $(LISP)
387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 END { if (nonempty) { for (i in files) print i; }; }'`; \
393 test -z "$(CTAGS_ARGS)$$unique" \
394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395 $$unique
397 GTAGS:
398 here=`$(am__cd) $(top_builddir) && pwd` \
399 && $(am__cd) $(top_srcdir) \
400 && gtags -i $(GTAGS_ARGS) "$$here"
402 distclean-tags:
403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405 distdir: $(DISTFILES)
406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408 list='$(DISTFILES)'; \
409 dist_files=`for file in $$list; do echo $$file; done | \
410 sed -e "s|^$$srcdirstrip/||;t" \
411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412 case $$dist_files in \
413 */*) $(MKDIR_P) `echo "$$dist_files" | \
414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415 sort -u` ;; \
416 esac; \
417 for file in $$dist_files; do \
418 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419 if test -d $$d/$$file; then \
420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421 if test -d "$(distdir)/$$file"; then \
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423 fi; \
424 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
428 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
429 else \
430 test -f "$(distdir)/$$file" \
431 || cp -p $$d/$$file "$(distdir)/$$file" \
432 || exit 1; \
433 fi; \
434 done
435 check-am: all-am
436 check: check-am
437 all-am: Makefile $(LTLIBRARIES)
438 installdirs:
439 for dir in "$(DESTDIR)$(pkglibdir)"; do \
440 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
441 done
442 install: install-am
443 install-exec: install-exec-am
444 install-data: install-data-am
445 uninstall: uninstall-am
447 install-am: all-am
448 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450 installcheck: installcheck-am
451 install-strip:
452 if test -z '$(STRIP)'; then \
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 install; \
456 else \
457 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
458 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
459 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
460 fi
461 mostlyclean-generic:
463 clean-generic:
465 distclean-generic:
466 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
467 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
469 maintainer-clean-generic:
470 @echo "This command is intended for maintainers to use"
471 @echo "it deletes files that may require special tools to rebuild."
472 clean: clean-am
474 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
475 mostlyclean-am
477 distclean: distclean-am
478 -rm -rf ./$(DEPDIR)
479 -rm -f Makefile
480 distclean-am: clean-am distclean-compile distclean-generic \
481 distclean-tags
483 dvi: dvi-am
485 dvi-am:
487 html: html-am
489 html-am:
491 info: info-am
493 info-am:
495 install-data-am:
497 install-dvi: install-dvi-am
499 install-dvi-am:
501 install-exec-am: install-pkglibLTLIBRARIES
503 install-html: install-html-am
505 install-html-am:
507 install-info: install-info-am
509 install-info-am:
511 install-man:
513 install-pdf: install-pdf-am
515 install-pdf-am:
517 install-ps: install-ps-am
519 install-ps-am:
521 installcheck-am:
523 maintainer-clean: maintainer-clean-am
524 -rm -rf ./$(DEPDIR)
525 -rm -f Makefile
526 maintainer-clean-am: distclean-am maintainer-clean-generic
528 mostlyclean: mostlyclean-am
530 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
531 mostlyclean-libtool
533 pdf: pdf-am
535 pdf-am:
537 ps: ps-am
539 ps-am:
541 uninstall-am: uninstall-pkglibLTLIBRARIES
543 .MAKE: install-am install-strip
545 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
546 clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
547 distclean-compile distclean-generic distclean-libtool \
548 distclean-tags distdir dvi dvi-am html html-am info info-am \
549 install install-am install-data install-data-am install-dvi \
550 install-dvi-am install-exec install-exec-am install-html \
551 install-html-am install-info install-info-am install-man \
552 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
553 install-ps install-ps-am install-strip installcheck \
554 installcheck-am installdirs maintainer-clean \
555 maintainer-clean-generic mostlyclean mostlyclean-compile \
556 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
557 tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
560 # Tell versions [3.59,3.63) of GNU make to not export all variables.
561 # Otherwise a system limit (for SysV at least) may be exceeded.
562 .NOEXPORT: