## Process this file with automake to produce Makefile.in INCLUDES = \ @GTK_CFLAGS@ \ -I../lib -I../pixmaps -I.. bin_PROGRAMS = euchre euchre_DEPENDENCIES = ../lib/libeuchre.a ../pixmaps/libepixmap.a euchre_SOURCES = \ ComputerGuiPlayer.cpp \ GuiGame.cpp \ GuiOptions.cpp \ GuiPlayer.cpp \ HumanGuiPlayer.cpp \ callbacks.cpp \ globals.cpp \ interface.c \ support.cpp \ main.cpp \ ComputerGuiPlayer.hpp \ GuiGame.hpp \ GuiOptions.hpp \ GuiPlayer.hpp \ HumanGuiPlayer.hpp \ callbacks.hpp \ globals.hpp \ interface.h \ support.hpp euchre_LDADD = @GTK_LIBS@ -L../lib -leuchre -L../pixmaps -lepixmap