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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 538 julius
# Makefile.in generated by automake 1.11 from Makefile.am.
2 80 jeremybenn
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 82 jeremybenn
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7 80 jeremybenn
# 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 -- Makefile for peripherals simulation
19
#
20
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
21
# Copyright (C) 2008 Embecosm Limited
22
#
23
# Contributor Jeremy Bennett 
24
#
25
# This file is part of OpenRISC 1000 Architectural Simulator.
26
#
27
# This program is free software; you can redistribute it and/or modify it
28
# under the terms of the GNU General Public License as published by the Free
29
# Software Foundation; either version 3 of the License, or (at your option)
30
# any later version.
31
#
32
# This program is distributed in the hope that it will be useful, but WITHOUT
33
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
34
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35
# more details.
36
#
37
# You should have received a copy of the GNU General Public License along
38
# with this program.  If not, see .
39
 
40
VPATH = @srcdir@
41
pkgdatadir = $(datadir)/@PACKAGE@
42 82 jeremybenn
pkgincludedir = $(includedir)/@PACKAGE@
43 80 jeremybenn
pkglibdir = $(libdir)/@PACKAGE@
44 82 jeremybenn
pkglibexecdir = $(libexecdir)/@PACKAGE@
45 80 jeremybenn
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
install_sh_DATA = $(install_sh) -c -m 644
47
install_sh_PROGRAM = $(install_sh) -c
48
install_sh_SCRIPT = $(install_sh) -c
49
INSTALL_HEADER = $(INSTALL_DATA)
50
transform = $(program_transform_name)
51
NORMAL_INSTALL = :
52
PRE_INSTALL = :
53
POST_INSTALL = :
54
NORMAL_UNINSTALL = :
55
PRE_UNINSTALL = :
56
POST_UNINSTALL = :
57
build_triplet = @build@
58
host_triplet = @host@
59
target_triplet = @target@
60
subdir = peripheral
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 82 jeremybenn
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
        $(top_srcdir)/configure.ac
67 80 jeremybenn
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
        $(ACLOCAL_M4)
69
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70
CONFIG_HEADER = $(top_builddir)/config.h
71
CONFIG_CLEAN_FILES =
72 82 jeremybenn
CONFIG_CLEAN_VPATH_FILES =
73 80 jeremybenn
LTLIBRARIES = $(noinst_LTLIBRARIES)
74
libperipheral_la_LIBADD =
75
am_libperipheral_la_OBJECTS = generic.lo 16450.lo dma.lo mc.lo eth.lo \
76
        crc32.lo gpio.lo vga.lo fb.lo ps2kbd.lo atahost.lo \
77
        atadevice.lo atadevice-cmdi.lo memory.lo
78
libperipheral_la_OBJECTS = $(am_libperipheral_la_OBJECTS)
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
81
am__depfiles_maybe = depfiles
82 82 jeremybenn
am__mv = mv -f
83 80 jeremybenn
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88
CCLD = $(CC)
89
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91
        $(LDFLAGS) -o $@
92
SOURCES = $(libperipheral_la_SOURCES)
93
DIST_SOURCES = $(libperipheral_la_SOURCES)
94
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95
        html-recursive info-recursive install-data-recursive \
96
        install-dvi-recursive install-exec-recursive \
97
        install-html-recursive install-info-recursive \
98
        install-pdf-recursive install-ps-recursive install-recursive \
99
        installcheck-recursive installdirs-recursive pdf-recursive \
100
        ps-recursive uninstall-recursive
101
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
102
  distclean-recursive maintainer-clean-recursive
103 82 jeremybenn
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
104
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
105
        distdir
106 80 jeremybenn
ETAGS = etags
107
CTAGS = ctags
108
DIST_SUBDIRS = $(SUBDIRS)
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 82 jeremybenn
am__relativize = \
111
  dir0=`pwd`; \
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113
  sed_rest='s,^[^/]*/*,,'; \
114
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
115
  sed_butlast='s,/*[^/]*$$,,'; \
116
  while test -n "$$dir1"; do \
117
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
118
    if test "$$first" != "."; then \
119
      if test "$$first" = ".."; then \
120
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
121
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122
      else \
123
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
124
        if test "$$first2" = "$$first"; then \
125
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
126
        else \
127
          dir2="../$$dir2"; \
128
        fi; \
129
        dir0="$$dir0"/"$$first"; \
130
      fi; \
131
    fi; \
132
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
133
  done; \
134
  reldir="$$dir2"
135 80 jeremybenn
ACLOCAL = @ACLOCAL@
136
AMTAR = @AMTAR@
137
AR = @AR@
138
ARFLAGS = @ARFLAGS@
139
AUTOCONF = @AUTOCONF@
140
AUTOHEADER = @AUTOHEADER@
141
AUTOMAKE = @AUTOMAKE@
142
AWK = @AWK@
143
BUILD_DIR = @BUILD_DIR@
144
CC = @CC@
145 82 jeremybenn
CCAS = @CCAS@
146
CCASDEPMODE = @CCASDEPMODE@
147
CCASFLAGS = @CCASFLAGS@
148 80 jeremybenn
CCDEPMODE = @CCDEPMODE@
149
CFLAGS = @CFLAGS@
150
CPP = @CPP@
151
CPPFLAGS = @CPPFLAGS@
152
CPU_ARCH = @CPU_ARCH@
153
CYGPATH_W = @CYGPATH_W@
154
DEBUGFLAGS = @DEBUGFLAGS@
155
DEFS = @DEFS@
156 90 jeremybenn
DEJAGNU = @DEJAGNU@
157 80 jeremybenn
DEPDIR = @DEPDIR@
158 82 jeremybenn
DSYMUTIL = @DSYMUTIL@
159
DUMPBIN = @DUMPBIN@
160 80 jeremybenn
ECHO_C = @ECHO_C@
161
ECHO_N = @ECHO_N@
162
ECHO_T = @ECHO_T@
163
EGREP = @EGREP@
164
EXEEXT = @EXEEXT@
165 82 jeremybenn
FGREP = @FGREP@
166 80 jeremybenn
GREP = @GREP@
167
INCLUDES = @INCLUDES@
168
INSTALL = @INSTALL@
169
INSTALL_DATA = @INSTALL_DATA@
170
INSTALL_PROGRAM = @INSTALL_PROGRAM@
171
INSTALL_SCRIPT = @INSTALL_SCRIPT@
172
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 82 jeremybenn
LD = @LD@
174 80 jeremybenn
LDFLAGS = @LDFLAGS@
175
LIBOBJS = @LIBOBJS@
176
LIBS = @LIBS@
177
LIBTOOL = @LIBTOOL@
178 82 jeremybenn
LIPO = @LIPO@
179 80 jeremybenn
LN_S = @LN_S@
180
LOCAL_CFLAGS = @LOCAL_CFLAGS@
181
LOCAL_DEFS = @LOCAL_DEFS@
182
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
183
LTLIBOBJS = @LTLIBOBJS@
184
MAKEINFO = @MAKEINFO@
185
MKDIR_P = @MKDIR_P@
186 82 jeremybenn
NM = @NM@
187
NMEDIT = @NMEDIT@
188
OBJDUMP = @OBJDUMP@
189 80 jeremybenn
OBJEXT = @OBJEXT@
190 82 jeremybenn
OTOOL = @OTOOL@
191
OTOOL64 = @OTOOL64@
192 80 jeremybenn
PACKAGE = @PACKAGE@
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194
PACKAGE_NAME = @PACKAGE_NAME@
195
PACKAGE_STRING = @PACKAGE_STRING@
196
PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
198 80 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
199
PATH_SEPARATOR = @PATH_SEPARATOR@
200
POW_LIB = @POW_LIB@
201
RANLIB = @RANLIB@
202 96 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
203 80 jeremybenn
SED = @SED@
204
SET_MAKE = @SET_MAKE@
205
SHELL = @SHELL@
206
STRIP = @STRIP@
207
SUMVERSION = @SUMVERSION@
208
TERMCAP_LIB = @TERMCAP_LIB@
209
VERSION = @VERSION@
210
abs_builddir = @abs_builddir@
211
abs_srcdir = @abs_srcdir@
212
abs_top_builddir = @abs_top_builddir@
213
abs_top_srcdir = @abs_top_srcdir@
214
ac_ct_CC = @ac_ct_CC@
215 82 jeremybenn
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216 80 jeremybenn
am__include = @am__include@
217
am__leading_dot = @am__leading_dot@
218
am__quote = @am__quote@
219
am__tar = @am__tar@
220
am__untar = @am__untar@
221
bindir = @bindir@
222
build = @build@
223
build_alias = @build_alias@
224
build_cpu = @build_cpu@
225
build_os = @build_os@
226
build_vendor = @build_vendor@
227
builddir = @builddir@
228
datadir = @datadir@
229
datarootdir = @datarootdir@
230
docdir = @docdir@
231
dvidir = @dvidir@
232
exec_prefix = @exec_prefix@
233
host = @host@
234
host_alias = @host_alias@
235
host_cpu = @host_cpu@
236
host_os = @host_os@
237
host_vendor = @host_vendor@
238
htmldir = @htmldir@
239
includedir = @includedir@
240
infodir = @infodir@
241
install_sh = @install_sh@
242
libdir = @libdir@
243
libexecdir = @libexecdir@
244
localedir = @localedir@
245
localstatedir = @localstatedir@
246 82 jeremybenn
lt_ECHO = @lt_ECHO@
247 80 jeremybenn
mandir = @mandir@
248
mkdir_p = @mkdir_p@
249
oldincludedir = @oldincludedir@
250
pdfdir = @pdfdir@
251
prefix = @prefix@
252
program_transform_name = @program_transform_name@
253
psdir = @psdir@
254
sbindir = @sbindir@
255
sharedstatedir = @sharedstatedir@
256
srcdir = @srcdir@
257 82 jeremybenn
subdirs = @subdirs@
258 80 jeremybenn
sysconfdir = @sysconfdir@
259
target = @target@
260
target_alias = @target_alias@
261
target_cpu = @target_cpu@
262
target_os = @target_os@
263
target_vendor = @target_vendor@
264 82 jeremybenn
top_build_prefix = @top_build_prefix@
265 80 jeremybenn
top_builddir = @top_builddir@
266
top_srcdir = @top_srcdir@
267
SUBDIRS = channels
268
noinst_LTLIBRARIES = libperipheral.la
269
libperipheral_la_SOURCES = generic.c        \
270
                           16450.c          \
