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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [Makefile.in] - Blame information for rev 19

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

Line No. Rev Author Line
1 19 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
# 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
@SET_MAKE@
16
 
17
# Makefile.am -- Top level automake configuration file
18
#
19
# Copyright (C) 1999 OpenCores
20
# Copyright (C) 2008 Embecosm Limited
21
#
22
# Contributor Jeremy Bennett 
23
#
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26
# 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
#
31
# 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
 
39
 
40
 
41
VPATH = @srcdir@
42
pkgdatadir = $(datadir)/@PACKAGE@
43
pkglibdir = $(libdir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
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
install_sh_SCRIPT = $(install_sh) -c
49
INSTALL_HEADER = $(INSTALL_DATA)
50
transform = $(program_transform_name)
51
NORMAL_INSTALL = :
52
PRE_INSTALL = :
53
POST_INSTALL = :
54
NORMAL_UNINSTALL = :
55
PRE_UNINSTALL = :
56
POST_UNINSTALL = :
57
build_triplet = @build@
58
host_triplet = @host@
59
target_triplet = @target@
60
bin_PROGRAMS = sim$(EXEEXT) profile$(EXEEXT) mprofile$(EXEEXT)
61
subdir = .
62
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
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72
 configure.lineno config.status.lineno
73
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74
CONFIG_HEADER = config.h
75
CONFIG_CLEAN_FILES =
76
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
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
        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
am_libor1ksys_la_OBJECTS = cpu-config.lo mprofiler.lo profiler.lo \
94
        sim-cmd.lo sim-config.lo toplevel-support.lo
95
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
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
103
PROGRAMS = $(bin_PROGRAMS)
104
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
am_sim_OBJECTS = toplevel.$(OBJEXT)
111
sim_OBJECTS = $(am_sim_OBJECTS)
112
sim_DEPENDENCIES = libor1ksys.la
113
DEFAULT_INCLUDES = -I.@am__isrc@
114
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
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
120
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121
CCLD = $(CC)
122
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
124
        $(LDFLAGS) -o $@
125
SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
126
        $(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
127
DIST_SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
128
        $(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
129
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
130
        html-recursive info-recursive install-data-recursive \
131
        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
includeHEADERS_INSTALL = $(INSTALL_HEADER)
137
HEADERS = $(include_HEADERS)
138
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139
  distclean-recursive maintainer-clean-recursive
140
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
AMTAR = @AMTAR@
156
AR = @AR@
157
ARFLAGS = @ARFLAGS@
158
AUTOCONF = @AUTOCONF@
159
AUTOHEADER = @AUTOHEADER@
160
AUTOMAKE = @AUTOMAKE@
161
AWK = @AWK@
162
BUILD_DIR = @BUILD_DIR@
163
CC = @CC@
164
CCDEPMODE = @CCDEPMODE@
165
CFLAGS = @CFLAGS@
166
CPP = @CPP@
167
CPPFLAGS = @CPPFLAGS@
168
CPU_ARCH = @CPU_ARCH@
169
CXX = @CXX@
170
CXXCPP = @CXXCPP@
171
CXXDEPMODE = @CXXDEPMODE@
172
CXXFLAGS = @CXXFLAGS@
173
CYGPATH_W = @CYGPATH_W@
174
DEBUGFLAGS = @DEBUGFLAGS@
175
DEFS = @DEFS@
176
DEPDIR = @DEPDIR@
177
ECHO = @ECHO@
178
ECHO_C = @ECHO_C@
179
ECHO_N = @ECHO_N@
180
ECHO_T = @ECHO_T@
181
EGREP = @EGREP@
182
EXEEXT = @EXEEXT@
183
F77 = @F77@
184
FFLAGS = @FFLAGS@
185
GREP = @GREP@
186
INCLUDES = @INCLUDES@
187
INSTALL = @INSTALL@
188
INSTALL_DATA = @INSTALL_DATA@
189
INSTALL_PROGRAM = @INSTALL_PROGRAM@
190
INSTALL_SCRIPT = @INSTALL_SCRIPT@
191
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192
LDFLAGS = @LDFLAGS@
193
LIBOBJS = @LIBOBJS@
194
LIBS = @LIBS@
195
LIBTOOL = @LIBTOOL@
196
LN_S = @LN_S@
197
LOCAL_CFLAGS = @LOCAL_CFLAGS@
198
LOCAL_DEFS = @LOCAL_DEFS@
199
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
200
LTLIBOBJS = @LTLIBOBJS@
201
MAKEINFO = @MAKEINFO@
202
MAKE_SHELL = @MAKE_SHELL@
203
MKDIR_P = @MKDIR_P@
204
OBJEXT = @OBJEXT@
205
PACKAGE = @PACKAGE@
206
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
POW_LIB = @POW_LIB@
213
RANLIB = @RANLIB@
214
SED = @SED@
215
SET_MAKE = @SET_MAKE@
216
SHELL = @SHELL@
217
STRIP = @STRIP@
218
SUMVERSION = @SUMVERSION@
219
TERMCAP_LIB = @TERMCAP_LIB@
220
VERSION = @VERSION@
221
abs_builddir = @abs_builddir@
222
abs_srcdir = @abs_srcdir@
223
abs_top_builddir = @abs_top_builddir@
224
abs_top_srcdir = @abs_top_srcdir@
225
ac_ct_CC = @ac_ct_CC@
226
ac_ct_CXX = @ac_ct_CXX@
227
ac_ct_F77 = @ac_ct_F77@
228
am__include = @am__include@
229
am__leading_dot = @am__leading_dot@
230
am__quote = @am__quote@
231
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
builddir = @builddir@
240
datadir = @datadir@
241
datarootdir = @datarootdir@
242
docdir = @docdir@
243
dvidir = @dvidir@
244
exec_prefix = @exec_prefix@
245
host = @host@
246
host_alias = @host_alias@
247
host_cpu = @host_cpu@
248
host_os = @host_os@
249
host_vendor = @host_vendor@
250
htmldir = @htmldir@
251
includedir = @includedir@
252
infodir = @infodir@
253
install_sh = @install_sh@
254
libdir = @libdir@
255
libexecdir = @libexecdir@
256
localedir = @localedir@
257
localstatedir = @localstatedir@
258
mandir = @mandir@
259
mkdir_p = @mkdir_p@
260
oldincludedir = @oldincludedir@
261
pdfdir = @pdfdir@
262
prefix = @prefix@
263
program_transform_name = @program_transform_name@
264
psdir = @psdir@
265
sbindir = @sbindir@
266
sharedstatedir = @sharedstatedir@
267
srcdir = @srcdir@
268
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
top_builddir = @top_builddir@
275
top_srcdir = @top_srcdir@
276
SUBDIRS = argtable2  \
277
                        cpu        \
278
                        bpb        \
279
                        doc        \
280
                        support    \
281
                        cache      \
282
                        mmu        \
283
                        peripheral \
284
                        tick       \
285
                        pm         \
286
                        pic        \
287
                        debug      \
288
                        vapi       \
289
                        cuc        \
290
                        port
291
 
292
lib_LTLIBRARIES = libsim.la
293
include_HEADERS = or1ksim.h
294
 
295
# The internal library
296
noinst_LTLIBRARIES = libor1ksys.la
297
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
 
309
libor1ksys_la_LIBADD = argtable2/libargtable2.la          \
310
                        cpu/common/libcommon.la            \
311
                        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
# Standalone simulator
330
sim_SOURCES = toplevel.c         \
331
                        or1ksim.h          \
332
                        toplevel-support.h
333
 
334
sim_LDADD = libor1ksys.la
335
 
336
# 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
# Library
351
libsim_la_SOURCES = libtoplevel.c      \
352
                        or1ksim.h          \
353
                        toplevel-support.h
354
 
355
libsim_la_LIBADD = libor1ksys.la
356
all: config.h
357
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
 
359
.SUFFIXES:
360
.SUFFIXES: .c .lo .o .obj
361
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
        cd $(top_srcdir) && \
375
          $(AUTOMAKE) --gnu  Makefile
376
.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
 
387
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388
        $(SHELL) ./config.status --recheck
389
 
390
$(top_srcdir)/configure:  $(am__configure_deps)
391
        cd $(srcdir) && $(AUTOCONF)
392
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
393
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
394
 
395
config.h: stamp-h1
396
        @if test ! -f $@; then \
397
          rm -f stamp-h1; \
398
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
399
        else :; fi
400
 
401
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
$(srcdir)/config.h.in:  $(am__configure_deps)
405
        cd $(top_srcdir) && $(AUTOHEADER)
406
        rm -f stamp-h1
407
        touch $@
408
 
409
distclean-hdr:
410
        -rm -f config.h stamp-h1
411
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
install-binPROGRAMS: $(bin_PROGRAMS)
452
        @$(NORMAL_INSTALL)
453
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
454
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
455
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
456
          if test -f $$p \
457
             || test -f $$p1 \
458
          ; then \
459
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
460
           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
          else :; fi; \
463
        done
464
 
465
uninstall-binPROGRAMS:
466
        @$(NORMAL_UNINSTALL)
467
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
468
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
469
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
470
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
471
        done
472
 
473
clean-binPROGRAMS:
474
        @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
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
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
486
        @rm -f sim$(EXEEXT)
487
        $(LINK) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
488
 
489
mostlyclean-compile:
490
        -rm -f *.$(OBJEXT)
491
 
492
distclean-compile:
493
        -rm -f *.tab.c
494
 
495
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-config.Plo@am__quote@
496
@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
@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
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
505
 
506
.c.o:
507
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
509
@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
 
513
.c.obj:
514
@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
@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
 
520
.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
# 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
$(RECURSIVE_TARGETS):
560
        @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
        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
          || eval $$failcom; \
579
        done; \
580
        if test "$$dot_seen" = "no"; then \
581
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
582
        fi; test -z "$$fail"
583
 
584
$(RECURSIVE_CLEAN_TARGETS):
585
        @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
        dot_seen=no; \
593
        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
        done; \
602
        rev="$$rev ."; \
603
        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
          || eval $$failcom; \
613
        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
ctags-recursive:
619
        list='$(SUBDIRS)'; for subdir in $$list; do \
620
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
621
        done
622
 
623
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
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
629
              END { if (nonempty) { for (i in files) print i; }; }'`; \
630
        mkid -fID $$unique
631
tags: TAGS
632
 
633
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
634
                $(TAGS_FILES) $(LISP)
635
        tags=; \
636
        here=`pwd`; \
637
        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
        list='$(SUBDIRS)'; for subdir in $$list; do \
645
          if test "$$subdir" = .; then :; else \
646
            test ! -f $$subdir/TAGS || \
647
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
648
          fi; \
649
        done; \
650
        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
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
655
              END { if (nonempty) { for (i in files) print i; }; }'`; \
656
        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
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670
              END { if (nonempty) { for (i in files) print i; }; }'`; \
671
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
672
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
673
             $$tags $$unique
674
 
675
GTAGS:
676
        here=`$(am__cd) $(top_builddir) && pwd` \
677
          && cd $(top_srcdir) \
678
          && gtags -i $(GTAGS_ARGS) $$here
679
 
680
distclean-tags:
681
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
682
 
683
distdir: $(DISTFILES)
684
        $(am__remove_distdir)
685
        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
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
699
          if test -d $$d/$$file; then \
700
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
701
            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
          else \
706
            test -f $(distdir)/$$file \
707
            || cp -p $$d/$$file $(distdir)/$$file \
708
            || exit 1; \
709
          fi; \
710
        done
711
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
712
          if test "$$subdir" = .; then :; else \
713
            test -d "$(distdir)/$$subdir" \
714
            || $(MKDIR_P) "$(distdir)/$$subdir" \
715
            || exit 1; \
716
            distdir=`$(am__cd) $(distdir) && pwd`; \
717
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
718
            (cd $$subdir && \
719
              $(MAKE) $(AM_MAKEFLAGS) \
720
                top_distdir="$$top_distdir" \
721
                distdir="$$distdir/$$subdir" \
722
                am__remove_distdir=: \
723
                am__skip_length_check=: \
724
                distdir) \
725
              || exit 1; \
726
          fi; \
727
        done
728
        -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
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
732
        || chmod -R a+r $(distdir)
733
dist-gzip: distdir
734
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
735
        $(am__remove_distdir)
736
 
737
dist-bzip2: distdir
738
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
739
        $(am__remove_distdir)
740
 
741
dist-lzma: distdir
742
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
743
        $(am__remove_distdir)
744
 
745
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
dist dist-all: distdir
759
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
760
        $(am__remove_distdir)
761
 
762
# 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
        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
        *.tar.lzma*) \
772
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
773
        *.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
        chmod -R a-w $(distdir); chmod a+w $(distdir)
781
        mkdir $(distdir)/_build
782
        mkdir $(distdir)/_inst
783
        chmod a-w $(distdir)
784
        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
            $(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
          && $(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
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
809
        $(am__remove_distdir)
810
        @(echo "$(distdir) archives ready for distribution: "; \
811
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
812
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
813
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
distcleancheck: distclean
823
        @if test '$(srcdir)' = . ; then \
824
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
825
          exit 1 ; \
826
        fi
827
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
828
          || { echo "ERROR: files left in build directory after distclean:" ; \
829
               $(distcleancheck_listfiles) ; \
830
               exit 1; } >&2
831
check-am: all-am
832
check: check-recursive
833
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
834
install-binPROGRAMS: install-libLTLIBRARIES
835
 
836
installdirs: installdirs-recursive
837
installdirs-am:
838
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
839
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
840
        done
841
install: install-recursive
842
install-exec: install-exec-recursive
843
install-data: install-data-recursive
844
uninstall: uninstall-recursive
845
 
846
install-am: all-am
847
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848
 
849
installcheck: installcheck-recursive
850
install-strip:
851
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
852
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
853
          `test -z '$(STRIP)' || \
854
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
855
mostlyclean-generic:
856
 
857
clean-generic:
858
 
859
distclean-generic:
860
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
861
 
862
maintainer-clean-generic:
863
        @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
 
867
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
868
        clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
869
 
870
distclean: distclean-recursive
871
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
872
        -rm -rf ./$(DEPDIR)
873
        -rm -f Makefile
874
distclean-am: clean-am distclean-compile distclean-generic \
875
        distclean-hdr distclean-libtool distclean-tags
876
 
877
dvi: dvi-recursive
878
 
879
dvi-am:
880
 
881
html: html-recursive
882
 
883
info: info-recursive
884
 
885
info-am:
886
 
887
install-data-am: install-includeHEADERS
888
 
889
install-dvi: install-dvi-recursive
890
 
891
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
892
 
893
install-html: install-html-recursive
894
 
895
install-info: install-info-recursive
896
 
897
install-man:
898
 
899
install-pdf: install-pdf-recursive
900
 
901
install-ps: install-ps-recursive
902
 
903
installcheck-am:
904
 
905
maintainer-clean: maintainer-clean-recursive
906
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
907
        -rm -rf $(top_srcdir)/autom4te.cache
908
        -rm -rf ./$(DEPDIR)
909
        -rm -f Makefile
910
maintainer-clean-am: distclean-am maintainer-clean-generic
911
 
912
mostlyclean: mostlyclean-recursive
913
 
914
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
915
        mostlyclean-libtool
916
 
917
pdf: pdf-recursive
918
 
919
pdf-am:
920
 
921
ps: ps-recursive
922
 
923
ps-am:
924
 
925
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
926
        uninstall-libLTLIBRARIES
927
 
928
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
929
        install-strip
930
 
931
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
932
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
933
        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
 
952
# 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.