OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [tic80/] [Makefile.in] - Blame information for rev 158

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
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.
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
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
top_builddir = .
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
INSTALL = @INSTALL@
26
install_sh_DATA = $(install_sh) -c -m 644
27
install_sh_PROGRAM = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
29
INSTALL_HEADER = $(INSTALL_DATA)
30
transform = $(program_transform_name)
31
NORMAL_INSTALL = :
32
PRE_INSTALL = :
33
POST_INSTALL = :
34
NORMAL_UNINSTALL = :
35
PRE_UNINSTALL = :
36
POST_UNINSTALL = :
37
build_triplet = @build@
38
host_triplet = @host@
39
DIST_COMMON = $(srcdir)/../../../../config.guess \
40
        $(srcdir)/../../../../config.sub $(srcdir)/Makefile.in \
41
        $(srcdir)/Makefile.am $(top_srcdir)/configure \
42
        $(am__configure_deps) $(srcdir)/../../../../mkinstalldirs
43
subdir = .
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
46
        $(top_srcdir)/configure.in
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
        $(ACLOCAL_M4)
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
 configure.lineno configure.status.lineno
51
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
52
CONFIG_CLEAN_FILES =
53
LIBRARIES = $(noinst_LIBRARIES)
54
ARFLAGS = cru
55
lib_a_AR = $(AR) $(ARFLAGS)
56
lib_a_LIBADD =
57
am_lib_a_OBJECTS =
58
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
59
libfoo_a_AR = $(AR) $(ARFLAGS)
60
libfoo_a_LIBADD =
61
am_libfoo_a_OBJECTS = crt0.$(OBJEXT)
62
libfoo_a_OBJECTS = $(am_libfoo_a_OBJECTS)
63
DEFAULT_INCLUDES = -I. -I$(srcdir)
64
depcomp =
65
am__depfiles_maybe =
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 = $(lib_a_SOURCES) $(libfoo_a_SOURCES)
71
ETAGS = etags
72
CTAGS = ctags
73
ACLOCAL = @ACLOCAL@
74
AMDEP_FALSE = @AMDEP_FALSE@
75
AMDEP_TRUE = @AMDEP_TRUE@
76
AMTAR = @AMTAR@
77
AR = @AR@
78
AS = @AS@
79
AUTOCONF = @AUTOCONF@
80
AUTOHEADER = @AUTOHEADER@
81
AUTOMAKE = @AUTOMAKE@
82
AWK = @AWK@
83
CC = @CC@
84
CCAS = @CCAS@
85
CCASFLAGS = @CCASFLAGS@
86
CCDEPMODE = @CCDEPMODE@
87
CYGPATH_W = @CYGPATH_W@
88
DEFS = @DEFS@
89
DEPDIR = @DEPDIR@
90
ECHO_C = @ECHO_C@
91
ECHO_N = @ECHO_N@
92
ECHO_T = @ECHO_T@
93
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
94
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
95
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
96
ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
97
ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
98
ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
99
ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
100
ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
101
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
102
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
103
INSTALL_DATA = @INSTALL_DATA@
104
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
LDFLAGS = @LDFLAGS@
108
LIBOBJS = @LIBOBJS@
109
LIBS = @LIBS@
110
LTLIBOBJS = @LTLIBOBJS@
111
MAINT = @MAINT@
112
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
113
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
114
MAKEINFO = @MAKEINFO@
115
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
116
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
117
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
118
OBJEXT = @OBJEXT@
119
PACKAGE = @PACKAGE@
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
PACKAGE_NAME = @PACKAGE_NAME@
122
PACKAGE_STRING = @PACKAGE_STRING@
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
124
PACKAGE_VERSION = @PACKAGE_VERSION@
125
PATH_SEPARATOR = @PATH_SEPARATOR@
126
RANLIB = @RANLIB@
127
READELF = @READELF@
128
SET_MAKE = @SET_MAKE@
129
SHELL = @SHELL@
130
STRIP = @STRIP@
131
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
132
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
133
VERSION = @VERSION@
134
ac_ct_AR = @ac_ct_AR@
135
ac_ct_AS = @ac_ct_AS@
136
ac_ct_RANLIB = @ac_ct_RANLIB@
137
ac_ct_READELF = @ac_ct_READELF@
138
ac_ct_STRIP = @ac_ct_STRIP@
139
aext = @aext@
140
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
141
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
142
am__include = @am__include@
143
am__leading_dot = @am__leading_dot@
144
am__quote = @am__quote@
145
am__tar = @am__tar@
146
am__untar = @am__untar@
147
bindir = @bindir@
148
build = @build@
149
build_alias = @build_alias@
150
build_cpu = @build_cpu@
151
build_os = @build_os@
152
build_vendor = @build_vendor@
153
datadir = @datadir@
154
exec_prefix = @exec_prefix@
155
host = @host@
156
host_alias = @host_alias@
157
host_cpu = @host_cpu@
158
host_os = @host_os@
159
host_vendor = @host_vendor@
160
includedir = @includedir@
161
infodir = @infodir@
162
install_sh = @install_sh@
163
libdir = @libdir@
164
libexecdir = @libexecdir@
165
libm_machine_dir = @libm_machine_dir@
166
localstatedir = @localstatedir@
167
lpfx = @lpfx@
168
machine_dir = @machine_dir@
169
mandir = @mandir@
170
mkdir_p = @mkdir_p@
171
newlib_basedir = @newlib_basedir@
172
oext = @oext@
173
oldincludedir = @oldincludedir@
174
prefix = @prefix@
175
program_transform_name = @program_transform_name@
176
sbindir = @sbindir@
177
sharedstatedir = @sharedstatedir@
178
sys_dir = @sys_dir@
179
sysconfdir = @sysconfdir@
180
target_alias = @target_alias@
181
AUTOMAKE_OPTIONS = cygnus
182
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
183
AM_CCASFLAGS = $(INCLUDES)
184
noinst_LIBRARIES = lib.a
185
lib_a_SOURCES =
186
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
187
lib_a_CFLAGS = $(AM_CFLAGS)
188
 
