K2.6 patches and update.
[tomato.git] / release / src / router / libogg / src / Makefile
blobbabf9b892b8481535cb5206f25d713dabbf12e80
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # src/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 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.
19 pkgdatadir = $(datadir)/libogg
20 pkglibdir = $(libdir)/libogg
21 pkgincludedir = $(includedir)/libogg
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 = x86_64-pc-linux-gnu
35 host_triplet = mipsel-unknown-linux-gnu
36 noinst_PROGRAMS = test_bitwise$(EXEEXT) test_framing$(EXEEXT)
37 subdir = src
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(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)/config.h
45 CONFIG_CLEAN_FILES =
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52 am__installdirs = "$(DESTDIR)$(libdir)"
53 libLTLIBRARIES_INSTALL = $(INSTALL)
54 LTLIBRARIES = $(lib_LTLIBRARIES)
55 libogg_la_LIBADD =
56 am_libogg_la_OBJECTS = framing.lo bitwise.lo
57 libogg_la_OBJECTS = $(am_libogg_la_OBJECTS)
58 libogg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
60 $(libogg_la_LDFLAGS) $(LDFLAGS) -o $@
61 PROGRAMS = $(noinst_PROGRAMS)
62 am_test_bitwise_OBJECTS = test_bitwise-bitwise.$(OBJEXT)
63 test_bitwise_OBJECTS = $(am_test_bitwise_OBJECTS)
64 test_bitwise_LDADD = $(LDADD)
65 test_bitwise_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
66 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_bitwise_CFLAGS) \
67 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68 am_test_framing_OBJECTS = test_framing-framing.$(OBJEXT)
69 test_framing_OBJECTS = $(am_test_framing_OBJECTS)
70 test_framing_LDADD = $(LDADD)
71 test_framing_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
72 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_framing_CFLAGS) \
73 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
74 DEFAULT_INCLUDES = -I. -I$(top_builddir)
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
81 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 CCLD = $(CC)
83 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
85 $(LDFLAGS) -o $@
86 SOURCES = $(libogg_la_SOURCES) $(test_bitwise_SOURCES) \
87 $(test_framing_SOURCES)
88 DIST_SOURCES = $(libogg_la_SOURCES) $(test_bitwise_SOURCES) \
89 $(test_framing_SOURCES)
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run aclocal-1.10
94 AMTAR = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run tar
95 AR = mipsel-uclibc-ar
96 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run autoconf
97 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run autoheader
98 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run automake-1.10
99 AWK = gawk
100 CC = mipsel-uclibc-gcc
101 CCDEPMODE = depmode=gcc3
102 CFLAGS = -O20 -ffast-math -fsigned-char -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections
103 CPP = mipsel-uclibc-gcc -E
104 CPPFLAGS =
105 CXX = mipsel-linux-g++
106 CXXCPP = mipsel-linux-g++ -E
107 CXXDEPMODE = depmode=gcc3
108 CXXFLAGS = -g -O2
109 CYGPATH_W = echo
110 DEBUG = -g -Wall -fsigned-char -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections
111 DEFS = -DHAVE_CONFIG_H
112 DEPDIR = .deps
113 DSYMUTIL =
114 ECHO = echo
115 ECHO_C =
116 ECHO_N = -n
117 ECHO_T =
118 EGREP = /bin/grep -E
119 EXEEXT =
120 F77 =
121 FFLAGS =
122 GREP = /bin/grep
123 INSTALL = /usr/bin/install -c
124 INSTALL_DATA = ${INSTALL} -m 644
125 INSTALL_PROGRAM = ${INSTALL}
126 INSTALL_SCRIPT = ${INSTALL}
127 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
128 LDFLAGS = -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections
129 LIBOBJS = ${LIBOBJDIR}memcmp$U.o
130 LIBS =
131 LIBTOOL = $(SHELL) $(top_builddir)/libtool
132 LIBTOOL_DEPS = ./ltmain.sh
133 LIB_AGE = 6
134 LIB_CURRENT = 6
135 LIB_REVISION = 0
136 LN_S = ln -s
137 LTLIBOBJS = ${LIBOBJDIR}memcmp$U.lo
138 MAINT = #
139 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src/router/libogg/missing --run makeinfo
140 MKDIR_P = /bin/mkdir -p
141 NMEDIT =
142 OBJEXT = o
143 OPT =
144 PACKAGE = libogg
145 PACKAGE_BUGREPORT =
146 PACKAGE_NAME =
147 PACKAGE_STRING =
148 PACKAGE_TARNAME =
149 PACKAGE_VERSION =
150 PATH_SEPARATOR = :
151 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections
152 RANLIB = mipsel-uclibc-ranlib
153 SED = /bin/sed
154 SET_MAKE =
155 SHELL = /bin/sh
156 SIZE16 = short
157 SIZE32 = int
158 SIZE64 = long long
159 STRIP = mipsel-uclibc-strip -R .note -R .comment
160 USIZE16 = unsigned short
161 USIZE32 = unsigned int
162 VERSION = 1.1.4
163 abs_builddir = /home/vicente/repos/tomato/release/src/router/libogg/src
164 abs_srcdir = /home/vicente/repos/tomato/release/src/router/libogg/src
165 abs_top_builddir = /home/vicente/repos/tomato/release/src/router/libogg
166 abs_top_srcdir = /home/vicente/repos/tomato/release/src/router/libogg
167 ac_ct_CC =
168 ac_ct_CXX =
169 ac_ct_F77 =
170 am__include = include
171 am__leading_dot = .
172 am__quote =
173 am__tar = ${AMTAR} chof - "$$tardir"
174 am__untar = ${AMTAR} xf -
175 bindir = ${exec_prefix}/bin
176 build = x86_64-pc-linux-gnu
177 build_alias = x86_64-linux-gnu
178 build_cpu = x86_64
179 build_os = linux-gnu
180 build_vendor = pc
181 builddir = .
182 datadir = ${datarootdir}
183 datarootdir = ${prefix}/share
184 docdir = ${datarootdir}/doc/${PACKAGE}
185 dvidir = ${docdir}
186 exec_prefix = ${prefix}
187 host = mipsel-unknown-linux-gnu
188 host_alias = mipsel-linux
189 host_cpu = mipsel
190 host_os = linux-gnu
191 host_vendor = unknown
192 htmldir = ${docdir}
193 includedir = ${prefix}/include
194 infodir = ${datarootdir}/info
195 install_sh = $(SHELL) /home/vicente/repos/tomato/release/src/router/libogg/install-sh
196 libdir = ${exec_prefix}/lib
197 libexecdir = ${exec_prefix}/libexec
198 localedir = ${datarootdir}/locale
199 localstatedir = ${prefix}/var
200 mandir = ${datarootdir}/man
201 mkdir_p = /bin/mkdir -p
202 oldincludedir = /usr/include
203 pdfdir = ${docdir}
204 prefix =
205 program_transform_name = s,x,x,
206 psdir = ${docdir}
207 sbindir = ${exec_prefix}/sbin
208 sharedstatedir = ${prefix}/com
209 srcdir = .
210 sysconfdir = ${prefix}/etc
211 target_alias =
212 top_builddir = ..
213 top_srcdir = ..
214 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
215 lib_LTLIBRARIES = libogg.la
216 libogg_la_SOURCES = framing.c bitwise.c
217 libogg_la_LDFLAGS = -no-undefined -version-info 6:0:6
218 test_bitwise_SOURCES = bitwise.c
219 test_bitwise_CFLAGS = -D_V_SELFTEST
220 test_framing_SOURCES = framing.c
221 test_framing_CFLAGS = -D_V_SELFTEST
222 all: all-am
224 .SUFFIXES:
225 .SUFFIXES: .c .lo .o .obj
226 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
227 @for dep in $?; do \
228 case '$(am__configure_deps)' in \
229 *$$dep*) \
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231 && exit 0; \
232 exit 1;; \
233 esac; \
234 done; \
235 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
236 cd $(top_srcdir) && \
237 $(AUTOMAKE) --gnu src/Makefile
238 .PRECIOUS: Makefile
239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240 @case '$?' in \
241 *config.status*) \
242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246 esac;
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251 $(top_srcdir)/configure: # $(am__configure_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
256 @$(NORMAL_INSTALL)
257 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
258 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
259 if test -f $$p; then \
260 f=$(am__strip_dir) \
261 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
262 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
263 else :; fi; \
264 done
266 uninstall-libLTLIBRARIES:
267 @$(NORMAL_UNINSTALL)
268 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
269 p=$(am__strip_dir) \
270 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
271 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
272 done
274 clean-libLTLIBRARIES:
275 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
276 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
277 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
278 test "$$dir" != "$$p" || dir=.; \
279 echo "rm -f \"$${dir}/so_locations\""; \
280 rm -f "$${dir}/so_locations"; \
281 done
282 libogg.la: $(libogg_la_OBJECTS) $(libogg_la_DEPENDENCIES)
283 $(libogg_la_LINK) -rpath $(libdir) $(libogg_la_OBJECTS) $(libogg_la_LIBADD) $(LIBS)
285 clean-noinstPROGRAMS:
286 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
287 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
288 echo " rm -f $$p $$f"; \
289 rm -f $$p $$f ; \
290 done
291 test_bitwise$(EXEEXT): $(test_bitwise_OBJECTS) $(test_bitwise_DEPENDENCIES)
292 @rm -f test_bitwise$(EXEEXT)
293 $(test_bitwise_LINK) $(test_bitwise_OBJECTS) $(test_bitwise_LDADD) $(LIBS)
294 test_framing$(EXEEXT): $(test_framing_OBJECTS) $(test_framing_DEPENDENCIES)
295 @rm -f test_framing$(EXEEXT)
296 $(test_framing_LINK) $(test_framing_OBJECTS) $(test_framing_LDADD) $(LIBS)
298 mostlyclean-compile:
299 -rm -f *.$(OBJEXT)
301 distclean-compile:
302 -rm -f *.tab.c
304 include ./$(DEPDIR)/bitwise.Plo
305 include ./$(DEPDIR)/framing.Plo
306 include ./$(DEPDIR)/test_bitwise-bitwise.Po
307 include ./$(DEPDIR)/test_framing-framing.Po
309 .c.o:
310 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312 # source='$<' object='$@' libtool=no \
313 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
314 # $(COMPILE) -c $<
316 .c.obj:
317 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
318 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319 # source='$<' object='$@' libtool=no \
320 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
321 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
323 .c.lo:
324 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326 # source='$<' object='$@' libtool=yes \
327 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
328 # $(LTCOMPILE) -c -o $@ $<
330 test_bitwise-bitwise.o: bitwise.c
331 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -MT test_bitwise-bitwise.o -MD -MP -MF $(DEPDIR)/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'`bitwise.c
332 mv -f $(DEPDIR)/test_bitwise-bitwise.Tpo $(DEPDIR)/test_bitwise-bitwise.Po
333 # source='bitwise.c' object='test_bitwise-bitwise.o' libtool=no \
334 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
335 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'`bitwise.c
337 test_bitwise-bitwise.obj: bitwise.c
338 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -MT test_bitwise-bitwise.obj -MD -MP -MF $(DEPDIR)/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.obj `if test -f 'bitwise.c'; then $(CYGPATH_W) 'bitwise.c'; else $(CYGPATH_W) '$(srcdir)/bitwise.c'; fi`
339 mv -f $(DEPDIR)/test_bitwise-bitwise.Tpo $(DEPDIR)/test_bitwise-bitwise.Po
340 # source='bitwise.c' object='test_bitwise-bitwise.obj' libtool=no \
341 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
342 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.obj `if test -f 'bitwise.c'; then $(CYGPATH_W) 'bitwise.c'; else $(CYGPATH_W) '$(srcdir)/bitwise.c'; fi`
344 test_framing-framing.o: framing.c
345 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -MT test_framing-framing.o -MD -MP -MF $(DEPDIR)/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'`framing.c
346 mv -f $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.Po
347 # source='framing.c' object='test_framing-framing.o' libtool=no \
348 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
349 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'`framing.c
351 test_framing-framing.obj: framing.c
352 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -MT test_framing-framing.obj -MD -MP -MF $(DEPDIR)/test_framing-framing.Tpo -c -o test_framing-framing.obj `if test -f 'framing.c'; then $(CYGPATH_W) 'framing.c'; else $(CYGPATH_W) '$(srcdir)/framing.c'; fi`
353 mv -f $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.Po
354 # source='framing.c' object='test_framing-framing.obj' libtool=no \
355 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
356 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.obj `if test -f 'framing.c'; then $(CYGPATH_W) 'framing.c'; else $(CYGPATH_W) '$(srcdir)/framing.c'; fi`
358 mostlyclean-libtool:
359 -rm -f *.lo
361 clean-libtool:
362 -rm -rf .libs _libs
364 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366 unique=`for i in $$list; do \
367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368 done | \
369 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
370 END { if (nonempty) { for (i in files) print i; }; }'`; \
371 mkid -fID $$unique
372 tags: TAGS
374 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 tags=; \
377 here=`pwd`; \
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 END { if (nonempty) { for (i in files) print i; }; }'`; \
384 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385 test -n "$$unique" || unique=$$empty_fix; \
386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387 $$tags $$unique; \
389 ctags: CTAGS
390 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
391 $(TAGS_FILES) $(LISP)
392 tags=; \
393 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394 unique=`for i in $$list; do \
395 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396 done | \
397 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398 END { if (nonempty) { for (i in files) print i; }; }'`; \
399 test -z "$(CTAGS_ARGS)$$tags$$unique" \
400 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
401 $$tags $$unique
403 GTAGS:
404 here=`$(am__cd) $(top_builddir) && pwd` \
405 && cd $(top_srcdir) \
406 && gtags -i $(GTAGS_ARGS) $$here
408 distclean-tags:
409 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411 distdir: $(DISTFILES)
412 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414 list='$(DISTFILES)'; \
415 dist_files=`for file in $$list; do echo $$file; done | \
416 sed -e "s|^$$srcdirstrip/||;t" \
417 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418 case $$dist_files in \
419 */*) $(MKDIR_P) `echo "$$dist_files" | \
420 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421 sort -u` ;; \
422 esac; \
423 for file in $$dist_files; do \
424 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425 if test -d $$d/$$file; then \
426 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
429 fi; \
430 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
431 else \
432 test -f $(distdir)/$$file \
433 || cp -p $$d/$$file $(distdir)/$$file \
434 || exit 1; \
435 fi; \
436 done
437 check-am: all-am
438 check: check-am
439 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
440 installdirs:
441 for dir in "$(DESTDIR)$(libdir)"; do \
442 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
443 done
444 install: install-am
445 install-exec: install-exec-am
446 install-data: install-data-am
447 uninstall: uninstall-am
449 install-am: all-am
450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452 installcheck: installcheck-am
453 install-strip:
454 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456 `test -z '$(STRIP)' || \
457 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
458 mostlyclean-generic:
460 clean-generic:
462 distclean-generic:
463 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465 maintainer-clean-generic:
466 @echo "This command is intended for maintainers to use"
467 @echo "it deletes files that may require special tools to rebuild."
468 clean: clean-am
470 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
471 clean-noinstPROGRAMS mostlyclean-am
473 distclean: distclean-am
474 -rm -rf ./$(DEPDIR)
475 -rm -f Makefile
476 distclean-am: clean-am distclean-compile distclean-generic \
477 distclean-tags
479 dvi: dvi-am
481 dvi-am:
483 html: html-am
485 info: info-am
487 info-am:
489 install-data-am:
491 install-dvi: install-dvi-am
493 install-exec-am: install-libLTLIBRARIES
495 install-html: install-html-am
497 install-info: install-info-am
499 install-man:
501 install-pdf: install-pdf-am
503 install-ps: install-ps-am
505 installcheck-am:
507 maintainer-clean: maintainer-clean-am
508 -rm -rf ./$(DEPDIR)
509 -rm -f Makefile
510 maintainer-clean-am: distclean-am maintainer-clean-generic
512 mostlyclean: mostlyclean-am
514 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
515 mostlyclean-libtool
517 pdf: pdf-am
519 pdf-am:
521 ps: ps-am
523 ps-am:
525 uninstall-am: uninstall-libLTLIBRARIES
527 .MAKE: install-am install-strip
529 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
530 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
531 distclean distclean-compile distclean-generic \
532 distclean-libtool distclean-tags distdir dvi dvi-am html \
533 html-am info info-am install install-am install-data \
534 install-data-am install-dvi install-dvi-am install-exec \
535 install-exec-am install-html install-html-am install-info \
536 install-info-am install-libLTLIBRARIES install-man install-pdf \
537 install-pdf-am install-ps install-ps-am install-strip \
538 installcheck installcheck-am installdirs maintainer-clean \
539 maintainer-clean-generic mostlyclean mostlyclean-compile \
540 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
541 tags uninstall uninstall-am uninstall-libLTLIBRARIES
544 check: $(noinst_PROGRAMS)
545 ./test_bitwise$(EXEEXT)
546 ./test_framing$(EXEEXT)
548 debug:
549 $(MAKE) all CFLAGS="-g -Wall -fsigned-char -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections"
551 profile:
552 $(MAKE) all CFLAGS="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections"
553 # Tell versions [3.59,3.63) of GNU make to not export all variables.
554 # Otherwise a system limit (for SysV at least) may be exceeded.
555 .NOEXPORT: