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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1376 phoenix
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2 1242 hpanther
# @configure_input@
3 7 jrydberg
 
4 1242 hpanther
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# 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
SHELL = @SHELL@
23
 
24
srcdir = @srcdir@
25
top_srcdir = @top_srcdir@
26
VPATH = @srcdir@
27
prefix = @prefix@
28
exec_prefix = @exec_prefix@
29
 
30
bindir = @bindir@
31
sbindir = @sbindir@
32
libexecdir = @libexecdir@
33
datadir = @datadir@
34
sysconfdir = @sysconfdir@
35
sharedstatedir = @sharedstatedir@
36
localstatedir = @localstatedir@
37
libdir = @libdir@
38
infodir = @infodir@
39
mandir = @mandir@
40
includedir = @includedir@
41
oldincludedir = /usr/include
42
pkgdatadir = $(datadir)/@PACKAGE@
43
pkglibdir = $(libdir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
top_builddir = .
46
 
47
ACLOCAL = @ACLOCAL@
48
AUTOCONF = @AUTOCONF@
49
AUTOMAKE = @AUTOMAKE@
50
AUTOHEADER = @AUTOHEADER@
51
 
52 1242 hpanther
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53 7 jrydberg
INSTALL = @INSTALL@
54 1242 hpanther
INSTALL_PROGRAM = @INSTALL_PROGRAM@
55 7 jrydberg
INSTALL_DATA = @INSTALL_DATA@
56 1242 hpanther
install_sh_DATA = $(install_sh) -c -m 644
57
install_sh_PROGRAM = $(install_sh) -c
58 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
59 7 jrydberg
INSTALL_SCRIPT = @INSTALL_SCRIPT@
60 1242 hpanther
INSTALL_HEADER = $(INSTALL_DATA)
61 7 jrydberg
transform = @program_transform_name@
62
NORMAL_INSTALL = :
63
PRE_INSTALL = :
64
POST_INSTALL = :
65
NORMAL_UNINSTALL = :
66
PRE_UNINSTALL = :
67
POST_UNINSTALL = :
68 13 jrydberg
build_alias = @build_alias@
69
build_triplet = @build@
70 7 jrydberg
host_alias = @host_alias@
71
host_triplet = @host@
72 13 jrydberg
target_alias = @target_alias@
73
target_triplet = @target@
74 1242 hpanther
 
75
EXEEXT = @EXEEXT@
76
OBJEXT = @OBJEXT@
77
PATH_SEPARATOR = @PATH_SEPARATOR@
78
AMTAR = @AMTAR@
79 7 jrydberg
AR = @AR@
80
ARFLAGS = @ARFLAGS@
81 1242 hpanther
AWK = @AWK@
82 7 jrydberg
BUILD_DIR = @BUILD_DIR@
83
CC = @CC@
84
CFLAGS = @CFLAGS@
85
CPU_ARCH = @CPU_ARCH@
86 1242 hpanther
DEPDIR = @DEPDIR@
87 7 jrydberg
INCLUDES = @INCLUDES@
88 1242 hpanther
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89 7 jrydberg
LOCAL_CFLAGS = @LOCAL_CFLAGS@
90
LOCAL_DEFS = @LOCAL_DEFS@
91
MAKE_SHELL = @MAKE_SHELL@
92
PACKAGE = @PACKAGE@
93
RANLIB = @RANLIB@
94 1242 hpanther
STRIP = @STRIP@
95 7 jrydberg
SUMVERSION = @SUMVERSION@
96
TERMCAP_LIB = @TERMCAP_LIB@
97
VERSION = @VERSION@
98 1242 hpanther
am__include = @am__include@
99
am__quote = @am__quote@
100 7 jrydberg
host = @host@
101
host_cpu = @host_cpu@
102
host_os = @host_os@
103 1242 hpanther
install_sh = @install_sh@
104 7 jrydberg
 
105 1376 phoenix
SUBDIRS = cpu bpb support cache mmu peripheral tick pm pic debug vapi cuc port
106 7 jrydberg
 
107 241 markom
bin_PROGRAMS = sim
108 7 jrydberg
 
109 1099 markom
sim_SOURCES = toplevel.c sim-config.c sim-config.h profiler.c \
110 1376 phoenix
        mprofiler.c profiler.h mprofiler.h sim-cmd.c
111 879 markom
 
112 1099 markom
sim_LDADD = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
113
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
114
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
115
        peripheral/channels/libchannels.a \
116
        tick/libtick.a pm/libpm.a pic/libpic.a debug/libdebug.a \
117 1376 phoenix
        vapi/libvapi.a cuc/libcuc.a port/libport.a
118 7 jrydberg
 
119 879 markom
 
120 1242 hpanther
sim_LDFLAGS = -lm #-lreadline
121
subdir = .
122 7 jrydberg
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124
CONFIG_HEADER = config.h
125 1242 hpanther
CONFIG_CLEAN_FILES =
126
bin_PROGRAMS = sim$(EXEEXT)
127
PROGRAMS = $(bin_PROGRAMS)
128 7 jrydberg
 
129 1242 hpanther
am_sim_OBJECTS = toplevel.$(OBJEXT) sim-config.$(OBJEXT) \
130 1376 phoenix
        profiler.$(OBJEXT) mprofiler.$(OBJEXT) sim-cmd.$(OBJEXT)
131 1242 hpanther
sim_OBJECTS = $(am_sim_OBJECTS)
132
sim_DEPENDENCIES = cpu/common/libcommon.a cpu/$(CPU_ARCH)/libarch.a \
133
        cpu/or1k/libor1k.a support/libsupport.a mmu/libmmu.a \
134
        bpb/libbpb.a cache/libcache.a peripheral/libperipheral.a \
135
        peripheral/channels/libchannels.a tick/libtick.a pm/libpm.a \
136
        pic/libpic.a debug/libdebug.a vapi/libvapi.a cuc/libcuc.a \
137 1376 phoenix
        port/libport.a
138 7 jrydberg
 
139 1242 hpanther
DEFS = @DEFS@
140
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
141 7 jrydberg
CPPFLAGS = @CPPFLAGS@
142
LDFLAGS = @LDFLAGS@
143
LIBS = @LIBS@
144 1242 hpanther
depcomp = $(SHELL) $(top_srcdir)/depcomp
145
am__depfiles_maybe = depfiles
146
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mprofiler.Po ./$(DEPDIR)/profiler.Po \
147 1376 phoenix
@AMDEP_TRUE@    ./$(DEPDIR)/sim-cmd.Po ./$(DEPDIR)/sim-config.Po \
148
@AMDEP_TRUE@    ./$(DEPDIR)/toplevel.Po
149 1242 hpanther
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
150
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151 7 jrydberg
CCLD = $(CC)
152 1242 hpanther
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
153
DIST_SOURCES = $(sim_SOURCES)
154 7 jrydberg
 
155 1242 hpanther
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
156
        uninstall-info-recursive all-recursive install-data-recursive \
157
        install-exec-recursive installdirs-recursive install-recursive \
158
        uninstall-recursive check-recursive installcheck-recursive
159
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
160
        Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
161
        config.h.in config.sub configure configure.in depcomp \
162
        install-sh missing mkinstalldirs
163
DIST_SUBDIRS = $(SUBDIRS)
164
SOURCES = $(sim_SOURCES)
165 7 jrydberg
 
166 1242 hpanther
all: config.h
167
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
168 7 jrydberg
 
169
.SUFFIXES:
170 1242 hpanther
.SUFFIXES: .c .o .obj
171 1376 phoenix
 
172
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
173
 configure.lineno
174 1242 hpanther
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
175
        cd $(top_srcdir) && \
176
          $(AUTOMAKE) --gnu  Makefile
177
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
178
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
179 7 jrydberg
 
180 1242 hpanther
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
181 7 jrydberg
        $(SHELL) ./config.status --recheck
182 1242 hpanther
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
183 7 jrydberg
        cd $(srcdir) && $(AUTOCONF)
184
 
185 1242 hpanther
$(ACLOCAL_M4):  configure.in
186
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
187
 
188
config.h: stamp-h1
189 7 jrydberg
        @if test ! -f $@; then \
190 1242 hpanther
          rm -f stamp-h1; \
191
          $(MAKE) stamp-h1; \
192 7 jrydberg
        else :; fi
193
 
194 1242 hpanther
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
195
        @rm -f stamp-h1
196
        cd $(top_builddir) && $(SHELL) ./config.status config.h
197 7 jrydberg
 
198 1242 hpanther
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
199
        cd $(top_srcdir) && $(AUTOHEADER)
200
        touch $(srcdir)/config.h.in
201 7 jrydberg
 
202
distclean-hdr:
203 1376 phoenix
        -rm -f config.h stamp-h1
204 1242 hpanther
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
205 241 markom
install-binPROGRAMS: $(bin_PROGRAMS)
206
        @$(NORMAL_INSTALL)
207
        $(mkinstalldirs) $(DESTDIR)$(bindir)
208
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
209 1242 hpanther
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
210
          if test -f $$p \
211
          ; then \
212 1376 phoenix
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
213 1242 hpanther
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
214
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
215 241 markom
          else :; fi; \
216
        done
217
 
218
uninstall-binPROGRAMS:
219
        @$(NORMAL_UNINSTALL)
220 1242 hpanther
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
221 1376 phoenix
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
222 1242 hpanther
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
223
          rm -f $(DESTDIR)$(bindir)/$$f; \
224 241 markom
        done
225
 
226 1242 hpanther
clean-binPROGRAMS:
227
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
228
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
229
        @rm -f sim$(EXEEXT)
230
        $(LINK) $(sim_LDFLAGS) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
231 7 jrydberg
 
232
mostlyclean-compile:
233 1242 hpanther
        -rm -f *.$(OBJEXT) core *.core
234 7 jrydberg
 
235
distclean-compile:
236
        -rm -f *.tab.c
237
 
238 1242 hpanther
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprofiler.Po@am__quote@
239
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Po@am__quote@
240 1376 phoenix
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-cmd.Po@am__quote@
241 1242 hpanther
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-config.Po@am__quote@
242
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
243 7 jrydberg
 
244 1242 hpanther
distclean-depend:
245
        -rm -rf ./$(DEPDIR)
246 7 jrydberg
 
247 1242 hpanther
.c.o:
248
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
250
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251 1376 phoenix
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
252 1242 hpanther
 
253
.c.obj:
254
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
256
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
        $(COMPILE) -c `cygpath -w $<`
258
CCDEPMODE = @CCDEPMODE@
259
uninstall-info-am:
260
 
261 7 jrydberg
# This directory's subdirectories are mostly independent; you can cd
262
# into them and run `make' without going through this Makefile.
263
# To change the values of `make' variables: instead of editing Makefiles,
264
# (1) if the variable is set in `config.status', edit `config.status'
265
#     (which will cause the Makefiles to be regenerated when you run `make');
266
# (2) otherwise, pass the desired values on the `make' command line.
267 1242 hpanther
$(RECURSIVE_TARGETS):
268 1376 phoenix
        @set fnord $$MAKEFLAGS; amf=$$2; \
269 7 jrydberg
        dot_seen=no; \
270
        target=`echo $@ | sed s/-recursive//`; \
271
        list='$(SUBDIRS)'; for subdir in $$list; do \
272
          echo "Making $$target in $$subdir"; \
273
          if test "$$subdir" = "."; then \
274
            dot_seen=yes; \
275
            local_target="$$target-am"; \
276
          else \
277
            local_target="$$target"; \
278
          fi; \
279
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
281
        done; \
282
        if test "$$dot_seen" = "no"; then \
283
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284
        fi; test -z "$$fail"
285
 
286
mostlyclean-recursive clean-recursive distclean-recursive \
287
maintainer-clean-recursive:
288 1376 phoenix
        @set fnord $$MAKEFLAGS; amf=$$2; \
289 7 jrydberg
        dot_seen=no; \
290 1242 hpanther
        case "$@" in \
291
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
292
          *) list='$(SUBDIRS)' ;; \
