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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [xscale/] [Makefile.in] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
# 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
        $(srcdir)/../../../../compile $(srcdir)/../../../../compile \
44
        $(srcdir)/../../../../compile $(srcdir)/../../../../compile \
45
        $(srcdir)/../../../../compile $(srcdir)/../../../../compile \
46
        $(srcdir)/../../../../compile $(srcdir)/../../../../compile \
47
        $(srcdir)/../../../../compile
48
subdir = .
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
51
        $(top_srcdir)/configure.in
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
        $(ACLOCAL_M4)
54
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55
 configure.lineno configure.status.lineno
56
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
57
CONFIG_CLEAN_FILES =
58
LIBRARIES = $(noinst_LIBRARIES)
59
ARFLAGS = cru
60
lib_a_AR = $(AR) $(ARFLAGS)
61
lib_a_LIBADD =
62
am_lib_a_OBJECTS = lib_a-memchr.$(OBJEXT) lib_a-memcmp.$(OBJEXT) \
63
        lib_a-memcpy.$(OBJEXT) lib_a-memmove.$(OBJEXT) \
64
        lib_a-memset.$(OBJEXT) lib_a-strchr.$(OBJEXT) \
65
        lib_a-strcmp.$(OBJEXT) lib_a-strcpy.$(OBJEXT) \
66
        lib_a-strlen.$(OBJEXT) lib_a-setjmp.$(OBJEXT)
67
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
68
DEFAULT_INCLUDES = -I. -I$(srcdir)
69
depcomp =
70
am__depfiles_maybe =
71
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
CCLD = $(CC)
75
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76
SOURCES = $(lib_a_SOURCES)
77
ETAGS = etags
78
CTAGS = ctags
79
ACLOCAL = @ACLOCAL@
80
AMDEP_FALSE = @AMDEP_FALSE@
81
AMDEP_TRUE = @AMDEP_TRUE@
82
AMTAR = @AMTAR@
83
AR = @AR@
84
AS = @AS@
85
AUTOCONF = @AUTOCONF@
86
AUTOHEADER = @AUTOHEADER@
87
AUTOMAKE = @AUTOMAKE@
88
AWK = @AWK@
89
CC = @CC@
90
CCAS = @CCAS@
91
CCASFLAGS = @CCASFLAGS@
92
CCDEPMODE = @CCDEPMODE@
93
CYGPATH_W = @CYGPATH_W@
94
DEFS = @DEFS@
95
DEPDIR = @DEPDIR@
96
ECHO_C = @ECHO_C@
97
ECHO_N = @ECHO_N@
98
ECHO_T = @ECHO_T@
99
ELIX_LEVEL_0_FALSE = @ELIX_LEVEL_0_FALSE@
100
ELIX_LEVEL_0_TRUE = @ELIX_LEVEL_0_TRUE@
101
ELIX_LEVEL_1_FALSE = @ELIX_LEVEL_1_FALSE@
102
ELIX_LEVEL_1_TRUE = @ELIX_LEVEL_1_TRUE@
103
ELIX_LEVEL_2_FALSE = @ELIX_LEVEL_2_FALSE@
104
ELIX_LEVEL_2_TRUE = @ELIX_LEVEL_2_TRUE@
105
ELIX_LEVEL_3_FALSE = @ELIX_LEVEL_3_FALSE@
106
ELIX_LEVEL_3_TRUE = @ELIX_LEVEL_3_TRUE@
107
ELIX_LEVEL_4_FALSE = @ELIX_LEVEL_4_FALSE@
108
ELIX_LEVEL_4_TRUE = @ELIX_LEVEL_4_TRUE@
109
INSTALL_DATA = @INSTALL_DATA@
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113
LDFLAGS = @LDFLAGS@
114
LIBOBJS = @LIBOBJS@
115
LIBS = @LIBS@
116
LTLIBOBJS = @LTLIBOBJS@
117
MAINT = @MAINT@
118
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
119
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
120
MAKEINFO = @MAKEINFO@
121
MAY_SUPPLY_SYSCALLS_FALSE = @MAY_SUPPLY_SYSCALLS_FALSE@
122
MAY_SUPPLY_SYSCALLS_TRUE = @MAY_SUPPLY_SYSCALLS_TRUE@
123
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
124
OBJEXT = @OBJEXT@
125
PACKAGE = @PACKAGE@
126
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127
PACKAGE_NAME = @PACKAGE_NAME@
128
PACKAGE_STRING = @PACKAGE_STRING@
129
PACKAGE_TARNAME = @PACKAGE_TARNAME@
130
PACKAGE_VERSION = @PACKAGE_VERSION@
131
PATH_SEPARATOR = @PATH_SEPARATOR@
132
RANLIB = @RANLIB@
133
READELF = @READELF@
134
SET_MAKE = @SET_MAKE@
135
SHELL = @SHELL@
136
STRIP = @STRIP@
137
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
138
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
139
VERSION = @VERSION@
140
ac_ct_AR = @ac_ct_AR@
141
ac_ct_AS = @ac_ct_AS@
142
ac_ct_RANLIB = @ac_ct_RANLIB@
143
ac_ct_READELF = @ac_ct_READELF@
144
ac_ct_STRIP = @ac_ct_STRIP@
145
aext = @aext@
146
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148
am__include = @am__include@
149
am__leading_dot = @am__leading_dot@
150
am__quote = @am__quote@
151
am__tar = @am__tar@
152
am__untar = @am__untar@
153
bindir = @bindir@
154
build = @build@
155
build_alias = @build_alias@
156
build_cpu = @build_cpu@
157
build_os = @build_os@
158
build_vendor = @build_vendor@
159
datadir = @datadir@
160
exec_prefix = @exec_prefix@
161
host = @host@
162
host_alias = @host_alias@
163
host_cpu = @host_cpu@
164
host_os = @host_os@
165
host_vendor = @host_vendor@
166
includedir = @includedir@
167
infodir = @infodir@
168
install_sh = @install_sh@
169
libdir = @libdir@
170
libexecdir = @libexecdir@
171
libm_machine_dir = @libm_machine_dir@
172
localstatedir = @localstatedir@
173
lpfx = @lpfx@
174
machine_dir = @machine_dir@
175
mandir = @mandir@
176
mkdir_p = @mkdir_p@
177
newlib_basedir = @newlib_basedir@
178
oext = @oext@
179
oldincludedir = @oldincludedir@
180
prefix = @prefix@
181
program_transform_name = @program_transform_name@
182
sbindir = @sbindir@
183
sharedstatedir = @sharedstatedir@
184
sys_dir = @sys_dir@
185
sysconfdir = @sysconfdir@
186
target_alias = @target_alias@
187
AUTOMAKE_OPTIONS = cygnus
188
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
189
AM_CCASFLAGS = $(INCLUDES)
190
noinst_LIBRARIES = lib.a
191
lib_a_SOURCES = \
192
        memchr.c memcmp.c memcpy.c memmove.c memset.c \
