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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [example/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Generated automatically from Makefile.in by configure.
2
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
 
4
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5
# This Makefile.in is free software; the Free Software Foundation
6
# gives unlimited permission to copy and/or distribute it,
7
# with or without modifications, as long as this notice is preserved.
8
 
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
# PARTICULAR PURPOSE.
13
 
14
 
15
SHELL = /bin/sh
16
 
17
srcdir = .
18
top_srcdir = ..
19
prefix = /projects/or32-rtems2
20
exec_prefix = ${prefix}
21
 
22
bindir = ${exec_prefix}/bin
23
sbindir = ${exec_prefix}/sbin
24
libexecdir = ${exec_prefix}/libexec
25
datadir = ${prefix}/share
26
sysconfdir = ${prefix}/etc
27
sharedstatedir = ${prefix}/com
28
localstatedir = ${prefix}/var
29
libdir = ${exec_prefix}/lib
30
infodir = ${prefix}/info
31
mandir = ${prefix}/man
32
includedir = ${prefix}/include
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/dejagnu
38
pkglibdir = $(libdir)/dejagnu
39
pkgincludedir = $(includedir)/dejagnu
40
 
41
top_builddir = ..
42
 
43
ACLOCAL = aclocal
44
AUTOCONF = autoconf
45
AUTOMAKE = automake
46
AUTOHEADER = autoheader
47
 
48
INSTALL = /usr/bin//install -c
49
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = ${INSTALL} -m 644
51
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52
transform = s,x,x,
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
BOARDS = $(boards)
61
CC = gcc
62
CONFIG = $(config)
63
EXEEXT =
64
MAINT = #
65
MAKEINFO = makeinfo
66
PACKAGE = dejagnu
67
VERSION = 20000518
68
 
69
AUTOMAKE_OPTIONS = dejagnu cygnus
70
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71
CONFIG_CLEAN_FILES =
72
DIST_COMMON =  Makefile.am Makefile.in
73
 
74
 
75
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
76
 
77
TAR = gtar
78
GZIP_ENV = --best
79
EXPECT = `if test -f $(top_builddir)/../expect/expect; then echo $(top_builddir)/../expect/expect; else echo expect; fi`
80
RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi`
81
all: all-redirect
82
.SUFFIXES:
83
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
84
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus example/Makefile
85
 
86
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
87
        cd $(top_builddir) \
88
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
89
 
90
tags: TAGS
91
TAGS:
92
 
93
 
94
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
95
 
96
subdir = example
97
 
98
distdir: $(DISTFILES)
99
        @for file in $(DISTFILES); do \
100
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
101
          if test -d $$d/$$file; then \
102
            cp -pr $$d/$$file $(distdir)/$$file; \
103
          else \
104
            test -f $(distdir)/$$file \
105
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
106
            || cp -p $$d/$$file $(distdir)/$$file || :; \
107
          fi; \
108
        done
109
 
110
RUNTESTFLAGS =
111
 
112
DEJATOOL = $(PACKAGE)
113
 
114
RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
115
 
116
check-DEJAGNU: site.exp
117
        srcdir=`cd $(srcdir) && pwd`; export srcdir; \
118
        EXPECT=$(EXPECT); export EXPECT; \
119
        if [ -f $(top_builddir)/../expect/expect ]; then \
120
          TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
121
          export TCL_LIBRARY; \
122
        fi; \
123
        runtest=$(RUNTEST); \
124
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
125
          $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
126
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
127
        fi
128
site.exp: Makefile
129
        @echo 'Making a new site.exp file...'
130
        @test ! -f site.bak || rm -f site.bak
131
        @echo '## these variables are automatically generated by make ##' > $@-t
132
        @echo '# Do not edit here.  If you wish to override these values' >> $@-t
133
        @echo '# edit the last section' >> $@-t
134
        @echo 'set tool $(DEJATOOL)' >> $@-t
135
        @echo 'set srcdir $(srcdir)' >> $@-t
136
        @echo 'set objdir' `pwd` >> $@-t
137
        @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
138
        @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
139
        @test ! -f site.exp || mv site.exp site.bak
140
        @mv $@-t site.exp
141
info-am:
142
info: info-am
143
dvi-am:
144
dvi: dvi-am
145
check-am:
146
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
147
check: check-am
148
installcheck-am:
149
installcheck: installcheck-am
150
install-info-am:
151
install-info: install-info-am
152
install-exec-am:
153
install-exec: install-exec-am
154
 
155
install-data-am:
156
install-data: install-data-am
157
 
158
install-am: all-am
159
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
160
install: install-am
161
uninstall-am:
162
uninstall: uninstall-am
163
all-am: Makefile all-local
164
all-redirect: all-am
165
install-strip:
166
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
167
installdirs:
168
 
169
 
170
mostlyclean-generic:
171
 
172
clean-generic:
173
 
174
distclean-generic:
175
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
176
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
177
 
178
maintainer-clean-generic:
179
mostlyclean-am:  mostlyclean-generic
180
 
181
mostlyclean: mostlyclean-am
182
 
183
clean-am:  clean-generic mostlyclean-am
184
 
185
clean: clean-am
186
 
187
distclean-am:  distclean-generic clean-am
188
 
189
distclean: distclean-am
190
 
191
maintainer-clean-am:  maintainer-clean-generic distclean-am
192
        @echo "This command is intended for maintainers to use;"
193
        @echo "it deletes files that may require special tools to rebuild."
194
 
195
maintainer-clean: maintainer-clean-am
196
 
197
.PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
198
check-am installcheck-am installcheck install-info-am install-info \
199
install-exec-am install-exec install-data-am install-data install-am \
200
install uninstall-am uninstall all-local all-redirect all-am all \
201
installdirs mostlyclean-generic distclean-generic clean-generic \
202
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
203
 
204
 
205
all-local:
206
        cd calc; $(MAKE) all
207
 
208
# Tell versions [3.59,3.63) of GNU make to not export all variables.
209
# Otherwise a system limit (for SysV at least) may be exceeded.
210
.NOEXPORT:

powered by: WebSVN 2.1.0

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