comparison test/automated/Makefile @ 3728:97e9704fc267 gsoc2009_unit_tests

Using common infrastructure.
author Edgar Simo <bobbens@gmail.com>
date Sat, 11 Jul 2009 19:21:48 +0000
parents d8772964e402
children dafd796f0c95
comparison
equal deleted inserted replaced
3727:51900b161948 3728:97e9704fc267
1 1
2 2
3 CFLAGS := -W -Wall -Wextra -I. `sdl-config --cflags` 3 CFLAGS := -W -Wall -Wextra -g -I. `sdl-config --cflags`
4 LDFLAGS := `sdl-config --libs` 4 LDFLAGS := `sdl-config --libs`
5 5
6 # If it doesn't pick up defaults 6 # If it doesn't pick up defaults
7 #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL 7 #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL
8 #LDFLAGS := -lm -ldl -lesd -lpthread 8 #LDFLAGS := -lm -ldl -lesd -lpthread
9 9
10 COMMON_SRC := SDL_at.c /usr/local/lib/libSDL.a 10 COMMON_SRC := SDL_at.c common/common.c
11 COMMON_INCLUDE := SDL_at.h 11 COMMON_INCLUDE := SDL_at.h
12 12
13 TESTS_ALL := rwops/rwops surface/surface 13 TESTS_ALL := rwops/rwops surface/surface
14 14
15 15