OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [xscale/] [Makefile.in] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.11 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
subdir = .
38
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
        $(top_srcdir)/configure $(am__configure_deps) \
40
        $(srcdir)/../../../../mkinstalldirs
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
43
        $(top_srcdir)/configure.in
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
        $(ACLOCAL_M4)
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47
 configure.lineno config.status.lineno
48
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
49
CONFIG_CLEAN_FILES =
50
CONFIG_CLEAN_VPATH_FILES =
51
LIBRARIES = $(noinst_LIBRARIES)
52
ARFLAGS = cru
53
lib_a_AR = $(AR) $(ARFLAGS)
54
lib_a_LIBADD =
55
am_lib_a_OBJECTS = lib_a-memchr.$(OBJEXT) lib_a-memcmp.$(OBJEXT) \
56
        lib_a-memcpy.$(OBJEXT) lib_a-memmove.$(OBJEXT) \
57
        lib_a-memset.$(OBJEXT) lib_a-strchr.$(OBJEXT) \
58
        lib_a-strcmp.$(OBJEXT) lib_a-strcpy.$(OBJEXT) \
59
        lib_a-strlen.$(OBJEXT) lib_a-setjmp.$(OBJEXT)
60
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
61
DEFAULT_INCLUDES = -I.@am__isrc@
62
depcomp =
63
am__depfiles_maybe =
64
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
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)
71
ETAGS = etags
72
CTAGS = ctags
73
ACLOCAL = @ACLOCAL@
74
AMTAR = @AMTAR@
75
AR = @AR@
76
AS = @AS@
77
AUTOCONF = @AUTOCONF@
78
AUTOHEADER = @AUTOHEADER@
79
AUTOMAKE = @AUTOMAKE@
80
AWK = @AWK@
81
CC = @CC@
82
CCAS = @CCAS@
83
CCASFLAGS = @CCASFLAGS@
84
CCDEPMODE = @CCDEPMODE@
85
CYGPATH_W = @CYGPATH_W@
86
DEFS = @DEFS@
87
DEPDIR = @DEPDIR@
88
ECHO_C = @ECHO_C@
89
ECHO_N = @ECHO_N@
90
ECHO_T = @ECHO_T@
91
INSTALL = @INSTALL@
92
INSTALL_DATA = @INSTALL_DATA@
93
INSTALL_PROGRAM = @INSTALL_PROGRAM@
94
INSTALL_SCRIPT = @INSTALL_SCRIPT@
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96
LDFLAGS = @LDFLAGS@
97
LIBOBJS = @LIBOBJS@
98
LIBS = @LIBS@
99
LTLIBOBJS = @LTLIBOBJS@
100
MAINT = @MAINT@
101
MAKEINFO = @MAKEINFO@
102
MKDIR_P = @MKDIR_P@
103
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
104
OBJEXT = @OBJEXT@
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
RANLIB = @RANLIB@
113
READELF = @READELF@
114
SET_MAKE = @SET_MAKE@
115
SHELL = @SHELL@
116
STRIP = @STRIP@
117
VERSION = @VERSION@
118
abs_builddir = @abs_builddir@
119
abs_srcdir = @abs_srcdir@
120
abs_top_builddir = @abs_top_builddir@
121
abs_top_srcdir = @abs_top_srcdir@
122
aext = @aext@
123
am__include = @am__include@
124
am__leading_dot = @am__leading_dot@
125
am__quote = @am__quote@
126
am__tar = @am__tar@
127
am__untar = @am__untar@
128
bindir = @bindir@
129
build = @build@
130
build_alias = @build_alias@
131
build_cpu = @build_cpu@
132
build_os = @build_os@
133
build_vendor = @build_vendor@
134
builddir = @builddir@
135
datadir = @datadir@
136
datarootdir = @datarootdir@
137
docdir = @docdir@
138
dvidir = @dvidir@
139
exec_prefix = @exec_prefix@
140
host = @host@
141
host_alias = @host_alias@
142
host_cpu = @host_cpu@
143
host_os = @host_os@
144
host_vendor = @host_vendor@
145
htmldir = @htmldir@
146
includedir = @includedir@
147
infodir = @infodir@
148
install_sh = @install_sh@
149
libdir = @libdir@
150
libexecdir = @libexecdir@
151
libm_machine_dir = @libm_machine_dir@
152
localedir = @localedir@
153
localstatedir = @localstatedir@
154
lpfx = @lpfx@
155
machine_dir = @machine_dir@
156
mandir = @mandir@
157
mkdir_p = @mkdir_p@
158
newlib_basedir = @newlib_basedir@
159
oext = @oext@
160
oldincludedir = @oldincludedir@
161
pdfdir = @pdfdir@
162
prefix = @prefix@
163
program_transform_name = @program_transform_name@
164
psdir = @psdir@
165
sbindir = @sbindir@
166
sharedstatedir = @sharedstatedir@
167
srcdir = @srcdir@
168
sys_dir = @sys_dir@
169
sysconfdir = @sysconfdir@
170
target_alias = @target_alias@
171
top_build_prefix = @top_build_prefix@
172
top_builddir = @top_builddir@
173
top_srcdir = @top_srcdir@
174
AUTOMAKE_OPTIONS = cygnus
175
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
176
AM_CCASFLAGS = $(INCLUDES)
177
noinst_LIBRARIES = lib.a
178
lib_a_SOURCES = \
179
        memchr.c memcmp.c memcpy.c memmove.c memset.c \
