1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
51 transform
= @program_transform_name@
59 build_alias
= @build_alias@
60 build_triplet
= @build@
61 host_alias
= @host_alias@
63 target_alias
= @target_alias@
64 target_triplet
= @target@
73 AUTOMAKE_OPTIONS
= cygnus
75 gdbdir
= ${dir ${patsubst %/,%,${dir @
srcdir@
}}}gdb
77 bin_PROGRAMS
= stub.exe
78 stub_exe_SOURCES
= wince-stub.c
80 tooldir
= $(exec_prefix)/$(host_alias
)
81 INCLUDES
= -I
$(gdbdir
)
83 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
84 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/..
/mkinstalldirs
86 bin_PROGRAMS
= stub.exe
87 PROGRAMS
= $(bin_PROGRAMS
)
90 DEFS
= @DEFS@
-I.
-I
$(srcdir)
94 stub_exe_OBJECTS
= wince-stub.o
95 stub_exe_LDADD
= $(LDADD
)
96 stub_exe_DEPENDENCIES
=
99 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
101 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
102 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
105 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
109 SOURCES
= $(stub_exe_SOURCES
)
110 OBJECTS
= $(stub_exe_OBJECTS
)
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
118 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
120 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
122 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in
123 cd
$(srcdir) && $(ACLOCAL
)
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
)
130 mostlyclean-binPROGRAMS
:
133 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
135 distclean-binPROGRAMS
:
137 maintainer-clean-binPROGRAMS
:
139 install-binPROGRAMS
: $(bin_PROGRAMS
)
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)/'`; \
149 uninstall-binPROGRAMS
:
151 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
152 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
165 -rm -f
*.o core
*.core
172 maintainer-clean-compile
:
174 stub.exe
: $(stub_exe_OBJECTS
) $(stub_exe_DEPENDENCIES
)
176 $(LINK
) $(stub_exe_LDFLAGS
) $(stub_exe_OBJECTS
) $(stub_exe_LDADD
) $(LIBS
)
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
)
188 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
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
)
205 maintainer-clean-tags
:
207 distdir
= $(PACKAGE
)-$(VERSION
)
208 top_distdir
= $(distdir
)
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
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
228 @banner
="$(distdir).tar.gz is ready for distribution"; \
229 dashes
=`echo "$$banner" | sed s/./=/g`; \
234 -chmod
-R a
+r
$(distdir
)
235 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
238 -chmod
-R a
+r
$(distdir
)
239 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
241 distdir
: $(DISTFILES
)
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; \
250 test -f
$(distdir
)/$$file \
251 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
252 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
262 installcheck: installcheck-am
264 install-info
: install-info-am
265 install-exec-am
: install-binPROGRAMS
266 install-exec
: install-exec-am
269 install-data
: install-data-am
272 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
274 uninstall-am
: uninstall-binPROGRAMS
275 uninstall: uninstall-am
276 all-am
: Makefile
$(PROGRAMS
)
279 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
281 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
289 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
290 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
292 maintainer-clean-generic
:
293 mostlyclean-am
: mostlyclean-binPROGRAMS mostlyclean-compile \
294 mostlyclean-tags mostlyclean-generic
296 mostlyclean: mostlyclean-am
298 clean-am
: clean-binPROGRAMS clean-compile clean-tags clean-generic \
303 distclean-am
: distclean-binPROGRAMS distclean-compile distclean-tags \
304 distclean-generic clean-am
306 distclean: distclean-am
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."
315 maintainer-clean
: maintainer-clean-am
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
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.