193
        strchr.c strcmp.c strcpy.c strlen.c setjmp.S
194
 
195
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
196
lib_a_CFLAGS = $(AM_CFLAGS)
197
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
198
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
199
all: all-am
200
 
201
.SUFFIXES:
202
.SUFFIXES: .S .c .o .obj
203
am--refresh:
204
        @:
205
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
206
        @for dep in $?; do \
207
          case '$(am__configure_deps)' in \
208
            *$$dep*) \
209
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
210
              cd $(srcdir) && $(AUTOMAKE) --cygnus  \
211
                && exit 0; \
212
              exit 1;; \
213
          esac; \
214
        done; \
215
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
216
        cd $(top_srcdir) && \
217
          $(AUTOMAKE) --cygnus  Makefile
218
.PRECIOUS: Makefile
219
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220
        @case '$?' in \
221
          *config.status*) \
222
            echo ' $(SHELL) ./config.status'; \
223
            $(SHELL) ./config.status;; \
224
          *) \
225
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
226
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
227
        esac;
228
 
229
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230
        $(SHELL) ./config.status --recheck
231
 
232
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
233
        cd $(srcdir) && $(AUTOCONF)
234
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
235
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
236
 
237
clean-noinstLIBRARIES:
238
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
239
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
240
        -rm -f lib.a
241
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
242
        $(RANLIB) lib.a
243
 
244
mostlyclean-compile:
245
        -rm -f *.$(OBJEXT)
246
 
247
distclean-compile:
248
        -rm -f *.tab.c
249
 
250
.S.o:
251
        $(CCASCOMPILE) -c $<
252
 
253
.S.obj:
254
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
255
 
256
lib_a-setjmp.o: setjmp.S
257
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
258
 
