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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [peripheral/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 jeremybenn
# Makefile.in generated by automake 1.10.1 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  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
# Makefile -- Makefile for peripherals simulation
18
#
19
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
20
# Copyright (C) 2008 Embecosm Limited
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
VPATH = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
install_sh_DATA = $(install_sh) -c -m 644
45
install_sh_PROGRAM = $(install_sh) -c
46
install_sh_SCRIPT = $(install_sh) -c
47
INSTALL_HEADER = $(INSTALL_DATA)
48
transform = $(program_transform_name)
49
NORMAL_INSTALL = :
50
PRE_INSTALL = :
51
POST_INSTALL = :
52
NORMAL_UNINSTALL = :
53
PRE_UNINSTALL = :
54
POST_UNINSTALL = :
55
build_triplet = @build@
56
host_triplet = @host@
57
target_triplet = @target@
58
subdir = peripheral
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
CONFIG_HEADER = $(top_builddir)/config.h
66
CONFIG_CLEAN_FILES =
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libperipheral_la_LIBADD =
69
am_libperipheral_la_OBJECTS = generic.lo 16450.lo dma.lo mc.lo eth.lo \
70
        crc32.lo gpio.lo vga.lo fb.lo ps2kbd.lo atahost.lo \
71
        atadevice.lo atadevice-cmdi.lo memory.lo
72
libperipheral_la_OBJECTS = $(am_libperipheral_la_OBJECTS)
73
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
am__depfiles_maybe = depfiles
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
CCLD = $(CC)
82
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
        $(LDFLAGS) -o $@
85
SOURCES = $(libperipheral_la_SOURCES)
86
DIST_SOURCES = $(libperipheral_la_SOURCES)
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88
        html-recursive info-recursive install-data-recursive \
89
        install-dvi-recursive install-exec-recursive \
90
        install-html-recursive install-info-recursive \
91
        install-pdf-recursive install-ps-recursive install-recursive \
92
        installcheck-recursive installdirs-recursive pdf-recursive \
93
        ps-recursive uninstall-recursive
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
  distclean-recursive maintainer-clean-recursive
96
ETAGS = etags
97
CTAGS = ctags
98
DIST_SUBDIRS = $(SUBDIRS)
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
ACLOCAL = @ACLOCAL@
101
AMTAR = @AMTAR@
102
AR = @AR@
103
ARFLAGS = @ARFLAGS@
104
AUTOCONF = @AUTOCONF@
105
AUTOHEADER = @AUTOHEADER@
106
AUTOMAKE = @AUTOMAKE@
107
AWK = @AWK@
108
BUILD_DIR = @BUILD_DIR@
109
CC = @CC@
110
CCDEPMODE = @CCDEPMODE@
111
CFLAGS = @CFLAGS@
112
CPP = @CPP@
113
CPPFLAGS = @CPPFLAGS@
114
CPU_ARCH = @CPU_ARCH@
115
CXX = @CXX@
116
CXXCPP = @CXXCPP@
117
CXXDEPMODE = @CXXDEPMODE@
118
CXXFLAGS = @CXXFLAGS@
119
CYGPATH_W = @CYGPATH_W@
120
DEBUGFLAGS = @DEBUGFLAGS@
121
DEFS = @DEFS@
122
DEPDIR = @DEPDIR@
123
ECHO = @ECHO@
124
ECHO_C = @ECHO_C@
125
ECHO_N = @ECHO_N@
126
ECHO_T = @ECHO_T@
127
EGREP = @EGREP@
128
EXEEXT = @EXEEXT@
129
F77 = @F77@
130
FFLAGS = @FFLAGS@
131
GREP = @GREP@
132
INCLUDES = @INCLUDES@
133
INSTALL = @INSTALL@
134
INSTALL_DATA = @INSTALL_DATA@
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138
LDFLAGS = @LDFLAGS@
139
LIBOBJS = @LIBOBJS@
140
LIBS = @LIBS@
141
LIBTOOL = @LIBTOOL@
142
LN_S = @LN_S@
143
LOCAL_CFLAGS = @LOCAL_CFLAGS@
144
LOCAL_DEFS = @LOCAL_DEFS@
145
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
146
LTLIBOBJS = @LTLIBOBJS@
147
MAKEINFO = @MAKEINFO@
148
MAKE_SHELL = @MAKE_SHELL@
149
MKDIR_P = @MKDIR_P@
150
OBJEXT = @OBJEXT@
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
POW_LIB = @POW_LIB@
159
RANLIB = @RANLIB@
160
SED = @SED@
161
SET_MAKE = @SET_MAKE@
162
SHELL = @SHELL@
163
STRIP = @STRIP@
164
SUMVERSION = @SUMVERSION@
165
TERMCAP_LIB = @TERMCAP_LIB@
166
VERSION = @VERSION@
167
abs_builddir = @abs_builddir@
168
abs_srcdir = @abs_srcdir@
169
abs_top_builddir = @abs_top_builddir@
170
abs_top_srcdir = @abs_top_srcdir@
171
ac_ct_CC = @ac_ct_CC@
172
ac_ct_CXX = @ac_ct_CXX@
173
ac_ct_F77 = @ac_ct_F77@
174
am__include = @am__include@
175
am__leading_dot = @am__leading_dot@
176
am__quote = @am__quote@
177
am__tar = @am__tar@
178
am__untar = @am__untar@
179
bindir = @bindir@
180
build = @build@
181
build_alias = @build_alias@
182
build_cpu = @build_cpu@
183
build_os = @build_os@
184
build_vendor = @build_vendor@
185
builddir = @builddir@
186
datadir = @datadir@
187
datarootdir = @datarootdir@
188
docdir = @docdir@
189
dvidir = @dvidir@
190
exec_prefix = @exec_prefix@
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
localedir = @localedir@
203
localstatedir = @localstatedir@
204
mandir = @mandir@
205
mkdir_p = @mkdir_p@
206
oldincludedir = @oldincludedir@
207
pdfdir = @pdfdir@
208
prefix = @prefix@
209
program_transform_name = @program_transform_name@
210
psdir = @psdir@
211
sbindir = @sbindir@
212
sharedstatedir = @sharedstatedir@
213
srcdir = @srcdir@
214
sysconfdir = @sysconfdir@
215
target = @target@
216
target_alias = @target_alias@
217
target_cpu = @target_cpu@
218
target_os = @target_os@
219
target_vendor = @target_vendor@
220
top_builddir = @top_builddir@
221
top_srcdir = @top_srcdir@
222
SUBDIRS = channels
223
noinst_LTLIBRARIES = libperipheral.la
224
libperipheral_la_SOURCES = generic.c        \
225
                           16450.c          \
226
                           dma.c            \
227
                           mc.c             \
228
                           eth.c            \
229
                           crc32.c          \
230
                           gpio.c           \
231
                           vga.c            \
232
                           fb.c             \
233
                           ps2kbd.c         \
234
                           atahost.c        \
235
                           atadevice.c      \
236
                           atadevice-cmdi.c \
237
                           memory.c         \
238
                           16450.h          \
239
                           atacmd.h         \
240
                           generic.h        \
241
                           atadevice-cmdi.h \
242
                           atadevice.h      \
243
                           atahost.h        \
244
                           crc32.h          \
245
                           dma-defs.h       \
246
                           dma.h            \
247
                           eth.h            \
248
                           fb.h             \
249
                           fields.h         \
250
                           gpio.h           \
251
                           mc.h             \
252
                           memory.h         \
253
                           ps2kbd.h         \
254
                           vga.h
255
 
256
all: all-recursive
257
 
258
.SUFFIXES:
259
.SUFFIXES: .c .lo .o .obj
260
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
261
        @for dep in $?; do \
262
          case '$(am__configure_deps)' in \
263
            *$$dep*) \