271
                           dma.c            \
272
                           mc.c             \
273 112 jeremybenn
                           mc-defines.h     \
274 80 jeremybenn
                           eth.c            \
275
                           crc32.c          \
276
                           gpio.c           \
277
                           vga.c            \
278
                           fb.c             \
279
                           ps2kbd.c         \
280
                           atahost.c        \
281
                           atadevice.c      \
282
                           atadevice-cmdi.c \
283
                           memory.c         \
284
                           16450.h          \
285
                           atacmd.h         \
286
                           generic.h        \
287
                           atadevice-cmdi.h \
288
                           atadevice.h      \
289
                           atahost.h        \
290
                           crc32.h          \
291
                           dma-defs.h       \
292
                           dma.h            \
293
                           eth.h            \
294
                           fb.h             \
295
                           fields.h         \
296
                           gpio.h           \
297
                           mc.h             \
298
                           memory.h         \
299
                           ps2kbd.h         \
300
                           vga.h
301
 
302
all: all-recursive
303
 
304
.SUFFIXES:
305
.SUFFIXES: .c .lo .o .obj
306
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
307
        @for dep in $?; do \
308
          case '$(am__configure_deps)' in \
309
            *$$dep*) \
310 82 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311
                && { if test -f $@; then exit 0; else break; fi; }; \
312 80 jeremybenn
              exit 1;; \
313
          esac; \
314
        done; \
315 82 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu peripheral/Makefile'; \
316
        $(am__cd) $(top_srcdir) && \
317
          $(AUTOMAKE) --gnu peripheral/Makefile
318 80 jeremybenn
.PRECIOUS: Makefile
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320
        @case '$?' in \
