# Makefile.in generated automatically by automake 1.3b from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : AWK = @AWK@ CC = @CC@ GD_CFLAGS = @GD_CFLAGS@ GD_LIBS = @GD_LIBS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ XPM_CFLAGS = @XPM_CFLAGS@ XPM_LIBS = @XPM_LIBS@ noinst_PROGRAMS = make-cards text2c gif2pack noinst_LIBRARIES = libcards.a noinst_DATA = nocards.o noinst_HEADERS = cards.h INCLUDES = $(GD_CFLAGS) $(X_CFLAGS) $(XPM_CFLAGS) make_cards_LDADD = $(GD_LIBS) -lm gif2pack_LDADD = $(GD_LIBS) -lm BUILT_SOURCES = cards.c nocards.c libcards_a_SOURCES = table.c cards.c help.c stack.c \ table_ai.c table_ck.c table_dc.c table_dg.c \ table_dp.c table_in.c table_ky.c table_rd.c table_rn.c SRCGIFS = \ blank.gif \ pjack.gif \ pqueen.gif \ pking.gif \ a-k.gif \ suits.gif \ smsuits.gif \ bigsuits.gif \ penguin.gif GIFS = \ xemboss.gif \ no-drop.gif \ splash.gif \ youwin.gif \ youlose.gif CARDGIFS = \ empty.gif \ back.gif EXTRA_DIST = $(SRCGIFS) $(GIFS) $(CARDGIFS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ libcards_a_LIBADD = libcards_a_OBJECTS = table.o cards.o help.o stack.o table_ai.o \ table_ck.o table_dc.o table_dg.o table_dp.o table_in.o table_ky.o \ table_rd.o table_rn.o AR = ar PROGRAMS = $(noinst_PROGRAMS) make_cards_SOURCES = make-cards.c make_cards_OBJECTS = make-cards.o make_cards_DEPENDENCIES = make_cards_LDFLAGS = text2c_SOURCES = text2c.c text2c_OBJECTS = text2c.o text2c_LDADD = $(LDADD) text2c_DEPENDENCIES = text2c_LDFLAGS = gif2pack_SOURCES = gif2pack.c gif2pack_OBJECTS = gif2pack.o gif2pack_DEPENDENCIES = gif2pack_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DATA = $(noinst_DATA) HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP = --best SOURCES = $(libcards_a_SOURCES) make-cards.c text2c.c gif2pack.c OBJECTS = $(libcards_a_OBJECTS) make-cards.o text2c.o gif2pack.o all: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) .SUFFIXES: .SUFFIXES: .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-noinstLIBRARIES: clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) distclean-noinstLIBRARIES: maintainer-clean-noinstLIBRARIES: .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: libcards.a: $(libcards_a_OBJECTS) $(libcards_a_DEPENDENCIES) -rm -f libcards.a $(AR) cru libcards.a $(libcards_a_OBJECTS) $(libcards_a_LIBADD) $(RANLIB) libcards.a mostlyclean-noinstPROGRAMS: clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) distclean-noinstPROGRAMS: maintainer-clean-noinstPROGRAMS: make-cards: $(make_cards_OBJECTS) $(make_cards_DEPENDENCIES) @rm -f make-cards $(LINK) $(make_cards_LDFLAGS) $(make_cards_OBJECTS) $(make_cards_LDADD) $(LIBS) text2c: $(text2c_OBJECTS) $(text2c_DEPENDENCIES) @rm -f text2c $(LINK) $(text2c_LDFLAGS) $(text2c_OBJECTS) $(text2c_LDADD) $(LIBS) gif2pack: $(gif2pack_OBJECTS) $(gif2pack_DEPENDENCIES) @rm -f gif2pack $(LINK) $(gif2pack_LDFLAGS) $(gif2pack_OBJECTS) $(gif2pack_LDADD) $(LIBS) tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = lib distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook cards.o: cards.c gif2pack.o: gif2pack.c help.o: help.c cards.h make-cards.o: make-cards.c nocards.o: nocards.c stack.o: stack.c cards.h table.o: table.c cards.h table_ai.o: table_ai.c cards.h table_ck.o: table_ck.c cards.h table_dc.o: table_dc.c cards.h table_dg.o: table_dg.c cards.h table_dp.o: table_dp.c cards.h table_in.o: table_in.c cards.h table_ky.o: table_ky.c cards.h table_rd.o: table_rd.c cards.h table_rn.o: table_rn.c text2c.o: text2c.c info: dvi: check: all installcheck: install-exec: @$(NORMAL_INSTALL) install-data: @$(NORMAL_INSTALL) install: install-exec install-data all @: uninstall: install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \ mostlyclean-noinstPROGRAMS mostlyclean-tags \ mostlyclean-generic clean: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \ clean-tags clean-generic mostlyclean distclean: distclean-noinstLIBRARIES distclean-compile \ distclean-noinstPROGRAMS distclean-tags \ distclean-generic clean -rm -f config.status maintainer-clean: maintainer-clean-noinstLIBRARIES \ maintainer-clean-compile \ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile mostlyclean-noinstPROGRAMS \ distclean-noinstPROGRAMS clean-noinstPROGRAMS \ maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags distdir info dvi installcheck \ install-exec install-data install uninstall all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean card/as.gif : make-cards.c $(SRCGIFS) $(MAKE) make-cards ./make-cards cards.c : gif2pack.c card/as.gif $(CARDGIFS) $(GIFS) $(MAKE) gif2pack @echo Warning - compressing takes a long time. ./gif2pack -b imglib -o cards.c card/*.gif $(CARDGIFS) $(GIFS) nocards.c : gif2pack.c card/as.gif $(GIFS) $(MAKE) gif2pack ./gif2pack -b imglib -o nocards.c card/as.gif $(GIFS) dist-hook : mkdir $(distdir)/card ln $(srcdir)/card/* $(distdir)/card # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: