Changes to update Tomato RAF.
[tomato.git] / release / src / router / lzo / include / Makefile
blobce462329e65ab96ad3360ac2fe078759f4329a10
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # include/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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.
18 # Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
20 srcdir = .
21 top_srcdir = ..
23 pkgdatadir = $(datadir)/lzo
24 pkglibdir = $(libdir)/lzo
25 pkgincludedir = $(includedir)/lzo
26 top_builddir = ..
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = /usr/bin/install -c
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = i686-pc-linux-gnu
41 host_triplet = mipsel-unknown-linux-gnu
42 target_triplet = mipsel-unknown-linux-gnu
43 subdir = include
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 SOURCES =
53 DIST_SOURCES =
54 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
56 install-exec-recursive install-info-recursive \
57 install-recursive installcheck-recursive installdirs-recursive \
58 pdf-recursive ps-recursive uninstall-info-recursive \
59 uninstall-recursive
60 ETAGS = etags
61 CTAGS = ctags
62 DIST_SUBDIRS = $(SUBDIRS)
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64 ACLOCAL = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run aclocal-1.9
65 AMDEP_FALSE = #
66 AMDEP_TRUE =
67 AMTAR = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run tar
68 AR = mipsel-uclibc-ar
69 AUTOCONF = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run autoconf
70 AUTOHEADER = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run autoheader
71 AUTOMAKE = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run automake-1.9
72 AWK = mawk
73 CC = mipsel-uclibc-gcc
74 CCDEPMODE = depmode=gcc3
75 CFLAGS = -mips2 -O3 -Wall
76 CPP = mipsel-uclibc-gcc -E
77 CPPFLAGS = -DLZO_HAVE_CONFIG_H
78 CXX = mipsel-linux-g++
79 CXXCPP = mipsel-linux-g++ -E
80 CXXDEPMODE = depmode=gcc3
81 CXXFLAGS = -g -O2
82 CYGPATH_W = echo
83 DEFS = -DHAVE_CONFIG_H
84 DEPDIR = .deps
85 ECHO = echo
86 ECHO_C =
87 ECHO_N = -n
88 ECHO_T =
89 EGREP = grep -E
90 EXEEXT =
91 F77 =
92 FFLAGS =
93 INSTALL_DATA = ${INSTALL} -m 644
94 INSTALL_PROGRAM = ${INSTALL}
95 INSTALL_SCRIPT = ${INSTALL}
96 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
97 LDFLAGS =
98 LIBOBJS =
99 LIBS =
100 LIBTOOL = $(SHELL) $(top_builddir)/libtool
101 LN_S = ln -s
102 LTLIBOBJS =
103 LZO_ASM_VPATH =
104 LZO_CFLAGS =
105 LZO_CPPFLAGS =
106 LZO_EXTRA_CFLAGS =
107 LZO_EXTRA_CPPFLAGS =
108 LZO_USE_ASM_FALSE =
109 LZO_USE_ASM_TRUE = #
110 MAINT = #
111 MAINTAINER_MODE_FALSE =
112 MAINTAINER_MODE_TRUE = #
113 MAKEINFO = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run makeinfo
114 OBJEXT = o
115 PACKAGE = lzo
116 PACKAGE_BUGREPORT = markus@oberhumer.com
117 PACKAGE_NAME = lzo
118 PACKAGE_STRING = lzo 2.03
119 PACKAGE_TARNAME = lzo
120 PACKAGE_VERSION = 2.03
121 PATH_SEPARATOR = :
122 RANLIB = mipsel-uclibc-ranlib
123 SET_MAKE =
124 SHELL = /bin/sh
125 STRIP = mipsel-uclibc-strip
126 VERSION = 2.03
127 ac_ct_AR =
128 ac_ct_CC =
129 ac_ct_CXX =
130 ac_ct_F77 =
131 ac_ct_RANLIB =
132 ac_ct_STRIP =
133 am__fastdepCC_FALSE = #
134 am__fastdepCC_TRUE =
135 am__fastdepCXX_FALSE = #
136 am__fastdepCXX_TRUE =
137 am__include = include
138 am__leading_dot = .
139 am__quote =
140 am__tar = ${AMTAR} chof - "$$tardir"
141 am__untar = ${AMTAR} xf -
142 bindir = ${exec_prefix}/bin
143 build = i686-pc-linux-gnu
144 build_alias =
145 build_cpu = i686
146 build_os = linux-gnu
147 build_vendor = pc
148 configure_CFLAGS = -mips2 -O3 -Wall
149 configure_CPPFLAGS = -DLZO_HAVE_CONFIG_H
150 datadir = ${prefix}/share
151 exec_prefix = ${prefix}
152 host = mipsel-unknown-linux-gnu
153 host_alias = mipsel-linux
154 host_cpu = mipsel
155 host_os = linux-gnu
156 host_vendor = unknown
157 includedir = ${prefix}/include
158 infodir = ${prefix}/info
159 install_sh = /home/keith/firmware/release/src/router/lzo/autoconf/install-sh
160 libdir = ${exec_prefix}/lib
161 libexecdir = ${exec_prefix}/libexec
162 localstatedir = ${prefix}/var
163 mandir = ${prefix}/man
164 mkdir_p = mkdir -p --
165 oldincludedir = /usr/include
166 prefix = /usr/local
167 program_transform_name = s,x,x,
168 sbindir = ${exec_prefix}/sbin
169 sharedstatedir = ${prefix}/com
170 sysconfdir = ${prefix}/etc
171 target = mipsel-unknown-linux-gnu
172 target_alias =
173 target_cpu = mipsel
174 target_os = linux-gnu
175 target_vendor = unknown
176 SUBDIRS = lzo
177 all: all-recursive
179 .SUFFIXES:
180 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
181 @for dep in $?; do \
182 case '$(am__configure_deps)' in \
183 *$$dep*) \
184 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
185 && exit 0; \
186 exit 1;; \
187 esac; \
188 done; \
189 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
190 cd $(top_srcdir) && \
191 $(AUTOMAKE) --gnu include/Makefile
192 .PRECIOUS: Makefile
193 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
194 @case '$?' in \
195 *config.status*) \
196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
197 *) \
198 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
199 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
200 esac;
202 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205 $(top_srcdir)/configure: # $(am__configure_deps)
206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
208 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210 mostlyclean-libtool:
211 -rm -f *.lo
213 clean-libtool:
214 -rm -rf .libs _libs
216 distclean-libtool:
217 -rm -f libtool
218 uninstall-info-am:
220 # This directory's subdirectories are mostly independent; you can cd
221 # into them and run `make' without going through this Makefile.
222 # To change the values of `make' variables: instead of editing Makefiles,
223 # (1) if the variable is set in `config.status', edit `config.status'
224 # (which will cause the Makefiles to be regenerated when you run `make');
225 # (2) otherwise, pass the desired values on the `make' command line.
226 $(RECURSIVE_TARGETS):
227 @failcom='exit 1'; \
228 for f in x $$MAKEFLAGS; do \
229 case $$f in \
230 *=* | --[!k]*);; \
231 *k*) failcom='fail=yes';; \
232 esac; \
233 done; \
234 dot_seen=no; \
235 target=`echo $@ | sed s/-recursive//`; \
236 list='$(SUBDIRS)'; for subdir in $$list; do \
237 echo "Making $$target in $$subdir"; \
238 if test "$$subdir" = "."; then \
239 dot_seen=yes; \
240 local_target="$$target-am"; \
241 else \
242 local_target="$$target"; \
243 fi; \
244 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
245 || eval $$failcom; \
246 done; \
247 if test "$$dot_seen" = "no"; then \
248 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
249 fi; test -z "$$fail"
251 mostlyclean-recursive clean-recursive distclean-recursive \
252 maintainer-clean-recursive:
253 @failcom='exit 1'; \
254 for f in x $$MAKEFLAGS; do \
255 case $$f in \
256 *=* | --[!k]*);; \
257 *k*) failcom='fail=yes';; \
258 esac; \
259 done; \
260 dot_seen=no; \
261 case "$@" in \
262 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
263 *) list='$(SUBDIRS)' ;; \
264 esac; \
265 rev=''; for subdir in $$list; do \
266 if test "$$subdir" = "."; then :; else \
267 rev="$$subdir $$rev"; \
268 fi; \
269 done; \
270 rev="$$rev ."; \
271 target=`echo $@ | sed s/-recursive//`; \
272 for subdir in $$rev; do \
273 echo "Making $$target in $$subdir"; \
274 if test "$$subdir" = "."; then \
275 local_target="$$target-am"; \
276 else \
277 local_target="$$target"; \
278 fi; \
279 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280 || eval $$failcom; \
281 done && test -z "$$fail"
282 tags-recursive:
283 list='$(SUBDIRS)'; for subdir in $$list; do \
284 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
285 done
286 ctags-recursive:
287 list='$(SUBDIRS)'; for subdir in $$list; do \
288 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
289 done
291 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
292 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293 unique=`for i in $$list; do \
294 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295 done | \
296 $(AWK) ' { files[$$0] = 1; } \
297 END { for (i in files) print i; }'`; \
298 mkid -fID $$unique
299 tags: TAGS
301 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
302 $(TAGS_FILES) $(LISP)
303 tags=; \
304 here=`pwd`; \
305 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
306 include_option=--etags-include; \
307 empty_fix=.; \
308 else \
309 include_option=--include; \
310 empty_fix=; \
311 fi; \
312 list='$(SUBDIRS)'; for subdir in $$list; do \
313 if test "$$subdir" = .; then :; else \
314 test ! -f $$subdir/TAGS || \
315 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
316 fi; \
317 done; \
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319 unique=`for i in $$list; do \
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321 done | \
322 $(AWK) ' { files[$$0] = 1; } \
323 END { for (i in files) print i; }'`; \
324 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325 test -n "$$unique" || unique=$$empty_fix; \
326 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327 $$tags $$unique; \
329 ctags: CTAGS
330 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
331 $(TAGS_FILES) $(LISP)
332 tags=; \
333 here=`pwd`; \
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
340 test -z "$(CTAGS_ARGS)$$tags$$unique" \
341 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342 $$tags $$unique
344 GTAGS:
345 here=`$(am__cd) $(top_builddir) && pwd` \
346 && cd $(top_srcdir) \
347 && gtags -i $(GTAGS_ARGS) $$here
349 distclean-tags:
350 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352 distdir: $(DISTFILES)
353 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
354 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
355 list='$(DISTFILES)'; for file in $$list; do \
356 case $$file in \
357 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
358 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
359 esac; \
360 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
362 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
363 dir="/$$dir"; \
364 $(mkdir_p) "$(distdir)$$dir"; \
365 else \
366 dir=''; \
367 fi; \
368 if test -d $$d/$$file; then \
369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
371 fi; \
372 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
373 else \
374 test -f $(distdir)/$$file \
375 || cp -p $$d/$$file $(distdir)/$$file \
376 || exit 1; \
377 fi; \
378 done
379 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
380 if test "$$subdir" = .; then :; else \
381 test -d "$(distdir)/$$subdir" \
382 || $(mkdir_p) "$(distdir)/$$subdir" \
383 || exit 1; \
384 distdir=`$(am__cd) $(distdir) && pwd`; \
385 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
386 (cd $$subdir && \
387 $(MAKE) $(AM_MAKEFLAGS) \
388 top_distdir="$$top_distdir" \
389 distdir="$$distdir/$$subdir" \
390 distdir) \
391 || exit 1; \
392 fi; \
393 done
394 check-am: all-am
395 check: check-recursive
396 all-am: Makefile
397 installdirs: installdirs-recursive
398 installdirs-am:
399 install: install-recursive
400 install-exec: install-exec-recursive
401 install-data: install-data-recursive
402 uninstall: uninstall-recursive
404 install-am: all-am
405 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
407 installcheck: installcheck-recursive
408 install-strip:
409 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411 `test -z '$(STRIP)' || \
412 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
413 mostlyclean-generic:
415 clean-generic:
417 distclean-generic:
418 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
420 maintainer-clean-generic:
421 @echo "This command is intended for maintainers to use"
422 @echo "it deletes files that may require special tools to rebuild."
423 clean: clean-recursive
425 clean-am: clean-generic clean-libtool mostlyclean-am
427 distclean: distclean-recursive
428 -rm -f Makefile
429 distclean-am: clean-am distclean-generic distclean-libtool \
430 distclean-tags
432 dvi: dvi-recursive
434 dvi-am:
436 html: html-recursive
438 info: info-recursive
440 info-am:
442 install-data-am:
444 install-exec-am:
446 install-info: install-info-recursive
448 install-man:
450 installcheck-am:
452 maintainer-clean: maintainer-clean-recursive
453 -rm -f Makefile
454 maintainer-clean-am: distclean-am maintainer-clean-generic
456 mostlyclean: mostlyclean-recursive
458 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
460 pdf: pdf-recursive
462 pdf-am:
464 ps: ps-recursive
466 ps-am:
468 uninstall-am: uninstall-info-am
470 uninstall-info: uninstall-info-recursive
472 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
473 clean clean-generic clean-libtool clean-recursive ctags \
474 ctags-recursive distclean distclean-generic distclean-libtool \
475 distclean-recursive distclean-tags distdir dvi dvi-am html \
476 html-am info info-am install install-am install-data \
477 install-data-am install-exec install-exec-am install-info \
478 install-info-am install-man install-strip installcheck \
479 installcheck-am installdirs installdirs-am maintainer-clean \
480 maintainer-clean-generic maintainer-clean-recursive \
481 mostlyclean mostlyclean-generic mostlyclean-libtool \
482 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
483 uninstall uninstall-am uninstall-info-am
485 # Tell versions [3.59,3.63) of GNU make to not export all variables.
486 # Otherwise a system limit (for SysV at least) may be exceeded.
487 .NOEXPORT: