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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [machine/] [i386/] [Makefile.in] - Blame information for rev 207

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
 
19
 
20
VPATH = @srcdir@
21
pkgdatadir = $(datadir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
pkglibdir = $(libdir)/@PACKAGE@
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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)/../../../../../Makefile.shared \
40
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41
        $(top_srcdir)/configure $(am__configure_deps) \
42
        $(srcdir)/../../../../../../mkinstalldirs
43
subdir = .
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
am__aclocal_m4_deps = $(top_srcdir)/../../../../../../libtool.m4 \
46
        $(top_srcdir)/../../../../../../ltoptions.m4 \
47
        $(top_srcdir)/../../../../../../ltsugar.m4 \
48
        $(top_srcdir)/../../../../../../ltversion.m4 \
49
        $(top_srcdir)/../../../../../../lt~obsolete.m4 \
50
        $(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 config.status.lineno
56
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
57
CONFIG_CLEAN_FILES =
58
CONFIG_CLEAN_VPATH_FILES =
59
LIBRARIES = $(noinst_LIBRARIES)
60
ARFLAGS = cru
61
lib_a_AR = $(AR) $(ARFLAGS)
62
lib_a_LIBADD =
63
am__objects_1 = lib_a-get_clockfreq.$(OBJEXT) \
64
        lib_a-getpagesize.$(OBJEXT) lib_a-hp-timing.$(OBJEXT) \
65
        lib_a-setjmp.$(OBJEXT) lib_a-sigaction.$(OBJEXT) \
66
        lib_a-dl-procinfo.$(OBJEXT)
67
@USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1)
68
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
69
LTLIBRARIES = $(noinst_LTLIBRARIES)
70
liblinuxi386_la_LIBADD =
71
am__objects_2 = get_clockfreq.lo getpagesize.lo hp-timing.lo setjmp.lo \
72
        sigaction.lo dl-procinfo.lo
73
@USE_LIBTOOL_TRUE@am_liblinuxi386_la_OBJECTS = $(am__objects_2)
74
liblinuxi386_la_OBJECTS = $(am_liblinuxi386_la_OBJECTS)
75
liblinuxi386_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
76
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
        $(liblinuxi386_la_LDFLAGS) $(LDFLAGS) -o $@
78
@USE_LIBTOOL_TRUE@am_liblinuxi386_la_rpath =
79
DEFAULT_INCLUDES = -I.@am__isrc@
80
depcomp =
81
am__depfiles_maybe =
82
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
84
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
CCLD = $(CC)
93
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95
        $(LDFLAGS) -o $@