293
        esac; \
294
        rev=''; for subdir in $$list; do \
295
          if test "$$subdir" = "."; then :; else \
296
            rev="$$subdir $$rev"; \
297
          fi; \
298 7 jrydberg
        done; \
299 1242 hpanther
        rev="$$rev ."; \
300 7 jrydberg
        target=`echo $@ | sed s/-recursive//`; \
301
        for subdir in $$rev; do \
302
          echo "Making $$target in $$subdir"; \
303
          if test "$$subdir" = "."; then \
304
            local_target="$$target-am"; \
305
          else \
306
            local_target="$$target"; \
307
          fi; \
308
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
310
        done && test -z "$$fail"
311
tags-recursive:
312
        list='$(SUBDIRS)'; for subdir in $$list; do \
313
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314
        done
315
 
316 1242 hpanther
ETAGS = etags
317
ETAGSFLAGS =
318
 
319 7 jrydberg
tags: TAGS
320
 
321 1242 hpanther
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323
        unique=`for i in $$list; do \
324
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
          done | \
326
          $(AWK) '    { files[$$0] = 1; } \
327 7 jrydberg
               END { for (i in files) print i; }'`; \
328 1242 hpanther
        mkid -fID $$unique
329 7 jrydberg
 
330 1242 hpanther
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
331
                $(TAGS_FILES) $(LISP)