321
          *config.status*) \
322
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323
          *) \
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326
        esac;
327
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 82 jeremybenn
$(am__aclocal_m4_deps):
336 80 jeremybenn
 
337
clean-noinstLTLIBRARIES:
338
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
339
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
340
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
341
          test "$$dir" != "$$p" || dir=.; \
342
          echo "rm -f \"$${dir}/so_locations\""; \
343
          rm -f "$${dir}/so_locations"; \
344
        done
345
libperipheral.la: $(libperipheral_la_OBJECTS) $(libperipheral_la_DEPENDENCIES)
346
        $(LINK)  $(libperipheral_la_OBJECTS) $(libperipheral_la_LIBADD) $(LIBS)
347
 
348
mostlyclean-compile:
349
        -rm -f *.$(OBJEXT)
350
 
351
distclean-compile:
352
        -rm -f *.tab.c
353
 
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Plo@am__quote@
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice-cmdi.Plo@am__quote@
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice.Plo@am__quote@
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atahost.Plo@am__quote@
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Plo@am__quote@
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Plo@am__quote@
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Plo@am__quote@
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Plo@am__quote@
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Plo@am__quote@
365
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
366
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Plo@am__quote@
367
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Plo@am__quote@
368
 
369
.c.o:
370
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
375
 
376
.c.obj:
377
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
378 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
382
 
383
.c.lo:
384
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385 82 jeremybenn
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
386 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
389
 
390
mostlyclean-libtool:
391
        -rm -f *.lo
392
 
393
clean-libtool:
394
        -rm -rf .libs _libs
395
 
396
# This directory's subdirectories are mostly independent; you can cd
397
# into them and run `make' without going through this Makefile.
398
# To change the values of `make' variables: instead of editing Makefiles,
399
# (1) if the variable is set in `config.status', edit `config.status'
400
#     (which will cause the Makefiles to be regenerated when you run `make');
401
# (2) otherwise, pass the desired values on the `make' command line.
402
$(RECURSIVE_TARGETS):
403 538 julius
        @failcom='exit 1'; \
404 80 jeremybenn
        for f in x $$MAKEFLAGS; do \
405
          case $$f in \
406
            *=* | --[!k]*);; \
407
            *k*) failcom='fail=yes';; \
408
          esac; \
409
        done; \
410
        dot_seen=no; \
411
        target=`echo $@ | sed s/-recursive//`; \
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
413
          echo "Making $$target in $$subdir"; \
414
          if test "$$subdir" = "."; then \
415
            dot_seen=yes; \
416
            local_target="$$target-am"; \
417
          else \
418
            local_target="$$target"; \
419
          fi; \
420 82 jeremybenn
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
421 80 jeremybenn
          || eval $$failcom; \
422
        done; \
423
        if test "$$dot_seen" = "no"; then \
424
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
425
        fi; test -z "$$fail"
426
 
427
$(RECURSIVE_CLEAN_TARGETS):
428 538 julius
        @failcom='exit 1'; \
429 80 jeremybenn
        for f in x $$MAKEFLAGS; do \
430
          case $$f in \
431
            *=* | --[!k]*);; \
432
            *k*) failcom='fail=yes';; \
433
          esac; \
434
        done; \
435
        dot_seen=no; \
436
        case "$@" in \
437
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
438
          *) list='$(SUBDIRS)' ;; \
439
        esac; \
440
        rev=''; for subdir in $$list; do \
441
          if test "$$subdir" = "."; then :; else \
442
            rev="$$subdir $$rev"; \
443
          fi; \
444
        done; \
445
        rev="$$rev ."; \
446
        target=`echo $@ | sed s/-recursive//`; \
447
        for subdir in $$rev; do \
448
          echo "Making $$target in $$subdir"; \
449
          if test "$$subdir" = "."; then \
450
            local_target="$$target-am"; \
451
          else \
452
            local_target="$$target"; \
453
          fi; \
454 82 jeremybenn
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
455 80 jeremybenn
          || eval $$failcom; \
456
        done && test -z "$$fail"
457
tags-recursive:
458
        list='$(SUBDIRS)'; for subdir in $$list; do \
