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 1765

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 1745 jeremybenn
# Makefile.am -- Top level automake configuration file
18 7 jrydberg
#
19 1745 jeremybenn
# Copyright (C) 1999 OpenCores
20
# Copyright (C) 2008 Embecosm Limited
21 7 jrydberg
#
22 1745 jeremybenn
# Contributor Jeremy Bennett 
23 7 jrydberg
#
24 1745 jeremybenn
# This file is part of OpenRISC 1000 Architectural Simulator.
25 7 jrydberg
#
26 1745 jeremybenn
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30 7 jrydberg
#
31 1745 jeremybenn
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
#
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38 7 jrydberg
 
39 1745 jeremybenn
 
40
 
41 7 jrydberg
VPATH = @srcdir@
42
pkgdatadir = $(datadir)/@PACKAGE@
43
pkglibdir = $(libdir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45 1242 hpanther
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
install_sh_DATA = $(install_sh) -c -m 644
47
install_sh_PROGRAM = $(install_sh) -c
48 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
49 1242 hpanther
INSTALL_HEADER = $(INSTALL_DATA)
50 1576 phoenix
transform = $(program_transform_name)
51 7 jrydberg
NORMAL_INSTALL = :
52
PRE_INSTALL = :
53
POST_INSTALL = :
54
NORMAL_UNINSTALL = :
55
PRE_UNINSTALL = :
56
POST_UNINSTALL = :
57 13 jrydberg
build_triplet = @build@
58 7 jrydberg
host_triplet = @host@
59 13 jrydberg
target_triplet = @target@
60 1748 jeremybenn
bin_PROGRAMS = sim$(EXEEXT) profile$(EXEEXT) mprofile$(EXEEXT)
61 1743 jeremybenn
subdir = .
62 1745 jeremybenn
DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
63
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
64
        $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
65
        ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
66
        install-sh ltmain.sh missing mkinstalldirs
67 1576 phoenix
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 1748 jeremybenn
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69 1576 phoenix
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 1743 jeremybenn
 configure.lineno config.status.lineno
73 1576 phoenix
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74
CONFIG_HEADER = config.h
75
CONFIG_CLEAN_FILES =
76 1745 jeremybenn
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77
am__vpath_adj = case $$p in \
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79
    *) f=$$p;; \
80
  esac;
81
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
82
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
83
        "$(DESTDIR)$(includedir)"
84
libLTLIBRARIES_INSTALL = $(INSTALL)
85
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
86 1748 jeremybenn
libor1ksys_la_DEPENDENCIES = argtable2/libargtable2.la \
87
        cpu/common/libcommon.la cpu/$(CPU_ARCH)/libarch.la \
88
        cpu/or1k/libor1k.la support/libsupport.la mmu/libmmu.la \
89
        bpb/libbpb.la cache/libcache.la peripheral/libperipheral.la \
90 1745 jeremybenn
        peripheral/channels/libchannels.la tick/libtick.la pm/libpm.la \
91
        pic/libpic.la debug/libdebug.la vapi/libvapi.la cuc/libcuc.la \
92
        port/libport.la
93 1748 jeremybenn
am_libor1ksys_la_OBJECTS = cpu-config.lo mprofiler.lo profiler.lo \
94
        sim-cmd.lo sim-config.lo toplevel-support.lo
95 1745 jeremybenn
libor1ksys_la_OBJECTS = $(am_libor1ksys_la_OBJECTS)
96
libor1ksys_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
97
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98
        $(libor1ksys_la_LDFLAGS) $(LDFLAGS) -o $@
99
libsim_la_DEPENDENCIES = libor1ksys.la
100
am_libsim_la_OBJECTS = libtoplevel.lo
101
libsim_la_OBJECTS = $(am_libsim_la_OBJECTS)
102 1576 phoenix
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
103
PROGRAMS = $(bin_PROGRAMS)
104 1748 jeremybenn
am_mprofile_OBJECTS = toplevel-mprofile.$(OBJEXT)
105
mprofile_OBJECTS = $(am_mprofile_OBJECTS)
106
mprofile_DEPENDENCIES = libor1ksys.la
107
am_profile_OBJECTS = toplevel-profile.$(OBJEXT)
108
profile_OBJECTS = $(am_profile_OBJECTS)
109
profile_DEPENDENCIES = libor1ksys.la
110 1745 jeremybenn
am_sim_OBJECTS = toplevel.$(OBJEXT)
111 1576 phoenix
sim_OBJECTS = $(am_sim_OBJECTS)
112 1745 jeremybenn
sim_DEPENDENCIES = libor1ksys.la
113 1743 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@
114 1576 phoenix
depcomp = $(SHELL) $(top_srcdir)/depcomp
115
am__depfiles_maybe = depfiles
116
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118 1745 jeremybenn
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
120
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 1576 phoenix
CCLD = $(CC)
122 1745 jeremybenn
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
124
        $(LDFLAGS) -o $@
