Menu

[r760]: / trunk / lispbuilder-sdl-ttf / Makefile.fbsd  Maximize  Restore  History

Download this file

15 lines (10 with data), 336 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#### -*- Mode: Makefile -*-
CC=gcc
CFLAGS=-shared -Wall -fPIC
LDFLAGS=
SHLIB_SUFFIX=so
SDL_CONFIG=sdl11-config # sane default for FreeBSD, should be detected anyway
SDL_CFLAGS=$(CFLAGS) `${SDL_CONFIG} --cflags`
SDL_LDFLAGS=$(LDFLAGS) `${SDL_CONFIG} --libs` -lc
SDL_TTF_CFLAGS=$(SDL_CFLAGS)
SDL_TTF_LDFLAGS=$(SDL_LDFLAGS) -lSDL_ttf
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.