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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libmudflap/] [Makefile.in] - Blame information for rev 823

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

Line No. Rev Author Line
1 38 julius
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  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
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
pkgdatadir = $(datadir)/@PACKAGE@
22
pkglibdir = $(libdir)/@PACKAGE@
23
pkgincludedir = $(includedir)/@PACKAGE@
24
top_builddir = .
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
INSTALL = @INSTALL@
27
install_sh_DATA = $(install_sh) -c -m 644
28
install_sh_PROGRAM = $(install_sh) -c
29
install_sh_SCRIPT = $(install_sh) -c
30
INSTALL_HEADER = $(INSTALL_DATA)
31
transform = $(program_transform_name)
32
NORMAL_INSTALL = :
33
PRE_INSTALL = :
34
POST_INSTALL = :
35
NORMAL_UNINSTALL = :
36
PRE_UNINSTALL = :
37
POST_UNINSTALL = :
38
build_triplet = @build@
39
host_triplet = @host@
40
target_triplet = @target@
41
DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
42
        $(srcdir)/../config.guess $(srcdir)/../config.sub \
43
        $(srcdir)/../depcomp $(srcdir)/../install-sh \
44
        $(srcdir)/../ltmain.sh $(srcdir)/../missing \
45
        $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
46
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
47
        $(top_srcdir)/configure ChangeLog
48
subdir = .
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51
        $(top_srcdir)/../config/depstand.m4 \
52
        $(top_srcdir)/../config/enable.m4 \
53
        $(top_srcdir)/../config/lead-dot.m4 \
54
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/acinclude.m4 \
55
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
        $(ACLOCAL_M4)
58
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59
 configure.lineno configure.status.lineno
60
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
61
CONFIG_HEADER = config.h
62
CONFIG_CLEAN_FILES =
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
am__vpath_adj = case $$p in \
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
    *) f=$$p;; \
67
  esac;
68
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69
am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
70
        "$(DESTDIR)$(libsubincludedir)"
71
toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
72
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
73
am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
74
        mf-hooks2.lo
75
libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS)
76
am_libmudflapth_la_OBJECTS =
77
libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS)
78
@LIBMUDFLAPTH_TRUE@am_libmudflapth_la_rpath = -rpath $(toolexeclibdir)
79
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
80
depcomp = $(SHELL) $(top_srcdir)/../depcomp
81
am__depfiles_maybe = depfiles
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
85
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
        $(AM_CFLAGS) $(CFLAGS)
87
CCLD = $(CC)
88
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
90
SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
91
DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
92
MULTISRCTOP =
93
MULTIBUILDTOP =
94
MULTIDIRS =
95
MULTISUBDIR =
96
MULTIDO = true
97
MULTICLEAN = true
98
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
99
        html-recursive info-recursive install-data-recursive \
100
        install-exec-recursive install-info-recursive \
101
        install-recursive installcheck-recursive installdirs-recursive \
102
        pdf-recursive ps-recursive uninstall-info-recursive \
103
        uninstall-recursive
104
nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA)
105
HEADERS = $(nobase_libsubinclude_HEADERS)
106
ETAGS = etags
107
CTAGS = ctags
108
DIST_SUBDIRS = $(SUBDIRS)
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110
distdir = $(PACKAGE)-$(VERSION)
111
top_distdir = $(distdir)
112
am__remove_distdir = \
113
  { test ! -d $(distdir) \
114
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
115
         && rm -fr $(distdir); }; }
116
DIST_ARCHIVES = $(distdir).tar.gz
117
GZIP_ENV = --best
118
distuninstallcheck_listfiles = find . -type f -print
119
distcleancheck_listfiles = find . -type f -print
120
ACLOCAL = @ACLOCAL@
121
AMDEP_FALSE = @AMDEP_FALSE@
122
AMDEP_TRUE = @AMDEP_TRUE@
123
AMTAR = @AMTAR@
124
AUTOCONF = @AUTOCONF@
125
AUTOHEADER = @AUTOHEADER@
126
AUTOMAKE = @AUTOMAKE@
127
AWK = @AWK@
128
CC = @CC@
129
CCDEPMODE = @CCDEPMODE@
130
CFLAGS = @CFLAGS@
131
CPP = @CPP@
132
CPPFLAGS = @CPPFLAGS@
133
CYGPATH_W = @CYGPATH_W@
134
DEFS = @DEFS@
135
DEPDIR = @DEPDIR@
136
ECHO_C = @ECHO_C@
137
ECHO_N = @ECHO_N@
138
ECHO_T = @ECHO_T@
139
EGREP = @EGREP@
140
EXEEXT = @EXEEXT@
141
INSTALL_DATA = @INSTALL_DATA@
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
LIBMUDFLAPTH_FALSE = @LIBMUDFLAPTH_FALSE@
146
LIBMUDFLAPTH_TRUE = @LIBMUDFLAPTH_TRUE@
147
LIBOBJS = @LIBOBJS@
148
LIBS = @LIBS@
149
LIBTOOL = @LIBTOOL@
150
LN_S = @LN_S@
151
LTLIBOBJS = @LTLIBOBJS@
152
MAINT = @MAINT@
153
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
154
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
155
MAKEINFO = @MAKEINFO@
156
MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@
157
MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@
158
NM = @NM@
159
OBJEXT = @OBJEXT@
160
PACKAGE = @PACKAGE@
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162
PACKAGE_NAME = @PACKAGE_NAME@
163
PACKAGE_STRING = @PACKAGE_STRING@
164
PACKAGE_TARNAME = @PACKAGE_TARNAME@
165
PACKAGE_VERSION = @PACKAGE_VERSION@
166
PATH_SEPARATOR = @PATH_SEPARATOR@
167
RANLIB = @RANLIB@
168
SECTION_FLAGS = @SECTION_FLAGS@
169
SET_MAKE = @SET_MAKE@
170
SHELL = @SHELL@
171
STRIP = @STRIP@
172
VERSION = @VERSION@
173
ac_ct_CC = @ac_ct_CC@
174
ac_ct_NM = @ac_ct_NM@
175
ac_ct_RANLIB = @ac_ct_RANLIB@
176
ac_ct_STRIP = @ac_ct_STRIP@
177
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179
am__include = @am__include@
180
am__leading_dot = @am__leading_dot@
181
am__quote = @am__quote@
182
am__tar = @am__tar@
183
am__untar = @am__untar@
184
bindir = @bindir@
185
build = @build@
186
build_alias = @build_alias@
187
build_cpu = @build_cpu@
188
build_libmudflapth = @build_libmudflapth@
189
build_os = @build_os@
190
build_vendor = @build_vendor@
191
datadir = @datadir@
192
enable_shared = @enable_shared@
193
enable_static = @enable_static@
194
exec_prefix = @exec_prefix@
195
host = @host@
196
host_alias = @host_alias@
197
host_cpu = @host_cpu@
198
host_os = @host_os@
199
host_vendor = @host_vendor@
200
includedir = @includedir@
201
infodir = @infodir@
202
install_sh = @install_sh@
203
libdir = @libdir@
204
libexecdir = @libexecdir@
205
localstatedir = @localstatedir@
206
mandir = @mandir@
207
mkdir_p = @mkdir_p@
208
multi_basedir = @multi_basedir@
209
oldincludedir = @oldincludedir@
210
prefix = @prefix@
211
program_transform_name = @program_transform_name@
212
sbindir = @sbindir@
213
sharedstatedir = @sharedstatedir@
214
sysconfdir = @sysconfdir@
215
target = @target@
216
target_alias = @target_alias@
217
target_cpu = @target_cpu@
218
target_noncanonical = @target_noncanonical@
219
target_os = @target_os@
220
target_vendor = @target_vendor@
221
toolexecdir = @toolexecdir@
222
toolexeclibdir = @toolexeclibdir@
223
AUTOMAKE_OPTIONS = 1.8 foreign
224
ACLOCAL_AMFLAGS = -I .. -I ../config
225
MAINT_CHARSET = latin1
226
SUBDIRS = testsuite
227
 