459 82 jeremybenn
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
460 80 jeremybenn
        done
461
ctags-recursive:
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
463 82 jeremybenn
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
464 80 jeremybenn
        done
465
 
466
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
467
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
468
        unique=`for i in $$list; do \
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
          done | \
471 82 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472 80 jeremybenn
              END { if (nonempty) { for (i in files) print i; }; }'`; \
473
        mkid -fID $$unique
474
tags: TAGS
475
 
476
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477
                $(TAGS_FILES) $(LISP)
478 82 jeremybenn
        set x; \
479 80 jeremybenn
        here=`pwd`; \
480
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
481
          include_option=--etags-include; \
482
          empty_fix=.; \
483
        else \
484
          include_option=--include; \
485
          empty_fix=; \
486
        fi; \
487
        list='$(SUBDIRS)'; for subdir in $$list; do \
488
          if test "$$subdir" = .; then :; else \
489
            test ! -f $$subdir/TAGS || \
490 82 jeremybenn
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
491 80 jeremybenn
          fi; \
492
        done; \
493
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
        unique=`for i in $$list; do \
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
          done | \
497
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499 82 jeremybenn
        shift; \
500
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501 80 jeremybenn
          test -n "$$unique" || unique=$$empty_fix; \
502 82 jeremybenn
          if test $$# -gt 0; then \
503
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504
              "$$@" $$unique; \
505
          else \
506
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507
              $$unique; \
508
          fi; \
509 80 jeremybenn
        fi
510
ctags: CTAGS
511
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
512
                $(TAGS_FILES) $(LISP)
513
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
        unique=`for i in $$list; do \
515
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
          done | \
517
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
              END { if (nonempty) { for (i in files) print i; }; }'`; \
519 82 jeremybenn
        test -z "$(CTAGS_ARGS)$$unique" \
520 80 jeremybenn
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
521 82 jeremybenn
             $$unique
522 80 jeremybenn
 
523
GTAGS:
524
        here=`$(am__cd) $(top_builddir) && pwd` \
525 82 jeremybenn
          && $(am__cd) $(top_srcdir) \
526
          && gtags -i $(GTAGS_ARGS) "$$here"
527 80 jeremybenn
 
528
distclean-tags:
529
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
 
531
distdir: $(DISTFILES)
532
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534
        list='$(DISTFILES)'; \
535
          dist_files=`for file in $$list; do echo $$file; done | \
536
          sed -e "s|^$$srcdirstrip/||;t" \
537
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538
        case $$dist_files in \
539
          */*) $(MKDIR_P) `echo "$$dist_files" | \
540
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541
                           sort -u` ;; \
542
        esac; \
543
        for file in $$dist_files; do \
544
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545
          if test -d $$d/$$file; then \
546
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547 82 jeremybenn
            if test -d "$(distdir)/$$file"; then \
548
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549
            fi; \
550 80 jeremybenn
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551 82 jeremybenn
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553 80 jeremybenn
            fi; \
554 82 jeremybenn
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555 80 jeremybenn
          else \
556 82 jeremybenn
            test -f "$(distdir)/$$file" \
557
            || cp -p $$d/$$file "$(distdir)/$$file" \
558 80 jeremybenn
            || exit 1; \
559
          fi; \
560
        done
561 82 jeremybenn
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
562 80 jeremybenn
          if test "$$subdir" = .; then :; else \
563
            test -d "$(distdir)/$$subdir" \
564
            || $(MKDIR_P) "$(distdir)/$$subdir" \
565
            || exit 1; \
566 82 jeremybenn
          fi; \
567
        done
568
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
          if test "$$subdir" = .; then :; else \
570
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
571
            $(am__relativize); \
572
            new_distdir=$$reldir; \
573
            dir1=$$subdir; dir2="$(top_distdir)"; \
574
            $(am__relativize); \
575
            new_top_distdir=$$reldir; \
576
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
577
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
578
            ($(am__cd) $$subdir && \
579 80 jeremybenn
              $(MAKE) $(AM_MAKEFLAGS) \
580 82 jeremybenn
                top_distdir="$$new_top_distdir" \
581
                distdir="$$new_distdir" \
582 80 jeremybenn
                am__remove_distdir=: \
583
                am__skip_length_check=: \
584 82 jeremybenn
                am__skip_mode_fix=: \
585 80 jeremybenn
                distdir) \
586
              || exit 1; \
587
          fi; \
588
        done
589
check-am: all-am
590
check: check-recursive
591
all-am: Makefile $(LTLIBRARIES)
592
installdirs: installdirs-recursive
593
installdirs-am:
594
install: install-recursive
595
install-exec: install-exec-recursive
596
install-data: install-data-recursive
597
uninstall: uninstall-recursive
598
 
599
install-am: all-am
600
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
601
 
602
installcheck: installcheck-recursive
603
install-strip:
604
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606
          `test -z '$(STRIP)' || \