264
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
265
                && exit 0; \
266
              exit 1;; \
267
          esac; \
268
        done; \
269
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  peripheral/Makefile'; \
270
        cd $(top_srcdir) && \
271
          $(AUTOMAKE) --gnu  peripheral/Makefile
272
.PRECIOUS: Makefile
273
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274
        @case '$?' in \
275
          *config.status*) \
276
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277
          *) \
278
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280
        esac;
281
 
282
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
 
285
$(top_srcdir)/configure:  $(am__configure_deps)
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
290
clean-noinstLTLIBRARIES:
291
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
292
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
293
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
294
          test "$$dir" != "$$p" || dir=.; \
295
          echo "rm -f \"$${dir}/so_locations\""; \
296
          rm -f "$${dir}/so_locations"; \
297
        done
298
libperipheral.la: $(libperipheral_la_OBJECTS) $(libperipheral_la_DEPENDENCIES)
299
        $(LINK)  $(libperipheral_la_OBJECTS) $(libperipheral_la_LIBADD) $(LIBS)
300
 
301
mostlyclean-compile:
302
        -rm -f *.$(OBJEXT)
303
 
304
distclean-compile:
305
        -rm -f *.tab.c
306
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Plo@am__quote@
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice-cmdi.Plo@am__quote@
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice.Plo@am__quote@
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atahost.Plo@am__quote@
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@
312
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Plo@am__quote@
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Plo@am__quote@
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Plo@am__quote@
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Plo@am__quote@
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Plo@am__quote@
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Plo@am__quote@
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Plo@am__quote@
321
 
