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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [peripheral/] [channels/] [Makefile.in] - Blame information for rev 1745

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

Line No. Rev Author Line
1 1744 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2 1249 lampret
# @configure_input@
3 1070 rprescott
 
4 1576 phoenix
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 1744 jeremybenn
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 1070 rprescott
# 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 1249 lampret
@SET_MAKE@
16
 
17 1070 rprescott
# Makefile -- Makefile for peripherals channels to host
18 1744 jeremybenn
#
19 1070 rprescott
# Copyright (C) 2002 Richard Prescott 
20 1744 jeremybenn
# Copyright (C) 2008 Embecosm Limited
21 1070 rprescott
#
22 1744 jeremybenn
# Contributor Jeremy Bennett 
23
#
24 1070 rprescott
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26 1744 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 1070 rprescott
#
31 1744 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 1070 rprescott
#
36 1744 jeremybenn
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38 1070 rprescott
 
39
VPATH = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
43 1249 lampret
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
install_sh_DATA = $(install_sh) -c -m 644
45
install_sh_PROGRAM = $(install_sh) -c
46 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
47 1249 lampret
INSTALL_HEADER = $(INSTALL_DATA)
48 1576 phoenix
transform = $(program_transform_name)
49 1070 rprescott
NORMAL_INSTALL = :
50
PRE_INSTALL = :
51
POST_INSTALL = :
52
NORMAL_UNINSTALL = :
53
PRE_UNINSTALL = :
54
POST_UNINSTALL = :
55
build_triplet = @build@
56
host_triplet = @host@
57
target_triplet = @target@
58 1576 phoenix
subdir = peripheral/channels
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.in
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
CONFIG_HEADER = $(top_builddir)/config.h
66
CONFIG_CLEAN_FILES =
67 1745 jeremybenn
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libchannels_la_LIBADD =
69
am_libchannels_la_OBJECTS = channel.lo fd.lo file.lo generic.lo tcp.lo \
70
        tty.lo xterm.lo
71
libchannels_la_OBJECTS = $(am_libchannels_la_OBJECTS)
72 1744 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73 1576 phoenix
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
am__depfiles_maybe = depfiles
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 1745 jeremybenn
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 1576 phoenix
CCLD = $(CC)
81 1745 jeremybenn
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83
        $(LDFLAGS) -o $@