125 1748 jeremybenn
SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
126
        $(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
127 1745 jeremybenn
DIST_SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
128 1748 jeremybenn
        $(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
129 1576 phoenix
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
130
        html-recursive info-recursive install-data-recursive \
131 1743 jeremybenn
        install-dvi-recursive install-exec-recursive \
132
        install-html-recursive install-info-recursive \
133
        install-pdf-recursive install-ps-recursive install-recursive \
134
        installcheck-recursive installdirs-recursive pdf-recursive \
135
        ps-recursive uninstall-recursive
136 1745 jeremybenn
includeHEADERS_INSTALL = $(INSTALL_HEADER)
137
HEADERS = $(include_HEADERS)
138 1743 jeremybenn
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139
  distclean-recursive maintainer-clean-recursive
140 1576 phoenix
ETAGS = etags
141
CTAGS = ctags
142
DIST_SUBDIRS = $(SUBDIRS)
143
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144
distdir = $(PACKAGE)-$(VERSION)
145
top_distdir = $(distdir)
146
am__remove_distdir = \
147
  { test ! -d $(distdir) \
148
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
149
         && rm -fr $(distdir); }; }
150
DIST_ARCHIVES = $(distdir).tar.gz
151
GZIP_ENV = --best
152
distuninstallcheck_listfiles = find . -type f -print
153
distcleancheck_listfiles = find . -type f -print
154
ACLOCAL = @ACLOCAL@
155 1242 hpanther
AMTAR = @AMTAR@
156 7 jrydberg
AR = @AR@
157
ARFLAGS = @ARFLAGS@
158 1576 phoenix
AUTOCONF = @AUTOCONF@
159
AUTOHEADER = @AUTOHEADER@
160
AUTOMAKE = @AUTOMAKE@
161 1242 hpanther
AWK = @AWK@
162 7 jrydberg
BUILD_DIR = @BUILD_DIR@
163
CC = @CC@
164 1576 phoenix
CCDEPMODE = @CCDEPMODE@
165 7 jrydberg
CFLAGS = @CFLAGS@
166 1576 phoenix
CPP = @CPP@
167
CPPFLAGS = @CPPFLAGS@
168 7 jrydberg
CPU_ARCH = @CPU_ARCH@
169 1745 jeremybenn
CXX = @CXX@
170
CXXCPP = @CXXCPP@
171
CXXDEPMODE = @CXXDEPMODE@
172
CXXFLAGS = @CXXFLAGS@
173 1576 phoenix
CYGPATH_W = @CYGPATH_W@
174 1748 jeremybenn
DEBUGFLAGS = @DEBUGFLAGS@
175 1576 phoenix
DEFS = @DEFS@
176 1242 hpanther
DEPDIR = @DEPDIR@
177 1745 jeremybenn
ECHO = @ECHO@
178 1576 phoenix
ECHO_C = @ECHO_C@
179
ECHO_N = @ECHO_N@
180
ECHO_T = @ECHO_T@
181
EGREP = @EGREP@
182
EXEEXT = @EXEEXT@
183 1745 jeremybenn
F77 = @F77@
184
FFLAGS = @FFLAGS@
185 1743 jeremybenn
GREP = @GREP@
186 7 jrydberg
INCLUDES = @INCLUDES@
187 1743 jeremybenn
INSTALL = @INSTALL@
188 1576 phoenix
INSTALL_DATA = @INSTALL_DATA@
189
INSTALL_PROGRAM = @INSTALL_PROGRAM@
190
INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 1242 hpanther
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 1576 phoenix
LDFLAGS = @LDFLAGS@
193
LIBOBJS = @LIBOBJS@
194
LIBS = @LIBS@
195 1745 jeremybenn
LIBTOOL = @LIBTOOL@
196
LN_S = @LN_S@
197 7 jrydberg
LOCAL_CFLAGS = @LOCAL_CFLAGS@
198
LOCAL_DEFS = @LOCAL_DEFS@
199 1576 phoenix
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
200
LTLIBOBJS = @LTLIBOBJS@
201
MAKEINFO = @MAKEINFO@
202 7 jrydberg
MAKE_SHELL = @MAKE_SHELL@
203 1743 jeremybenn
MKDIR_P = @MKDIR_P@
204 1576 phoenix
OBJEXT = @OBJEXT@
205 7 jrydberg
PACKAGE = @PACKAGE@
206 1576 phoenix
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207
PACKAGE_NAME = @PACKAGE_NAME@
208
PACKAGE_STRING = @PACKAGE_STRING@
209
PACKAGE_TARNAME = @PACKAGE_TARNAME@
210
PACKAGE_VERSION = @PACKAGE_VERSION@
211
PATH_SEPARATOR = @PATH_SEPARATOR@
212 1748 jeremybenn
POW_LIB = @POW_LIB@
213 7 jrydberg
RANLIB = @RANLIB@
214 1745 jeremybenn
SED = @SED@
215 1576 phoenix
SET_MAKE = @SET_MAKE@
216
SHELL = @SHELL@
217 1242 hpanther
STRIP = @STRIP@
218 7 jrydberg
SUMVERSION = @SUMVERSION@
219
TERMCAP_LIB = @TERMCAP_LIB@
220
VERSION = @VERSION@
221 1743 jeremybenn
abs_builddir = @abs_builddir@
222
abs_srcdir = @abs_srcdir@
223
abs_top_builddir = @abs_top_builddir@
224
abs_top_srcdir = @abs_top_srcdir@
225 1576 phoenix
ac_ct_CC = @ac_ct_CC@
226 1745 jeremybenn
ac_ct_CXX = @ac_ct_CXX@
227
ac_ct_F77 = @ac_ct_F77@
228 1242 hpanther
am__include = @am__include@
229 1576 phoenix
am__leading_dot = @am__leading_dot@
230 1242 hpanther
am__quote = @am__quote@
231 1576 phoenix
am__tar = @am__tar@
232
am__untar = @am__untar@
233
bindir = @bindir@
234
build = @build@
235
build_alias = @build_alias@
236
build_cpu = @build_cpu@
237
build_os = @build_os@
238
build_vendor = @build_vendor@
239 1743 jeremybenn
builddir = @builddir@
240 1576 phoenix
datadir = @datadir@
241 1743 jeremybenn
datarootdir = @datarootdir@
242
docdir = @docdir@
243
dvidir = @dvidir@
244 1576 phoenix
exec_prefix = @exec_prefix@
245 7 jrydberg
host = @host@
246 1576 phoenix
host_alias = @host_alias@
247 7 jrydberg
host_cpu = @host_cpu@
248
host_os = @host_os@
249 1576 phoenix
host_vendor = @host_vendor@
250 1743 jeremybenn
htmldir = @htmldir@
251 1576 phoenix
includedir = @includedir@
252
infodir = @infodir@
253 1242 hpanther
install_sh = @install_sh@
254 1576 phoenix
libdir = @libdir@
255
libexecdir = @libexecdir@
256 1743 jeremybenn
localedir = @localedir@
257 1576 phoenix
localstatedir = @localstatedir@
258
mandir = @mandir@
259
mkdir_p = @mkdir_p@
260
oldincludedir = @oldincludedir@
261 1743 jeremybenn
pdfdir = @pdfdir@
262 1576 phoenix
prefix = @prefix@
263
program_transform_name = @program_transform_name@
264 1743 jeremybenn
psdir = @psdir@
265 1576 phoenix
sbindir = @sbindir@
266
sharedstatedir = @sharedstatedir@
267 1743 jeremybenn
srcdir = @srcdir@
268 1576 phoenix
sysconfdir = @sysconfdir@
269
target = @target@
270
target_alias = @target_alias@
271
target_cpu = @target_cpu@
272
target_os = @target_os@
273
target_vendor = @target_vendor@
274 1743 jeremybenn
top_builddir = @top_builddir@
275
top_srcdir = @top_srcdir@
276 1748 jeremybenn
SUBDIRS = argtable2  \
277
                        cpu        \
278 1745 jeremybenn
                        bpb        \
279 1748 jeremybenn
                        doc        \
280 1745 jeremybenn
                        support    \
281
                        cache      \
282
                        mmu        \
283
                        peripheral \
284
                        tick       \
285
                        pm         \
286
                        pic        \
287
                        debug      \
288
                        vapi       \
289
                        cuc        \
290
                        port
291 879 markom
 
292 1745 jeremybenn
lib_LTLIBRARIES = libsim.la
293
include_HEADERS = or1ksim.h
294 7 jrydberg
 
295 1745 jeremybenn
# The internal library
296
noinst_LTLIBRARIES = libor1ksys.la
297 1748 jeremybenn
libor1ksys_la_SOURCES = cpu-config.c       \
298
                        mprofiler.c        \
299
                        profiler.c         \
300
                        sim-cmd.c          \
301
                        sim-config.c       \
302
                        toplevel-support.c \
303
                        or1ksim.h          \
304
                        cpu-config.h       \
305
                        sim-cmd.h          \
306
                        sim-config.h       \
307
                        toplevel-support.h
308 1745 jeremybenn
 
309 1748 jeremybenn
libor1ksys_la_LIBADD = argtable2/libargtable2.la          \
310
                        cpu/common/libcommon.la            \
311 1745 jeremybenn
                        cpu/$(CPU_ARCH)/libarch.la         \
312
                        cpu/or1k/libor1k.la                \
313
                        support/libsupport.la              \
314
                        mmu/libmmu.la                      \
315
                        bpb/libbpb.la                      \
316
                        cache/libcache.la                  \
317
                        peripheral/libperipheral.la        \
318
                        peripheral/channels/libchannels.la \
319
                        tick/libtick.la                    \
320
                        pm/libpm.la                        \
321
                        pic/libpic.la                      \
322
                        debug/libdebug.la                  \
323
                        vapi/libvapi.la                    \
324
                        cuc/libcuc.la                      \
325
                        port/libport.la
326
 
327
libor1ksys_la_LDFLAGS = -lm
328
 
329 1748 jeremybenn
# Standalone simulator
330
sim_SOURCES = toplevel.c         \
331
                        or1ksim.h          \
332
                        toplevel-support.h
333 1745 jeremybenn
 
334
sim_LDADD = libor1ksys.la
335
 
336 1748 jeremybenn
# Standalone profiling simulator
337
profile_SOURCES = toplevel-profile.c    \
338
                        or1ksim.h          \
339
                        profiler.h
340
 
341
profile_LDADD = libor1ksys.la
342
 
343
# Standalone memory profiling simulator
344
mprofile_SOURCES = toplevel-mprofile.c   \
345
                        mprofiler.h        \
346
                        or1ksim.h
347
 
348
mprofile_LDADD = libor1ksys.la
349
 
350 1745 jeremybenn
# Library
351 1748 jeremybenn
libsim_la_SOURCES = libtoplevel.c      \
352
                        or1ksim.h          \
353
                        toplevel-support.h
354 1745 jeremybenn
 
355
libsim_la_LIBADD = libor1ksys.la
356 1242 hpanther
all: config.h
357
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
358 7 jrydberg
 
359
.SUFFIXES:
360 1745 jeremybenn
.SUFFIXES: .c .lo .o .obj
361 1576 phoenix
am--refresh:
362
        @:
363
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
364
        @for dep in $?; do \
365
          case '$(am__configure_deps)' in \
366
            *$$dep*) \
