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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] [or1ksim/] [Makefile.in] - Blame information for rev 1743

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

Line No. Rev Author Line
1 1743 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2 1242 hpanther
# @configure_input@
3 7 jrydberg
 
4 1576 phoenix
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 1743 jeremybenn
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 7 jrydberg
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15 1242 hpanther
@SET_MAKE@
16
 
17 7 jrydberg
#
18
#
19
#
20
#
21
#
22
 
23
VPATH = @srcdir@
24
pkgdatadir = $(datadir)/@PACKAGE@
25
pkglibdir = $(libdir)/@PACKAGE@
26
pkgincludedir = $(includedir)/@PACKAGE@
27 1242 hpanther
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
install_sh_DATA = $(install_sh) -c -m 644
29
install_sh_PROGRAM = $(install_sh) -c
30 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
31 1242 hpanther
INSTALL_HEADER = $(INSTALL_DATA)
32 1576 phoenix
transform = $(program_transform_name)
33 7 jrydberg
NORMAL_INSTALL = :
34
PRE_INSTALL = :
35
POST_INSTALL = :
36
NORMAL_UNINSTALL = :
37
PRE_UNINSTALL = :
38
POST_UNINSTALL = :
39 13 jrydberg
build_triplet = @build@
40 7 jrydberg
host_triplet = @host@
41 13 jrydberg
target_triplet = @target@
42 1576 phoenix
bin_PROGRAMS = sim$(EXEEXT)
43 1743 jeremybenn
subdir = .
44 1576 phoenix
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
45
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
46
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
47
        config.guess config.sub depcomp install-sh missing \
48
        mkinstalldirs
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
am__aclocal_m4_deps = $(top_srcdir)/configure.in
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
        $(ACLOCAL_M4)
53
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 1743 jeremybenn
 configure.lineno config.status.lineno
55 1576 phoenix
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
CONFIG_HEADER = config.h
57
CONFIG_CLEAN_FILES =
58
am__installdirs = "$(DESTDIR)$(bindir)"
59
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
60
PROGRAMS = $(bin_PROGRAMS)
61
am_sim_OBJECTS = toplevel.$(OBJEXT) sim-config.$(OBJEXT) \
62
        profiler.$(OBJEXT) mprofiler.$(OBJEXT) sim-cmd.$(OBJEXT)
63
sim_OBJECTS = $(am_sim_OBJECTS)
64
sim_DEPENDENCIES = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
65
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
66
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
67
        peripheral/channels/libchannels.a tick/libtick.a pm/libpm.a \
68
        pic/libpic.a debug/libdebug.a vapi/libvapi.a cuc/libcuc.a \
69
        port/libport.a
70 1743 jeremybenn
sim_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(sim_LDFLAGS) $(LDFLAGS) -o \
71
        $@
72
DEFAULT_INCLUDES = -I.@am__isrc@
73 1576 phoenix
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
am__depfiles_maybe = depfiles
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
CCLD = $(CC)
78
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
79
SOURCES = $(sim_SOURCES)
80
DIST_SOURCES = $(sim_SOURCES)
81
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
        html-recursive info-recursive install-data-recursive \
83 1743 jeremybenn
        install-dvi-recursive install-exec-recursive \
84
        install-html-recursive install-info-recursive \
85
        install-pdf-recursive install-ps-recursive install-recursive \
86
        installcheck-recursive installdirs-recursive pdf-recursive \
87
        ps-recursive uninstall-recursive
88
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89
  distclean-recursive maintainer-clean-recursive
90 1576 phoenix
ETAGS = etags
91
CTAGS = ctags
92
DIST_SUBDIRS = $(SUBDIRS)
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
distdir = $(PACKAGE)-$(VERSION)
95
top_distdir = $(distdir)
96
am__remove_distdir = \
97
  { test ! -d $(distdir) \
98
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
99
         && rm -fr $(distdir); }; }
