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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [peripheral/] [channels/] [Makefile.in] - Blame information for rev 1780

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

Line No. Rev Author Line
1 1576 phoenix
# Makefile.in generated by automake 1.9.5 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
# 2003, 2004, 2005  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
# Copyright (C) 2002 Richard Prescott 
19
#
20
# This file is part of OpenRISC 1000 Architectural Simulator.
21
#
22
# This program is free software; you can redistribute it and/or modify
23
# it under the terms of the GNU General Public License as published by
24
# the Free Software Foundation; either version 2 of the License, or
25
# (at your option) any later version.
26
#
27
# This program is distributed in the hope that it will be useful,
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
# GNU General Public License for more details.
31
#
32
# You should have received a copy of the GNU General Public License
33
# along with this program; if not, write to the Free Software
34
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
#
36
 
37 1576 phoenix
SOURCES = $(libchannels_a_SOURCES)
38
 
39 1070 rprescott
srcdir = @srcdir@
40
top_srcdir = @top_srcdir@
41
VPATH = @srcdir@
42
pkgdatadir = $(datadir)/@PACKAGE@
43
pkglibdir = $(libdir)/@PACKAGE@
44
pkgincludedir = $(includedir)/@PACKAGE@
45
top_builddir = ../..
46 1249 lampret
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 1070 rprescott
INSTALL = @INSTALL@
48 1249 lampret
install_sh_DATA = $(install_sh) -c -m 644
49
install_sh_PROGRAM = $(install_sh) -c
50 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
51 1249 lampret
INSTALL_HEADER = $(INSTALL_DATA)
52 1576 phoenix
transform = $(program_transform_name)
53 1070 rprescott
NORMAL_INSTALL = :
54
PRE_INSTALL = :
55
POST_INSTALL = :
56
NORMAL_UNINSTALL = :
57
PRE_UNINSTALL = :
58
POST_UNINSTALL = :
59
build_triplet = @build@
60
host_triplet = @host@
61
target_triplet = @target@
62 1576 phoenix
subdir = peripheral/channels
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/configure.in
66
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
        $(ACLOCAL_M4)
68
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
CONFIG_HEADER = $(top_builddir)/config.h
70
CONFIG_CLEAN_FILES =
71
LIBRARIES = $(noinst_LIBRARIES)
72
libchannels_a_AR = $(AR) $(ARFLAGS)
73
libchannels_a_LIBADD =
74
am_libchannels_a_OBJECTS = channel.$(OBJEXT) fd.$(OBJEXT) \
75
        file.$(OBJEXT) generic.$(OBJEXT) xterm.$(OBJEXT) tcp.$(OBJEXT) \
76
        tty.$(OBJEXT)
