Return to Makefile.am CVS log | Up to [Local Repository] / froggix |
version 1.2, 2009/03/28 03:48:45 | version 1.3, 2009/03/28 03:52:29 |
---|---|
Line 1 | Line 1 |
AM_CFLAGS = -Wall `sdl-config --cflags` | # $Id$ |
AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf | |
bin_PROGRAMS = froggix | DISTCLEANFILES = *~ *.~* |
froggix_SOURCES = froggix.c | |
EXTRA_DIST = README \ | |
autogen.sh \ | |
clean.sh \ | |
build-linux.sh \ | |
build-win32.sh \ | |
cross-configure.sh \ | |
cross-make.sh | |
SUBDIRS = src | |