180
        strchr.c strcmp.c strcpy.c strlen.c setjmp.S
181
 
182
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
183
lib_a_CFLAGS = $(AM_CFLAGS)
184
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
185
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
186
all: all-am
187
 
188
.SUFFIXES:
189
.SUFFIXES: .S .c .o .obj
190
am--refresh:
191
        @:
192
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
193
        @for dep in $?; do \
194
          case '$(am__configure_deps)' in \
195
            *$$dep*) \
196
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
197
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
198
                && exit 0; \
199
              exit 1;; \
200
          esac; \
201
        done; \
202
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
203
        $(am__cd) $(top_srcdir) && \
204
          $(AUTOMAKE) --cygnus Makefile
205
.PRECIOUS: Makefile
206
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207
        @case '$?' in \
208
          *config.status*) \
209
            echo ' $(SHELL) ./config.status'; \
210
            $(SHELL) ./config.status;; \
211
          *) \
212
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
213
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
214
        esac;
215
 
216
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217
        $(SHELL) ./config.status --recheck
218
 
219
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
220
        $(am__cd) $(srcdir) && $(AUTOCONF)
221
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
222
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
223
$(am__aclocal_m4_deps):
224
 
225
clean-noinstLIBRARIES:
226
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
227
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
228
        -rm -f lib.a
229
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
230
        $(RANLIB) lib.a
231
 
232
mostlyclean-compile:
233
        -rm -f *.$(OBJEXT)
234
 
235
distclean-compile:
236
        -rm -f *.tab.c
237
 
238
.S.o:
239
        $(CPPASCOMPILE) -c -o $@ $<
240
 
241
.S.obj:
242
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
243
 
244
lib_a-setjmp.o: setjmp.S
245
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
246
 
247
lib_a-setjmp.obj: setjmp.S
248
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
249
 
250
.c.o:
251
        $(COMPILE) -c $<
252
 
253
.c.obj:
254
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
255
 
256
lib_a-memchr.o: memchr.c
257
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memchr.o `test -f 'memchr.c' || echo '$(srcdir)/'`memchr.c
258
 
259
lib_a-memchr.obj: memchr.c
260
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memchr.obj `if test -f 'memchr.c'; then $(CYGPATH_W) 'memchr.c'; else $(CYGPATH_W) '$(srcdir)/memchr.c'; fi`
261
 
262
lib_a-memcmp.o: memcmp.c
263
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcmp.o `test -f 'memcmp.c' || echo '$(srcdir)/'`memcmp.c
264
 
265
lib_a-memcmp.obj: memcmp.c
266
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcmp.obj `if test -f 'memcmp.c'; then $(CYGPATH_W) 'memcmp.c'; else $(CYGPATH_W) '$(srcdir)/memcmp.c'; fi`
267
 
268
lib_a-memcpy.o: memcpy.c
269
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcpy.o `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
270
 
271
lib_a-memcpy.obj: memcpy.c
272
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcpy.obj `if test -f 'memcpy.c'; then $(CYGPATH_W) 'memcpy.c'; else $(CYGPATH_W) '$(srcdir)/memcpy.c'; fi`
273
 
274
lib_a-memmove.o: memmove.c
275
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memmove.o `test -f 'memmove.c' || echo '$(srcdir)/'`memmove.c
276
 
277
lib_a-memmove.obj: memmove.c
278
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memmove.obj `if test -f 'memmove.c'; then $(CYGPATH_W) 'memmove.c'; else $(CYGPATH_W) '$(srcdir)/memmove.c'; fi`
279
 
280
lib_a-memset.o: memset.c
281
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memset.o `test -f 'memset.c' || echo '$(srcdir)/'`memset.c
282
 
283
lib_a-memset.obj: memset.c
284
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memset.obj `if test -f 'memset.c'; then $(CYGPATH_W) 'memset.c'; else $(CYGPATH_W) '$(srcdir)/memset.c'; fi`
285
 
286
lib_a-strchr.o: strchr.c
287
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strchr.o `test -f 'strchr.c' || echo '$(srcdir)/'`strchr.c
288
 
289
lib_a-strchr.obj: strchr.c
290
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strchr.obj `if test -f 'strchr.c'; then $(CYGPATH_W) 'strchr.c'; else $(CYGPATH_W) '$(srcdir)/strchr.c'; fi`
291
 
292
lib_a-strcmp.o: strcmp.c
293
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcmp.o `test -f 'strcmp.c' || echo '$(srcdir)/'`strcmp.c
294
 
295
lib_a-strcmp.obj: strcmp.c
296
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcmp.obj `if test -f 'strcmp.c'; then $(CYGPATH_W) 'strcmp.c'; else $(CYGPATH_W) '$(srcdir)/strcmp.c'; fi`
297
 
298
lib_a-strcpy.o: strcpy.c
299
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcpy.o `test -f 'strcpy.c' || echo '$(srcdir)/'`strcpy.c
300
 
301
lib_a-strcpy.obj: strcpy.c
302
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcpy.obj `if test -f 'strcpy.c'; then $(CYGPATH_W) 'strcpy.c'; else $(CYGPATH_W) '$(srcdir)/strcpy.c'; fi`
303
 
304
lib_a-strlen.o: strlen.c
305
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.o `test -f 'strlen.c' || echo '$(srcdir)/'`strlen.c
306
 
307
lib_a-strlen.obj: strlen.c
308
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.obj `if test -f 'strlen.c'; then $(CYGPATH_W) 'strlen.c'; else $(CYGPATH_W) '$(srcdir)/strlen.c'; fi`
309
 
310
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
311
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312
        unique=`for i in $$list; do \
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
          done | \