100
DIST_ARCHIVES = $(distdir).tar.gz
101
GZIP_ENV = --best
102
distuninstallcheck_listfiles = find . -type f -print
103
distcleancheck_listfiles = find . -type f -print
104
ACLOCAL = @ACLOCAL@
105 1242 hpanther
AMTAR = @AMTAR@
106 7 jrydberg
AR = @AR@
107
ARFLAGS = @ARFLAGS@
108 1576 phoenix
AUTOCONF = @AUTOCONF@
109
AUTOHEADER = @AUTOHEADER@
110
AUTOMAKE = @AUTOMAKE@
111 1242 hpanther
AWK = @AWK@
112 7 jrydberg
BUILD_DIR = @BUILD_DIR@
113
CC = @CC@
114 1576 phoenix
CCDEPMODE = @CCDEPMODE@
115 7 jrydberg
CFLAGS = @CFLAGS@
116 1576 phoenix
CPP = @CPP@
117
CPPFLAGS = @CPPFLAGS@
118 7 jrydberg
CPU_ARCH = @CPU_ARCH@
119 1576 phoenix
CYGPATH_W = @CYGPATH_W@
120
DEFS = @DEFS@
121 1242 hpanther
DEPDIR = @DEPDIR@
122 1576 phoenix
ECHO_C = @ECHO_C@
123
ECHO_N = @ECHO_N@
124
ECHO_T = @ECHO_T@
125
EGREP = @EGREP@
126
EXEEXT = @EXEEXT@
127 1743 jeremybenn
GREP = @GREP@
128 7 jrydberg
INCLUDES = @INCLUDES@
129 1743 jeremybenn
INSTALL = @INSTALL@
130 1576 phoenix
INSTALL_DATA = @INSTALL_DATA@
131
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 1242 hpanther
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 1576 phoenix
LDFLAGS = @LDFLAGS@
135
LIBOBJS = @LIBOBJS@
136
LIBS = @LIBS@
137 7 jrydberg
LOCAL_CFLAGS = @LOCAL_CFLAGS@
138
LOCAL_DEFS = @LOCAL_DEFS@
139 1576 phoenix
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
140
LTLIBOBJS = @LTLIBOBJS@
141
MAKEINFO = @MAKEINFO@
142 7 jrydberg
MAKE_SHELL = @MAKE_SHELL@
143 1743 jeremybenn
MKDIR_P = @MKDIR_P@
144 1576 phoenix
OBJEXT = @OBJEXT@
145 7 jrydberg
PACKAGE = @PACKAGE@
146 1576 phoenix
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
PACKAGE_NAME = @PACKAGE_NAME@
148
PACKAGE_STRING = @PACKAGE_STRING@
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
150
PACKAGE_VERSION = @PACKAGE_VERSION@
151
PATH_SEPARATOR = @PATH_SEPARATOR@
152 7 jrydberg
RANLIB = @RANLIB@
153 1576 phoenix
SET_MAKE = @SET_MAKE@
154
SHELL = @SHELL@
155 1242 hpanther
STRIP = @STRIP@
156 7 jrydberg
SUMVERSION = @SUMVERSION@
157
TERMCAP_LIB = @TERMCAP_LIB@
158
VERSION = @VERSION@
159 1743 jeremybenn
abs_builddir = @abs_builddir@
160
abs_srcdir = @abs_srcdir@
161
abs_top_builddir = @abs_top_builddir@
162
abs_top_srcdir = @abs_top_srcdir@
163 1576 phoenix
ac_ct_CC = @ac_ct_CC@
164 1242 hpanther
am__include = @am__include@
165 1576 phoenix
am__leading_dot = @am__leading_dot@
166 1242 hpanther
am__quote = @am__quote@
167 1576 phoenix
am__tar = @am__tar@
168
am__untar = @am__untar@
169
bindir = @bindir@
170
build = @build@
171
build_alias = @build_alias@
172
build_cpu = @build_cpu@
173
build_os = @build_os@
174
build_vendor = @build_vendor@
175 1743 jeremybenn
builddir = @builddir@
176 1576 phoenix
datadir = @datadir@
177 1743 jeremybenn
datarootdir = @datarootdir@
178
docdir = @docdir@
179
dvidir = @dvidir@
180 1576 phoenix
exec_prefix = @exec_prefix@
181 7 jrydberg
host = @host@
182 1576 phoenix
host_alias = @host_alias@
183 7 jrydberg
host_cpu = @host_cpu@
184
host_os = @host_os@
185 1576 phoenix
host_vendor = @host_vendor@
186 1743 jeremybenn
htmldir = @htmldir@
187 1576 phoenix
includedir = @includedir@
188
infodir = @infodir@
189 1242 hpanther
install_sh = @install_sh@
190 1576 phoenix
libdir = @libdir@
191
libexecdir = @libexecdir@
192 1743 jeremybenn
localedir = @localedir@
193 1576 phoenix
localstatedir = @localstatedir@
194
mandir = @mandir@
195
mkdir_p = @mkdir_p@
196
oldincludedir = @oldincludedir@
197 1743 jeremybenn
pdfdir = @pdfdir@
198 1576 phoenix
prefix = @prefix@
199
program_transform_name = @program_transform_name@
200 1743 jeremybenn
psdir = @psdir@
201 1576 phoenix
sbindir = @sbindir@
202
sharedstatedir = @sharedstatedir@
203 1743 jeremybenn
srcdir = @srcdir@
204 1576 phoenix
sysconfdir = @sysconfdir@
205
target = @target@
206
target_alias = @target_alias@
207
target_cpu = @target_cpu@
208
target_os = @target_os@
209
target_vendor = @target_vendor@
210 1743 jeremybenn
top_builddir = @top_builddir@
211
top_srcdir = @top_srcdir@
212 1376 phoenix
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi cuc port
213 1099 markom
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c \
214 1376 phoenix
        mprofiler.c profiler.h mprofiler.h sim-cmd.c