189
# This is a hack to force automake to include a definition for
190
# COMPILE.
191
EXTRA_LIBRARIES = libfoo.a
192
libfoo_a_SOURCES = crt0.c
193
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
194
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
195
all: all-am
196
 
197
.SUFFIXES:
198
.SUFFIXES: .c .o .obj
199
am--refresh:
200
        @:
201
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
202
        @for dep in $?; do \
203
          case '$(am__configure_deps)' in \
204
            *$$dep*) \
205
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
206
              cd $(srcdir) && $(AUTOMAKE) --cygnus  \
207
                && exit 0; \
208
              exit 1;; \
209
          esac; \
210
        done; \
211
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
212
        cd $(top_srcdir) && \
213
          $(AUTOMAKE) --cygnus  Makefile
214
.PRECIOUS: Makefile
215
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
216
        @case '$?' in \
217
          *config.status*) \
218
            echo ' $(SHELL) ./config.status'; \
219
            $(SHELL) ./config.status;; \
220
          *) \
221
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
222
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
223
        esac;
224
 
225
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226
        $(SHELL) ./config.status --recheck
227
 
228
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
229
        cd $(srcdir) && $(AUTOCONF)
230
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
231
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
232
 
233
clean-noinstLIBRARIES:
234
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
235
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
236
        -rm -f lib.a
237
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
238
        $(RANLIB) lib.a
239
libfoo.a: $(libfoo_a_OBJECTS) $(libfoo_a_DEPENDENCIES)
240
        -rm -f libfoo.a
241
        $(libfoo_a_AR) libfoo.a $(libfoo_a_OBJECTS) $(libfoo_a_LIBADD)
242
        $(RANLIB) libfoo.a
243
 
244
mostlyclean-compile:
245
        -rm -f *.$(OBJEXT)
246
 
