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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [int-logger/] [Makefile.in] - Blame information for rev 346

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 234 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 93 jeremybenn
# @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
# Makefile.am for or1ksim OR1K test programs: int-logger-{edge,level}
19
 
20
# Copyright (C) Embecosm Limited, 2010
21
 
22
# Contributor Jeremy Bennett 
23
 
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
 
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
 
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
 
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .  */
38
 
39
# -----------------------------------------------------------------------------
40
# This code is commented throughout for use with Doxygen.
41
# -----------------------------------------------------------------------------
42
VPATH = @srcdir@
43
pkgdatadir = $(datadir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
pkglibdir = $(libdir)/@PACKAGE@
46
pkglibexecdir = $(libexecdir)/@PACKAGE@
47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
install_sh_DATA = $(install_sh) -c -m 644
49
install_sh_PROGRAM = $(install_sh) -c
50
install_sh_SCRIPT = $(install_sh) -c
51
INSTALL_HEADER = $(INSTALL_DATA)
52
transform = $(program_transform_name)
53
NORMAL_INSTALL = :
54
PRE_INSTALL = :
55
POST_INSTALL = :
56
NORMAL_UNINSTALL = :
57
PRE_UNINSTALL = :
58
POST_UNINSTALL = :
59
build_triplet = @build@
60
host_triplet = @host@
61
check_PROGRAMS = int-logger-edge$(EXEEXT) int-logger-level$(EXEEXT)
62
subdir = int-logger
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
        $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
72
CONFIG_HEADER = $(top_builddir)/config.h
73
CONFIG_CLEAN_FILES =
74
CONFIG_CLEAN_VPATH_FILES =
75
am_int_logger_edge_OBJECTS = int-logger-edge.$(OBJEXT)
76
int_logger_edge_OBJECTS = $(am_int_logger_edge_OBJECTS)
77
int_logger_edge_DEPENDENCIES = ../except/except.lo \
78
        ../support/libsupport.la
79
int_logger_edge_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
80
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
        $(int_logger_edge_LDFLAGS) $(LDFLAGS) -o $@
82
am_int_logger_level_OBJECTS = int-logger-level.$(OBJEXT)
83
int_logger_level_OBJECTS = $(am_int_logger_level_OBJECTS)
84
int_logger_level_DEPENDENCIES = ../except/except.lo \
85
        ../support/libsupport.la
86
int_logger_level_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
87
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88
        $(int_logger_level_LDFLAGS) $(LDFLAGS) -o $@
89
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
91
am__depfiles_maybe = depfiles
92
am__mv = mv -f
93
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
CCLD = $(CC)
99
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101
        $(LDFLAGS) -o $@
102
SOURCES = $(int_logger_edge_SOURCES) $(int_logger_level_SOURCES)
103
DIST_SOURCES = $(int_logger_edge_SOURCES) $(int_logger_level_SOURCES)
104
ETAGS = etags
105
CTAGS = ctags
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
ACLOCAL = @ACLOCAL@
108
AMTAR = @AMTAR@
109
AR = @AR@
110
AUTOCONF = @AUTOCONF@
111
AUTOHEADER = @AUTOHEADER@
112
AUTOMAKE = @AUTOMAKE@
113
AWK = @AWK@
114
CC = @CC@
115
CCAS = @CCAS@
116
CCASDEPMODE = @CCASDEPMODE@
117
CCASFLAGS = @CCASFLAGS@
118
CCDEPMODE = @CCDEPMODE@
119
CFLAGS = @CFLAGS@
120
CPP = @CPP@
121
CPPFLAGS = @CPPFLAGS@
122
CYGPATH_W = @CYGPATH_W@
123
DEFS = @DEFS@
124
DEPDIR = @DEPDIR@
125
DSYMUTIL = @DSYMUTIL@
126
DUMPBIN = @DUMPBIN@
127
ECHO_C = @ECHO_C@
128
ECHO_N = @ECHO_N@
129
ECHO_T = @ECHO_T@
130
EGREP = @EGREP@
131
EXEEXT = @EXEEXT@
132
FGREP = @FGREP@
133
GREP = @GREP@
134
INSTALL = @INSTALL@
135
INSTALL_DATA = @INSTALL_DATA@
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139
LD = @LD@
140
LDFLAGS = @LDFLAGS@
141
LIBOBJS = @LIBOBJS@
142
LIBS = @LIBS@
143
LIBTOOL = @LIBTOOL@
144
LIPO = @LIPO@
145
LN_S = @LN_S@
146
LTLIBOBJS = @LTLIBOBJS@
147
MAKEINFO = @MAKEINFO@
148
MKDIR_P = @MKDIR_P@
149
NM = @NM@
150
NMEDIT = @NMEDIT@
151
OBJDUMP = @OBJDUMP@
152
OBJEXT = @OBJEXT@
153
OTOOL = @OTOOL@
154
OTOOL64 = @OTOOL64@
155
PACKAGE = @PACKAGE@
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
PACKAGE_NAME = @PACKAGE_NAME@
158
PACKAGE_STRING = @PACKAGE_STRING@
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
161 93 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
162
PATH_SEPARATOR = @PATH_SEPARATOR@
163
RANLIB = @RANLIB@
164
SED = @SED@
165
SET_MAKE = @SET_MAKE@
166
SHELL = @SHELL@
167
SIM = @SIM@
168
STRIP = @STRIP@
169
VERSION = @VERSION@
170
abs_builddir = @abs_builddir@
171
abs_srcdir = @abs_srcdir@
172
abs_top_builddir = @abs_top_builddir@
173
abs_top_srcdir = @abs_top_srcdir@
174
ac_ct_CC = @ac_ct_CC@
175
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176
am__include = @am__include@
177
am__leading_dot = @am__leading_dot@
178
am__quote = @am__quote@
179
am__tar = @am__tar@
180
am__untar = @am__untar@
181
bindir = @bindir@
182
build = @build@
183
build_alias = @build_alias@
184
build_cpu = @build_cpu@
185
build_os = @build_os@
186
build_vendor = @build_vendor@
187
builddir = @builddir@
188
datadir = @datadir@
189
datarootdir = @datarootdir@
190
docdir = @docdir@
191
dvidir = @dvidir@
192
exec_prefix = @exec_prefix@
193
host = @host@
194
host_alias = @host_alias@
195
host_cpu = @host_cpu@
196
host_os = @host_os@
197
host_vendor = @host_vendor@
198
htmldir = @htmldir@
199
includedir = @includedir@
200
infodir = @infodir@
201
install_sh = @install_sh@
202
libdir = @libdir@
203
libexecdir = @libexecdir@
204
localedir = @localedir@
205
localstatedir = @localstatedir@
206
lt_ECHO = @lt_ECHO@
207
mandir = @mandir@
208
mkdir_p = @mkdir_p@
209
oldincludedir = @oldincludedir@
210
pdfdir = @pdfdir@
211
prefix = @prefix@
212
program_transform_name = @program_transform_name@
213
psdir = @psdir@
214
sbindir = @sbindir@
215
sharedstatedir = @sharedstatedir@
216
srcdir = @srcdir@
217
sysconfdir = @sysconfdir@
218
target_alias = @target_alias@
219
top_build_prefix = @top_build_prefix@
220
top_builddir = @top_builddir@
221
top_srcdir = @top_srcdir@
222
int_logger_edge_SOURCES = int-logger-edge.c
223
int_logger_edge_LDFLAGS = -T$(srcdir)/../default.ld
224
int_logger_edge_LDADD = ../except/except.lo      \
225
                           ../support/libsupport.la
226
 
227
int_logger_level_SOURCES = int-logger-level.c
228
int_logger_level_LDFLAGS = -T$(srcdir)/../default.ld
229
int_logger_level_LDADD = ../except/except.lo      \
230
                           ../support/libsupport.la
231
 
232
all: all-am
233
 
234
.SUFFIXES:
235
.SUFFIXES: .c .lo .o .obj
236
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
237
        @for dep in $?; do \
238
          case '$(am__configure_deps)' in \
239
            *$$dep*) \