367
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
368
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
369
                && exit 0; \
370
              exit 1;; \
371
          esac; \
372
        done; \
373
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
374 1242 hpanther
        cd $(top_srcdir) && \
375
          $(AUTOMAKE) --gnu  Makefile
376 1576 phoenix
.PRECIOUS: Makefile
377
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378
        @case '$?' in \
379
          *config.status*) \
380
            echo ' $(SHELL) ./config.status'; \
381
            $(SHELL) ./config.status;; \
382
          *) \
383
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
384
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
385
        esac;
386 7 jrydberg
 
387 1576 phoenix
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388 7 jrydberg
        $(SHELL) ./config.status --recheck
389 1576 phoenix
 
390
$(top_srcdir)/configure:  $(am__configure_deps)
391 7 jrydberg
        cd $(srcdir) && $(AUTOCONF)
392 1576 phoenix
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
393 1242 hpanther
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
394
 
395
config.h: stamp-h1
396 7 jrydberg
        @if test ! -f $@; then \
397 1242 hpanther
          rm -f stamp-h1; \
398 1743 jeremybenn
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
399 7 jrydberg
        else :; fi
400
 
401 1242 hpanther
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402
        @rm -f stamp-h1
403
        cd $(top_builddir) && $(SHELL) ./config.status config.h