96
SOURCES = $(lib_a_SOURCES) $(liblinuxi386_la_SOURCES)
97
DATA = $(noinst_DATA)
98
ETAGS = etags
99
CTAGS = ctags
100
ACLOCAL = @ACLOCAL@
101
AMTAR = @AMTAR@
102
AR = @AR@
103
AS = @AS@
104
AUTOCONF = @AUTOCONF@
105
AUTOHEADER = @AUTOHEADER@
106
AUTOMAKE = @AUTOMAKE@
107
AWK = @AWK@
108
CC = @CC@
109
CCAS = @CCAS@
110
CCASFLAGS = @CCASFLAGS@
111
CCDEPMODE = @CCDEPMODE@
112
CFLAGS = @CFLAGS@
113
CPP = @CPP@
114
CPPFLAGS = @CPPFLAGS@
115
CYGPATH_W = @CYGPATH_W@
116
DEFS = @DEFS@
117
DEPDIR = @DEPDIR@
118
DLLTOOL = @DLLTOOL@
119
DSYMUTIL = @DSYMUTIL@
120
DUMPBIN = @DUMPBIN@
121
ECHO_C = @ECHO_C@
122
ECHO_N = @ECHO_N@
123
ECHO_T = @ECHO_T@
124
EGREP = @EGREP@
125
EXEEXT = @EXEEXT@
126
FGREP = @FGREP@
127
GREP = @GREP@
128
INSTALL = @INSTALL@
129
INSTALL_DATA = @INSTALL_DATA@
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133
LD = @LD@
134
LDFLAGS = @LDFLAGS@
135
LIBOBJS = @LIBOBJS@
136
LIBS = @LIBS@
137
LIBTOOL = @LIBTOOL@
138
LIPO = @LIPO@
139
LN_S = @LN_S@
140
LTLIBOBJS = @LTLIBOBJS@
141
MAINT = @MAINT@
142
MAKEINFO = @MAKEINFO@
143
MKDIR_P = @MKDIR_P@
144
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
145
NM = @NM@
146
NMEDIT = @NMEDIT@
147
OBJDUMP = @OBJDUMP@
148
OBJEXT = @OBJEXT@
149
OTOOL = @OTOOL@
150
OTOOL64 = @OTOOL64@
151
PACKAGE = @PACKAGE@
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153
PACKAGE_NAME = @PACKAGE_NAME@
154
PACKAGE_STRING = @PACKAGE_STRING@
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
156
PACKAGE_VERSION = @PACKAGE_VERSION@
157
PATH_SEPARATOR = @PATH_SEPARATOR@
158
RANLIB = @RANLIB@
159
READELF = @READELF@
160
SED = @SED@
161
SET_MAKE = @SET_MAKE@
162
SHELL = @SHELL@
163
STRIP = @STRIP@
164
VERSION = @VERSION@
165
abs_builddir = @abs_builddir@
166
abs_srcdir = @abs_srcdir@
167
abs_top_builddir = @abs_top_builddir@
168
abs_top_srcdir = @abs_top_srcdir@
169
ac_ct_CC = @ac_ct_CC@
170
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171
aext = @aext@
172
am__include = @am__include@
173
am__leading_dot = @am__leading_dot@
174
am__quote = @am__quote@
175
am__tar = @am__tar@
176
am__untar = @am__untar@
177
bindir = @bindir@
178
build = @build@
179
build_alias = @build_alias@
180
build_cpu = @build_cpu@
181
build_os = @build_os@
182
build_vendor = @build_vendor@
183
builddir = @builddir@
184
datadir = @datadir@
185
datarootdir = @datarootdir@
186
docdir = @docdir@
187
dvidir = @dvidir@
188
exec_prefix = @exec_prefix@
189
host = @host@
190
host_alias = @host_alias@
191
host_cpu = @host_cpu@
192
host_os = @host_os@
193
host_vendor = @host_vendor@
194
htmldir = @htmldir@
195
includedir = @includedir@
196
infodir = @infodir@
197
install_sh = @install_sh@
198
libdir = @libdir@
199
libexecdir = @libexecdir@
200
libm_machine_dir = @libm_machine_dir@
201
localedir = @localedir@
202
localstatedir = @localstatedir@
203
lpfx = @lpfx@
204
lt_ECHO = @lt_ECHO@
205
machine_dir = @machine_dir@
206
mandir = @mandir@
207
mkdir_p = @mkdir_p@
208
newlib_basedir = @newlib_basedir@
209
oext = @oext@
210
oldincludedir = @oldincludedir@
211
pdfdir = @pdfdir@
212
prefix = @prefix@
213
program_transform_name = @program_transform_name@
214
psdir = @psdir@
215
sbindir = @sbindir@
216
sharedstatedir = @sharedstatedir@
217
srcdir = @srcdir@
218
sys_dir = @sys_dir@
219
sysconfdir = @sysconfdir@
220
target_alias = @target_alias@
221
top_build_prefix = @top_build_prefix@
222
top_builddir = @top_builddir@
223
top_srcdir = @top_srcdir@
224
AUTOMAKE_OPTIONS = cygnus
225
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
226
LIB_SOURCES = get_clockfreq.c getpagesize.c hp-timing.c setjmp.S sigaction.c dl-procinfo.c
227
liblinuxi386_la_LDFLAGS = -Xcompiler -nostdlib
228
AM_CFLAGS = -I$(srcdir)/../..
229
AM_CCASFLAGS = -I$(srcdir)/../.. $(INCLUDES)
230
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = liblinuxi386.la
231
@USE_LIBTOOL_TRUE@liblinuxi386_la_SOURCES = $(LIB_SOURCES)
232
@USE_LIBTOOL_FALSE@noinst_DATA =
233
@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
234
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
235
@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
236
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
237
@USE_LIBTOOL_FALSE@lib_a_CCASFLAGS = $(AM_CCASFLAGS)
238
ACLOCAL_AMFLAGS = -I ../../../../.. -I ../../../../../..
239
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
240
all: all-am
241
 
242
.SUFFIXES:
243
.SUFFIXES: .S .c .lo .o .obj
244
am--refresh:
245
        @:
246
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../../../Makefile.shared $(am__configure_deps)
247
        @for dep in $?; do \
248
          case '$(am__configure_deps)' in \
249
            *$$dep*) \
250
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
251
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
252
                && exit 0; \
253
              exit 1;; \
254
          esac; \
255
        done; \
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
257
        $(am__cd) $(top_srcdir) && \
258
          $(AUTOMAKE) --cygnus Makefile
259
.PRECIOUS: Makefile
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261
        @case '$?' in \