77
libchannels_a_OBJECTS = $(am_libchannels_a_OBJECTS)
78
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
am__depfiles_maybe = depfiles
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
CCLD = $(CC)
84
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85
SOURCES = $(libchannels_a_SOURCES)
86
DIST_SOURCES = $(libchannels_a_SOURCES)
87
ETAGS = etags
88
CTAGS = ctags
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
ACLOCAL = @ACLOCAL@
91
AMDEP_FALSE = @AMDEP_FALSE@
92
AMDEP_TRUE = @AMDEP_TRUE@
93 1249 lampret
AMTAR = @AMTAR@
94 1070 rprescott
AR = @AR@
95
ARFLAGS = @ARFLAGS@
96 1576 phoenix
AUTOCONF = @AUTOCONF@
97
AUTOHEADER = @AUTOHEADER@
98
AUTOMAKE = @AUTOMAKE@
99 1249 lampret
AWK = @AWK@
100 1070 rprescott
BUILD_DIR = @BUILD_DIR@
101
CC = @CC@
102 1576 phoenix
CCDEPMODE = @CCDEPMODE@
103 1070 rprescott
CFLAGS = @CFLAGS@
104 1576 phoenix
CPP = @CPP@
105
CPPFLAGS = @CPPFLAGS@
106 1070 rprescott
CPU_ARCH = @CPU_ARCH@
107 1576 phoenix
CYGPATH_W = @CYGPATH_W@
108
DEFS = @DEFS@
109 1249 lampret
DEPDIR = @DEPDIR@
110 1576 phoenix
DYNAMIC_EXECUTION_FALSE = @DYNAMIC_EXECUTION_FALSE@
111
DYNAMIC_EXECUTION_TRUE = @DYNAMIC_EXECUTION_TRUE@
112
ECHO_C = @ECHO_C@
113
ECHO_N = @ECHO_N@
114
ECHO_T = @ECHO_T@
115
EGREP = @EGREP@
116
EXEEXT = @EXEEXT@
117
GENERATE_NEEDED_FALSE = @GENERATE_NEEDED_FALSE@
118
GENERATE_NEEDED_TRUE = @GENERATE_NEEDED_TRUE@
119 1070 rprescott
INCLUDES = @INCLUDES@
120 1576 phoenix
INSTALL_DATA = @INSTALL_DATA@
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 1249 lampret
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 1576 phoenix
LDFLAGS = @LDFLAGS@
125
LIBOBJS = @LIBOBJS@
126
LIBS = @LIBS@
127 1070 rprescott
LOCAL_CFLAGS = @LOCAL_CFLAGS@
128
LOCAL_DEFS = @LOCAL_DEFS@
129 1576 phoenix
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
130
LTLIBOBJS = @LTLIBOBJS@
131
MAKEINFO = @MAKEINFO@
132 1070 rprescott
MAKE_SHELL = @MAKE_SHELL@
133 1576 phoenix
OBJEXT = @OBJEXT@
134 1070 rprescott
PACKAGE = @PACKAGE@
135 1576 phoenix
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136
PACKAGE_NAME = @PACKAGE_NAME@
137
PACKAGE_STRING = @PACKAGE_STRING@
138
PACKAGE_TARNAME = @PACKAGE_TARNAME@
139
PACKAGE_VERSION = @PACKAGE_VERSION@
140
PATH_SEPARATOR = @PATH_SEPARATOR@
141 1070 rprescott
RANLIB = @RANLIB@
142 1576 phoenix
SET_MAKE = @SET_MAKE@
143
SHELL = @SHELL@
144 1249 lampret
STRIP = @STRIP@
145 1070 rprescott
SUMVERSION = @SUMVERSION@
146
TERMCAP_LIB = @TERMCAP_LIB@
147
VERSION = @VERSION@
148 1576 phoenix
ac_ct_CC = @ac_ct_CC@
149
ac_ct_RANLIB = @ac_ct_RANLIB@
150
ac_ct_STRIP = @ac_ct_STRIP@
151
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
152
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
153 1249 lampret
am__include = @am__include@
154 1576 phoenix
am__leading_dot = @am__leading_dot@
155 1249 lampret
am__quote = @am__quote@
156 1576 phoenix
am__tar = @am__tar@
157
am__untar = @am__untar@
158
bindir = @bindir@
159
build = @build@
160
build_alias = @build_alias@
161
build_cpu = @build_cpu@
162
build_os = @build_os@
163
build_vendor = @build_vendor@
164
datadir = @datadir@
165
exec_prefix = @exec_prefix@
166 1070 rprescott
host = @host@
167 1576 phoenix
host_alias = @host_alias@
168 1070 rprescott
host_cpu = @host_cpu@
169
host_os = @host_os@
170 1576 phoenix
host_vendor = @host_vendor@
171
includedir = @includedir@
172
infodir = @infodir@
173 1249 lampret
install_sh = @install_sh@
174 1576 phoenix
libdir = @libdir@
175
libexecdir = @libexecdir@
176
localstatedir = @localstatedir@
177
mandir = @mandir@
178
mkdir_p = @mkdir_p@
179
oldincludedir = @oldincludedir@
180
prefix = @prefix@
181
program_transform_name = @program_transform_name@
182
sbindir = @sbindir@
183
sharedstatedir = @sharedstatedir@
184
sysconfdir = @sysconfdir@
185
target = @target@
186
target_alias = @target_alias@
187
target_cpu = @target_cpu@
188
target_os = @target_os@
189
target_vendor = @target_vendor@
190 1070 rprescott
noinst_LIBRARIES = libchannels.a
191
libchannels_a_SOURCES = \
192
channel.c               \
193
fd.c                    \
194
file.c                  \
195
generic.c               \
196 1119 sfurman
xterm.c                 \
197 1127 sfurman
tcp.c                   \
198
tty.c
199 1070 rprescott
 