404 1576 phoenix
$(srcdir)/config.h.in:  $(am__configure_deps)
405 1242 hpanther
        cd $(top_srcdir) && $(AUTOHEADER)
406 1576 phoenix
        rm -f stamp-h1
407
        touch $@
408 7 jrydberg
 
409
distclean-hdr:
410 1376 phoenix
        -rm -f config.h stamp-h1
411 1745 jeremybenn
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
412
        @$(NORMAL_INSTALL)
413
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
414
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
415
          if test -f $$p; then \
416
            f=$(am__strip_dir) \
417
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
418
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
419
          else :; fi; \
420
        done
421
 
422
uninstall-libLTLIBRARIES:
423
        @$(NORMAL_UNINSTALL)
424
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
425
          p=$(am__strip_dir) \
426
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
427
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
428
        done
429
 
430
clean-libLTLIBRARIES:
431
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
432
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
433
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
434
          test "$$dir" != "$$p" || dir=.; \
435
          echo "rm -f \"$${dir}/so_locations\""; \
436
          rm -f "$${dir}/so_locations"; \
437
        done
438
 
439
clean-noinstLTLIBRARIES:
440
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
441
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
442
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
443
          test "$$dir" != "$$p" || dir=.; \
444
          echo "rm -f \"$${dir}/so_locations\""; \
445
          rm -f "$${dir}/so_locations"; \
446
        done
447
libor1ksys.la: $(libor1ksys_la_OBJECTS) $(libor1ksys_la_DEPENDENCIES)
448
        $(libor1ksys_la_LINK)  $(libor1ksys_la_OBJECTS) $(libor1ksys_la_LIBADD) $(LIBS)