215 879 markom
 
216 1099 markom
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
217
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
218
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
219
        peripheral/channels/libchannels.a \
220
        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a \
221 1376 phoenix
        vapi/libvapi.a cuc/libcuc.a port/libport.a
222 7 jrydberg
 
223 1242 hpanther
sim_LDFLAGS = -lm #-lreadline
224
all: config.h
225
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
226 7 jrydberg
 
227
.SUFFIXES:
228 1242 hpanther
.SUFFIXES: .c .o .obj
229 1576 phoenix
am--refresh:
230
        @:
231
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
232
        @for dep in $?; do \
233
          case '$(am__configure_deps)' in \
234
            *$$dep*) \
235
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
236
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
237
                && exit 0; \
238
              exit 1;; \
239
          esac; \
240
        done; \
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
242 1242 hpanther
        cd $(top_srcdir) && \
243
          $(AUTOMAKE) --gnu  Makefile
244 1576 phoenix
.PRECIOUS: Makefile
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
        @case '$?' in \
247
          *config.status*) \
248
            echo ' $(SHELL) ./config.status'; \
249
            $(SHELL) ./config.status;; \
250
          *) \
251
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
252
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
253
        esac;
254 7 jrydberg
 
255 1576 phoenix
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256 7 jrydberg
        $(SHELL) ./config.status --recheck
257 1576 phoenix
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
259 7 jrydberg
        cd $(srcdir) && $(AUTOCONF)
260 1576 phoenix
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
261 1242 hpanther
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
262
 
263
config.h: stamp-h1
264 7 jrydberg
        @if test ! -f $@; then \
265 1242 hpanther
          rm -f stamp-h1; \
266 1743 jeremybenn
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
267 7 jrydberg
        else :; fi
268
 
269 1242 hpanther
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
270
        @rm -f stamp-h1
271
        cd $(top_builddir) && $(SHELL) ./config.status config.h
272 1576 phoenix
$(srcdir)/config.h.in:  $(am__configure_deps)
273 1242 hpanther
        cd $(top_srcdir) && $(AUTOHEADER)
274 1576 phoenix
        rm -f stamp-h1
275
        touch $@
276 7 jrydberg
 
277
distclean-hdr:
278 1376 phoenix
        -rm -f config.h stamp-h1
