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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [Makefile.in] - Blame information for rev 1778

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

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

powered by: WebSVN 2.1.0

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