84
SOURCES = $(libchannels_la_SOURCES)
85
DIST_SOURCES = $(libchannels_la_SOURCES)
86 1576 phoenix
ETAGS = etags
87
CTAGS = ctags
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
ACLOCAL = @ACLOCAL@
90 1249 lampret
AMTAR = @AMTAR@
91 1070 rprescott
AR = @AR@
92
ARFLAGS = @ARFLAGS@
93 1576 phoenix
AUTOCONF = @AUTOCONF@
94
AUTOHEADER = @AUTOHEADER@
95
AUTOMAKE = @AUTOMAKE@
96 1249 lampret
AWK = @AWK@
97 1070 rprescott
BUILD_DIR = @BUILD_DIR@
98
CC = @CC@
99 1576 phoenix
CCDEPMODE = @CCDEPMODE@
100 1070 rprescott
CFLAGS = @CFLAGS@
101 1576 phoenix
CPP = @CPP@
102
CPPFLAGS = @CPPFLAGS@
103 1070 rprescott
CPU_ARCH = @CPU_ARCH@
104 1745 jeremybenn
CXX = @CXX@
105
CXXCPP = @CXXCPP@
106
CXXDEPMODE = @CXXDEPMODE@
107
CXXFLAGS = @CXXFLAGS@
108 1576 phoenix
CYGPATH_W = @CYGPATH_W@
109
DEFS = @DEFS@
110 1249 lampret
DEPDIR = @DEPDIR@
111 1745 jeremybenn
ECHO = @ECHO@
112 1576 phoenix
ECHO_C = @ECHO_C@
113
ECHO_N = @ECHO_N@
114
ECHO_T = @ECHO_T@
115
EGREP = @EGREP@
116
EXEEXT = @EXEEXT@
117 1745 jeremybenn
F77 = @F77@
118
FFLAGS = @FFLAGS@
119 1744 jeremybenn
GREP = @GREP@
120 1070 rprescott
INCLUDES = @INCLUDES@
121 1744 jeremybenn
INSTALL = @INSTALL@
122 1576 phoenix
INSTALL_DATA = @INSTALL_DATA@
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 1249 lampret
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 1576 phoenix
LDFLAGS = @LDFLAGS@
127
LIBOBJS = @LIBOBJS@
128
LIBS = @LIBS@
129 1745 jeremybenn
LIBTOOL = @LIBTOOL@
130
LN_S = @LN_S@
131 1070 rprescott
LOCAL_CFLAGS = @LOCAL_CFLAGS@
132
LOCAL_DEFS = @LOCAL_DEFS@
133 1576 phoenix
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
134
LTLIBOBJS = @LTLIBOBJS@
135
MAKEINFO = @MAKEINFO@
136 1070 rprescott
MAKE_SHELL = @MAKE_SHELL@
137 1744 jeremybenn
MKDIR_P = @MKDIR_P@
138 1576 phoenix
OBJEXT = @OBJEXT@
139 1070 rprescott
PACKAGE = @PACKAGE@
140 1576 phoenix
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
PACKAGE_NAME = @PACKAGE_NAME@
142
PACKAGE_STRING = @PACKAGE_STRING@
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
PACKAGE_VERSION = @PACKAGE_VERSION@
145
PATH_SEPARATOR = @PATH_SEPARATOR@
146 1070 rprescott
RANLIB = @RANLIB@
147 1745 jeremybenn
SED = @SED@
148 1576 phoenix
SET_MAKE = @SET_MAKE@
149
SHELL = @SHELL@
150 1249 lampret
STRIP = @STRIP@
151 1070 rprescott
SUMVERSION = @SUMVERSION@
152
TERMCAP_LIB = @TERMCAP_LIB@
153
VERSION = @VERSION@
154 1744 jeremybenn
abs_builddir = @abs_builddir@
155
abs_srcdir = @abs_srcdir@
156
abs_top_builddir = @abs_top_builddir@
157
abs_top_srcdir = @abs_top_srcdir@
158 1576 phoenix
ac_ct_CC = @ac_ct_CC@
159 1745 jeremybenn
ac_ct_CXX = @ac_ct_CXX@
160
ac_ct_F77 = @ac_ct_F77@
161 1249 lampret
am__include = @am__include@
162 1576 phoenix
am__leading_dot = @am__leading_dot@
163 1249 lampret
am__quote = @am__quote@
164 1576 phoenix
am__tar = @am__tar@
165
am__untar = @am__untar@
166
bindir = @bindir@
167
build = @build@
168
build_alias = @build_alias@
169
build_cpu = @build_cpu@
170
build_os = @build_os@
171
build_vendor = @build_vendor@
172 1744 jeremybenn
builddir = @builddir@
173 1576 phoenix
datadir = @datadir@
174 1744 jeremybenn
datarootdir = @datarootdir@
175
docdir = @docdir@
176
dvidir = @dvidir@
177 1576 phoenix
exec_prefix = @exec_prefix@
178 1070 rprescott
host = @host@
179 1576 phoenix
host_alias = @host_alias@
180 1070 rprescott
host_cpu = @host_cpu@
181
host_os = @host_os@
182 1576 phoenix
host_vendor = @host_vendor@
183 1744 jeremybenn
htmldir = @htmldir@
184 1576 phoenix
includedir = @includedir@
185
infodir = @infodir@
186 1249 lampret
install_sh = @install_sh@
187 1576 phoenix
libdir = @libdir@
188
libexecdir = @libexecdir@
189 1744 jeremybenn
localedir = @localedir@
190 1576 phoenix
localstatedir = @localstatedir@
191
mandir = @mandir@
192
mkdir_p = @mkdir_p@
193
oldincludedir = @oldincludedir@
194 1744 jeremybenn
pdfdir = @pdfdir@
195 1576 phoenix
prefix = @prefix@
196
program_transform_name = @program_transform_name@
197 1744 jeremybenn
psdir = @psdir@
198 1576 phoenix
sbindir = @sbindir@
199
sharedstatedir = @sharedstatedir@
200 1744 jeremybenn
srcdir = @srcdir@
201 1576 phoenix
sysconfdir = @sysconfdir@
202
target = @target@
203
target_alias = @target_alias@
204
target_cpu = @target_cpu@
205
target_os = @target_os@
206
target_vendor = @target_vendor@
207 1744 jeremybenn
top_builddir = @top_builddir@
208
top_srcdir = @top_srcdir@
209 1745 jeremybenn
noinst_LTLIBRARIES = libchannels.la
210
libchannels_la_SOURCES = channel.c \
211
                         fd.c      \
212
                         file.c    \