259
lib_a-setjmp.obj: setjmp.S
260
        $(CCAS) $(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`
261
 
262
.c.o:
263
        $(COMPILE) -c $<
264
 
265
.c.obj:
266
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
267
 
268
lib_a-memchr.o: memchr.c
269
        $(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
270
 
271
lib_a-memchr.obj: memchr.c
272
        $(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`
273
 
274
lib_a-memcmp.o: memcmp.c
275
        $(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
276
 
277
lib_a-memcmp.obj: memcmp.c
278
        $(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`
279
 
280
lib_a-memcpy.o: memcpy.c
281
        $(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
282
 
283
lib_a-memcpy.obj: memcpy.c
284
        $(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`
285
 
286
lib_a-memmove.o: memmove.c
287
        $(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
288
 
289
lib_a-memmove.obj: memmove.c
290
        $(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`
291
 
292
lib_a-memset.o: memset.c
293
        $(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
294
 
295
lib_a-memset.obj: memset.c
296
        $(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`
297
 
298
lib_a-strchr.o: strchr.c
299
        $(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
300
 
301
lib_a-strchr.obj: strchr.c
302
        $(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`
303
 
304
lib_a-strcmp.o: strcmp.c
305
        $(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
306
 
307
lib_a-strcmp.obj: strcmp.c
308
        $(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`
309
 
310
lib_a-strcpy.o: strcpy.c
311
        $(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
312
 
313
lib_a-strcpy.obj: strcpy.c
314
        $(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`
315
 
316
lib_a-strlen.o: strlen.c
317
        $(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
318
 
319
lib_a-strlen.obj: strlen.c
320
        $(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`
321
uninstall-info-am:
322
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; } \
329
               END { for (i in files) print i; }'`; \
330
        mkid -fID $$unique
331
tags: TAGS
332
 
333
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334
                $(TAGS_FILES) $(LISP)
335
        tags=; \
336
        here=`pwd`; \
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
        unique=`for i in $$list; do \
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
          done | \
341
          $(AWK) '    { files[$$0] = 1; } \
342
               END { for (i in files) print i; }'`; \
343
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
344
          test -n "$$unique" || unique=$$empty_fix; \
345
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346
            $$tags $$unique; \
347
        fi
348
ctags: CTAGS
349
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350
                $(TAGS_FILES) $(LISP)
351
        tags=; \
352
        here=`pwd`; \
353
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354
        unique=`for i in $$list; do \
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
          done | \
357
          $(AWK) '    { files[$$0] = 1; } \
358
               END { for (i in files) print i; }'`; \
359
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
360
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361
             $$tags $$unique
362
 
363
GTAGS:
364
        here=`$(am__cd) $(top_builddir) && pwd` \
365
          && cd $(top_srcdir) \
366
          && gtags -i $(GTAGS_ARGS) $$here
367
 
368
distclean-tags:
369
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
370
check-am:
371
check: check-am
372
all-am: Makefile $(LIBRARIES)
373
installdirs:
374
install: install-am
375
install-exec: install-exec-am
376
install-data: install-data-am
377
uninstall: uninstall-am
378
 
379
install-am: all-am
380
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381
 
382
installcheck: installcheck-am
383
install-strip:
384
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386
          `test -z '$(STRIP)' || \
387
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
388
mostlyclean-generic:
389
 
390
clean-generic:
391
 
392
distclean-generic:
393
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394
 
395
maintainer-clean-generic:
396
        @echo "This command is intended for maintainers to use"
397
        @echo "it deletes files that may require special tools to rebuild."
398
clean: clean-am
399
 
400
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
401
 
402
distclean: distclean-am
403
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
404
        -rm -f Makefile
405
distclean-am: clean-am distclean-compile distclean-generic \
406
        distclean-tags
407
 
408
dvi: dvi-am
409
 
410
dvi-am:
411
 
412
html: html-am
413
 
414
info: info-am
415
 
416
info-am:
417
 
418
install-data-am:
419
 
420
install-exec-am:
421
 
422
install-info: install-info-am
423
 
424
install-man:
425
 
426
installcheck-am:
427
 
428
maintainer-clean: maintainer-clean-am
429
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
430
        -rm -rf $(top_srcdir)/autom4te.cache
431
        -rm -f Makefile
432
maintainer-clean-am: distclean-am maintainer-clean-generic
433
 
434
mostlyclean: mostlyclean-am
435
 
436
mostlyclean-am: mostlyclean-compile mostlyclean-generic
437
 
438
pdf: pdf-am
439
 
440
pdf-am:
441
 
442
ps: ps-am
443
 
444
ps-am:
445
 
446
uninstall-am:
447
 
448
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
449
        clean-generic clean-noinstLIBRARIES ctags distclean \
450
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
451
        html html-am info info-am install install-am install-data \
452
        install-data-am install-exec install-exec-am install-info \
453
        install-info-am install-man install-strip installcheck \
454
        installcheck-am installdirs maintainer-clean \
455
        maintainer-clean-generic mostlyclean mostlyclean-compile \
456
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
457
        uninstall-am uninstall-info-am
458
 
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
460
# Otherwise a system limit (for SysV at least) may be exceeded.
461
.NOEXPORT:

powered by: WebSVN 2.1.0

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