449
libsim.la: $(libsim_la_OBJECTS) $(libsim_la_DEPENDENCIES)
450
        $(LINK) -rpath $(libdir) $(libsim_la_OBJECTS) $(libsim_la_LIBADD) $(LIBS)
451 241 markom
install-binPROGRAMS: $(bin_PROGRAMS)
452
        @$(NORMAL_INSTALL)
453 1743 jeremybenn
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
454 241 markom
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
455 1242 hpanther
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
456
          if test -f $$p \
457 1745 jeremybenn
             || test -f $$p1 \
458 1242 hpanther
          ; then \
459 1376 phoenix
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
460 1745 jeremybenn
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
461
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
462 241 markom
          else :; fi; \
463
        done
464
 
465
uninstall-binPROGRAMS:
466
        @$(NORMAL_UNINSTALL)
467 1242 hpanther
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
468 1376 phoenix
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
469 1576 phoenix
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
470
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
471 241 markom
        done
472
 
473 1242 hpanther
clean-binPROGRAMS:
474 1745 jeremybenn
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
475
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
476
          echo " rm -f $$p $$f"; \
477
          rm -f $$p $$f ; \
478
        done
479 1748 jeremybenn
mprofile$(EXEEXT): $(mprofile_OBJECTS) $(mprofile_DEPENDENCIES)
480
        @rm -f mprofile$(EXEEXT)
481
        $(LINK) $(mprofile_OBJECTS) $(mprofile_LDADD) $(LIBS)
482
profile$(EXEEXT): $(profile_OBJECTS) $(profile_DEPENDENCIES)
483
        @rm -f profile$(EXEEXT)
484
        $(LINK) $(profile_OBJECTS) $(profile_LDADD) $(LIBS)
485 1242 hpanther
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
486
        @rm -f sim$(EXEEXT)
487 1745 jeremybenn
        $(LINK) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
488 7 jrydberg
 
489
mostlyclean-compile:
490 1576 phoenix
        -rm -f *.$(OBJEXT)
491 7 jrydberg
 
492
distclean-compile:
493
        -rm -f *.tab.c
494
 
495 1748 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-config.Plo@am__quote@
496 1745 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtoplevel.Plo@am__quote@
497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprofiler.Plo@am__quote@
498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Plo@am__quote@
499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-cmd.Plo@am__quote@
500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-config.Plo@am__quote@
501 1748 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-mprofile.Po@am__quote@
502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-profile.Po@am__quote@
503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-support.Plo@am__quote@
504 1242 hpanther
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
505 7 jrydberg
 
506 1242 hpanther
.c.o:
507 1743 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
509 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
512 1242 hpanther
 
513
.c.obj:
514 1743 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
515
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
516 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
519 1242 hpanther
 
520 1745 jeremybenn
.c.lo:
521
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
522
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
526
 
527
mostlyclean-libtool:
528
        -rm -f *.lo
529
 
530
clean-libtool:
531
        -rm -rf .libs _libs
532
 
533
distclean-libtool:
534
        -rm -f libtool
535
install-includeHEADERS: $(include_HEADERS)
536
        @$(NORMAL_INSTALL)
537
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
538
        @list='$(include_HEADERS)'; for p in $$list; do \
539
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
540
          f=$(am__strip_dir) \
541
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
542
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
543
        done
544
 
545
uninstall-includeHEADERS:
546
        @$(NORMAL_UNINSTALL)
547
        @list='$(include_HEADERS)'; for p in $$list; do \
548
          f=$(am__strip_dir) \
549
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
550
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
551
        done
552
 
553 7 jrydberg
# This directory's subdirectories are mostly independent; you can cd
554
# into them and run `make' without going through this Makefile.
555
# To change the values of `make' variables: instead of editing Makefiles,
556
# (1) if the variable is set in `config.status', edit `config.status'
557
#     (which will cause the Makefiles to be regenerated when you run `make');
558
# (2) otherwise, pass the desired values on the `make' command line.
559 1242 hpanther
$(RECURSIVE_TARGETS):
560 1576 phoenix
        @failcom='exit 1'; \
561
        for f in x $$MAKEFLAGS; do \
562
          case $$f in \
563
            *=* | --[!k]*);; \
564
            *k*) failcom='fail=yes';; \
565
          esac; \
566
        done; \
567 7 jrydberg
        dot_seen=no; \
568
        target=`echo $@ | sed s/-recursive//`; \
569
        list='$(SUBDIRS)'; for subdir in $$list; do \
570
          echo "Making $$target in $$subdir"; \
571
          if test "$$subdir" = "."; then \
572
            dot_seen=yes; \
573
            local_target="$$target-am"; \
574
          else \
575
            local_target="$$target"; \
576
          fi; \
577
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
578 1576 phoenix
          || eval $$failcom; \