322
.c.o:
323
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
328
 
329
.c.obj:
330
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
331
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
335
 
336
.c.lo:
337
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
342
 
343
mostlyclean-libtool:
344
        -rm -f *.lo
345
 
346
clean-libtool:
347
        -rm -rf .libs _libs
348
 
349
# This directory's subdirectories are mostly independent; you can cd
350
# into them and run `make' without going through this Makefile.
351
# To change the values of `make' variables: instead of editing Makefiles,
352
# (1) if the variable is set in `config.status', edit `config.status'
353
#     (which will cause the Makefiles to be regenerated when you run `make');
354
# (2) otherwise, pass the desired values on the `make' command line.
355
$(RECURSIVE_TARGETS):
356
        @failcom='exit 1'; \
357
        for f in x $$MAKEFLAGS; do \
358
          case $$f in \
359
            *=* | --[!k]*);; \
360
            *k*) failcom='fail=yes';; \
361
          esac; \
362
        done; \
363
        dot_seen=no; \
364
        target=`echo $@ | sed s/-recursive//`; \
365
        list='$(SUBDIRS)'; for subdir in $$list; do \
366
          echo "Making $$target in $$subdir"; \
367
          if test "$$subdir" = "."; then \
368
            dot_seen=yes; \
369
            local_target="$$target-am"; \
370
          else \
371
            local_target="$$target"; \
372
          fi; \
373
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374
          || eval $$failcom; \
375
        done; \
376
        if test "$$dot_seen" = "no"; then \
377
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378
        fi; test -z "$$fail"
379
 
380
$(RECURSIVE_CLEAN_TARGETS):
381
        @failcom='exit 1'; \
382
        for f in x $$MAKEFLAGS; do \
383
          case $$f in \
384
            *=* | --[!k]*);; \
385
            *k*) failcom='fail=yes';; \
386
          esac; \
387
        done; \
388
        dot_seen=no; \
389
        case "$@" in \
390
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
391
          *) list='$(SUBDIRS)' ;; \
392
        esac; \
393
        rev=''; for subdir in $$list; do \
394
          if test "$$subdir" = "."; then :; else \
395
            rev="$$subdir $$rev"; \
396
          fi; \
397
        done; \
398
        rev="$$rev ."; \
399
        target=`echo $@ | sed s/-recursive//`; \
400
        for subdir in $$rev; do \
401
          echo "Making $$target in $$subdir"; \
402
          if test "$$subdir" = "."; then \
403
            local_target="$$target-am"; \
404
          else \
405
            local_target="$$target"; \
406
          fi; \
407
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408
          || eval $$failcom; \
409
        done && test -z "$$fail"
410
tags-recursive:
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
412
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413
        done
414
ctags-recursive:
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417
        done
418
 
419
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421
        unique=`for i in $$list; do \
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
          done | \
424
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
        mkid -fID $$unique
427
tags: TAGS
428
 
429
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
                $(TAGS_FILES) $(LISP)
431
        tags=; \
432
        here=`pwd`; \
433
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434
          include_option=--etags-include; \
435
          empty_fix=.; \
436
        else \
437
          include_option=--include; \
438
          empty_fix=; \
439
        fi; \
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
441
          if test "$$subdir" = .; then :; else \
442
            test ! -f $$subdir/TAGS || \
443
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
444
          fi; \
445
        done; \
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
        unique=`for i in $$list; do \
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
          done | \
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
452
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
453
          test -n "$$unique" || unique=$$empty_fix; \
454
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455
            $$tags $$unique; \
456
        fi
457
ctags: CTAGS
458
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459
                $(TAGS_FILES) $(LISP)
460
        tags=; \
461
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462
        unique=`for i in $$list; do \
463
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
          done | \
465
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
468
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469
             $$tags $$unique
470
 
471
GTAGS:
472
        here=`$(am__cd) $(top_builddir) && pwd` \
473
          && cd $(top_srcdir) \
474
          && gtags -i $(GTAGS_ARGS) $$here
475
 
476
distclean-tags:
477
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
 
479
distdir: $(DISTFILES)
480
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482
        list='$(DISTFILES)'; \
483
          dist_files=`for file in $$list; do echo $$file; done | \