213
                         generic.c \
214
                         tcp.c     \
215
                         tty.c     \
216
                         xterm.c   \
217
                         channel.h \
218
                         fd.h      \
219
                         generic.h
220 1070 rprescott
 
221 1249 lampret
all: all-am
222 1120 sfurman
 
223 1070 rprescott
.SUFFIXES:
224 1745 jeremybenn
.SUFFIXES: .c .lo .o .obj
225 1576 phoenix
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226
        @for dep in $?; do \
227
          case '$(am__configure_deps)' in \
228
            *$$dep*) \
229
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230
                && exit 0; \
231
              exit 1;; \
232
          esac; \
233
        done; \
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  peripheral/channels/Makefile'; \
235 1249 lampret
        cd $(top_srcdir) && \
236
          $(AUTOMAKE) --gnu  peripheral/channels/Makefile
237 1576 phoenix
.PRECIOUS: Makefile
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
        @case '$?' in \
240
          *config.status*) \
241
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242
          *) \
243
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245
        esac;
246 1070 rprescott
 
247 1576 phoenix
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
250
$(top_srcdir)/configure:  $(am__configure_deps)
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
255 1745 jeremybenn
clean-noinstLTLIBRARIES:
256
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
257
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
258
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
259
          test "$$dir" != "$$p" || dir=.; \
260
          echo "rm -f \"$${dir}/so_locations\""; \
261
          rm -f "$${dir}/so_locations"; \
262
        done
263
libchannels.la: $(libchannels_la_OBJECTS) $(libchannels_la_DEPENDENCIES)
264
        $(LINK)  $(libchannels_la_OBJECTS) $(libchannels_la_LIBADD) $(LIBS)
265 1070 rprescott
 
266 1249 lampret
mostlyclean-compile:
267 1576 phoenix
        -rm -f *.$(OBJEXT)
268 1120 sfurman
 
269 1249 lampret
distclean-compile:
270
        -rm -f *.tab.c
271 1120 sfurman
 
272 1745 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Plo@am__quote@
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd.Plo@am__quote@
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp.Plo@am__quote@
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Plo@am__quote@
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xterm.Plo@am__quote@
279 1120 sfurman
 
280 1249 lampret
.c.o:
281 1744 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
282
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
283 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
286 1070 rprescott
 
287 1249 lampret
.c.obj:
288 1744 jeremybenn
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
289
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
290 1576 phoenix
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
293 1120 sfurman
 
294 1745 jeremybenn
.c.lo:
295
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
296
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
300
 
301
mostlyclean-libtool:
302
        -rm -f *.lo
303
 
304
clean-libtool:
305
        -rm -rf .libs _libs
306
 
307 1249 lampret
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309
        unique=`for i in $$list; do \
310
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
          done | \
312 1744 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
313
              END { if (nonempty) { for (i in files) print i; }; }'`; \
314 1249 lampret
        mkid -fID $$unique
315 1576 phoenix
tags: TAGS
316 1070 rprescott
 
317 1249 lampret
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
318
                $(TAGS_FILES) $(LISP)
319 1070 rprescott
        tags=; \
320
        here=`pwd`; \
321 1249 lampret
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
322
        unique=`for i in $$list; do \
323
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
          done | \
325 1744 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326
              END { if (nonempty) { for (i in files) print i; }; }'`; \
327 1576 phoenix
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
328
          test -n "$$unique" || unique=$$empty_fix; \
329
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330
            $$tags $$unique; \
331
        fi
332
ctags: CTAGS
333
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334
                $(TAGS_FILES) $(LISP)
335
        tags=; \
336
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337
        unique=`for i in $$list; do \
338
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339
          done | \
340 1744 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342 1576 phoenix
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
343
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344 1249 lampret
             $$tags $$unique
345 1070 rprescott
 
346 1249 lampret
GTAGS:
347
        here=`$(am__cd) $(top_builddir) && pwd` \
348
          && cd $(top_srcdir) \
349
          && gtags -i $(GTAGS_ARGS) $$here
350 1070 rprescott
 
351
distclean-tags:
352 1576 phoenix
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
353 1070 rprescott
 
354
distdir: $(DISTFILES)
355 1744 jeremybenn
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357
        list='$(DISTFILES)'; \
358
          dist_files=`for file in $$list; do echo $$file; done | \
359
          sed -e "s|^$$srcdirstrip/||;t" \
360
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
361
        case $$dist_files in \
