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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [peripheral/] [channels/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 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 -- 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 = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
56
host_triplet = @host@
57
target_triplet = @target@
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.@am__isrc@ -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 = @ACLOCAL@
90
AMTAR = @AMTAR@
91
AR = @AR@
92
ARFLAGS = @ARFLAGS@
93
AUTOCONF = @AUTOCONF@
94
AUTOHEADER = @AUTOHEADER@
95
AUTOMAKE = @AUTOMAKE@
96
AWK = @AWK@
97
BUILD_DIR = @BUILD_DIR@
98
CC = @CC@
99
CCDEPMODE = @CCDEPMODE@
100
CFLAGS = @CFLAGS@
101
CPP = @CPP@
102
CPPFLAGS = @CPPFLAGS@
103
CPU_ARCH = @CPU_ARCH@
104
CXX = @CXX@
105
CXXCPP = @CXXCPP@
106
CXXDEPMODE = @CXXDEPMODE@
107
CXXFLAGS = @CXXFLAGS@
108
CYGPATH_W = @CYGPATH_W@
109
DEBUGFLAGS = @DEBUGFLAGS@
110
DEFS = @DEFS@
111
DEPDIR = @DEPDIR@
112
ECHO = @ECHO@
113
ECHO_C = @ECHO_C@
114
ECHO_N = @ECHO_N@
115
ECHO_T = @ECHO_T@
116
EGREP = @EGREP@
117
EXEEXT = @EXEEXT@
118
F77 = @F77@
119
FFLAGS = @FFLAGS@
120
GREP = @GREP@
121
INCLUDES = @INCLUDES@
122
INSTALL = @INSTALL@
123
INSTALL_DATA = @INSTALL_DATA@
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127
LDFLAGS = @LDFLAGS@
128
LIBOBJS = @LIBOBJS@
129
LIBS = @LIBS@
130
LIBTOOL = @LIBTOOL@
131
LN_S = @LN_S@
132
LOCAL_CFLAGS = @LOCAL_CFLAGS@
133
LOCAL_DEFS = @LOCAL_DEFS@
134
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
135
LTLIBOBJS = @LTLIBOBJS@
136
MAKEINFO = @MAKEINFO@
137
MAKE_SHELL = @MAKE_SHELL@
138
MKDIR_P = @MKDIR_P@
139
OBJEXT = @OBJEXT@
140
PACKAGE = @PACKAGE@
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142
PACKAGE_NAME = @PACKAGE_NAME@
143
PACKAGE_STRING = @PACKAGE_STRING@
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
145
PACKAGE_VERSION = @PACKAGE_VERSION@
146
PATH_SEPARATOR = @PATH_SEPARATOR@
147
POW_LIB = @POW_LIB@
148
RANLIB = @RANLIB@
149
SED = @SED@
150
SET_MAKE = @SET_MAKE@
151
SHELL = @SHELL@
152
STRIP = @STRIP@
153
SUMVERSION = @SUMVERSION@
154
TERMCAP_LIB = @TERMCAP_LIB@
155
VERSION = @VERSION@
156
abs_builddir = @abs_builddir@
157
abs_srcdir = @abs_srcdir@
158
abs_top_builddir = @abs_top_builddir@
159
abs_top_srcdir = @abs_top_srcdir@
160
ac_ct_CC = @ac_ct_CC@
161
ac_ct_CXX = @ac_ct_CXX@
162
ac_ct_F77 = @ac_ct_F77@
163
am__include = @am__include@
164
am__leading_dot = @am__leading_dot@
165
am__quote = @am__quote@
166
am__tar = @am__tar@
167
am__untar = @am__untar@
168
bindir = @bindir@
169
build = @build@
170
build_alias = @build_alias@
171
build_cpu = @build_cpu@
172
build_os = @build_os@
173
build_vendor = @build_vendor@
174
builddir = @builddir@
175
datadir = @datadir@
176
datarootdir = @datarootdir@
177
docdir = @docdir@
178
dvidir = @dvidir@
179
exec_prefix = @exec_prefix@
180
host = @host@
181
host_alias = @host_alias@
182
host_cpu = @host_cpu@
183
host_os = @host_os@
184
host_vendor = @host_vendor@
185
htmldir = @htmldir@
186
includedir = @includedir@
187
infodir = @infodir@
188
install_sh = @install_sh@
189
libdir = @libdir@
190
libexecdir = @libexecdir@
191
localedir = @localedir@
192
localstatedir = @localstatedir@
193
mandir = @mandir@
194
mkdir_p = @mkdir_p@
195
oldincludedir = @oldincludedir@
196
pdfdir = @pdfdir@
197
prefix = @prefix@
198
program_transform_name = @program_transform_name@
199
psdir = @psdir@
200
sbindir = @sbindir@
201
sharedstatedir = @sharedstatedir@
202
srcdir = @srcdir@
203
sysconfdir = @sysconfdir@
204
target = @target@
205
target_alias = @target_alias@
206
target_cpu = @target_cpu@
207
target_os = @target_os@
208
target_vendor = @target_vendor@
209
top_builddir = @top_builddir@
210
top_srcdir = @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
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Plo@am__quote@
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd.Plo@am__quote@
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp.Plo@am__quote@
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Plo@am__quote@
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xterm.Plo@am__quote@
285
 
286
.c.o:
287
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
292
 
293
.c.obj:
294
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
295
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
299
 
300
.c.lo:
301
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
@am__fastdepCC_FALSE@   $(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.