240
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
241
                && { if test -f $@; then exit 0; else break; fi; }; \
242
              exit 1;; \
243
          esac; \
244
        done; \
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu int-logger/Makefile'; \
246
        $(am__cd) $(top_srcdir) && \
247
          $(AUTOMAKE) --gnu int-logger/Makefile
248
.PRECIOUS: Makefile
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250
        @case '$?' in \
251
          *config.status*) \
252
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253
          *) \
254
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256
        esac;
257
 
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
261
$(top_srcdir)/configure:  $(am__configure_deps)
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
$(am__aclocal_m4_deps):
266
 
267
clean-checkPROGRAMS:
268
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
269
        echo " rm -f" $$list; \
270
        rm -f $$list || exit $$?; \
271
        test -n "$(EXEEXT)" || exit 0; \
272
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
273
        echo " rm -f" $$list; \
274
        rm -f $$list
275
int-logger-edge$(EXEEXT): $(int_logger_edge_OBJECTS) $(int_logger_edge_DEPENDENCIES)
276
        @rm -f int-logger-edge$(EXEEXT)
277
        $(int_logger_edge_LINK) $(int_logger_edge_OBJECTS) $(int_logger_edge_LDADD) $(LIBS)
278
int-logger-level$(EXEEXT): $(int_logger_level_OBJECTS) $(int_logger_level_DEPENDENCIES)
279
        @rm -f int-logger-level$(EXEEXT)