579 7 jrydberg
        done; \
580
        if test "$$dot_seen" = "no"; then \
581
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
582
        fi; test -z "$$fail"
583
 
584 1743 jeremybenn
$(RECURSIVE_CLEAN_TARGETS):
585 1576 phoenix
        @failcom='exit 1'; \
586
        for f in x $$MAKEFLAGS; do \
587
          case $$f in \
588
            *=* | --[!k]*);; \
589
            *k*) failcom='fail=yes';; \
590
          esac; \
591
        done; \
592 7 jrydberg
        dot_seen=no; \
593 1242 hpanther
        case "$@" in \
594
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
595
          *) list='$(SUBDIRS)' ;; \
596
        esac; \
597
        rev=''; for subdir in $$list; do \
598
          if test "$$subdir" = "."; then :; else \
599
            rev="$$subdir $$rev"; \
600
          fi; \
601 7 jrydberg
        done; \
602 1242 hpanther
        rev="$$rev ."; \
603 7 jrydberg
        target=`echo $@ | sed s/-recursive//`; \
604
        for subdir in $$rev; do \
605
          echo "Making $$target in $$subdir"; \
606
          if test "$$subdir" = "."; then \
607
            local_target="$$target-am"; \
608
          else \
609
            local_target="$$target"; \
610
          fi; \
611
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
612 1576 phoenix
          || eval $$failcom; \
613 7 jrydberg
        done && test -z "$$fail"
614
tags-recursive:
615
        list='$(SUBDIRS)'; for subdir in $$list; do \
616
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
617
        done
618 1576 phoenix
ctags-recursive:
619
        list='$(SUBDIRS)'; for subdir in $$list; do \
620
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
621
        done
622 7 jrydberg
 
623 1242 hpanther
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
624
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
625
        unique=`for i in $$list; do \
626
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627
          done | \
628 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
629
              END { if (nonempty) { for (i in files) print i; }; }'`; \
630 1242 hpanther
        mkid -fID $$unique
631 1576 phoenix
tags: TAGS
632 7 jrydberg
 
633 1242 hpanther
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
634
                $(TAGS_FILES) $(LISP)
635 7 jrydberg
        tags=; \
636
        here=`pwd`; \
637 1576 phoenix
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
638
          include_option=--etags-include; \
639
          empty_fix=.; \
640
        else \
641
          include_option=--include; \
642
          empty_fix=; \
643
        fi; \
644 7 jrydberg
        list='$(SUBDIRS)'; for subdir in $$list; do \
645 1242 hpanther
          if test "$$subdir" = .; then :; else \
646 1576 phoenix
            test ! -f $$subdir/TAGS || \
647
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
648 1242 hpanther
          fi; \
649 7 jrydberg
        done; \
650 1242 hpanther
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
651
        unique=`for i in $$list; do \
652
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653
          done | \
654 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
655
              END { if (nonempty) { for (i in files) print i; }; }'`; \
656 1576 phoenix
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
657
          test -n "$$unique" || unique=$$empty_fix; \
658
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
659
            $$tags $$unique; \
660
        fi
661
ctags: CTAGS
662
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
663
                $(TAGS_FILES) $(LISP)
664
        tags=; \
665
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
666
        unique=`for i in $$list; do \
667
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
668
          done | \
669 1743 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670
              END { if (nonempty) { for (i in files) print i; }; }'`; \
671 1576 phoenix
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
672
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
673 1242 hpanther
             $$tags $$unique
674 7 jrydberg
 
675 1242 hpanther
GTAGS:
676
        here=`$(am__cd) $(top_builddir) && pwd` \
677
          && cd $(top_srcdir) \
678
          && gtags -i $(GTAGS_ARGS) $$here
679 7 jrydberg
 
680
distclean-tags:
681 1576 phoenix
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
682 7 jrydberg
 
683
distdir: $(DISTFILES)
684 1242 hpanther
        $(am__remove_distdir)
685 1743 jeremybenn
        test -d $(distdir) || mkdir $(distdir)
686
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
687
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
688
        list='$(DISTFILES)'; \
689
          dist_files=`for file in $$list; do echo $$file; done | \
690
          sed -e "s|^$$srcdirstrip/||;t" \
691
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
692
        case $$dist_files in \
693
          */*) $(MKDIR_P) `echo "$$dist_files" | \
