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/] [misc/] [Makefile.in] - Blame information for rev 551

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

powered by: WebSVN 2.1.0

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