279 241 markom
install-binPROGRAMS: $(bin_PROGRAMS)
280
        @$(NORMAL_INSTALL)
281 1743 jeremybenn
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
282 241 markom
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
283 1242 hpanther
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
284
          if test -f $$p \
285
          ; then \
286 1376 phoenix
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
287 1576 phoenix
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
288
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
289 241 markom
          else :; fi; \
290
        done
291
 
292
uninstall-binPROGRAMS:
293
        @$(NORMAL_UNINSTALL)
294 1242 hpanther
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
295 1376 phoenix
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
296 1576 phoenix
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
297
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
298 241 markom
        done
299
 
300 1242 hpanther
clean-binPROGRAMS:
301
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
302
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
303
        @rm -f sim$(EXEEXT)
304 1743 jeremybenn
        $(sim_LINK) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
305 7 jrydberg
 
306
mostlyclean-compile:
307 1576 phoenix
        -rm -f *.$(OBJEXT)
308 7 jrydberg
 
309
distclean-compile:
310
        -rm -f *.tab.c
311
 
312 1242 hpanther
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprofiler.Po@am__quote@
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Po@am__quote@
314 1376 phoenix
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-cmd.Po@am__quote@
315 1242 hpanther
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-config.Po@am__quote@
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
317 7 jrydberg
 
318 1242 hpanther
.c.o:
319 1743 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
324 1242 hpanther
 
325
.c.obj:
326 1743 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
327
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
331 1242 hpanther
 
332 7 jrydberg
# This directory's subdirectories are mostly independent; you can cd
333
# into them and run `make' without going through this Makefile.
334
# To change the values of `make' variables: instead of editing Makefiles,
335
# (1) if the variable is set in `config.status', edit `config.status'
336
#     (which will cause the Makefiles to be regenerated when you run `make');
337
# (2) otherwise, pass the desired values on the `make' command line.
338 1242 hpanther
$(RECURSIVE_TARGETS):
339 1576 phoenix
        @failcom='exit 1'; \
340
        for f in x $$MAKEFLAGS; do \
341
          case $$f in \
342
            *=* | --[!k]*);; \
343
            *k*) failcom='fail=yes';; \
344
          esac; \
345
        done; \
346 7 jrydberg
        dot_seen=no; \
347
        target=`echo $@ | sed s/-recursive//`; \
348
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
          echo "Making $$target in $$subdir"; \
350
          if test "$$subdir" = "."; then \
351
            dot_seen=yes; \
352
            local_target="$$target-am"; \
353
          else \
354
            local_target="$$target"; \
355
          fi; \
356
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357 1576 phoenix
          || eval $$failcom; \
358 7 jrydberg
        done; \
359
        if test "$$dot_seen" = "no"; then \
360
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361
        fi; test -z "$$fail"
362
 
363 1743 jeremybenn
$(RECURSIVE_CLEAN_TARGETS):
364 1576 phoenix
        @failcom='exit 1'; \
365
        for f in x $$MAKEFLAGS; do \
366
          case $$f in \
367
            *=* | --[!k]*);; \
368
            *k*) failcom='fail=yes';; \
369
          esac; \
370
        done; \
371 7 jrydberg
        dot_seen=no; \
372 1242 hpanther
        case "$@" in \
373
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
374
          *) list='$(SUBDIRS)' ;; \
375
        esac; \
376
        rev=''; for subdir in $$list; do \
377
          if test "$$subdir" = "."; then :; else \
378
            rev="$$subdir $$rev"; \
379
          fi; \
380 7 jrydberg
        done; \
381 1242 hpanther
        rev="$$rev ."; \
382 7 jrydberg
        target=`echo $@ | sed s/-recursive//`; \
383
        for subdir in $$rev; do \
384
          echo "Making $$target in $$subdir"; \
385
          if test "$$subdir" = "."; then \
386
            local_target="$$target-am"; \
387
          else \
388
            local_target="$$target"; \
389
          fi; \
390
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391 1576 phoenix
          || eval $$failcom; \
392 7 jrydberg
        done && test -z "$$fail"
393
tags-recursive:
394
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
396
        done