332 7 jrydberg
        tags=; \
333
        here=`pwd`; \
334
        list='$(SUBDIRS)'; for subdir in $$list; do \
335 1242 hpanther
          if test "$$subdir" = .; then :; else \
336 7 jrydberg
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
337 1242 hpanther
          fi; \
338 7 jrydberg
        done; \
339 1242 hpanther
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
340
        unique=`for i in $$list; do \
341
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342
          done | \
343
          $(AWK) '    { files[$$0] = 1; } \
344 7 jrydberg
               END { for (i in files) print i; }'`; \
345 1242 hpanther
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
346
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347
             $$tags $$unique
348 7 jrydberg
 
349 1242 hpanther
GTAGS:
350
        here=`$(am__cd) $(top_builddir) && pwd` \
351
          && cd $(top_srcdir) \
352
          && gtags -i $(GTAGS_ARGS) $$here
353 7 jrydberg
 
354
distclean-tags:
355 1242 hpanther
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
356
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
357 7 jrydberg
 
358 1242 hpanther
top_distdir = .
359 7 jrydberg
distdir = $(PACKAGE)-$(VERSION)
360
 
361 1242 hpanther
am__remove_distdir = \
362
  { test ! -d $(distdir) \
363
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
364
         && rm -fr $(distdir); }; }