200 1249 lampret
all: all-am
201 1120 sfurman
 
202 1070 rprescott
.SUFFIXES:
203 1249 lampret
.SUFFIXES: .c .o .obj
204 1576 phoenix
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
205
        @for dep in $?; do \
206
          case '$(am__configure_deps)' in \
207
            *$$dep*) \
208
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
209
                && exit 0; \
210
              exit 1;; \
211
          esac; \
212
        done; \
213
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  peripheral/channels/Makefile'; \
214 1249 lampret
        cd $(top_srcdir) && \
215
          $(AUTOMAKE) --gnu  peripheral/channels/Makefile
216 1576 phoenix
.PRECIOUS: Makefile
217
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218
        @case '$?' in \
219
          *config.status*) \
220
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
221
          *) \
222
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
224
        esac;
225 1070 rprescott
 
226 1576 phoenix
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
 
229
$(top_srcdir)/configure:  $(am__configure_deps)
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
232
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
 
234 1070 rprescott
clean-noinstLIBRARIES:
235
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
236 1249 lampret
libchannels.a: $(libchannels_a_OBJECTS) $(libchannels_a_DEPENDENCIES)
237
        -rm -f libchannels.a
238
        $(libchannels_a_AR) libchannels.a $(libchannels_a_OBJECTS) $(libchannels_a_LIBADD)
239
        $(RANLIB) libchannels.a
240 1070 rprescott
 
241 1249 lampret
mostlyclean-compile:
242 1576 phoenix
        -rm -f *.$(OBJEXT)
243 1120 sfurman
 
244 1249 lampret
distclean-compile:
245
        -rm -f *.tab.c
246 1120 sfurman
 
247 1249 lampret
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd.Po@am__quote@
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp.Po@am__quote@
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Po@am__quote@
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xterm.Po@am__quote@
254 1120 sfurman
 
255 1249 lampret
.c.o:
256 1576 phoenix
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
257
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
258
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
261 1070 rprescott
 
262 1249 lampret
.c.obj:
263 1576 phoenix
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
264
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
268 1249 lampret
uninstall-info-am:
269 1120 sfurman
 
270 1249 lampret
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272
        unique=`for i in $$list; do \
273
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274
          done | \
275
          $(AWK) '    { files[$$0] = 1; } \
276 1070 rprescott
               END { for (i in files) print i; }'`; \
277 1249 lampret
        mkid -fID $$unique
278 1576 phoenix
tags: TAGS
279 1070 rprescott
 
280 1249 lampret
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281
                $(TAGS_FILES) $(LISP)
282 1070 rprescott
        tags=; \
283
        here=`pwd`; \
284 1249 lampret
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
285
        unique=`for i in $$list; do \
286
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
          done | \
288
          $(AWK) '    { files[$$0] = 1; } \
289 1070 rprescott
               END { for (i in files) print i; }'`; \
290 1576 phoenix
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
291
          test -n "$$unique" || unique=$$empty_fix; \
292
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293
            $$tags $$unique; \
294
        fi
295
ctags: CTAGS
296
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
297
                $(TAGS_FILES) $(LISP)
298
        tags=; \
299
        here=`pwd`; \
300
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
301
        unique=`for i in $$list; do \
302
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303
          done | \
304
          $(AWK) '    { files[$$0] = 1; } \
305
               END { for (i in files) print i; }'`; \
306
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
307
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
308 1249 lampret
             $$tags $$unique
309 1070 rprescott
 
310 1249 lampret
GTAGS:
311
        here=`$(am__cd) $(top_builddir) && pwd` \
312
          && cd $(top_srcdir) \
313
          && gtags -i $(GTAGS_ARGS) $$here
314 1070 rprescott
 
315
distclean-tags:
316 1576 phoenix
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317 1070 rprescott
 