280
        $(int_logger_level_LINK) $(int_logger_level_OBJECTS) $(int_logger_level_LDADD) $(LIBS)
281
 
282
mostlyclean-compile:
283
        -rm -f *.$(OBJEXT)
284
 
285
distclean-compile:
286
        -rm -f *.tab.c
287
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int-logger-edge.Po@am__quote@
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int-logger-level.Po@am__quote@
290
 
291
.c.o:
292
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
293
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
297
 
298
.c.obj:
299
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
300
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
304
 
305
.c.lo:
306
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
311
 
312
mostlyclean-libtool:
313
        -rm -f *.lo
314
 
315
clean-libtool:
316
        -rm -rf .libs _libs
317
 
318
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320
        unique=`for i in $$list; do \
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
          done | \
323
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324
              END { if (nonempty) { for (i in files) print i; }; }'`; \
325
        mkid -fID $$unique
326
tags: TAGS
327
 
328
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329
                $(TAGS_FILES) $(LISP)
330
        set x; \
331
        here=`pwd`; \
332
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333
        unique=`for i in $$list; do \
334
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335
          done | \
336
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337
              END { if (nonempty) { for (i in files) print i; }; }'`; \
338
        shift; \
339
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340
          test -n "$$unique" || unique=$$empty_fix; \
341
          if test $$# -gt 0; then \
342
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343
              "$$@" $$unique; \
344
          else \
345
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346
              $$unique; \
347
          fi; \
348
        fi
349
ctags: CTAGS
350
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
                $(TAGS_FILES) $(LISP)
352
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353
        unique=`for i in $$list; do \
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355
          done | \
356
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
358
        test -z "$(CTAGS_ARGS)$$unique" \
359
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
360
             $$unique
361
 
362
GTAGS:
363
        here=`$(am__cd) $(top_builddir) && pwd` \
364
          && $(am__cd) $(top_srcdir) \
365
          && gtags -i $(GTAGS_ARGS) "$$here"
366
 
367
distclean-tags:
368
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
 
370
distdir: $(DISTFILES)
371
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373
        list='$(DISTFILES)'; \
374
          dist_files=`for file in $$list; do echo $$file; done | \
