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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [peripheral/] [Makefile.in] - Blame information for rev 1744

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

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

powered by: WebSVN 2.1.0

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