694
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
695
                           sort -u` ;; \
696
        esac; \
697
        for file in $$dist_files; do \
698 1242 hpanther
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
699 7 jrydberg
          if test -d $$d/$$file; then \
700 1743 jeremybenn
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
701 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
702
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
703
            fi; \
704
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
705 7 jrydberg
          else \
706
            test -f $(distdir)/$$file \
707 1242 hpanther
            || cp -p $$d/$$file $(distdir)/$$file \
708
            || exit 1; \
709 7 jrydberg
          fi; \
710
        done
711 1576 phoenix
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
712 7 jrydberg
          if test "$$subdir" = .; then :; else \
713 1576 phoenix
            test -d "$(distdir)/$$subdir" \
714 1743 jeremybenn
            || $(MKDIR_P) "$(distdir)/$$subdir" \
715 7 jrydberg
            || exit 1; \
716 1576 phoenix
            distdir=`$(am__cd) $(distdir) && pwd`; \
717
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
718 1242 hpanther
            (cd $$subdir && \
719
              $(MAKE) $(AM_MAKEFLAGS) \
720 1576 phoenix
                top_distdir="$$top_distdir" \
721
                distdir="$$distdir/$$subdir" \
722 1743 jeremybenn
                am__remove_distdir=: \
723
                am__skip_length_check=: \
724 1242 hpanther
                distdir) \
725 7 jrydberg
              || exit 1; \
726
          fi; \
727
        done
728 1242 hpanther
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
729
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
730
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
731 1743 jeremybenn
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
732 1242 hpanther
        || chmod -R a+r $(distdir)
733
dist-gzip: distdir
734 1576 phoenix
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
735 1242 hpanther
        $(am__remove_distdir)
736 7 jrydberg
 
737 1576 phoenix
dist-bzip2: distdir
738
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
739
        $(am__remove_distdir)
740
 
741 1743 jeremybenn
dist-lzma: distdir
742
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
743
        $(am__remove_distdir)
744
 
745 1576 phoenix
dist-tarZ: distdir
746
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
747
        $(am__remove_distdir)
748
 
749
dist-shar: distdir
750
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
751
        $(am__remove_distdir)
752
 
753
dist-zip: distdir
754
        -rm -f $(distdir).zip
755
        zip -rq $(distdir).zip $(distdir)
756
        $(am__remove_distdir)
757
 
758 1242 hpanther
dist dist-all: distdir
759 1576 phoenix
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
760 1242 hpanther
        $(am__remove_distdir)
761 7 jrydberg
 
762 1242 hpanther
# This target untars the dist file and tries a VPATH configuration.  Then
763
# it guarantees that the distribution is self-contained by making another
764
# tarfile.
765
distcheck: dist
766 1576 phoenix
        case '$(DIST_ARCHIVES)' in \
767
        *.tar.gz*) \
768
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
769
        *.tar.bz2*) \
770
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
771 1743 jeremybenn
        *.tar.lzma*) \
772
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
773 1576 phoenix
        *.tar.Z*) \
774
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
775
        *.shar.gz*) \
776
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
777
        *.zip*) \
778
          unzip $(distdir).zip ;;\
779
        esac
780 1242 hpanther
        chmod -R a-w $(distdir); chmod a+w $(distdir)
781 1576 phoenix
        mkdir $(distdir)/_build
782
        mkdir $(distdir)/_inst
783 1242 hpanther
        chmod a-w $(distdir)
784 1576 phoenix
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
785
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
786
          && cd $(distdir)/_build \
787
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
788 1242 hpanther
            $(DISTCHECK_CONFIGURE_FLAGS) \
789
          && $(MAKE) $(AM_MAKEFLAGS) \
790
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
791
          && $(MAKE) $(AM_MAKEFLAGS) check \
792
          && $(MAKE) $(AM_MAKEFLAGS) install \
793
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
794
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
795 1576 phoenix
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
796
                distuninstallcheck \
797
          && chmod -R a-w "$$dc_install_base" \
798
          && ({ \
799
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
800
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
801
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
802
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
803
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
804
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
805
          && rm -rf "$$dc_destdir" \
806
          && $(MAKE) $(AM_MAKEFLAGS) dist \
807
          && rm -rf $(DIST_ARCHIVES) \
808 1242 hpanther
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
809
        $(am__remove_distdir)
810 1576 phoenix
        @(echo "$(distdir) archives ready for distribution: "; \
811
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
812 1743 jeremybenn
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
813 1576 phoenix
distuninstallcheck:
814
        @cd $(distuninstallcheck_dir) \
815
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
816
           || { echo "ERROR: files left after uninstall:" ; \
817
                if test -n "$(DESTDIR)"; then \
818
                  echo "  (check DESTDIR support)"; \
819
                fi ; \
820
                $(distuninstallcheck_listfiles) ; \
821
                exit 1; } >&2
822 1242 hpanther
distcleancheck: distclean
823 1576 phoenix
        @if test '$(srcdir)' = . ; then \
824 1242 hpanther
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
825
          exit 1 ; \
826
        fi
827 1576 phoenix
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
828
          || { echo "ERROR: files left in build directory after distclean:" ; \
829 1242 hpanther
               $(distcleancheck_listfiles) ; \
830
               exit 1; } >&2
831 7 jrydberg
check-am: all-am
832
check: check-recursive
833 1745 jeremybenn
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
834
install-binPROGRAMS: install-libLTLIBRARIES
835
 
836 1242 hpanther
installdirs: installdirs-recursive
837
installdirs-am:
838 1745 jeremybenn
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
839 1743 jeremybenn
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
840 1576 phoenix
        done
841 1242 hpanther
install: install-recursive
842 7 jrydberg
install-exec: install-exec-recursive
843
install-data: install-data-recursive
844 1242 hpanther
uninstall: uninstall-recursive
845 7 jrydberg
 
846
install-am: all-am
847
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848 1242 hpanther
 
849
installcheck: installcheck-recursive
850 7 jrydberg
install-strip:
851 1242 hpanther
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
852 1576 phoenix
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
853 1242 hpanther
          `test -z '$(STRIP)' || \