228
# May be used by various substitution variables.
229
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
230
AM_CFLAGS = -Wall $(SECTION_FLAGS)
231
@LIBMUDFLAPTH_FALSE@libmudflapth =
232
@LIBMUDFLAPTH_TRUE@libmudflapth = libmudflapth.la
233
toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth)
234
libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
235
nobase_libsubinclude_HEADERS = mf-runtime.h
236
libmudflap_la_SOURCES = \
237
        mf-runtime.c \
238
        mf-heuristics.c \
239
        mf-hooks1.c \
240
        mf-hooks2.c
241
 
242
libmudflap_la_LIBADD =
243
libmudflap_la_DEPENDENCIES = $(libmudflap_la_LIBADD)
244
libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
245
libmudflapth_la_SOURCES =
246
libmudflapth_la_LIBADD = \
247
        pth/mf-runtime.lo \
248
        pth/mf-heuristics.lo \
249
        pth/mf-hooks1.lo \
250
        pth/mf-hooks2.lo \
251
        pth/mf-hooks3.lo
252
 
253
libmudflapth_la_DEPENDENCIES = $(libmudflapth_la_LIBADD)
254
libmudflapth_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
255
 
256
# XXX hack alert
257
# From libffi/Makefile.am
258
 
259
# Work around what appears to be a GNU make bug handling MAKEFLAGS
260
# values defined in terms of make variables, as is the case for CC and
261
# friends when we are called from the top level Makefile.
262
AM_MAKEFLAGS = \
263
        "AR_FLAGS=$(AR_FLAGS)" \
264
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
265
        "CFLAGS=$(CFLAGS)" \
266
        "CXXFLAGS=$(CXXFLAGS)" \
267
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
268
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
269
        "INSTALL=$(INSTALL)" \
270
        "INSTALL_DATA=$(INSTALL_DATA)" \
271
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
272
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
273
        "JC1FLAGS=$(JC1FLAGS)" \
274
        "LDFLAGS=$(LDFLAGS)" \
275
        "LIBCFLAGS=$(LIBCFLAGS)" \
276
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
277
        "MAKE=$(MAKE)" \
278
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
279
        "PICFLAG=$(PICFLAG)" \
280
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
281
        "SHELL=$(SHELL)" \
282
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
283
        "exec_prefix=$(exec_prefix)" \
284
        "infodir=$(infodir)" \
285
        "libdir=$(libdir)" \
286
        "prefix=$(prefix)" \
287
        "includedir=$(includedir)" \
288
        "AR=$(AR)" \
289
        "AS=$(AS)" \
290
        "CC=$(CC)" \
291
        "CXX=$(CXX)" \
292
        "LD=$(LD)" \
293
        "LIBCFLAGS=$(LIBCFLAGS)" \
294
        "NM=$(NM)" \
295
        "PICFLAG=$(PICFLAG)" \
296
        "RANLIB=$(RANLIB)" \
297
        "DESTDIR=$(DESTDIR)"
298
 
299
MAKEOVERRIDES =
300
all: config.h
301
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
302
 
303
.SUFFIXES:
304
.SUFFIXES: .c .lo .o .obj
305
am--refresh:
306
        @:
307
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
308
        @for dep in $?; do \
309
          case '$(am__configure_deps)' in \
310
            *$$dep*) \
311
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
312
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
313
                && exit 0; \
314
              exit 1;; \
315
          esac; \
316
        done; \
317
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
318
        cd $(top_srcdir) && \
319
          $(AUTOMAKE) --foreign  Makefile
320
.PRECIOUS: Makefile
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
        @case '$?' in \
323
          *config.status*) \
324
            echo ' $(SHELL) ./config.status'; \
325
            $(SHELL) ./config.status;; \
326
          *) \
327
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
328
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
329
        esac;
330
 
331
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332
        $(SHELL) ./config.status --recheck
333
 
334
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335
        cd $(srcdir) && $(AUTOCONF)
336
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
338
 
339
config.h: stamp-h1
340
        @if test ! -f $@; then \
341
          rm -f stamp-h1; \
342
          $(MAKE) stamp-h1; \
343
        else :; fi