262
          *config.status*) \
263
            echo ' $(SHELL) ./config.status'; \
264
            $(SHELL) ./config.status;; \
265
          *) \
266
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
267
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
268
        esac;
269
 
270
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271
        $(SHELL) ./config.status --recheck
272
 
273
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
274
        $(am__cd) $(srcdir) && $(AUTOCONF)
275
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
276
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
277
$(am__aclocal_m4_deps):
278
 
279
clean-noinstLIBRARIES:
280
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
281
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
282
        -rm -f lib.a
283
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
284
        $(RANLIB) lib.a
285
 
286
clean-noinstLTLIBRARIES:
287
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
288
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
289
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
290
          test "$$dir" != "$$p" || dir=.; \
291
          echo "rm -f \"$${dir}/so_locations\""; \
292
          rm -f "$${dir}/so_locations"; \
293
        done
294
liblinuxi386.la: $(liblinuxi386_la_OBJECTS) $(liblinuxi386_la_DEPENDENCIES)
295
        $(liblinuxi386_la_LINK) $(am_liblinuxi386_la_rpath) $(liblinuxi386_la_OBJECTS) $(liblinuxi386_la_LIBADD) $(LIBS)
296
 
297
mostlyclean-compile:
298
        -rm -f *.$(OBJEXT)
299
 
300
distclean-compile:
301
        -rm -f *.tab.c
302
 
303
.S.o:
304
        $(CPPASCOMPILE) -c -o $@ $<
305
 
306
.S.obj:
307
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
308
 
309
.S.lo:
310
        $(LTCPPASCOMPILE) -c -o $@ $<
311
 
