1 |
578 |
markom |
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
2 |
|
|
|
3 |
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
4 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
5 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
6 |
|
|
# with or without modifications, as long as this notice is preserved.
|
7 |
|
|
|
8 |
|
|
# This program is distributed in the hope that it will be useful,
|
9 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
10 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
11 |
|
|
# PARTICULAR PURPOSE.
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
SHELL = @SHELL@
|
15 |
|
|
|
16 |
|
|
srcdir = @srcdir@
|
17 |
|
|
top_srcdir = @top_srcdir@
|
18 |
|
|
VPATH = @srcdir@
|
19 |
|
|
prefix = @prefix@
|
20 |
|
|
exec_prefix = @exec_prefix@
|
21 |
|
|
|
22 |
|
|
bindir = @bindir@
|
23 |
|
|
sbindir = @sbindir@
|
24 |
|
|
libexecdir = @libexecdir@
|
25 |
|
|
datadir = @datadir@
|
26 |
|
|
sysconfdir = @sysconfdir@
|
27 |
|
|
sharedstatedir = @sharedstatedir@
|
28 |
|
|
localstatedir = @localstatedir@
|
29 |
|
|
libdir = @libdir@
|
30 |
|
|
infodir = @infodir@
|
31 |
|
|
mandir = @mandir@
|
32 |
|
|
includedir = @includedir@
|
33 |
|
|
oldincludedir = /usr/include
|
34 |
|
|
|
35 |
|
|
DESTDIR =
|
36 |
|
|
|
37 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
40 |
|
|
|
41 |
|
|
top_builddir = ..
|
42 |
|
|
|
43 |
|
|
ACLOCAL = @ACLOCAL@
|
44 |
|
|
AUTOCONF = @AUTOCONF@
|
45 |
|
|
AUTOMAKE = @AUTOMAKE@
|
46 |
|
|
AUTOHEADER = @AUTOHEADER@
|
47 |
|
|
|
48 |
|
|
INSTALL = @INSTALL@
|
49 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
50 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
51 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
52 |
|
|
transform = @program_transform_name@
|
53 |
|
|
|
54 |
|
|
NORMAL_INSTALL = :
|
55 |
|
|
PRE_INSTALL = :
|
56 |
|
|
POST_INSTALL = :
|
57 |
|
|
NORMAL_UNINSTALL = :
|
58 |
|
|
PRE_UNINSTALL = :
|
59 |
|
|
POST_UNINSTALL = :
|
60 |
|
|
BOARDS = @BOARDS@
|
61 |
|
|
CC = @CC@
|
62 |
|
|
CONFIG = @CONFIG@
|
63 |
|
|
EXEEXT = @EXEEXT@
|
64 |
|
|
MAINT = @MAINT@
|
65 |
|
|
MAKEINFO = @MAKEINFO@
|
66 |
|
|
PACKAGE = @PACKAGE@
|
67 |
|
|
VERSION = @VERSION@
|
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: @MAINTAINER_MODE_TRUE@ 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:
|