365
 
366
GZIP_ENV = --best
367
distcleancheck_listfiles = find . -type f -print
368
 
369 7 jrydberg
distdir: $(DISTFILES)
370 1242 hpanther
        $(am__remove_distdir)
371 7 jrydberg
        mkdir $(distdir)
372 1376 phoenix
        @list='$(DISTFILES)'; for file in $$list; do \
373 1242 hpanther
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
375
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
376
            dir="/$$dir"; \
377
            $(mkinstalldirs) "$(distdir)$$dir"; \
378
          else \
379
            dir=''; \
380
          fi; \
381 7 jrydberg
          if test -d $$d/$$file; then \
382 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
384
            fi; \
385
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
386 7 jrydberg
          else \
387
            test -f $(distdir)/$$file \
388 1242 hpanther
            || cp -p $$d/$$file $(distdir)/$$file \
389
            || exit 1; \
390 7 jrydberg
          fi; \
391
        done
392 1242 hpanther
        list='$(SUBDIRS)'; for subdir in $$list; do \
393 7 jrydberg
          if test "$$subdir" = .; then :; else \
394
            test -d $(distdir)/$$subdir \
395
            || mkdir $(distdir)/$$subdir \
396
            || exit 1; \
397 1242 hpanther
            (cd $$subdir && \
398
              $(MAKE) $(AM_MAKEFLAGS) \
399
                top_distdir="$(top_distdir)" \
400
                distdir=../$(distdir)/$$subdir \
401
                distdir) \
402 7 jrydberg
              || exit 1; \
403
          fi; \
404
        done
405 1242 hpanther
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
406
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
407
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
408
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
409
        || chmod -R a+r $(distdir)
410
dist-gzip: distdir
411
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
412
        $(am__remove_distdir)
413 7 jrydberg
 
414 1242 hpanther
dist dist-all: distdir
415
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
416
        $(am__remove_distdir)
417 7 jrydberg
 
418 1242 hpanther
# This target untars the dist file and tries a VPATH configuration.  Then
419
# it guarantees that the distribution is self-contained by making another
420
# tarfile.
421
distcheck: dist
422
        $(am__remove_distdir)
423
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
424
        chmod -R a-w $(distdir); chmod a+w $(distdir)
425
        mkdir $(distdir)/=build
426
        mkdir $(distdir)/=inst
427
        chmod a-w $(distdir)
428
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
429
          && cd $(distdir)/=build \
430
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
431
            $(DISTCHECK_CONFIGURE_FLAGS) \
432
          && $(MAKE) $(AM_MAKEFLAGS) \
433
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
434
          && $(MAKE) $(AM_MAKEFLAGS) check \
435
          && $(MAKE) $(AM_MAKEFLAGS) install \
