/[pearpc]/src/io/rtl8139/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/io/rtl8139/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 14107 byte(s)
import upstream CVS
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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.
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 @SET_MAKE@
16
17 SOURCES = $(librtl8139_a_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = src/io/rtl8139
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 mkinstalldirs = $(mkdir_p)
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 LIBRARIES = $(noinst_LIBRARIES)
52 ARFLAGS = cru
53 librtl8139_a_AR = $(AR) $(ARFLAGS)
54 librtl8139_a_LIBADD =
55 am_librtl8139_a_OBJECTS = rtl8139.$(OBJEXT)
56 librtl8139_a_OBJECTS = $(am_librtl8139_a_OBJECTS)
57 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
58 depcomp = $(SHELL) $(top_srcdir)/depcomp
59 am__depfiles_maybe = depfiles
60 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/rtl8139.Po
61 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
63 CXXLD = $(CXX)
64 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
65 -o $@
66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68 CCLD = $(CC)
69 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
70 SOURCES = $(librtl8139_a_SOURCES)
71 DIST_SOURCES = $(librtl8139_a_SOURCES)
72 ETAGS = etags
73 CTAGS = ctags
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 ACLOCAL = @ACLOCAL@
76 AMDEP_FALSE = @AMDEP_FALSE@
77 AMDEP_TRUE = @AMDEP_TRUE@
78 AMTAR = @AMTAR@
79 AR = @AR@
80 ARCH_DIR = @ARCH_DIR@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCAS = @CCAS@
87 CCASFLAGS = @CCASFLAGS@
88 CCDEPMODE = @CCDEPMODE@
89 CFLAGS = @CFLAGS@
90 CPP = @CPP@
91 CPPFLAGS = @CPPFLAGS@
92 CPU_DIR = @CPU_DIR@
93 CXX = @CXX@
94 CXXDEPMODE = @CXXDEPMODE@
95 CXXFLAGS = @CXXFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 GREP = @GREP@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 LDFLAGS = @LDFLAGS@
110 LEX = @LEX@
111 LEXLIB = @LEXLIB@
112 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LTLIBOBJS = @LTLIBOBJS@
116 MAKE = @MAKE@
117 MAKEINFO = @MAKEINFO@
118 OBJEXT = @OBJEXT@
119 OSAPI_DIR = @OSAPI_DIR@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 PPC_LDADD = @PPC_LDADD@
128 PPC_LDFLAGS = @PPC_LDFLAGS@
129 QT_CFLAGS = @QT_CFLAGS@
130 RANLIB = @RANLIB@
131 SDL_CFLAGS = @SDL_CFLAGS@
132 SDL_CONFIG = @SDL_CONFIG@
133 SDL_LIBS = @SDL_LIBS@
134 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 STRIP = @STRIP@
137 UI_DIR = @UI_DIR@
138 USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
139 USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
140 USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
141 USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
142 USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
143 USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
144 USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
145 USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
146 USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
147 USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
148 USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
149 USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
150 USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
151 USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
152 USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
153 USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
154 USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
155 USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
156 USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
157 USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
158 USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
159 USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
160 USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
161 USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
162 USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
163 USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
164 VERSION = @VERSION@
165 XMKMF = @XMKMF@
166 X_CFLAGS = @X_CFLAGS@
167 X_EXTRA_LIBS = @X_EXTRA_LIBS@
168 X_LIBS = @X_LIBS@
169 X_PRE_LIBS = @X_PRE_LIBS@
170 YACC = @YACC@
171 YFLAGS = @YFLAGS@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_CXX = @ac_ct_CXX@
174 ac_thread = @ac_thread@
175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
178 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 bindir = @bindir@
183 build = @build@
184 build_alias = @build_alias@
185 build_cpu = @build_cpu@
186 build_os = @build_os@
187 build_vendor = @build_vendor@
188 datadir = @datadir@
189 datarootdir = @datarootdir@
190 docdir = @docdir@
191 dvidir = @dvidir@
192 exec_prefix = @exec_prefix@
193 host = @host@
194 host_alias = @host_alias@
195 host_cpu = @host_cpu@
196 host_os = @host_os@
197 host_vendor = @host_vendor@
198 htmldir = @htmldir@
199 includedir = @includedir@
200 infodir = @infodir@
201 install_sh = @install_sh@
202 libdir = @libdir@
203 libexecdir = @libexecdir@
204 localedir = @localedir@
205 localstatedir = @localstatedir@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 sysconfdir = @sysconfdir@
216 target = @target@
217 target_alias = @target_alias@
218 target_cpu = @target_cpu@
219 target_os = @target_os@
220 target_vendor = @target_vendor@
221 AUTOMAKE_OPTIONS = foreign
222 noinst_LIBRARIES = librtl8139.a
223 librtl8139_a_SOURCES = rtl8139.cc rtl8139.h
224 INCLUDES = -I ../..
225 all: all-am
226
227 .SUFFIXES:
228 .SUFFIXES: .cc .o .obj
229 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234 && exit 0; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/io/rtl8139/Makefile'; \
239 cd $(top_srcdir) && \
240 $(AUTOMAKE) --foreign src/io/rtl8139/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 @case '$?' in \
244 *config.status*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249 esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure: $(am__configure_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259 clean-noinstLIBRARIES:
260 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
261 librtl8139.a: $(librtl8139_a_OBJECTS) $(librtl8139_a_DEPENDENCIES)
262 -rm -f librtl8139.a
263 $(librtl8139_a_AR) librtl8139.a $(librtl8139_a_OBJECTS) $(librtl8139_a_LIBADD)
264 $(RANLIB) librtl8139.a
265
266 mostlyclean-compile:
267 -rm -f *.$(OBJEXT)
268
269 distclean-compile:
270 -rm -f *.tab.c
271
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtl8139.Po@am__quote@
273
274 .cc.o:
275 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
276 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
279 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
281
282 .cc.obj:
283 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
284 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
285 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
287 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
289 uninstall-info-am:
290
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
300
301 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
302 $(TAGS_FILES) $(LISP)
303 tags=; \
304 here=`pwd`; \
305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306 unique=`for i in $$list; do \
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308 done | \
309 $(AWK) ' { files[$$0] = 1; } \
310 END { for (i in files) print i; }'`; \
311 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
312 test -n "$$unique" || unique=$$empty_fix; \
313 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
314 $$tags $$unique; \
315 fi
316 ctags: CTAGS
317 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322 unique=`for i in $$list; do \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324 done | \
325 $(AWK) ' { files[$$0] = 1; } \
326 END { for (i in files) print i; }'`; \
327 test -z "$(CTAGS_ARGS)$$tags$$unique" \
328 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329 $$tags $$unique
330
331 GTAGS:
332 here=`$(am__cd) $(top_builddir) && pwd` \
333 && cd $(top_srcdir) \
334 && gtags -i $(GTAGS_ARGS) $$here
335
336 distclean-tags:
337 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
338
339 distdir: $(DISTFILES)
340 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
341 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
342 list='$(DISTFILES)'; for file in $$list; do \
343 case $$file in \
344 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
345 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
346 esac; \
347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
349 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
350 dir="/$$dir"; \
351 $(mkdir_p) "$(distdir)$$dir"; \
352 else \
353 dir=''; \
354 fi; \
355 if test -d $$d/$$file; then \
356 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358 fi; \
359 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
360 else \
361 test -f $(distdir)/$$file \
362 || cp -p $$d/$$file $(distdir)/$$file \
363 || exit 1; \
364 fi; \
365 done
366 check-am: all-am
367 check: check-am
368 all-am: Makefile $(LIBRARIES)
369 installdirs:
370 install: install-am
371 install-exec: install-exec-am
372 install-data: install-data-am
373 uninstall: uninstall-am
374
375 install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377
378 installcheck: installcheck-am
379 install-strip:
380 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382 `test -z '$(STRIP)' || \
383 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
384 mostlyclean-generic:
385
386 clean-generic:
387
388 distclean-generic:
389 -rm -f $(CONFIG_CLEAN_FILES)
390
391 maintainer-clean-generic:
392 @echo "This command is intended for maintainers to use"
393 @echo "it deletes files that may require special tools to rebuild."
394 clean: clean-am
395
396 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
397
398 distclean: distclean-am
399 -rm -rf ./$(DEPDIR)
400 -rm -f Makefile
401 distclean-am: clean-am distclean-compile distclean-generic \
402 distclean-tags
403
404 dvi: dvi-am
405
406 dvi-am:
407
408 html: html-am
409
410 info: info-am
411
412 info-am:
413
414 install-data-am:
415
416 install-exec-am:
417
418 install-info: install-info-am
419
420 install-man:
421
422 installcheck-am:
423
424 maintainer-clean: maintainer-clean-am
425 -rm -rf ./$(DEPDIR)
426 -rm -f Makefile
427 maintainer-clean-am: distclean-am maintainer-clean-generic
428
429 mostlyclean: mostlyclean-am
430
431 mostlyclean-am: mostlyclean-compile mostlyclean-generic
432
433 pdf: pdf-am
434
435 pdf-am:
436
437 ps: ps-am
438
439 ps-am:
440
441 uninstall-am: uninstall-info-am
442
443 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
444 clean-noinstLIBRARIES ctags distclean distclean-compile \
445 distclean-generic distclean-tags distdir dvi dvi-am html \
446 html-am info info-am install install-am install-data \
447 install-data-am install-exec install-exec-am install-info \
448 install-info-am install-man install-strip installcheck \
449 installcheck-am installdirs maintainer-clean \
450 maintainer-clean-generic mostlyclean mostlyclean-compile \
451 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
452 uninstall-am uninstall-info-am
453
454 # Tell versions [3.59,3.63) of GNU make to not export all variables.
455 # Otherwise a system limit (for SysV at least) may be exceeded.
456 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26