312
lib_a-setjmp.o: setjmp.S
313
        $(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
314
 
315
lib_a-setjmp.obj: setjmp.S
316
        $(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`
317
 
318
.c.o:
319
        $(COMPILE) -c $<
320
 
321
.c.obj:
322
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
323
 
324
.c.lo:
325
        $(LTCOMPILE) -c -o $@ $<
326
 
327
lib_a-get_clockfreq.o: get_clockfreq.c
328
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-get_clockfreq.o `test -f 'get_clockfreq.c' || echo '$(srcdir)/'`get_clockfreq.c
329
 
330
lib_a-get_clockfreq.obj: get_clockfreq.c
331
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-get_clockfreq.obj `if test -f 'get_clockfreq.c'; then $(CYGPATH_W) 'get_clockfreq.c'; else $(CYGPATH_W) '$(srcdir)/get_clockfreq.c'; fi`
332
 
333
lib_a-getpagesize.o: getpagesize.c
334
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-getpagesize.o `test -f 'getpagesize.c' || echo '$(srcdir)/'`getpagesize.c
335
 
336
lib_a-getpagesize.obj: getpagesize.c
337
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-getpagesize.obj `if test -f 'getpagesize.c'; then $(CYGPATH_W) 'getpagesize.c'; else $(CYGPATH_W) '$(srcdir)/getpagesize.c'; fi`
338
 
339
lib_a-hp-timing.o: hp-timing.c
340
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hp-timing.o `test -f 'hp-timing.c' || echo '$(srcdir)/'`hp-timing.c
341
 
342
lib_a-hp-timing.obj: hp-timing.c
343
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hp-timing.obj `if test -f 'hp-timing.c'; then $(CYGPATH_W) 'hp-timing.c'; else $(CYGPATH_W) '$(srcdir)/hp-timing.c'; fi`
344
 
345
lib_a-sigaction.o: sigaction.c
346
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-sigaction.o `test -f 'sigaction.c' || echo '$(srcdir)/'`sigaction.c
347
 
348
lib_a-sigaction.obj: sigaction.c
349
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-sigaction.obj `if test -f 'sigaction.c'; then $(CYGPATH_W) 'sigaction.c'; else $(CYGPATH_W) '$(srcdir)/sigaction.c'; fi`
350
 
351
lib_a-dl-procinfo.o: dl-procinfo.c
352
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dl-procinfo.o `test -f 'dl-procinfo.c' || echo '$(srcdir)/'`dl-procinfo.c
353
 
354
lib_a-dl-procinfo.obj: dl-procinfo.c
355
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dl-procinfo.obj `if test -f 'dl-procinfo.c'; then $(CYGPATH_W) 'dl-procinfo.c'; else $(CYGPATH_W) '$(srcdir)/dl-procinfo.c'; fi`
356
 
357
mostlyclean-libtool:
358
        -rm -f *.lo
359
 
360
clean-libtool:
361
        -rm -rf .libs _libs
362
 
363
distclean-libtool:
364
        -rm -f libtool config.lt
365
 
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368
        unique=`for i in $$list; do \
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
          done | \
371
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
              END { if (nonempty) { for (i in files) print i; }; }'`; \
373
        mkid -fID $$unique
374
tags: TAGS
375
 
376
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
                $(TAGS_FILES) $(LISP)
378
        set x; \
379
        here=`pwd`; \
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
        unique=`for i in $$list; do \
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
          done | \
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
        shift; \
387
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
388
          test -n "$$unique" || unique=$$empty_fix; \
389
          if test $$# -gt 0; then \
390
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391
              "$$@" $$unique; \
392
          else \
393
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394
              $$unique; \
395
          fi; \
396
        fi
397
ctags: CTAGS
398
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
                $(TAGS_FILES) $(LISP)
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
401
        unique=`for i in $$list; do \
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
          done | \
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
        test -z "$(CTAGS_ARGS)$$unique" \
407
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408
             $$unique
409
 
410
GTAGS:
411
        here=`$(am__cd) $(top_builddir) && pwd` \
412
          && $(am__cd) $(top_srcdir) \
413
          && gtags -i $(GTAGS_ARGS) "$$here"
414
 
415
distclean-tags:
416
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
check-am:
418
check: check-am
419
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) all-local
420
installdirs:
421
install: install-am
422
install-exec: install-exec-am
423
install-data: install-data-am
424
uninstall: uninstall-am
425
 
426
install-am: all-am
427
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
 
429
installcheck: installcheck-am
430
install-strip:
431
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433
          `test -z '$(STRIP)' || \
434
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435
mostlyclean-generic:
436
 
437
clean-generic:
438
 
439
distclean-generic:
440
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
442
 
443
maintainer-clean-generic:
444
        @echo "This command is intended for maintainers to use"
445
        @echo "it deletes files that may require special tools to rebuild."
446
clean: clean-am
447
 
448
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
449
        clean-noinstLTLIBRARIES mostlyclean-am
450
 
451
distclean: distclean-am
452
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
453
        -rm -f Makefile
454
distclean-am: clean-am distclean-compile distclean-generic \
455
        distclean-libtool distclean-tags
456
 
457
dvi: dvi-am
458
 
459
dvi-am:
460
 
461
html: html-am
462
 
463
html-am:
464
 
465
info: info-am
466
 
467
info-am:
468
 
469
install-data-am:
470
 
471
install-dvi: install-dvi-am
472
 
473
install-dvi-am:
474
 
475
install-exec-am:
476
 
477
install-html: install-html-am
478
 
479
install-html-am:
480
 
481
install-info: install-info-am
482
 
483
install-info-am:
484
 
485
install-man:
486
 
487
install-pdf: install-pdf-am
488
 
489
install-pdf-am:
490
 
491
install-ps: install-ps-am
492
 
493
install-ps-am:
494
 
495
installcheck-am:
496
 
497
maintainer-clean: maintainer-clean-am
498
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
499
        -rm -rf $(top_srcdir)/autom4te.cache
500
        -rm -f Makefile
501
maintainer-clean-am: distclean-am maintainer-clean-generic
502
 
503
mostlyclean: mostlyclean-am
504
 
505
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506
        mostlyclean-libtool
507
 
508
pdf: pdf-am
509
 
510
pdf-am:
511
 
512
ps: ps-am
513
 
514
ps-am:
515
 
516
uninstall-am:
517
 
518
.MAKE: install-am install-strip
519
 
520
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
521
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
522
        clean-noinstLTLIBRARIES ctags distclean distclean-compile \
523
        distclean-generic distclean-libtool distclean-tags dvi dvi-am \
524
        html html-am info info-am install install-am install-data \
525
        install-data-am install-dvi install-dvi-am install-exec \
526
        install-exec-am install-html install-html-am install-info \
527
        install-info-am install-man install-pdf install-pdf-am \
528
        install-ps install-ps-am install-strip installcheck \
529
        installcheck-am installdirs maintainer-clean \
530
        maintainer-clean-generic mostlyclean mostlyclean-compile \
531
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
532
        tags uninstall uninstall-am
533
 
534
objectlist.awk.in: $(noinst_LTLIBRARIES)
535
        -rm -f objectlist.awk.in
536
        for i in `ls *.lo` ; \
537
        do \
538
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
539
        done
540
 
541
all-local: crt0.o
542
 
543
# Tell versions [3.59,3.63) of GNU make to not export all variables.
544
# Otherwise a system limit (for SysV at least) may be exceeded.
545
.NOEXPORT:

powered by: WebSVN 2.1.0

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