1 |
148 |
jeremybenn |
# 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 |
|
|
prefix = @prefix@
|
19 |
|
|
exec_prefix = @exec_prefix@
|
20 |
|
|
|
21 |
|
|
bindir = @bindir@
|
22 |
|
|
sbindir = @sbindir@
|
23 |
|
|
libexecdir = @libexecdir@
|
24 |
|
|
datadir = @datadir@
|
25 |
|
|
sysconfdir = @sysconfdir@
|
26 |
|
|
sharedstatedir = @sharedstatedir@
|
27 |
|
|
localstatedir = @localstatedir@
|
28 |
|
|
libdir = @libdir@
|
29 |
|
|
infodir = @infodir@
|
30 |
|
|
mandir = @mandir@
|
31 |
|
|
includedir = @includedir@
|
32 |
|
|
oldincludedir = /usr/include
|
33 |
|
|
|
34 |
|
|
DESTDIR =
|
35 |
|
|
|
36 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
37 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
38 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
39 |
|
|
|
40 |
|
|
top_builddir = .
|
41 |
|
|
|
42 |
|
|
ACLOCAL = @ACLOCAL@
|
43 |
|
|
AUTOCONF = @AUTOCONF@
|
44 |
|
|
AUTOMAKE = @AUTOMAKE@
|
45 |
|
|
AUTOHEADER = @AUTOHEADER@
|
46 |
|
|
|
47 |
|
|
INSTALL = @INSTALL@
|
48 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
49 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
50 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
51 |
|
|
transform = @program_transform_name@
|
52 |
|
|
|
53 |
|
|
NORMAL_INSTALL = :
|
54 |
|
|
PRE_INSTALL = :
|
55 |
|
|
POST_INSTALL = :
|
56 |
|
|
NORMAL_UNINSTALL = :
|
57 |
|
|
PRE_UNINSTALL = :
|
58 |
|
|
POST_UNINSTALL = :
|
59 |
|
|
build_alias = @build_alias@
|
60 |
|
|
build_triplet = @build@
|
61 |
|
|
host_alias = @host_alias@
|
62 |
|
|
host_triplet = @host@
|
63 |
|
|
target_alias = @target_alias@
|
64 |
|
|
target_triplet = @target@
|
65 |
|
|
CC = @CC@
|
66 |
|
|
EXEEXT = @EXEEXT@
|
67 |
|
|
LD = @LD@
|
68 |
|
|
MAINT = @MAINT@
|
69 |
|
|
MAKEINFO = @MAKEINFO@
|
70 |
|
|
PACKAGE = @PACKAGE@
|
71 |
|
|
VERSION = @VERSION@
|
72 |
|
|
|
73 |
|
|
AUTOMAKE_OPTIONS = cygnus
|
74 |
|
|
|
75 |
|
|
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
76 |
|
|
VPATH = $(gdbdir)
|
77 |
|
|
bin_PROGRAMS = stub.exe
|
78 |
|
|
stub_exe_SOURCES = wince-stub.c
|
79 |
|
|
|
80 |
|
|
tooldir = $(exec_prefix)/$(host_alias)
|
81 |
|
|
INCLUDES = -I$(gdbdir)
|
82 |
|
|
LDADD = @LDADD@
|
83 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
84 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
85 |
|
|
CONFIG_CLEAN_FILES =
|
86 |
|
|
bin_PROGRAMS = stub.exe
|
87 |
|
|
PROGRAMS = $(bin_PROGRAMS)
|
88 |
|
|
|
89 |
|
|
|
90 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
91 |
|
|
CPPFLAGS = @CPPFLAGS@
|
92 |
|
|
LDFLAGS = @LDFLAGS@
|
93 |
|
|
LIBS = @LIBS@
|
94 |
|
|
stub_exe_OBJECTS = wince-stub.o
|
95 |
|
|
stub_exe_LDADD = $(LDADD)
|
96 |
|
|
stub_exe_DEPENDENCIES =
|
97 |
|
|
stub_exe_LDFLAGS =
|
98 |
|
|
CFLAGS = @CFLAGS@
|
99 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
100 |
|
|
CCLD = $(CC)
|
101 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
102 |
|
|
DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
|
103 |
|
|
|
104 |
|
|
|
105 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
106 |
|
|
|
107 |
|
|
TAR = gtar
|
108 |
|
|
GZIP_ENV = --best
|
109 |
|
|
SOURCES = $(stub_exe_SOURCES)
|
110 |
|
|
OBJECTS = $(stub_exe_OBJECTS)
|
111 |
|
|
|
112 |
|
|
all: all-redirect
|
113 |
|
|
.SUFFIXES:
|
114 |
|
|
.SUFFIXES: .S .c .o .s
|
115 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
116 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
|
117 |
|
|
|
118 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
119 |
|
|
cd $(top_builddir) \
|
120 |
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
121 |
|
|
|
122 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
|
123 |
|
|
cd $(srcdir) && $(ACLOCAL)
|
124 |
|
|
|
125 |
|
|
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
126 |
|
|
$(SHELL) ./config.status --recheck
|
127 |
|
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
128 |
|
|
cd $(srcdir) && $(AUTOCONF)
|
129 |
|
|
|
130 |
|
|
mostlyclean-binPROGRAMS:
|
131 |
|
|
|
132 |
|
|
clean-binPROGRAMS:
|
133 |
|
|
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
134 |
|
|
|
135 |
|
|
distclean-binPROGRAMS:
|
136 |
|
|
|
137 |
|
|
maintainer-clean-binPROGRAMS:
|
138 |
|
|
|
139 |
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
140 |
|
|
@$(NORMAL_INSTALL)
|
141 |
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
142 |
|
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
143 |
|
|
if test -f $$p; then \
|
144 |
|
|
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
145 |
|
|
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
146 |
|
|
else :; fi; \
|
147 |
|
|
done
|
148 |
|
|
|
149 |
|
|
uninstall-binPROGRAMS:
|
150 |
|
|
@$(NORMAL_UNINSTALL)
|
151 |
|
|
list='$(bin_PROGRAMS)'; for p in $$list; do \
|
152 |
|
|
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
153 |
|
|
done
|
154 |
|
|
|
155 |
|
|
.c.o:
|
156 |
|
|
$(COMPILE) -c $<
|
157 |
|
|
|
158 |
|
|
.s.o:
|
159 |
|
|
$(COMPILE) -c $<
|
160 |
|
|
|
161 |
|
|
.S.o:
|
162 |
|
|
$(COMPILE) -c $<
|
163 |
|
|
|
164 |
|
|
mostlyclean-compile:
|
165 |
|
|
-rm -f *.o core *.core
|
166 |
|
|
|
167 |
|
|
clean-compile:
|
168 |
|
|
|
169 |
|
|
distclean-compile:
|
170 |
|
|
-rm -f *.tab.c
|
171 |
|
|
|
172 |
|
|
maintainer-clean-compile:
|
173 |
|
|
|
174 |
|
|
stub.exe: $(stub_exe_OBJECTS) $(stub_exe_DEPENDENCIES)
|
175 |
|
|
@rm -f stub.exe
|
176 |
|
|
$(LINK) $(stub_exe_LDFLAGS) $(stub_exe_OBJECTS) $(stub_exe_LDADD) $(LIBS)
|
177 |
|
|
|
178 |
|
|
tags: TAGS
|
179 |
|
|
|
180 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
181 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
182 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
183 |
|
|
awk ' { files[$$0] = 1; } \
|
184 |
|
|
END { for (i in files) print i; }'`; \
|
185 |
|
|
here=`pwd` && cd $(srcdir) \
|
186 |
|
|
&& mkid -f$$here/ID $$unique $(LISP)
|
187 |
|
|
|
188 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
189 |
|
|
tags=; \
|
190 |
|
|
here=`pwd`; \
|
191 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
192 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
193 |
|
|
awk ' { files[$$0] = 1; } \
|
194 |
|
|
END { for (i in files) print i; }'`; \
|
195 |
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
196 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
197 |
|
|
|
198 |
|
|
mostlyclean-tags:
|
199 |
|
|
|
200 |
|
|
clean-tags:
|
201 |
|
|
|
202 |
|
|
distclean-tags:
|
203 |
|
|
-rm -f TAGS ID
|
204 |
|
|
|
205 |
|
|
maintainer-clean-tags:
|
206 |
|
|
|
207 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
208 |
|
|
top_distdir = $(distdir)
|
209 |
|
|
|
210 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
211 |
|
|
# it guarantees that the distribution is self-contained by making another
|
212 |
|
|
# tarfile.
|
213 |
|
|
distcheck: dist
|
214 |
|
|
-rm -rf $(distdir)
|
215 |
|
|
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
|
216 |
|
|
mkdir $(distdir)/=build
|
217 |
|
|
mkdir $(distdir)/=inst
|
218 |
|
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
219 |
|
|
cd $(distdir)/=build \
|
220 |
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
221 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
222 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
223 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
224 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
225 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
226 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist
|
227 |
|
|
-rm -rf $(distdir)
|
228 |
|
|
@banner="$(distdir).tar.gz is ready for distribution"; \
|
229 |
|
|
dashes=`echo "$$banner" | sed s/./=/g`; \
|
230 |
|
|
echo "$$dashes"; \
|
231 |
|
|
echo "$$banner"; \
|
232 |
|
|
echo "$$dashes"
|
233 |
|
|
dist: distdir
|
234 |
|
|
-chmod -R a+r $(distdir)
|
235 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
236 |
|
|
-rm -rf $(distdir)
|
237 |
|
|
dist-all: distdir
|
238 |
|
|
-chmod -R a+r $(distdir)
|
239 |
|
|
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
240 |
|
|
-rm -rf $(distdir)
|
241 |
|
|
distdir: $(DISTFILES)
|
242 |
|
|
-rm -rf $(distdir)
|
243 |
|
|
mkdir $(distdir)
|
244 |
|
|
-chmod 777 $(distdir)
|
245 |
|
|
@for file in $(DISTFILES); do \
|
246 |
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
247 |
|
|
if test -d $$d/$$file; then \
|
248 |
|
|
cp -pr $$/$$file $(distdir)/$$file; \
|
249 |
|
|
else \
|
250 |
|
|
test -f $(distdir)/$$file \
|
251 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
252 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
253 |
|
|
fi; \
|
254 |
|
|
done
|
255 |
|
|
info-am:
|
256 |
|
|
info: info-am
|
257 |
|
|
dvi-am:
|
258 |
|
|
dvi: dvi-am
|
259 |
|
|
check-am:
|
260 |
|
|
check: check-am
|
261 |
|
|
installcheck-am:
|
262 |
|
|
installcheck: installcheck-am
|
263 |
|
|
install-info-am:
|
264 |
|
|
install-info: install-info-am
|
265 |
|
|
install-exec-am: install-binPROGRAMS
|
266 |
|
|
install-exec: install-exec-am
|
267 |
|
|
|
268 |
|
|
install-data-am:
|
269 |
|
|
install-data: install-data-am
|
270 |
|
|
|
271 |
|
|
install-am: all-am
|
272 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
273 |
|
|
install: install-am
|
274 |
|
|
uninstall-am: uninstall-binPROGRAMS
|
275 |
|
|
uninstall: uninstall-am
|
276 |
|
|
all-am: Makefile $(PROGRAMS)
|
277 |
|
|
all-redirect: all-am
|
278 |
|
|
install-strip:
|
279 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
280 |
|
|
installdirs:
|
281 |
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
282 |
|
|
|
283 |
|
|
|
284 |
|
|
mostlyclean-generic:
|
285 |
|
|
|
286 |
|
|
clean-generic:
|
287 |
|
|
|
288 |
|
|
distclean-generic:
|
289 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
290 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
291 |
|
|
|
292 |
|
|
maintainer-clean-generic:
|
293 |
|
|
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
|
294 |
|
|
mostlyclean-tags mostlyclean-generic
|
295 |
|
|
|
296 |
|
|
mostlyclean: mostlyclean-am
|
297 |
|
|
|
298 |
|
|
clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
|
299 |
|
|
mostlyclean-am
|
300 |
|
|
|
301 |
|
|
clean: clean-am
|
302 |
|
|
|
303 |
|
|
distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
|
304 |
|
|
distclean-generic clean-am
|
305 |
|
|
|
306 |
|
|
distclean: distclean-am
|
307 |
|
|
-rm -f config.status
|
308 |
|
|
|
309 |
|
|
maintainer-clean-am: maintainer-clean-binPROGRAMS \
|
310 |
|
|
maintainer-clean-compile maintainer-clean-tags \
|
311 |
|
|
maintainer-clean-generic distclean-am
|
312 |
|
|
@echo "This command is intended for maintainers to use;"
|
313 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
314 |
|
|
|
315 |
|
|
maintainer-clean: maintainer-clean-am
|
316 |
|
|
-rm -f config.status
|
317 |
|
|
|
318 |
|
|
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
|
319 |
|
|
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
|
320 |
|
|
mostlyclean-compile distclean-compile clean-compile \
|
321 |
|
|
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
|
322 |
|
|
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
323 |
|
|
check-am installcheck-am installcheck install-info-am install-info \
|
324 |
|
|
install-exec-am install-exec install-data-am install-data install-am \
|
325 |
|
|
install uninstall-am uninstall all-redirect all-am all installdirs \
|
326 |
|
|
mostlyclean-generic distclean-generic clean-generic \
|
327 |
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
328 |
|
|
|
329 |
|
|
|
330 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
331 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
332 |
|
|
.NOEXPORT:
|