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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [Makefile.in] - Blame information for rev 1249

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

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

powered by: WebSVN 2.1.0

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