362
          */*) $(MKDIR_P) `echo "$$dist_files" | \
363
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
364
                           sort -u` ;; \
365
        esac; \
366
        for file in $$dist_files; do \
367 1249 lampret
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368 1070 rprescott
          if test -d $$d/$$file; then \
369 1744 jeremybenn
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
372
            fi; \
373
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
374 1070 rprescott
          else \
375
            test -f $(distdir)/$$file \
376 1249 lampret
            || cp -p $$d/$$file $(distdir)/$$file \
377
            || exit 1; \
378 1070 rprescott
          fi; \
379
        done
380 1249 lampret
check-am: all-am
381
check: check-am
382 1745 jeremybenn
all-am: Makefile $(LTLIBRARIES)
383 1249 lampret
installdirs:
384
install: install-am
385 1120 sfurman
install-exec: install-exec-am
386 1070 rprescott
install-data: install-data-am
387 1249 lampret
uninstall: uninstall-am
388 1070 rprescott
 
389
install-am: all-am
390
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
391 1249 lampret
 
392
installcheck: installcheck-am
393 1120 sfurman
install-strip:
394 1249 lampret
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395 1576 phoenix
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396 1249 lampret
          `test -z '$(STRIP)' || \
397
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
398 1070 rprescott
mostlyclean-generic:
399
 
400
clean-generic:
401
 
402
distclean-generic:
403 1576 phoenix
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
404 1070 rprescott
 
405
maintainer-clean-generic:
406 1249 lampret
        @echo "This command is intended for maintainers to use"
407
        @echo "it deletes files that may require special tools to rebuild."
408
clean: clean-am
409 1070 rprescott
 
410 1745 jeremybenn
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
411
        mostlyclean-am
412 1070 rprescott
 
413 1249 lampret
distclean: distclean-am
414 1576 phoenix
        -rm -rf ./$(DEPDIR)
415
        -rm -f Makefile
416
distclean-am: clean-am distclean-compile distclean-generic \
417
        distclean-tags
418 1070 rprescott
 
419 1249 lampret
dvi: dvi-am
420 1070 rprescott
 
421 1249 lampret
dvi-am:
422 1070 rprescott
 
423 1576 phoenix
html: html-am
424
 
425 1249 lampret
info: info-am
426 1070 rprescott
 
427 1249 lampret
info-am:
428
 
429
install-data-am:
430
 
431 1744 jeremybenn
install-dvi: install-dvi-am
432
 
433 1249 lampret
install-exec-am:
434
 
435 1744 jeremybenn
install-html: install-html-am
436
 
437 1249 lampret
install-info: install-info-am
438
 
439
install-man:
440
 
441 1744 jeremybenn
install-pdf: install-pdf-am
442
 
443
install-ps: install-ps-am
444
 
445 1249 lampret
installcheck-am:
446
 
447 1070 rprescott
maintainer-clean: maintainer-clean-am
448 1576 phoenix
        -rm -rf ./$(DEPDIR)
449
        -rm -f Makefile
450 1249 lampret
maintainer-clean-am: distclean-am maintainer-clean-generic
451 1070 rprescott
 
452 1249 lampret
mostlyclean: mostlyclean-am
453 1070 rprescott
 
454 1745 jeremybenn
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
455
        mostlyclean-libtool
456 1249 lampret
 
457 1576 phoenix
pdf: pdf-am
458
 
459
pdf-am:
460
 
461
ps: ps-am
462
 
463
ps-am:
464
 
465 1744 jeremybenn
uninstall-am:
466 1249 lampret
 
467 1744 jeremybenn
.MAKE: install-am install-strip
468
 
469 1576 phoenix
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
470 1745 jeremybenn
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
471
        distclean-compile distclean-generic distclean-libtool \
472
        distclean-tags distdir dvi dvi-am html html-am info info-am \
473
        install install-am install-data install-data-am install-dvi \
474
        install-dvi-am install-exec install-exec-am install-html \
475
        install-html-am install-info install-info-am install-man \
476
        install-pdf install-pdf-am install-ps install-ps-am \
477
        install-strip installcheck installcheck-am installdirs \
478
        maintainer-clean maintainer-clean-generic mostlyclean \
479
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
480
        pdf pdf-am ps ps-am tags uninstall uninstall-am
481 1249 lampret
 
482 1070 rprescott
# Tell versions [3.59,3.63) of GNU make to not export all variables.
483
# Otherwise a system limit (for SysV at least) may be exceeded.
484
.NOEXPORT:

powered by: WebSVN 2.1.0

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