comparison Makefile @ 840:a9d0d35476ae

Add flag variables for SDL_ttf.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Jul 2014 23:56:55 +0300
parents f9be2bc8f8ed
children dd35d66c3714
comparison
equal deleted inserted replaced
839:9fb3a6a39930 840:a9d0d35476ae
1 # 1 #
2 # Generic UNIX targets 2 # Generic UNIX targets
3 # 3 #
4 SDL_CFLAGS=`sdl-config --cflags` 4 SDL_CFLAGS=`sdl-config --cflags`
5 SDL_LDFLAGS=`sdl-config --static-libs` 5 SDL_LDFLAGS=`sdl-config --static-libs`
6
7 SDL_TTF_CFLAGS=
8 SDL_TTF_LDFLAGS=-lSDL_ttf
6 9
7 TREMOR_CFLAGS=-I/usr/local/lib/ 10 TREMOR_CFLAGS=-I/usr/local/lib/
8 TREMOR_LDFLAGS=/usr/local/lib/libvorbisidec.a /usr/lib/i386-linux-gnu/libogg.a 11 TREMOR_LDFLAGS=/usr/local/lib/libvorbisidec.a /usr/lib/i386-linux-gnu/libogg.a
9 12
10 LIBPNG_CFLAGS=`pkg-config --cflags libpng` 13 LIBPNG_CFLAGS=`pkg-config --cflags libpng`