375
          sed -e "s|^$$srcdirstrip/||;t" \
376
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
377
        case $$dist_files in \
378
          */*) $(MKDIR_P) `echo "$$dist_files" | \
379
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
380
                           sort -u` ;; \
381
        esac; \
382
        for file in $$dist_files; do \
383
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384
          if test -d $$d/$$file; then \
385
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
386
            if test -d "$(distdir)/$$file"; then \
387
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388
            fi; \
389
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
391
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392
            fi; \
393
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
394
          else \
395
            test -f "$(distdir)/$$file" \
396
            || cp -p $$d/$$file "$(distdir)/$$file" \
397
            || exit 1; \
398
          fi; \
399
        done
400
check-am: all-am
401
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
402
check: check-am
403
all-am: Makefile
404
installdirs:
405
install: install-am
406
install-exec: install-exec-am
407
install-data: install-data-am
408
uninstall: uninstall-am
409
 
410
install-am: all-am
411
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412
 
413
installcheck: installcheck-am
414
install-strip:
415
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
417
          `test -z '$(STRIP)' || \
418
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
419
mostlyclean-generic:
420
 
421
clean-generic:
422
 
423
distclean-generic:
424
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
425
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
426
 
427
maintainer-clean-generic:
428
        @echo "This command is intended for maintainers to use"
429
        @echo "it deletes files that may require special tools to rebuild."
430
clean: clean-am
431
 
432
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
433
        mostlyclean-am
434
 
435
distclean: distclean-am
436
        -rm -rf ./$(DEPDIR)
437
        -rm -f Makefile
438
distclean-am: clean-am distclean-compile distclean-generic \
439
        distclean-tags
440
 
441
dvi: dvi-am
442
 
443
dvi-am:
444
 
445
html: html-am
446
 
447
html-am:
448
 
449
info: info-am
450
 
451
info-am:
452
 
453
install-data-am:
454
 
455
install-dvi: install-dvi-am
456
 
457
install-dvi-am:
458
 
459
install-exec-am:
460
 
461
install-html: install-html-am
462
 
463
install-html-am:
464
 
465
install-info: install-info-am
466
 
467
install-info-am:
468
 
469
install-man:
470
 
471
install-pdf: install-pdf-am
472
 
473
install-pdf-am:
474
 
475
install-ps: install-ps-am
476
 
477
install-ps-am:
478
 
479
installcheck-am:
480
 
481
maintainer-clean: maintainer-clean-am
482
        -rm -rf ./$(DEPDIR)
483
        -rm -f Makefile
484
maintainer-clean-am: distclean-am maintainer-clean-generic
485
 
486
mostlyclean: mostlyclean-am
487
 
488
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
489
        mostlyclean-libtool
490
 
491
pdf: pdf-am
492
 
493
pdf-am:
494
 
495
ps: ps-am
496
 
497
ps-am:
498
 
499
uninstall-am:
500
 
501
.MAKE: check-am install-am install-strip
502
 
503
.PHONY: CTAGS GTAGS all all-am check check-am clean \
504
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
505
        distclean distclean-compile distclean-generic \
506
        distclean-libtool distclean-tags distdir dvi dvi-am html \
507
        html-am info info-am install install-am install-data \
508
        install-data-am install-dvi install-dvi-am install-exec \
509
        install-exec-am install-html install-html-am install-info \
510
        install-info-am install-man install-pdf install-pdf-am \
511
        install-ps install-ps-am install-strip installcheck \
512
        installcheck-am installdirs maintainer-clean \
513
        maintainer-clean-generic mostlyclean mostlyclean-compile \
514
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
515
        tags uninstall uninstall-am
516
 
517
 
518
# Tell versions [3.59,3.63) of GNU make to not export all variables.
519
# Otherwise a system limit (for SysV at least) may be exceeded.
520
.NOEXPORT:

powered by: WebSVN 2.1.0

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