607
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
608
mostlyclean-generic:
609
 
610
clean-generic:
611
 
612
distclean-generic:
613
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
614 82 jeremybenn
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615 80 jeremybenn
 
616
maintainer-clean-generic:
617
        @echo "This command is intended for maintainers to use"
618
        @echo "it deletes files that may require special tools to rebuild."
619
clean: clean-recursive
620
 
621
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
622
        mostlyclean-am
623
 
624
distclean: distclean-recursive
625
        -rm -rf ./$(DEPDIR)
626
        -rm -f Makefile
627
distclean-am: clean-am distclean-compile distclean-generic \
628
        distclean-tags
629
 
630
dvi: dvi-recursive
631
 
632
dvi-am:
633
 
634
html: html-recursive
635
 
636 82 jeremybenn
html-am:
637
 
638 80 jeremybenn
info: info-recursive
639
 
640
info-am:
641
 
642
install-data-am:
643
 
644
install-dvi: install-dvi-recursive
645
 
646 82 jeremybenn
install-dvi-am:
647
 
648 80 jeremybenn
install-exec-am:
649
 
650
install-html: install-html-recursive
651
 
652 82 jeremybenn
install-html-am:
653
 
654 80 jeremybenn
install-info: install-info-recursive
655
 
656 82 jeremybenn
install-info-am:
657
 
658 80 jeremybenn
install-man:
659
 
660
install-pdf: install-pdf-recursive
661
 
662 82 jeremybenn
install-pdf-am:
663
 
664 80 jeremybenn
install-ps: install-ps-recursive
665
 
666 82 jeremybenn
install-ps-am:
667
 
668 80 jeremybenn
installcheck-am:
669
 
670
maintainer-clean: maintainer-clean-recursive
671
        -rm -rf ./$(DEPDIR)
672
        -rm -f Makefile
673
maintainer-clean-am: distclean-am maintainer-clean-generic
674
 
675
mostlyclean: mostlyclean-recursive
676
 
677
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
678
        mostlyclean-libtool
679
 
680
pdf: pdf-recursive
681
 
682
pdf-am:
683
 
684
ps: ps-recursive
685
 
686
ps-am:
687
 
688
uninstall-am:
689
 
690 82 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
691
        install-am install-strip tags-recursive
692 80 jeremybenn
 
693
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
694
        all all-am check check-am clean clean-generic clean-libtool \
695
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
696
        distclean-compile distclean-generic distclean-libtool \
697
        distclean-tags distdir dvi dvi-am html html-am info info-am \
698
        install install-am install-data install-data-am install-dvi \
699
        install-dvi-am install-exec install-exec-am install-html \
700
        install-html-am install-info install-info-am install-man \
701
        install-pdf install-pdf-am install-ps install-ps-am \
702
        install-strip installcheck installcheck-am installdirs \
703
        installdirs-am maintainer-clean maintainer-clean-generic \
704
        mostlyclean mostlyclean-compile mostlyclean-generic \
705
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
706
        uninstall uninstall-am
707
 
708 82 jeremybenn
 
709 80 jeremybenn
# Tell versions [3.59,3.63) of GNU make to not export all variables.
710
# Otherwise a system limit (for SysV at least) may be exceeded.
711
.NOEXPORT:

powered by: WebSVN 2.1.0

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