Download this file
15 lines (10 with data), 278 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13 | #### -*- Mode: Makefile -*-
#### Makefile for Darwin/PPC systems
CC=gcc
CFLAGS=-bundle -Wall
LDFLAGS=
SHLIB_SUFFIX=dylib
SDL_CFLAGS=$(CFLAGS) `sdl-config --cflags`
SDL_LDFLAGS=$(LDFLAGS) `sdl-config --libs`
SDL_TTF_CFLAGS=$(SDL_CFLAGS)
SDL_TTF_LDFLAGS=$(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.