1 bin_PROGRAMS = minibridge
2 minibridge_SOURCES = minibridge.c Player.c Game.c Card.c GameCtr.c PlayerCtr.c
4 # set the include path found by configure
5 INCLUDES= $(all_includes)
7 # the library search path.
8 minibridge_LDFLAGS = $(all_libraries)
9 noinst_HEADERS = COO.h COO_EXCEPTION.h Card.h Game.h GameCtr.h Player.h \
10 PlayerCtr.h my_types.h