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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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