OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [peripheral/] [channels/] [Makefile] - Blame information for rev 240

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

powered by: WebSVN 2.1.0

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