247
distclean-compile:
248
        -rm -f *.tab.c
249
 
250
.c.o:
251
        $(COMPILE) -c $<
252
 
253
.c.obj:
254
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
255
uninstall-info-am:
256
 
257
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
258
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
259
        unique=`for i in $$list; do \
260
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261
          done | \
262
          $(AWK) '    { files[$$0] = 1; } \
263
               END { for (i in files) print i; }'`; \
264
        mkid -fID $$unique
265
tags: TAGS
266
 
267
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
268
                $(TAGS_FILES) $(LISP)
269
        tags=; \
270
        here=`pwd`; \
271
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
272
        unique=`for i in $$list; do \
273
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274
          done | \
275
          $(AWK) '    { files[$$0] = 1; } \
276
               END { for (i in files) print i; }'`; \
277
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
278
          test -n "$$unique" || unique=$$empty_fix; \
279
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280
            $$tags $$unique; \
281
        fi
282
ctags: CTAGS
283
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
284
                $(TAGS_FILES) $(LISP)
285
        tags=; \
286
        here=`pwd`; \
287
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288
        unique=`for i in $$list; do \
289
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
          done | \
291
          $(AWK) '    { files[$$0] = 1; } \
292
               END { for (i in files) print i; }'`; \
293
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
294
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
295
             $$tags $$unique
296
 
297
GTAGS:
298
        here=`$(am__cd) $(top_builddir) && pwd` \
299
          && cd $(top_srcdir) \
300
          && gtags -i $(GTAGS_ARGS) $$here
301
 
302
distclean-tags:
303
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
304
check-am:
305
check: check-am
306
all-am: Makefile $(LIBRARIES)
307
installdirs:
308
install: install-am
309
install-exec: install-exec-am
310
install-data: install-data-am
311
uninstall: uninstall-am
312
 
313
install-am: all-am
314
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
315
 
316
installcheck: installcheck-am
317
install-strip:
318
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
319
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
320
          `test -z '$(STRIP)' || \
321
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
322
mostlyclean-generic:
323
 
324
clean-generic:
325
 
326
distclean-generic:
327
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
328
 
329
maintainer-clean-generic:
330
        @echo "This command is intended for maintainers to use"
331
        @echo "it deletes files that may require special tools to rebuild."
332
clean: clean-am
333
 
334
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
335
 
336
distclean: distclean-am
337
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
338
        -rm -f Makefile
339
distclean-am: clean-am distclean-compile distclean-generic \
340
        distclean-tags
341
 
342
dvi: dvi-am
343
 
344
dvi-am:
345
 
346
html: html-am
347
 
348
info: info-am
349
 
350
info-am:
351
 
352
install-data-am:
353
 
354
install-exec-am:
355
 
356
install-info: install-info-am
357
 
358
install-man:
359
 
360
installcheck-am:
361
 
362
maintainer-clean: maintainer-clean-am
363
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
364
        -rm -rf $(top_srcdir)/autom4te.cache
365
        -rm -f Makefile
366
maintainer-clean-am: distclean-am maintainer-clean-generic
367
 
368
mostlyclean: mostlyclean-am
369
 
370
mostlyclean-am: mostlyclean-compile mostlyclean-generic
371
 
372
pdf: pdf-am
373
 
374
pdf-am:
375
 
376
ps: ps-am
377
 
378
ps-am:
379
 
380
uninstall-am:
381
 
382
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
383
        clean-generic clean-noinstLIBRARIES ctags distclean \
384
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
385
        html html-am info info-am install install-am install-data \
386
        install-data-am install-exec install-exec-am install-info \
387
        install-info-am install-man install-strip installcheck \
388
        installcheck-am installdirs maintainer-clean \
389
        maintainer-clean-generic mostlyclean mostlyclean-compile \
390
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
391
        uninstall-am uninstall-info-am
392
 
393
 
394
all: crt0.o
395
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
# Otherwise a system limit (for SysV at least) may be exceeded.
397
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.