344
 
345
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346
        @rm -f stamp-h1
347
        cd $(top_builddir) && $(SHELL) ./config.status config.h
348
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349
        cd $(top_srcdir) && $(AUTOHEADER)
350
        rm -f stamp-h1
351
        touch $@
352
 
353
distclean-hdr:
354
        -rm -f config.h stamp-h1
355
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
356
        @$(NORMAL_INSTALL)
357
        test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
358
        @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
359
          if test -f $$p; then \
360
            f=$(am__strip_dir) \
361
            echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
362
            $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
363
          else :; fi; \
364
        done
365
 
366
uninstall-toolexeclibLTLIBRARIES:
367
        @$(NORMAL_UNINSTALL)
368
        @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
369
          p=$(am__strip_dir) \
370
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
371
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
372
        done
373
 
374
clean-toolexeclibLTLIBRARIES:
375
        -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
376
        @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
377
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
378
          test "$$dir" != "$$p" || dir=.; \
379
          echo "rm -f \"$${dir}/so_locations\""; \
380
          rm -f "$${dir}/so_locations"; \
381
        done
382
libmudflap.la: $(libmudflap_la_OBJECTS) $(libmudflap_la_DEPENDENCIES)
383
        $(LINK) -rpath $(toolexeclibdir) $(libmudflap_la_LDFLAGS) $(libmudflap_la_OBJECTS) $(libmudflap_la_LIBADD) $(LIBS)
384
libmudflapth.la: $(libmudflapth_la_OBJECTS) $(libmudflapth_la_DEPENDENCIES)
385
        $(LINK) $(am_libmudflapth_la_rpath) $(libmudflapth_la_LDFLAGS) $(libmudflapth_la_OBJECTS) $(libmudflapth_la_LIBADD) $(LIBS)
386
 
387
mostlyclean-compile:
388
        -rm -f *.$(OBJEXT)
389
 
390
distclean-compile:
391
        -rm -f *.tab.c
392
 
393
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-heuristics.Plo@am__quote@
394
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks1.Plo@am__quote@
395
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks2.Plo@am__quote@
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
397
 
398
.c.o:
399
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
400
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
404
 
405
.c.obj:
406
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
407
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
411
 
412
.c.lo:
413
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
414
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
418
 
419
mostlyclean-libtool:
420
        -rm -f *.lo
421
 
422
clean-libtool:
423
        -rm -rf .libs _libs
424
 
425
distclean-libtool:
426
        -rm -f libtool
427
 
428
# GNU Make needs to see an explicit $(MAKE) variable in the command it
429
# runs to enable its job server during parallel builds.  Hence the
430
# comments below.
431
all-multi:
432
        $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
433
install-multi:
434
        $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
435
 
436
mostlyclean-multi:
437
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
438
clean-multi:
439
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
440
distclean-multi:
441
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
442
maintainer-clean-multi:
443
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
444
uninstall-info-am:
445
install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
446
        @$(NORMAL_INSTALL)
447
        test -z "$(libsubincludedir)" || $(mkdir_p) "$(DESTDIR)$(libsubincludedir)"
448
        @$(am__vpath_adj_setup) \
449
        list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
450
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451
          $(am__vpath_adj) \
452
          echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
453
          $(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
454
        done
455
 
456
uninstall-nobase_libsubincludeHEADERS:
457
        @$(NORMAL_UNINSTALL)
458
        @$(am__vpath_adj_setup) \
459
        list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
460
          $(am__vpath_adj) \
461
          echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
462
          rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \
463
        done
464
 
465
# This directory's subdirectories are mostly independent; you can cd
466
# into them and run `make' without going through this Makefile.
467
# To change the values of `make' variables: instead of editing Makefiles,
468
# (1) if the variable is set in `config.status', edit `config.status'
469
#     (which will cause the Makefiles to be regenerated when you run `make');
470
# (2) otherwise, pass the desired values on the `make' command line.
471
$(RECURSIVE_TARGETS):
472
        @failcom='exit 1'; \
473
        for f in x $$MAKEFLAGS; do \
474
          case $$f in \
475
            *=* | --[!k]*);; \