397 1576 phoenix
ctags-recursive:
398
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
400
        done
401 7 jrydberg
 
402 1242 hpanther
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
403
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404
        unique=`for i in $$list; do \
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
          done | \
407 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
409 1242 hpanther
        mkid -fID $$unique
410 1576 phoenix
tags: TAGS
411 7 jrydberg
 
412 1242 hpanther
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
413
                $(TAGS_FILES) $(LISP)
414 7 jrydberg
        tags=; \
415
        here=`pwd`; \
416 1576 phoenix
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417
          include_option=--etags-include; \
418
          empty_fix=.; \
419
        else \
420
          include_option=--include; \
421
          empty_fix=; \
422
        fi; \
423 7 jrydberg
        list='$(SUBDIRS)'; for subdir in $$list; do \
424 1242 hpanther
          if test "$$subdir" = .; then :; else \
425 1576 phoenix
            test ! -f $$subdir/TAGS || \
426
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
427 1242 hpanther
          fi; \
428 7 jrydberg
        done; \
429 1242 hpanther
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430
        unique=`for i in $$list; do \
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
          done | \
433 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435 1576 phoenix
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
436
          test -n "$$unique" || unique=$$empty_fix; \
437
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438
            $$tags $$unique; \
439
        fi
440
ctags: CTAGS
441
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
442
                $(TAGS_FILES) $(LISP)
443
        tags=; \
444
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
445
        unique=`for i in $$list; do \
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
          done | \
448 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450 1576 phoenix
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
451
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452 1242 hpanther
             $$tags $$unique
453 7 jrydberg
 
454 1242 hpanther
GTAGS:
455
        here=`$(am__cd) $(top_builddir) && pwd` \
456
          && cd $(top_srcdir) \
457
          && gtags -i $(GTAGS_ARGS) $$here
458 7 jrydberg
 
459
distclean-tags:
460 1576 phoenix
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461 7 jrydberg
 
462
distdir: $(DISTFILES)
463 1242 hpanther
        $(am__remove_distdir)
464 1743 jeremybenn
        test -d $(distdir) || mkdir $(distdir)
465
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467
        list='$(DISTFILES)'; \
468
          dist_files=`for file in $$list; do echo $$file; done | \
469
          sed -e "s|^$$srcdirstrip/||;t" \
470
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471
        case $$dist_files in \
