/[pearpc]/src/cpu/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

Annotation of /src/cpu/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26