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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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