436
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
437
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
438
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
439
              || { echo "ERROR: files left after uninstall:" ; \
440
                   find $$dc_install_base -type f -print ; \
441
                   exit 1; } >&2 ) \
442
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
443
          && rm -f $(distdir).tar.gz \
444
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
445
        $(am__remove_distdir)
446
        @echo "$(distdir).tar.gz is ready for distribution" | \
447
          sed 'h;s/./=/g;p;x;p;x'
448
distcleancheck: distclean
449
        if test '$(srcdir)' = . ; then \
450
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
451
          exit 1 ; \
452
        fi
453
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
454
          || { echo "ERROR: files left after distclean:" ; \
455
               $(distcleancheck_listfiles) ; \
456
               exit 1; } >&2
457 7 jrydberg
check-am: all-am
458
check: check-recursive
459 1242 hpanther
all-am: Makefile $(PROGRAMS) config.h
460
installdirs: installdirs-recursive
461
installdirs-am:
462
        $(mkinstalldirs) $(DESTDIR)$(bindir)
463 7 jrydberg
 
464 1242 hpanther
install: install-recursive
465 7 jrydberg
install-exec: install-exec-recursive
466
install-data: install-data-recursive
467 1242 hpanther
uninstall: uninstall-recursive
468 7 jrydberg
 
469
install-am: all-am
470
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471 1242 hpanther
 
472
installcheck: installcheck-recursive
473 7 jrydberg
install-strip:
474 1242 hpanther
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475
          INSTALL_STRIP_FLAG=-s \
476
          `test -z '$(STRIP)' || \
477
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
478 7 jrydberg
mostlyclean-generic:
479
 
480
clean-generic:
481
 
482
distclean-generic:
483 1376 phoenix
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
484 7 jrydberg
 
485
maintainer-clean-generic:
486 1242 hpanther
        @echo "This command is intended for maintainers to use"
487
        @echo "it deletes files that may require special tools to rebuild."
488
clean: clean-recursive
489 7 jrydberg
 
490 1242 hpanther
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
491 7 jrydberg
 
492 1242 hpanther
distclean: distclean-recursive
493 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
494 1242 hpanther
distclean-am: clean-am distclean-compile distclean-depend \
495
        distclean-generic distclean-hdr distclean-tags
496 7 jrydberg
 
497 1242 hpanther
dvi: dvi-recursive
498 7 jrydberg
 
499 1242 hpanther
dvi-am:
500 7 jrydberg
 
501 1242 hpanther
info: info-recursive
502 7 jrydberg
 
503 1242 hpanther
info-am:
504 7 jrydberg
 
505 1242 hpanther
install-data-am:
506
 
507
install-exec-am: install-binPROGRAMS
508
 
509
install-info: install-info-recursive
510
 
511
install-man:
512
 
513
installcheck-am:
514
 
515 7 jrydberg
maintainer-clean: maintainer-clean-recursive
516 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
517
        -rm -rf autom4te.cache
518 1242 hpanther
maintainer-clean-am: distclean-am maintainer-clean-generic
519 7 jrydberg
 
520 1242 hpanther
mostlyclean: mostlyclean-recursive
521 7 jrydberg
 
522 1242 hpanther
mostlyclean-am: mostlyclean-compile mostlyclean-generic
523 7 jrydberg
 
524 1242 hpanther
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
525
 
526
uninstall-info: uninstall-info-recursive
527
 
528
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
529
        clean-binPROGRAMS clean-generic clean-recursive dist dist-all \
530
        dist-gzip distcheck distclean distclean-compile \
531
        distclean-depend distclean-generic distclean-hdr \
532
        distclean-recursive distclean-tags distcleancheck distdir dvi \
533
        dvi-am dvi-recursive info info-am info-recursive install \
534
        install-am install-binPROGRAMS install-data install-data-am \
535
        install-data-recursive install-exec install-exec-am \
536
        install-exec-recursive install-info install-info-am \
537
        install-info-recursive install-man install-recursive \
538
        install-strip installcheck installcheck-am installdirs \
539
        installdirs-am installdirs-recursive maintainer-clean \
540
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
541
        mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
542
        tags tags-recursive uninstall uninstall-am \
543
        uninstall-binPROGRAMS uninstall-info-am \
544
        uninstall-info-recursive uninstall-recursive
545
 
546 7 jrydberg
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
# Otherwise a system limit (for SysV at least) may be exceeded.
548
.NOEXPORT:

powered by: WebSVN 2.1.0

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