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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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