484
          sed -e "s|^$$srcdirstrip/||;t" \
485
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486
        case $$dist_files in \
487
          */*) $(MKDIR_P) `echo "$$dist_files" | \
488
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489
                           sort -u` ;; \
490
        esac; \
491
        for file in $$dist_files; do \
492
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493
          if test -d $$d/$$file; then \
494
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
497
            fi; \
498
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
499
          else \
500
            test -f $(distdir)/$$file \
501
            || cp -p $$d/$$file $(distdir)/$$file \
502
            || exit 1; \
503
          fi; \
504
        done
505
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506
          if test "$$subdir" = .; then :; else \
507
            test -d "$(distdir)/$$subdir" \
508
            || $(MKDIR_P) "$(distdir)/$$subdir" \
509
            || exit 1; \
510
            distdir=`$(am__cd) $(distdir) && pwd`; \
511
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
512
            (cd $$subdir && \
513
              $(MAKE) $(AM_MAKEFLAGS) \
514
                top_distdir="$$top_distdir" \
515
                distdir="$$distdir/$$subdir" \
516
                am__remove_distdir=: \
517
                am__skip_length_check=: \
518
                distdir) \
519
              || exit 1; \
520
          fi; \
521
        done
522
check-am: all-am
523
check: check-recursive
524
all-am: Makefile $(LTLIBRARIES)
525
installdirs: installdirs-recursive
526
installdirs-am:
527
install: install-recursive
528
install-exec: install-exec-recursive
529
install-data: install-data-recursive
530
uninstall: uninstall-recursive
531
 
532
install-am: all-am
533
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534
 
535
installcheck: installcheck-recursive
536
install-strip:
537
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539
          `test -z '$(STRIP)' || \
540
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
541
mostlyclean-generic:
542
 
543
clean-generic:
544
 
545
distclean-generic:
546
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
547
 
548
maintainer-clean-generic:
549
        @echo "This command is intended for maintainers to use"
550
        @echo "it deletes files that may require special tools to rebuild."
551
clean: clean-recursive
552
 
553
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
554
        mostlyclean-am
555
 
556
distclean: distclean-recursive
557
        -rm -rf ./$(DEPDIR)
558
        -rm -f Makefile
559
distclean-am: clean-am distclean-compile distclean-generic \
560
        distclean-tags
561
 
562
dvi: dvi-recursive
563
 
564
dvi-am:
565
 
566
html: html-recursive
567
 
568
info: info-recursive
569
 
570
info-am:
571
 
572
install-data-am:
573
 
574
install-dvi: install-dvi-recursive
575
 
576
install-exec-am:
577
 
578
install-html: install-html-recursive
579
 
580
install-info: install-info-recursive
581
 
582
install-man:
583
 
584
install-pdf: install-pdf-recursive
585
 
586
install-ps: install-ps-recursive
587
 
588
installcheck-am:
589
 
590
maintainer-clean: maintainer-clean-recursive
591
        -rm -rf ./$(DEPDIR)
592
        -rm -f Makefile
593
maintainer-clean-am: distclean-am maintainer-clean-generic
594
 
595
mostlyclean: mostlyclean-recursive
596
 
597
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
598
        mostlyclean-libtool
599
 
600
pdf: pdf-recursive
601
 
602
pdf-am:
603
 
604
ps: ps-recursive
605
 
606
ps-am:
607
 
608
uninstall-am:
609
 
610
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
611
        install-strip
612
 
613
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
614
        all all-am check check-am clean clean-generic clean-libtool \
615
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
616
        distclean-compile distclean-generic distclean-libtool \
617
        distclean-tags distdir dvi dvi-am html html-am info info-am \
618
        install install-am install-data install-data-am install-dvi \
619
        install-dvi-am install-exec install-exec-am install-html \
620
        install-html-am install-info install-info-am install-man \
621
        install-pdf install-pdf-am install-ps install-ps-am \
622
        install-strip installcheck installcheck-am installdirs \
623
        installdirs-am maintainer-clean maintainer-clean-generic \
624
        mostlyclean mostlyclean-compile mostlyclean-generic \
625
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
626
        uninstall uninstall-am
627
 
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
# Otherwise a system limit (for SysV at least) may be exceeded.
630
.NOEXPORT:

powered by: WebSVN 2.1.0

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