476
            *k*) failcom='fail=yes';; \
477
          esac; \
478
        done; \
479
        dot_seen=no; \
480
        target=`echo $@ | sed s/-recursive//`; \
481
        list='$(SUBDIRS)'; for subdir in $$list; do \
482
          echo "Making $$target in $$subdir"; \
483
          if test "$$subdir" = "."; then \
484
            dot_seen=yes; \
485
            local_target="$$target-am"; \
486
          else \
487
            local_target="$$target"; \
488
          fi; \
489
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
490
          || eval $$failcom; \
491
        done; \
492
        if test "$$dot_seen" = "no"; then \
493
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
494
        fi; test -z "$$fail"
495
 
496
mostlyclean-recursive clean-recursive distclean-recursive \
497
maintainer-clean-recursive:
498
        @failcom='exit 1'; \
499
        for f in x $$MAKEFLAGS; do \
500
          case $$f in \
501
            *=* | --[!k]*);; \
502
            *k*) failcom='fail=yes';; \
503
          esac; \
504
        done; \
505
        dot_seen=no; \
506
        case "$@" in \
507
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
508
          *) list='$(SUBDIRS)' ;; \
509
        esac; \
510
        rev=''; for subdir in $$list; do \
511
          if test "$$subdir" = "."; then :; else \
512
            rev="$$subdir $$rev"; \
513
          fi; \
514
        done; \
515
        rev="$$rev ."; \
516
        target=`echo $@ | sed s/-recursive//`; \
517
        for subdir in $$rev; do \
518
          echo "Making $$target in $$subdir"; \
519
          if test "$$subdir" = "."; then \
520
            local_target="$$target-am"; \
521
          else \
522
            local_target="$$target"; \
523
          fi; \
524
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
525
          || eval $$failcom; \
526
        done && test -z "$$fail"
527
tags-recursive:
528
        list='$(SUBDIRS)'; for subdir in $$list; do \
529
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
530
        done
531
ctags-recursive:
532
        list='$(SUBDIRS)'; for subdir in $$list; do \
533
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
534
        done
535
 
536
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
537
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
538
        unique=`for i in $$list; do \
539
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540
          done | \
541
          $(AWK) '    { files[$$0] = 1; } \
542
               END { for (i in files) print i; }'`; \
543
        mkid -fID $$unique
544
tags: TAGS
545
 
546
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
547
                $(TAGS_FILES) $(LISP)
548
        tags=; \
549
        here=`pwd`; \
550
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
551
          include_option=--etags-include; \
552
          empty_fix=.; \
553
        else \
554
          include_option=--include; \
555
          empty_fix=; \
556
        fi; \
557
        list='$(SUBDIRS)'; for subdir in $$list; do \
558
          if test "$$subdir" = .; then :; else \
559
            test ! -f $$subdir/TAGS || \
560
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
561
          fi; \
562
        done; \
563
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
564
        unique=`for i in $$list; do \
565
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566
          done | \
567
          $(AWK) '    { files[$$0] = 1; } \
568
               END { for (i in files) print i; }'`; \
569
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
570
          test -n "$$unique" || unique=$$empty_fix; \
571
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572
            $$tags $$unique; \
573
        fi
574
ctags: CTAGS
575
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
576
                $(TAGS_FILES) $(LISP)
577
        tags=; \
578
        here=`pwd`; \
579
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
580
        unique=`for i in $$list; do \
581
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582
          done | \
583
          $(AWK) '    { files[$$0] = 1; } \
584
               END { for (i in files) print i; }'`; \
585
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
586
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
587
             $$tags $$unique
588
 
589
GTAGS:
590
        here=`$(am__cd) $(top_builddir) && pwd` \
591
          && cd $(top_srcdir) \
592
          && gtags -i $(GTAGS_ARGS) $$here
593
 
594
distclean-tags:
595
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
596
 
597
distdir: $(DISTFILES)
598
        $(am__remove_distdir)
599
        mkdir $(distdir)
600
        $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/testsuite
601
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
602
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
603
        list='$(DISTFILES)'; for file in $$list; do \