472
          */*) $(MKDIR_P) `echo "$$dist_files" | \
473
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474
                           sort -u` ;; \
475
        esac; \
476
        for file in $$dist_files; do \
477 1242 hpanther
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478 7 jrydberg
          if test -d $$d/$$file; then \
479 1743 jeremybenn
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
482
            fi; \
483
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
484 7 jrydberg
          else \
485
            test -f $(distdir)/$$file \
486 1242 hpanther
            || cp -p $$d/$$file $(distdir)/$$file \
487
            || exit 1; \
488 7 jrydberg
          fi; \
489
        done
490 1576 phoenix
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
491 7 jrydberg
          if test "$$subdir" = .; then :; else \
492 1576 phoenix
            test -d "$(distdir)/$$subdir" \
493 1743 jeremybenn
            || $(MKDIR_P) "$(distdir)/$$subdir" \
494 7 jrydberg
            || exit 1; \
495 1576 phoenix
            distdir=`$(am__cd) $(distdir) && pwd`; \
496
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
497 1242 hpanther
            (cd $$subdir && \
498
              $(MAKE) $(AM_MAKEFLAGS) \
499 1576 phoenix
                top_distdir="$$top_distdir" \
500
                distdir="$$distdir/$$subdir" \
501 1743 jeremybenn
                am__remove_distdir=: \
502
                am__skip_length_check=: \
503 1242 hpanther
                distdir) \
504 7 jrydberg
              || exit 1; \
505
          fi; \
506
        done
507 1242 hpanther
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
508
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
509
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
510 1743 jeremybenn
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
511 1242 hpanther
        || chmod -R a+r $(distdir)
512
dist-gzip: distdir
513 1576 phoenix
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
514 1242 hpanther
        $(am__remove_distdir)
515 7 jrydberg
 
516 1576 phoenix
dist-bzip2: distdir
517
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
518
        $(am__remove_distdir)
519
 
520 1743 jeremybenn
dist-lzma: distdir
521
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
522
        $(am__remove_distdir)
523
 
524 1576 phoenix
dist-tarZ: distdir
525
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
526
        $(am__remove_distdir)
527
 
528
dist-shar: distdir
529
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
530
        $(am__remove_distdir)
531
 
532
dist-zip: distdir
533
        -rm -f $(distdir).zip
534
        zip -rq $(distdir).zip $(distdir)
535
        $(am__remove_distdir)
536
 
537 1242 hpanther
dist dist-all: distdir
538 1576 phoenix
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539 1242 hpanther
        $(am__remove_distdir)
540 7 jrydberg
 
541 1242 hpanther
# This target untars the dist file and tries a VPATH configuration.  Then
542
# it guarantees that the distribution is self-contained by making another
543
# tarfile.
544
distcheck: dist
545 1576 phoenix
        case '$(DIST_ARCHIVES)' in \
546
        *.tar.gz*) \
547
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
548
        *.tar.bz2*) \
549
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
550 1743 jeremybenn
        *.tar.lzma*) \
551
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
552 1576 phoenix
        *.tar.Z*) \
553
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
554
        *.shar.gz*) \
555
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
556
        *.zip*) \
557
          unzip $(distdir).zip ;;\
558
        esac
559 1242 hpanther
        chmod -R a-w $(distdir); chmod a+w $(distdir)
560 1576 phoenix
        mkdir $(distdir)/_build
561
        mkdir $(distdir)/_inst
562 1242 hpanther
        chmod a-w $(distdir)
563 1576 phoenix
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
564
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
565
          && cd $(distdir)/_build \
566
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
567 1242 hpanther
            $(DISTCHECK_CONFIGURE_FLAGS) \
568
          && $(MAKE) $(AM_MAKEFLAGS) \
569
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
570
          && $(MAKE) $(AM_MAKEFLAGS) check \
571
          && $(MAKE) $(AM_MAKEFLAGS) install \
572
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
573
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
574 1576 phoenix
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
575
                distuninstallcheck \
576
          && chmod -R a-w "$$dc_install_base" \
577
          && ({ \
578
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
579
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
580
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
581
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
582
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
583
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
584
          && rm -rf "$$dc_destdir" \
585
          && $(MAKE) $(AM_MAKEFLAGS) dist \
586
          && rm -rf $(DIST_ARCHIVES) \
587 1242 hpanther
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
588
        $(am__remove_distdir)
589 1576 phoenix
        @(echo "$(distdir) archives ready for distribution: "; \
590
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
591 1743 jeremybenn
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
592 1576 phoenix
distuninstallcheck:
593
        @cd $(distuninstallcheck_dir) \
594
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
595
           || { echo "ERROR: files left after uninstall:" ; \
596
                if test -n "$(DESTDIR)"; then \
597
                  echo "  (check DESTDIR support)"; \
598
                fi ; \
599
                $(distuninstallcheck_listfiles) ; \
600
                exit 1; } >&2
601 1242 hpanther
distcleancheck: distclean
602 1576 phoenix
        @if test '$(srcdir)' = . ; then \
603 1242 hpanther
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
604
          exit 1 ; \
605
        fi
606 1576 phoenix
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
607
          || { echo "ERROR: files left in build directory after distclean:" ; \
608 1242 hpanther
               $(distcleancheck_listfiles) ; \
609
               exit 1; } >&2
610 7 jrydberg
check-am: all-am
611
check: check-recursive
612 1242 hpanther
all-am: Makefile $(PROGRAMS) config.h
613
installdirs: installdirs-recursive
614
installdirs-am:
615 1576 phoenix
        for dir in "$(DESTDIR)$(bindir)"; do \
616 1743 jeremybenn
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
617 1576 phoenix
        done
618 1242 hpanther
install: install-recursive
619 7 jrydberg
install-exec: install-exec-recursive
620
install-data: install-data-recursive
621 1242 hpanther
uninstall: uninstall-recursive
622 7 jrydberg
 
623
install-am: all-am
624
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625 1242 hpanther
 
626
installcheck: installcheck-recursive
627 7 jrydberg
install-strip:
628 1242 hpanther
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629 1576 phoenix
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630 1242 hpanther
          `test -z '$(STRIP)' || \
631
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
632 7 jrydberg
mostlyclean-generic:
633
 
634
clean-generic:
635
 
636
distclean-generic:
637 1576 phoenix
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
638 7 jrydberg
 
639
maintainer-clean-generic:
640 1242 hpanther
        @echo "This command is intended for maintainers to use"
641
        @echo "it deletes files that may require special tools to rebuild."
642
clean: clean-recursive
643 7 jrydberg
 
644 1242 hpanther
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
645 7 jrydberg
 
646 1242 hpanther
distclean: distclean-recursive
647 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
648 1576 phoenix
        -rm -rf ./$(DEPDIR)
649
        -rm -f Makefile
650
distclean-am: clean-am distclean-compile distclean-generic \
651
        distclean-hdr distclean-tags
652 7 jrydberg
 
653 1242 hpanther
dvi: dvi-recursive
654 7 jrydberg
 
655 1242 hpanther
dvi-am:
656 7 jrydberg
 
657 1576 phoenix
html: html-recursive
658
 
659 1242 hpanther
info: info-recursive
660 7 jrydberg
 
661 1242 hpanther
info-am:
662 7 jrydberg
 
663 1242 hpanther
install-data-am:
664
 
665 1743 jeremybenn
install-dvi: install-dvi-recursive
666
 
667 1242 hpanther
install-exec-am: install-binPROGRAMS
668
 
669 1743 jeremybenn
install-html: install-html-recursive
670
 
671 1242 hpanther
install-info: install-info-recursive
672
 
673
install-man:
674
 
675 1743 jeremybenn
install-pdf: install-pdf-recursive
676
 
677
install-ps: install-ps-recursive
678
 
679 1242 hpanther
installcheck-am:
680
 
681 7 jrydberg
maintainer-clean: maintainer-clean-recursive
682 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
683 1576 phoenix
        -rm -rf $(top_srcdir)/autom4te.cache
684
        -rm -rf ./$(DEPDIR)
685
        -rm -f Makefile
686 1242 hpanther
maintainer-clean-am: distclean-am maintainer-clean-generic
687 7 jrydberg
 
688 1242 hpanther
mostlyclean: mostlyclean-recursive
689 7 jrydberg
 
690 1242 hpanther
mostlyclean-am: mostlyclean-compile mostlyclean-generic
691 7 jrydberg
 
692 1576 phoenix
pdf: pdf-recursive
693
 
694
pdf-am:
695
 
696
ps: ps-recursive
697
 
698
ps-am:
699
 
700 1743 jeremybenn
uninstall-am: uninstall-binPROGRAMS
701 1242 hpanther
 
702 1743 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
703
        install-strip
704 1242 hpanther
 
705 1743 jeremybenn
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
707
        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
708
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
709
        distclean distclean-compile distclean-generic distclean-hdr \
710
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
711
        dvi-am html html-am info info-am install install-am \
712
        install-binPROGRAMS install-data install-data-am install-dvi \
713
        install-dvi-am install-exec install-exec-am install-html \
714
        install-html-am install-info install-info-am install-man \
715
        install-pdf install-pdf-am install-ps install-ps-am \
716
        install-strip installcheck installcheck-am installdirs \
717
        installdirs-am maintainer-clean maintainer-clean-generic \
718
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
719
        ps ps-am tags tags-recursive uninstall uninstall-am \
720
        uninstall-binPROGRAMS
721 1242 hpanther
 
722 7 jrydberg
# Tell versions [3.59,3.63) of GNU make to not export all variables.
723
# Otherwise a system limit (for SysV at least) may be exceeded.
724
.NOEXPORT:

powered by: WebSVN 2.1.0

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