1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # 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.
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
18 top_srcdir
= @top_srcdir@
20 pkgdatadir
= $(datadir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkgincludedir
= $(includedir)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA
= $(install_sh
) -c
-m
644
28 install_sh_PROGRAM
= $(install_sh
) -c
29 install_sh_SCRIPT
= $(install_sh
) -c
30 INSTALL_HEADER
= $(INSTALL_DATA
)
31 transform
= $(program_transform_name
)
40 AMDEP_FALSE
= @AMDEP_FALSE@
41 AMDEP_TRUE
= @AMDEP_TRUE@
45 AUTOHEADER
= @AUTOHEADER@
49 CCDEPMODE
= @CCDEPMODE@
55 CXXDEPMODE
= @CXXDEPMODE@
57 CYGPATH_W
= @CYGPATH_W@
68 INSTALL_DATA
= @INSTALL_DATA@
69 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
70 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
71 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
77 LTLIBOBJS
= @LTLIBOBJS@
81 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
82 PACKAGE_NAME
= @PACKAGE_NAME@
83 PACKAGE_STRING
= @PACKAGE_STRING@
84 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
85 PACKAGE_VERSION
= @PACKAGE_VERSION@
86 PATH_SEPARATOR
= @PATH_SEPARATOR@
94 ac_ct_CXX
= @ac_ct_CXX@
95 ac_ct_F77
= @ac_ct_F77@
96 ac_ct_RANLIB
= @ac_ct_RANLIB@
97 ac_ct_STRIP
= @ac_ct_STRIP@
98 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
99 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
100 am__fastdepCXX_FALSE
= @am__fastdepCXX_FALSE@
101 am__fastdepCXX_TRUE
= @am__fastdepCXX_TRUE@
102 am__include
= @am__include@
103 am__leading_dot
= @am__leading_dot@
104 am__quote
= @am__quote@
107 build_alias
= @build_alias@
108 build_cpu
= @build_cpu@
109 build_os
= @build_os@
110 build_vendor
= @build_vendor@
112 exec_prefix = @
exec_prefix@
114 host_alias
= @host_alias@
115 host_cpu
= @host_cpu@
117 host_vendor
= @host_vendor@
118 includedir = @
includedir@
120 install_sh
= @install_sh@
122 libexecdir
= @libexecdir@
123 localstatedir
= @localstatedir@
125 oldincludedir = @
oldincludedir@
127 program_transform_name
= @program_transform_name@
129 sharedstatedir
= @sharedstatedir@
130 sysconfdir
= @sysconfdir@
131 target_alias
= @target_alias@
132 bin_PROGRAMS
= minibridge
133 minibridge_SOURCES
= minibridge.c Player.c Game.c Card.c GameCtr.c PlayerCtr.c
135 # set the include path found by configure
136 INCLUDES
= $(all_includes
)
138 # the library search path.
139 minibridge_LDFLAGS
= $(all_libraries
)
140 noinst_HEADERS
= COO.h COO_EXCEPTION.h Card.h Game.h GameCtr.h Player.h \
141 PlayerCtr.h my_types.h
144 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
145 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
146 CONFIG_HEADER
= $(top_builddir
)/config.h
148 bin_PROGRAMS
= minibridge
$(EXEEXT
)
149 PROGRAMS
= $(bin_PROGRAMS
)
151 am_minibridge_OBJECTS
= minibridge.
$(OBJEXT
) Player.
$(OBJEXT
) \
152 Game.
$(OBJEXT
) Card.
$(OBJEXT
) GameCtr.
$(OBJEXT
) \
154 minibridge_OBJECTS
= $(am_minibridge_OBJECTS
)
155 minibridge_LDADD
= $(LDADD
)
156 minibridge_DEPENDENCIES
=
158 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I
$(top_builddir
)
159 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
160 am__depfiles_maybe
= depfiles
161 @AMDEP_TRUE@DEP_FILES
= .
/$(DEPDIR
)/Card.Po .
/$(DEPDIR
)/Game.Po \
162 @AMDEP_TRUE@ .
/$(DEPDIR
)/GameCtr.Po .
/$(DEPDIR
)/Player.Po \
163 @AMDEP_TRUE@ .
/$(DEPDIR
)/PlayerCtr.Po .
/$(DEPDIR
)/minibridge.Po
164 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
165 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
166 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) \
167 $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
169 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
170 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
171 DIST_SOURCES
= $(minibridge_SOURCES
)
172 HEADERS
= $(noinst_HEADERS
)
174 DIST_COMMON
= $(noinst_HEADERS
) $(srcdir)/Makefile.in Makefile.am
175 SOURCES
= $(minibridge_SOURCES
)
180 .SUFFIXES
: .c .lo .o .obj
181 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
182 cd
$(top_srcdir
) && \
183 $(AUTOMAKE
) --gnu src
/Makefile
184 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
185 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
186 binPROGRAMS_INSTALL
= $(INSTALL_PROGRAM
)
187 install-binPROGRAMS
: $(bin_PROGRAMS
)
189 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
190 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
191 p1
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
195 f
=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
196 echo
" $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
197 $(INSTALL_PROGRAM_ENV
) $(LIBTOOL
) --mode
=install $(binPROGRAMS_INSTALL
) $$p $(DESTDIR
)$(bindir)/$$f || exit
1; \
201 uninstall-binPROGRAMS
:
203 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
204 f
=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
205 echo
" rm -f $(DESTDIR)$(bindir)/$$f"; \
206 rm -f
$(DESTDIR
)$(bindir)/$$f; \
210 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
211 f
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
212 echo
" rm -f $$p $$f"; \
215 minibridge
$(EXEEXT
): $(minibridge_OBJECTS
) $(minibridge_DEPENDENCIES
)
216 @
rm -f minibridge
$(EXEEXT
)
217 $(LINK
) $(minibridge_LDFLAGS
) $(minibridge_OBJECTS
) $(minibridge_LDADD
) $(LIBS
)
220 -rm -f
*.
$(OBJEXT
) core
*.core
225 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/Card.Po@am__quote@
226 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/Game.Po@am__quote@
227 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/GameCtr.Po@am__quote@
228 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/Player.Po@am__quote@
229 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/PlayerCtr.Po@am__quote@
230 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/minibridge.Po@am__quote@
233 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" \
234 @am__fastdepCC_TRUE@
-c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<; \
235 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
236 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; \
237 @am__fastdepCC_TRUE@ fi
238 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
240 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
241 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`test -f '$<' || echo '$(srcdir)/'`$<
244 @am__fastdepCC_TRUE@ if
$(COMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" \
245 @am__fastdepCC_TRUE@
-c
-o
$@
`if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
246 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
247 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; \
248 @am__fastdepCC_TRUE@ fi
249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/$*.Po' tmpdepfile
='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
251 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
252 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
255 @am__fastdepCC_TRUE@ if
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo" \
256 @am__fastdepCC_TRUE@
-c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<; \
257 @am__fastdepCC_TRUE@ then mv
-f
"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
258 @am__fastdepCC_TRUE@
else rm -f
"$(DEPDIR)/$*.Tpo"; exit
1; \
259 @am__fastdepCC_TRUE@ fi
260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile
='$(DEPDIR)/$*.Plo' tmpdepfile
='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
263 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
`test -f '$<' || echo '$(srcdir)/'`$<
283 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
284 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; \
288 $(AWK) ' { files[$$0] = 1; } \
289 END { for (i in files) print i; }'`; \
292 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
293 $(TAGS_FILES
) $(LISP
)
296 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique
=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300 $(AWK) ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 test -z
"$(ETAGS_ARGS)$$tags$$unique" \
303 ||
$(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
307 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
308 $(TAGS_FILES
) $(LISP
)
311 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312 unique
=`for i in $$list; do \
313 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 $(AWK) ' { files[$$0] = 1; } \
316 END { for (i in files) print i; }'`; \
317 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
318 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
322 here
=`$(am__cd) $(top_builddir) && pwd` \
323 && cd
$(top_srcdir
) \
324 && gtags
-i
$(GTAGS_ARGS
) $$here
327 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
328 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
331 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
333 distdir
: $(DISTFILES
)
334 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
335 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
336 list
='$(DISTFILES)'; for file in
$$list; do \
338 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
339 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
341 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
342 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
343 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
345 $(mkinstalldirs
) "$(distdir)$$dir"; \
349 if
test -d
$$d/$$file; then \
350 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
351 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
353 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
355 test -f
$(distdir
)/$$file \
356 || cp
-p
$$d/$$file $(distdir
)/$$file \
362 all-am
: Makefile
$(PROGRAMS
) $(HEADERS
)
365 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
367 install-exec
: install-exec-am
368 install-data
: install-data-am
369 uninstall: uninstall-am
372 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
374 installcheck: installcheck-am
376 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
377 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
378 `test -z '$(STRIP)' || \
379 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
385 -rm -f
$(CONFIG_CLEAN_FILES
)
387 maintainer-clean-generic
:
388 @echo
"This command is intended for maintainers to use"
389 @echo
"it deletes files that may require special tools to rebuild."
392 clean-am
: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
394 distclean: distclean-am
397 distclean-am
: clean-am distclean-compile distclean-generic \
398 distclean-libtool distclean-tags
410 install-exec-am
: install-binPROGRAMS
412 install-info
: install-info-am
418 maintainer-clean
: maintainer-clean-am
421 maintainer-clean-am
: distclean-am maintainer-clean-generic
423 mostlyclean: mostlyclean-am
425 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
436 uninstall-am
: uninstall-binPROGRAMS uninstall-info-am
438 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-binPROGRAMS \
439 clean-generic clean-libtool ctags
distclean distclean-compile \
440 distclean-generic distclean-libtool distclean-tags distdir
dvi \
441 dvi-am
info info-am
install install-am install-binPROGRAMS \
442 install-data install-data-am install-exec install-exec-am \
443 install-info install-info-am install-man install-strip \
444 installcheck installcheck-am
installdirs maintainer-clean \
445 maintainer-clean-generic
mostlyclean mostlyclean-compile \
446 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
447 tags uninstall uninstall-am uninstall-binPROGRAMS \
450 # Tell versions [3.59,3.63) of GNU make to not export all variables.
451 # Otherwise a system limit (for SysV at least) may be exceeded.