315
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
316
              END { if (nonempty) { for (i in files) print i; }; }'`; \
317
        mkid -fID $$unique
318
tags: TAGS
319
 
320
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321
                $(TAGS_FILES) $(LISP)
322
        set x; \
323
        here=`pwd`; \
324
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
325
        unique=`for i in $$list; do \
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
          done | \
328
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
        shift; \
331
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
332
          test -n "$$unique" || unique=$$empty_fix; \
333
          if test $$# -gt 0; then \
334
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335
              "$$@" $$unique; \
336
          else \
337
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338
              $$unique; \
339
          fi; \
340
        fi
341
ctags: CTAGS
342
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343
                $(TAGS_FILES) $(LISP)
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
345
        unique=`for i in $$list; do \
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
          done | \
348
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
        test -z "$(CTAGS_ARGS)$$unique" \
351
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
352
             $$unique
353
 
354
GTAGS:
355
        here=`$(am__cd) $(top_builddir) && pwd` \
356
          && $(am__cd) $(top_srcdir) \
357
          && gtags -i $(GTAGS_ARGS) "$$here"
358
 
359
distclean-tags:
360
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
361
check-am:
362
check: check-am
363
all-am: Makefile $(LIBRARIES)
364
installdirs:
365
install: install-am
366
install-exec: install-exec-am
367
install-data: install-data-am
368
uninstall: uninstall-am
369
 
370
install-am: all-am
371
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
 
373
installcheck: installcheck-am
374
install-strip:
375
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377
          `test -z '$(STRIP)' || \
378
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
379
mostlyclean-generic:
380
 
381
clean-generic:
382
 
383
distclean-generic:
384
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
385
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
386
 
387
maintainer-clean-generic:
388
        @echo "This command is intended for maintainers to use"
389
        @echo "it deletes files that may require special tools to rebuild."
390
clean: clean-am
391
 
392
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
393
 
394
distclean: distclean-am
395
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
396
        -rm -f Makefile
397
distclean-am: clean-am distclean-compile distclean-generic \
398
        distclean-tags
399
 
400
dvi: dvi-am
401
 
402
dvi-am:
403
 
404
html: html-am
405
 
406
html-am:
407
 
408
info: info-am
409
 
410
info-am:
411
 
412
install-data-am:
413
 
414
install-dvi: install-dvi-am
415
 
416
install-dvi-am:
417
 
418
install-exec-am:
419
 
420
install-html: install-html-am
421
 
422
install-html-am:
423
 
424
install-info: install-info-am
425
 
426
install-info-am:
427
 
428
install-man:
429
 
430
install-pdf: install-pdf-am
431
 
432
install-pdf-am:
433
 
434
install-ps: install-ps-am
435
 
436
install-ps-am:
437
 
438
installcheck-am:
439
 
440
maintainer-clean: maintainer-clean-am
441
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
442
        -rm -rf $(top_srcdir)/autom4te.cache
443
        -rm -f Makefile
444
maintainer-clean-am: distclean-am maintainer-clean-generic
445
 
446
mostlyclean: mostlyclean-am
447
 
448
mostlyclean-am: mostlyclean-compile mostlyclean-generic
449
 
450
pdf: pdf-am
451
 
452
pdf-am:
453
 
454
ps: ps-am
455
 
456
ps-am:
457
 
458
uninstall-am:
459
 
460
.MAKE: install-am install-strip
461
 
462
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
463
        clean-generic clean-noinstLIBRARIES ctags distclean \
464
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
465
        html html-am info info-am install install-am install-data \
466
        install-data-am install-dvi install-dvi-am install-exec \
467
        install-exec-am install-html install-html-am install-info \
468
        install-info-am install-man install-pdf install-pdf-am \
469
        install-ps install-ps-am install-strip installcheck \
470
        installcheck-am installdirs maintainer-clean \
471
        maintainer-clean-generic mostlyclean mostlyclean-compile \
472
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
473
        uninstall-am
474
 
475
 
476
# Tell versions [3.59,3.63) of GNU make to not export all variables.
477
# Otherwise a system limit (for SysV at least) may be exceeded.
478
.NOEXPORT:

powered by: WebSVN 2.1.0

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