File:  [Local Repository] / froggix / src / Makefile.am
Revision 1.2: download - view: text, annotated - select for diffs
Sat Mar 28 03:52:29 2009 UTC (15 years, 7 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Should be the final files for setting up the cross compilation

# $Id: Makefile.am,v 1.2 2009/03/28 03:52:29 nick Exp $

DISTCLEANFILES = *~ *.~* *.exe

AM_CFLAGS = -Wall `sdl-config --cflags`
AM_LDFLAGS = `sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf

bin_PROGRAMS = froggix
froggix_SOURCES = froggix.c

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>