604
          case $$file in \
605
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
606
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
607
          esac; \
608
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
609
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
610
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
611
            dir="/$$dir"; \
612
            $(mkdir_p) "$(distdir)$$dir"; \
613
          else \
614
            dir=''; \
615
          fi; \
616
          if test -d $$d/$$file; then \
617
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
618
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
619
            fi; \
620
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
621
          else \
622
            test -f $(distdir)/$$file \
623
            || cp -p $$d/$$file $(distdir)/$$file \
624
            || exit 1; \
625
          fi; \
626
        done
627
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
628
          if test "$$subdir" = .; then :; else \
629
            test -d "$(distdir)/$$subdir" \
630
            || $(mkdir_p) "$(distdir)/$$subdir" \
631
            || exit 1; \
632
            distdir=`$(am__cd) $(distdir) && pwd`; \
633
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
634
            (cd $$subdir && \
635
              $(MAKE) $(AM_MAKEFLAGS) \
636
                top_distdir="$$top_distdir" \
637
                distdir="$$distdir/$$subdir" \
638
                distdir) \
639
              || exit 1; \
640
          fi; \
641
        done
642
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
643
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
644
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
645
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
646
        || chmod -R a+r $(distdir)
647
dist-gzip: distdir
648
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
649
        $(am__remove_distdir)
650
 
651
dist-bzip2: distdir
652
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
653
        $(am__remove_distdir)
654
 
655
dist-tarZ: distdir
656
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657
        $(am__remove_distdir)
658
 
659
dist-shar: distdir
660
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
661
        $(am__remove_distdir)
662
 
663
dist-zip: distdir
664
        -rm -f $(distdir).zip
665
        zip -rq $(distdir).zip $(distdir)
666
        $(am__remove_distdir)
667
 
668
dist dist-all: distdir
669
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670
        $(am__remove_distdir)
671
 
672
# This target untars the dist file and tries a VPATH configuration.  Then
673
# it guarantees that the distribution is self-contained by making another
674
# tarfile.
675
distcheck: dist
676
        case '$(DIST_ARCHIVES)' in \
677
        *.tar.gz*) \
678
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
679
        *.tar.bz2*) \
680
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
681
        *.tar.Z*) \
682
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
683
        *.shar.gz*) \
684
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
685
        *.zip*) \
686
          unzip $(distdir).zip ;;\
687
        esac
688
        chmod -R a-w $(distdir); chmod a+w $(distdir)
689
        mkdir $(distdir)/_build
690
        mkdir $(distdir)/_inst
691
        chmod a-w $(distdir)
692
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694
          && cd $(distdir)/_build \
695
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
696
            $(DISTCHECK_CONFIGURE_FLAGS) \
697
          && $(MAKE) $(AM_MAKEFLAGS) \
698
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
699
          && $(MAKE) $(AM_MAKEFLAGS) check \
700
          && $(MAKE) $(AM_MAKEFLAGS) install \
701
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
702
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
703
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
704
                distuninstallcheck \
705
          && chmod -R a-w "$$dc_install_base" \