854
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
855 7 jrydberg
mostlyclean-generic:
856
 
857
clean-generic:
858
 
859
distclean-generic:
860 1576 phoenix
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
861 7 jrydberg
 
862
maintainer-clean-generic:
863 1242 hpanther
        @echo "This command is intended for maintainers to use"
864
        @echo "it deletes files that may require special tools to rebuild."
865
clean: clean-recursive
866 7 jrydberg
 
867 1745 jeremybenn
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
868
        clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
869 7 jrydberg
 
870 1242 hpanther
distclean: distclean-recursive
871 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
872 1576 phoenix
        -rm -rf ./$(DEPDIR)
873
        -rm -f Makefile
874
distclean-am: clean-am distclean-compile distclean-generic \
875 1745 jeremybenn
        distclean-hdr distclean-libtool distclean-tags
876 7 jrydberg
 
877 1242 hpanther
dvi: dvi-recursive
878 7 jrydberg
 
879 1242 hpanther
dvi-am:
880 7 jrydberg
 
881 1576 phoenix
html: html-recursive
882
 
883 1242 hpanther
info: info-recursive
884 7 jrydberg
 
885 1242 hpanther
info-am:
886 7 jrydberg
 
887 1745 jeremybenn
install-data-am: install-includeHEADERS
888 1242 hpanther
 
889 1743 jeremybenn
install-dvi: install-dvi-recursive
890
 
891 1745 jeremybenn
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
892 1242 hpanther
 
893 1743 jeremybenn
install-html: install-html-recursive
894
 
895 1242 hpanther
install-info: install-info-recursive
896
 
897
install-man:
898
 
899 1743 jeremybenn
install-pdf: install-pdf-recursive
900
 
901
install-ps: install-ps-recursive
902
 
903 1242 hpanther
installcheck-am:
904
 
905 7 jrydberg
maintainer-clean: maintainer-clean-recursive
906 1376 phoenix
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
907 1576 phoenix
        -rm -rf $(top_srcdir)/autom4te.cache
908
        -rm -rf ./$(DEPDIR)
909
        -rm -f Makefile
910 1242 hpanther
maintainer-clean-am: distclean-am maintainer-clean-generic
911 7 jrydberg
 
912 1242 hpanther
mostlyclean: mostlyclean-recursive
913 7 jrydberg
 
914 1745 jeremybenn
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
915
        mostlyclean-libtool
916 7 jrydberg
 
917 1576 phoenix
pdf: pdf-recursive
918
 
919
pdf-am:
920
 
921
ps: ps-recursive
922
 
923
ps-am:
924
 
925 1745 jeremybenn
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
926
        uninstall-libLTLIBRARIES
927 1242 hpanther
 
928 1743 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
929
        install-strip
930 1242 hpanther
 
931 1743 jeremybenn
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
932
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
933 1745 jeremybenn
        clean-generic clean-libLTLIBRARIES clean-libtool \
934
        clean-noinstLTLIBRARIES ctags ctags-recursive dist dist-all \
935
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
936
        distcheck distclean distclean-compile distclean-generic \
937
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
938
        distdir distuninstallcheck dvi dvi-am html html-am info \
939
        info-am install install-am install-binPROGRAMS install-data \
940
        install-data-am install-dvi install-dvi-am install-exec \
941
        install-exec-am install-html install-html-am \
942
        install-includeHEADERS install-info install-info-am \
943
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
944
        install-ps install-ps-am install-strip installcheck \
945
        installcheck-am installdirs installdirs-am maintainer-clean \
946
        maintainer-clean-generic mostlyclean mostlyclean-compile \
947
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
948
        tags tags-recursive uninstall uninstall-am \
949
        uninstall-binPROGRAMS uninstall-includeHEADERS \
950
        uninstall-libLTLIBRARIES
951 1242 hpanther
 
952 7 jrydberg
# Tell versions [3.59,3.63) of GNU make to not export all variables.
953
# Otherwise a system limit (for SysV at least) may be exceeded.
954
.NOEXPORT:

powered by: WebSVN 2.1.0

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