318
distdir: $(DISTFILES)
319 1576 phoenix
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
320
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
321
        list='$(DISTFILES)'; for file in $$list; do \
322
          case $$file in \
323
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
324
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
325
          esac; \
326 1249 lampret
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
328
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
329
            dir="/$$dir"; \
330 1576 phoenix
            $(mkdir_p) "$(distdir)$$dir"; \
331 1249 lampret
          else \
332
            dir=''; \
333
          fi; \
334 1070 rprescott
          if test -d $$d/$$file; then \
335 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
337
            fi; \
338
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
339 1070 rprescott
          else \
340
            test -f $(distdir)/$$file \
341 1249 lampret
            || cp -p $$d/$$file $(distdir)/$$file \
342
            || exit 1; \
343 1070 rprescott
          fi; \
344
        done
345 1249 lampret
check-am: all-am
346
check: check-am
347
all-am: Makefile $(LIBRARIES)
348
installdirs:
349
install: install-am
350 1120 sfurman
install-exec: install-exec-am
351 1070 rprescott
install-data: install-data-am
352 1249 lampret
uninstall: uninstall-am
353 1070 rprescott
 
354
install-am: all-am
355
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356 1249 lampret
 
357
installcheck: installcheck-am
358 1120 sfurman
install-strip:
359 1249 lampret
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360 1576 phoenix
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
361 1249 lampret
          `test -z '$(STRIP)' || \
362
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
363 1070 rprescott
mostlyclean-generic:
364
 
365
clean-generic:
366
 
367
distclean-generic:
368 1576 phoenix
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
369 1070 rprescott
 
370
maintainer-clean-generic:
371 1249 lampret
        @echo "This command is intended for maintainers to use"
372
        @echo "it deletes files that may require special tools to rebuild."
373
clean: clean-am
374 1070 rprescott
 
375 1249 lampret
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
376 1070 rprescott
 
377 1249 lampret
distclean: distclean-am
378 1576 phoenix
        -rm -rf ./$(DEPDIR)
379
        -rm -f Makefile
380
distclean-am: clean-am distclean-compile distclean-generic \
381
        distclean-tags
382 1070 rprescott
 
383 1249 lampret
dvi: dvi-am
384 1070 rprescott
 
385 1249 lampret
dvi-am:
386 1070 rprescott
 
387 1576 phoenix
html: html-am
388
 
389 1249 lampret
info: info-am
390 1070 rprescott
 
391 1249 lampret
info-am:
392
 
393
install-data-am:
394
 
395
install-exec-am:
396
 
397
install-info: install-info-am
398
 
399
install-man:
400
 
401
installcheck-am:
402
 
403 1070 rprescott
maintainer-clean: maintainer-clean-am
404 1576 phoenix
        -rm -rf ./$(DEPDIR)
405
        -rm -f Makefile
406 1249 lampret
maintainer-clean-am: distclean-am maintainer-clean-generic
407 1070 rprescott
 
408 1249 lampret
mostlyclean: mostlyclean-am
409 1070 rprescott
 
410 1249 lampret
mostlyclean-am: mostlyclean-compile mostlyclean-generic
411
 
412 1576 phoenix
pdf: pdf-am
413
 
414
pdf-am:
415
 
416
ps: ps-am
417
 
418
ps-am:
419
 
420 1249 lampret
uninstall-am: uninstall-info-am
421
 
422 1576 phoenix
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
423
        clean-noinstLIBRARIES ctags distclean distclean-compile \
424
        distclean-generic distclean-tags distdir dvi dvi-am html \
425
        html-am info info-am install install-am install-data \
426 1249 lampret
        install-data-am install-exec install-exec-am install-info \
427
        install-info-am install-man install-strip installcheck \
428
        installcheck-am installdirs maintainer-clean \
429
        maintainer-clean-generic mostlyclean mostlyclean-compile \
430 1576 phoenix
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
431
        uninstall-am uninstall-info-am
432 1249 lampret
 
433 1070 rprescott
# Tell versions [3.59,3.63) of GNU make to not export all variables.
434
# Otherwise a system limit (for SysV at least) may be exceeded.
435
.NOEXPORT:

powered by: WebSVN 2.1.0

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