706
          && ({ \
707
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
708
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
709
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
710
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
711
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
712
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
713
          && rm -rf "$$dc_destdir" \
714
          && $(MAKE) $(AM_MAKEFLAGS) dist \
715
          && rm -rf $(DIST_ARCHIVES) \
716
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
717
        $(am__remove_distdir)
718
        @(echo "$(distdir) archives ready for distribution: "; \
719
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
720
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
721
distuninstallcheck:
722
        @cd $(distuninstallcheck_dir) \
723
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
724
           || { echo "ERROR: files left after uninstall:" ; \
725
                if test -n "$(DESTDIR)"; then \
726
                  echo "  (check DESTDIR support)"; \
727
                fi ; \
728
                $(distuninstallcheck_listfiles) ; \
729
                exit 1; } >&2
730
distcleancheck: distclean
731
        @if test '$(srcdir)' = . ; then \
732
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
733
          exit 1 ; \
734
        fi
735
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
736
          || { echo "ERROR: files left in build directory after distclean:" ; \
737
               $(distcleancheck_listfiles) ; \
738
               exit 1; } >&2
739
check-am: all-am
740
check: check-recursive
741
all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
742
installdirs: installdirs-recursive
743
installdirs-am:
744
        for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
745
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
746
        done
747
install: install-recursive
748
install-exec: install-exec-recursive
749
install-data: install-data-recursive
750
uninstall: uninstall-recursive
751
 
752
install-am: all-am
753
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
754
 
755
installcheck: installcheck-recursive
756
install-strip:
757
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
758
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
759
          `test -z '$(STRIP)' || \
760
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
761
mostlyclean-generic:
762
 
763
clean-generic:
764
 
765
distclean-generic:
766
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
767
 
768
maintainer-clean-generic:
769
        @echo "This command is intended for maintainers to use"
770
        @echo "it deletes files that may require special tools to rebuild."
771
clean: clean-multi clean-recursive
772
 
773
clean-am: clean-generic clean-libtool clean-local \
774
        clean-toolexeclibLTLIBRARIES mostlyclean-am
775
 
776
distclean: distclean-multi distclean-recursive
777
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
778
        -rm -rf ./$(DEPDIR)
779
        -rm -f Makefile
780
distclean-am: clean-am distclean-compile distclean-generic \
781
        distclean-hdr distclean-libtool distclean-tags
782
 
783
dvi: dvi-recursive
784
 
785
dvi-am:
786
 
787
html: html-recursive
788
 
789
info: info-recursive
790
 
791
info-am:
792
 
793
install-data-am: install-nobase_libsubincludeHEADERS
794
 
795
install-exec-am: install-multi install-toolexeclibLTLIBRARIES
796
 
797
install-info: install-info-recursive
798
 
799
install-man:
800
 
801
installcheck-am:
802
 
803
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
804
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
805
        -rm -rf $(top_srcdir)/autom4te.cache
806
        -rm -rf ./$(DEPDIR)
807
        -rm -f Makefile
808
maintainer-clean-am: distclean-am maintainer-clean-generic
809
 
810
mostlyclean: mostlyclean-multi mostlyclean-recursive
811
 
812
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
813
        mostlyclean-libtool
814
 
815
pdf: pdf-recursive
816
 
817
pdf-am:
818
 
819
ps: ps-recursive
820
 
821
ps-am:
822
 
823
uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
824
        uninstall-toolexeclibLTLIBRARIES
825
 
826
uninstall-info: uninstall-info-recursive
827
 
828
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
829
        am--refresh check check-am clean clean-generic clean-libtool \
830
        clean-local clean-multi clean-recursive \
831
        clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist \
832
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
833
        distcheck distclean distclean-compile distclean-generic \
834
        distclean-hdr distclean-libtool distclean-multi \
835
        distclean-recursive distclean-tags distcleancheck distdir \
836
        distuninstallcheck dvi dvi-am html html-am info info-am \
837
        install install-am install-data install-data-am install-exec \
838
        install-exec-am install-info install-info-am install-man \
839
        install-multi install-nobase_libsubincludeHEADERS \
840
        install-strip install-toolexeclibLTLIBRARIES installcheck \
841
        installcheck-am installdirs installdirs-am maintainer-clean \
842
        maintainer-clean-generic maintainer-clean-multi \
843
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
844
        mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
845
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
846
        uninstall uninstall-am uninstall-info-am \
847
        uninstall-nobase_libsubincludeHEADERS \
848
        uninstall-toolexeclibLTLIBRARIES
849
 
850
 
851
clean-local:
852
        rm -f pth/*.o pth/*.lo
853
 
854
pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
855
        $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
856
pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
857
        $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-heuristics.c -o $@
858
pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
859
        $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks1.c -o $@
860
pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
861
        $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks2.c -o $@
862
pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
863
        $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@
864
 
865
.PHONY: install-html
866
 
867
install-html:
868
# Tell versions [3.59,3.63) of GNU make to not export all variables.
869
# Otherwise a system limit (for SysV at least) may be exceeded.
870
.NOEXPORT:

powered by: WebSVN 2.1.0

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